@elliemae/pui-cli 5.22.2 → 5.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,6 +69,7 @@ const jestConfig = {
69
69
  'styled-components':
70
70
  '<rootDir>/node_modules/styled-components/dist/styled-components.cjs.js',
71
71
  },
72
+ moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
72
73
  setupFilesAfterEnv: [`${getRootDir()}/lib/testing/setup-tests.js`],
73
74
  setupFiles: ['raf/polyfill', 'whatwg-fetch'],
74
75
  testRegex: '(app|lib).*/tests/.*\\.test\\.(js|ts|tsx|jsx)$',
@@ -13,13 +13,16 @@ const resolutions = [
13
13
  },
14
14
  ];
15
15
 
16
- const importResolver = require('enhanced-resolve').create.sync({
16
+ const resolveConfig = {
17
17
  conditionNames: ['import', 'node', 'default'],
18
- extensions: ['.js', '.jsx', '.json', '.node', '.ts', '.tsx'],
19
- });
18
+ extensions: ['.ts', '.tsx', '.js', '.jsx', '.json', '.node'],
19
+ modules: ['node_modules', 'app', 'lib'],
20
+ };
21
+
22
+ const importResolver = require('enhanced-resolve').create.sync(resolveConfig);
20
23
  const requireResolver = require('enhanced-resolve').create.sync({
24
+ ...resolveConfig,
21
25
  conditionNames: ['require', 'node', 'default'],
22
- extensions: ['.js', '.jsx', '.json', '.node', '.ts', '.tsx'],
23
26
  });
24
27
 
25
28
  module.exports = (request, options) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "5.22.2",
3
+ "version": "5.25.0",
4
4
  "private": false,
5
5
  "description": "EllieMae Platform UI CLI",
6
6
  "sideEffects": false,
@@ -47,58 +47,58 @@
47
47
  "indent": 4
48
48
  },
49
49
  "dependencies": {
50
- "@babel/cli": "~7.16.0",
51
- "@babel/core": "~7.16.0",
52
- "@babel/eslint-parser": "~7.16.3",
53
- "@babel/node": "~7.16.0",
54
- "@babel/plugin-proposal-class-properties": "~7.16.0",
55
- "@babel/plugin-proposal-export-default-from": "~7.16.0",
50
+ "@babel/cli": "~7.16.8",
51
+ "@babel/core": "~7.16.7",
52
+ "@babel/eslint-parser": "~7.16.5",
53
+ "@babel/node": "~7.16.8",
54
+ "@babel/plugin-proposal-class-properties": "~7.16.7",
55
+ "@babel/plugin-proposal-export-default-from": "~7.16.7",
56
56
  "@babel/plugin-syntax-dynamic-import": "~7.8.3",
57
- "@babel/plugin-transform-modules-commonjs": "~7.16.0",
58
- "@babel/plugin-transform-react-constant-elements": "~7.16.0",
59
- "@babel/plugin-transform-react-inline-elements": "~7.16.0",
60
- "@babel/plugin-transform-react-jsx-source": "~7.16.0",
61
- "@babel/plugin-transform-runtime": "~7.16.4",
62
- "@babel/preset-env": "~7.16.4",
63
- "@babel/preset-react": "~7.16.0",
64
- "@babel/preset-typescript": "~7.16.0",
65
- "@babel/runtime": "~7.16.3",
66
- "@commitlint/cli": "~15.0.0",
67
- "@commitlint/config-conventional": "~15.0.0",
57
+ "@babel/plugin-transform-modules-commonjs": "~7.16.8",
58
+ "@babel/plugin-transform-react-constant-elements": "~7.16.7",
59
+ "@babel/plugin-transform-react-inline-elements": "~7.16.7",
60
+ "@babel/plugin-transform-react-jsx-source": "~7.16.7",
61
+ "@babel/plugin-transform-runtime": "~7.16.8",
62
+ "@babel/preset-env": "~7.16.8",
63
+ "@babel/preset-react": "~7.16.7",
64
+ "@babel/preset-typescript": "~7.16.7",
65
+ "@babel/runtime": "~7.16.7",
66
+ "@commitlint/cli": "~16.0.2",
67
+ "@commitlint/config-conventional": "~16.0.0",
68
68
  "@elliemae/browserslist-config-elliemae": "~1.2.1",
69
- "@pmmmwh/react-refresh-webpack-plugin": "~0.5.3",
69
+ "@pmmmwh/react-refresh-webpack-plugin": "~0.5.4",
70
70
  "@semantic-release/changelog": "~6.0.1",
71
- "@semantic-release/exec": "~6.0.2",
71
+ "@semantic-release/exec": "~6.0.3",
72
72
  "@semantic-release/git": "~10.0.1",
73
- "@storybook/addon-a11y": "~6.3.12",
74
- "@storybook/addon-actions": "~6.3.12",
75
- "@storybook/addon-backgrounds": "~6.3.12",
73
+ "@storybook/addon-a11y": "~6.4.12",
74
+ "@storybook/addon-actions": "~6.4.12",
75
+ "@storybook/addon-backgrounds": "~6.4.12",
76
76
  "@storybook/addon-console": "~1.2.3",
77
- "@storybook/addon-controls": "~6.3.12",
78
- "@storybook/addon-docs": "~6.3.12",
77
+ "@storybook/addon-controls": "~6.4.12",
78
+ "@storybook/addon-docs": "~6.4.12",
79
79
  "@storybook/addon-events": "~6.2.9",
80
80
  "@storybook/addon-knobs": "~6.3.1",
81
- "@storybook/addon-links": "~6.3.12",
82
- "@storybook/addon-storysource": "~6.3.12",
83
- "@storybook/addon-toolbars": "~6.3.12",
84
- "@storybook/addon-viewport": "~6.3.12",
85
- "@storybook/addons": "~6.3.12",
86
- "@storybook/builder-webpack5": "~6.3.12",
87
- "@storybook/manager-webpack5": "~6.3.12",
88
- "@storybook/react": "~6.3.12",
89
- "@storybook/theming": "~6.3.12",
81
+ "@storybook/addon-links": "~6.4.12",
82
+ "@storybook/addon-storysource": "~6.4.12",
83
+ "@storybook/addon-toolbars": "~6.4.12",
84
+ "@storybook/addon-viewport": "~6.4.12",
85
+ "@storybook/addons": "~6.4.12",
86
+ "@storybook/builder-webpack5": "~6.4.12",
87
+ "@storybook/manager-webpack5": "~6.4.12",
88
+ "@storybook/react": "~6.4.12",
89
+ "@storybook/theming": "~6.4.12",
90
90
  "@stylelint/postcss-css-in-js": "~0.37.2",
91
- "@svgr/webpack": "~6.1.1",
91
+ "@svgr/webpack": "~6.2.0",
92
92
  "@testing-library/jest-dom": "~5.16.1",
93
93
  "@testing-library/react": "~12.1.2",
94
94
  "@testing-library/react-hooks": "~7.0.2",
95
- "@types/jest": "~27.0.3",
96
- "@types/node": "~16.11.12",
95
+ "@types/jest": "~27.4.0",
96
+ "@types/node": "~17.0.8",
97
97
  "@types/rimraf": "~3.0.2",
98
98
  "@types/testing-library__jest-dom": "~5.14.2",
99
- "@typescript-eslint/eslint-plugin": "~5.6.0",
100
- "@typescript-eslint/parser": "~5.6.0",
101
- "autoprefixer": "~10.4.0",
99
+ "@typescript-eslint/eslint-plugin": "~5.9.1",
100
+ "@typescript-eslint/parser": "~5.9.1",
101
+ "autoprefixer": "~10.4.2",
102
102
  "axe-core": "~4.3.5",
103
103
  "babel-loader": "~8.2.3",
104
104
  "babel-plugin-add-import-extension": "1.5.1",
@@ -111,29 +111,29 @@
111
111
  "babel-plugin-styled-components": "~2.0.2",
112
112
  "babel-plugin-transform-react-remove-prop-types": "~0.4.24",
113
113
  "babel-plugin-transform-remove-console": "~6.9.4",
114
- "babel-plugin-transform-strip-block": "~0.0.4",
115
- "body-parser": "~1.19.0",
116
- "browserslist": "~4.18.1",
114
+ "babel-plugin-transform-strip-block": "~0.0.5",
115
+ "body-parser": "~1.19.1",
116
+ "browserslist": "~4.19.1",
117
117
  "bundlesize": "~0.18.1",
118
118
  "case-sensitive-paths-webpack-plugin": "~2.4.0",
119
119
  "chalk": "~4.1.2",
120
120
  "circular-dependency-plugin": "~5.2.2",
121
121
  "classnames": "~2.3.1",
122
- "compare-versions": "~4.1.1",
122
+ "compare-versions": "~4.1.3",
123
123
  "compression": "~1.7.4",
124
- "compression-webpack-plugin": "~9.0.1",
125
- "copy-webpack-plugin": "~10.0.0",
124
+ "compression-webpack-plugin": "~9.2.0",
125
+ "copy-webpack-plugin": "~10.2.0",
126
126
  "cors": "~2.8.5",
127
127
  "cross-env": "~7.0.3",
128
128
  "css-loader": "~6.5.1",
129
- "css-minimizer-webpack-plugin": "~3.2.0",
130
- "depcheck": "~1.4.2",
129
+ "css-minimizer-webpack-plugin": "~3.3.1",
130
+ "depcheck": "~1.4.3",
131
131
  "docdash": "~1.2.0",
132
- "dotenv": "~10.0.0",
132
+ "dotenv": "~11.0.0",
133
133
  "dotenv-webpack": "~7.0.3",
134
134
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
135
135
  "enhanced-resolve": "~5.8.3",
136
- "eslint": "~8.4.1",
136
+ "eslint": "~8.6.0",
137
137
  "eslint-config-airbnb": "~18.2.1",
138
138
  "eslint-config-airbnb-base": "~15.0.0",
139
139
  "eslint-config-airbnb-typescript": "~15.0.0",
@@ -144,59 +144,59 @@
144
144
  "eslint-import-resolver-webpack": "~0.13.2",
145
145
  "eslint-plugin-compat": "~3.13.0",
146
146
  "eslint-plugin-eslint-comments": "~3.2.0",
147
- "eslint-plugin-import": "~2.25.3",
148
- "eslint-plugin-jest": "~25.3.0",
149
- "eslint-plugin-jsdoc": "~37.1.0",
147
+ "eslint-plugin-import": "~2.25.4",
148
+ "eslint-plugin-jest": "~25.3.4",
149
+ "eslint-plugin-jsdoc": "~37.6.1",
150
150
  "eslint-plugin-jsx-a11y": "~6.5.1",
151
151
  "eslint-plugin-mdx": "~1.16.0",
152
152
  "eslint-plugin-prettier": "~4.0.0",
153
- "eslint-plugin-react": "~7.27.1",
153
+ "eslint-plugin-react": "~7.28.0",
154
154
  "eslint-plugin-react-hooks": "~4.3.0",
155
- "eslint-plugin-redux-saga": "~1.2.1",
156
- "eslint-plugin-testing-library": "~5.0.1",
155
+ "eslint-plugin-redux-saga": "~1.3.2",
156
+ "eslint-plugin-testing-library": "~5.0.3",
157
157
  "eslint-plugin-wdio": "~7.4.2",
158
158
  "execa": "~5.1.1",
159
- "express": "~4.17.1",
159
+ "express": "~4.17.2",
160
160
  "express-pino-logger": "~7.0.0",
161
161
  "file-loader": "~6.2.0",
162
162
  "fork-ts-checker-webpack-plugin": "~6.5.0",
163
163
  "helmet-csp": "~3.4.0",
164
- "html-loader": "~3.0.1",
164
+ "html-loader": "~3.1.0",
165
165
  "html-webpack-plugin": "~5.5.0",
166
- "http-server": "~14.0.0",
166
+ "http-server": "~14.1.0",
167
167
  "husky": "~7.0.4",
168
168
  "husky-init": "~7.0.0",
169
- "image-webpack-loader": "~8.0.1",
169
+ "image-webpack-loader": "~8.1.0",
170
170
  "imports-loader": "~3.1.1",
171
171
  "ip": "~1.1.5",
172
172
  "jest-axe": "~5.0.1",
173
- "jest-cli": "~27.4.3",
173
+ "jest-cli": "~27.4.7",
174
174
  "jest-sonar-reporter": "~2.0.0",
175
175
  "jest-styled-components": "~7.0.8",
176
- "jscodeshift": "~0.13.0",
176
+ "jscodeshift": "~0.13.1",
177
177
  "jsdoc": "~3.6.7",
178
- "lint-staged": "~12.1.2",
179
- "mini-css-extract-plugin": "~2.4.5",
178
+ "lint-staged": "~12.1.7",
179
+ "mini-css-extract-plugin": "~2.4.6",
180
180
  "minimist": "~1.2.5",
181
181
  "moment": "~2.29.1",
182
182
  "moment-locales-webpack-plugin": "~1.2.0",
183
- "msw": "~0.36.2",
183
+ "msw": "~0.36.4",
184
184
  "node-gyp": "~8.4.1",
185
185
  "node-plop": "~0.30.0",
186
186
  "nodemon": "~2.0.15",
187
- "npm-check-updates": "12.0.3",
187
+ "npm-check-updates": "12.1.0",
188
188
  "null-loader": "~4.0.1",
189
- "pino": "~7.5.1",
190
- "pino-pretty": "~7.2.0",
189
+ "pino": "~7.6.3",
190
+ "pino-pretty": "~7.3.0",
191
191
  "pinst": "~2.1.6",
192
- "plop": "~3.0.3",
193
- "postcss": "~8.4.4",
192
+ "plop": "~3.0.5",
193
+ "postcss": "~8.4.5",
194
194
  "postcss-jsx": "~0.36.4",
195
195
  "postcss-html": "~1.3.0",
196
196
  "postcss-markdown": "~1.2.0",
197
197
  "postcss-syntax": "~0.36.2",
198
198
  "postcss-loader": "~6.2.1",
199
- "postcss-preset-env": "~7.0.1",
199
+ "postcss-preset-env": "~7.2.3",
200
200
  "prettier": "~2.5.1",
201
201
  "pug": "~3.0.2",
202
202
  "pug-loader": "~2.4.0",
@@ -211,40 +211,40 @@
211
211
  "rimraf": "~3.0.2",
212
212
  "script-loader": "~0.7.2",
213
213
  "semantic-release": "~18.0.1",
214
- "shelljs": "~0.8.4",
214
+ "shelljs": "~0.8.5",
215
215
  "slackify-markdown": "~4.3.1",
216
216
  "storybook-react-router": "~1.0.8",
217
217
  "style-loader": "~3.3.1",
218
- "stylelint": "~14.1.0",
218
+ "stylelint": "~14.2.0",
219
219
  "stylelint-config-recommended": "~6.0.0",
220
220
  "stylelint-config-styled-components": "~0.1.1",
221
221
  "stylelint-custom-processor-loader": "~0.6.0",
222
222
  "stylelint-processor-styled-components": "~1.10.0",
223
223
  "svg-url-loader": "~7.1.1",
224
224
  "svgo": "~2.8.0",
225
- "terser-webpack-plugin": "~5.2.5",
225
+ "terser-webpack-plugin": "~5.3.0",
226
226
  "ts-node": "~10.4.0",
227
- "tsc-alias": "~1.4.2",
227
+ "tsc-alias": "~1.5.0",
228
228
  "tsc-files": "~1.1.3",
229
229
  "tsconfig-paths": "~3.12.0",
230
230
  "tsconfig-paths-webpack-plugin": "~3.5.2",
231
- "type-fest": "~2.8.0",
232
- "typescript": "~4.5.2",
231
+ "type-fest": "~2.9.0",
232
+ "typescript": "~4.5.4",
233
233
  "update-notifier": "~5.1.0",
234
234
  "url-loader": "~4.1.1",
235
235
  "uuid": "~8.3.2",
236
- "webpack": "~5.65.0",
236
+ "webpack": "~5.66.0",
237
237
  "webpack-bundle-analyzer": "~4.5.0",
238
238
  "webpack-cli": "~4.9.1",
239
- "webpack-dev-middleware": "~5.2.2",
239
+ "webpack-dev-middleware": "~5.3.0",
240
240
  "webpack-hot-middleware": "~2.25.1",
241
- "webpack-manifest-plugin": "~4.0.2",
241
+ "webpack-manifest-plugin": "~4.1.1",
242
242
  "webpack-merge": "~5.8.0",
243
243
  "webpack-pwa-manifest": "~4.3.0",
244
244
  "webpack-strip-block": "~0.3.0",
245
245
  "whatwg-fetch": "~3.6.2",
246
246
  "workbox-webpack-plugin": "~6.4.2",
247
- "yargs": "~17.3.0"
247
+ "yargs": "~17.3.1"
248
248
  },
249
249
  "devDependencies": {
250
250
  "redux": "~4.1.2",