@elliemae/pui-cli 5.26.1 → 5.28.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.
@@ -58,6 +58,7 @@ const jestConfig = {
58
58
  coverageReporters: ['lcov', 'html', 'text-summary'],
59
59
  moduleDirectories: ['node_modules', 'app', 'lib'],
60
60
  moduleNameMapper: {
61
+ '.*\\webpack-hmr(.[t|j]s)?$': `${getRootDir()}/lib/testing/mocks/webpack-hmr.js`,
61
62
  '.*\\.(css|scss)$': `${getRootDir()}/lib/testing/mocks/cssModule.js`,
62
63
  '.*\\.(jpg|jpeg|png|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|ico)$': `${getRootDir()}/lib/testing/mocks/image.js`,
63
64
  '.*\\.svg$': `${getRootDir()}/lib/testing/mocks/svg.js`,
@@ -0,0 +1 @@
1
+ exports.enableHotReloading = () => {};
@@ -193,7 +193,7 @@ const getCompressionPlugins = (isLibrary = false) => {
193
193
  /\/emuiUserMonitoring/,
194
194
  /\/emuiDiagnostics/,
195
195
  /\/emuiAppLoader/,
196
- /\/encwLoader/,
196
+ /\/emuiEncwLoader/,
197
197
  ];
198
198
  const commonConfig = {
199
199
  test: /\.(js|css)$/,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "5.26.1",
3
+ "version": "5.28.0",
4
4
  "private": false,
5
5
  "description": "EllieMae Platform UI CLI",
6
6
  "sideEffects": false,
@@ -47,24 +47,24 @@
47
47
  "indent": 4
48
48
  },
49
49
  "dependencies": {
50
- "@babel/cli": "~7.16.8",
51
- "@babel/core": "~7.16.7",
52
- "@babel/eslint-parser": "~7.16.5",
50
+ "@babel/cli": "~7.17.6",
51
+ "@babel/core": "~7.17.5",
52
+ "@babel/eslint-parser": "~7.17.0",
53
53
  "@babel/node": "~7.16.8",
54
54
  "@babel/plugin-proposal-class-properties": "~7.16.7",
55
55
  "@babel/plugin-proposal-export-default-from": "~7.16.7",
56
56
  "@babel/plugin-syntax-dynamic-import": "~7.8.3",
57
57
  "@babel/plugin-transform-modules-commonjs": "~7.16.8",
58
- "@babel/plugin-transform-react-constant-elements": "~7.16.7",
58
+ "@babel/plugin-transform-react-constant-elements": "~7.17.6",
59
59
  "@babel/plugin-transform-react-inline-elements": "~7.16.7",
60
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",
61
+ "@babel/plugin-transform-runtime": "~7.17.0",
62
+ "@babel/preset-env": "~7.16.11",
63
63
  "@babel/preset-react": "~7.16.7",
64
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",
65
+ "@babel/runtime": "~7.17.2",
66
+ "@commitlint/cli": "~16.2.1",
67
+ "@commitlint/config-conventional": "~16.2.1",
68
68
  "@elliemae/browserslist-config-elliemae": "~1.2.1",
69
69
  "@pmmmwh/react-refresh-webpack-plugin": "~0.5.4",
70
70
  "@semantic-release/changelog": "~6.0.1",
@@ -88,18 +88,18 @@
88
88
  "@storybook/react": "~6.3.13",
89
89
  "@storybook/theming": "~6.3.13",
90
90
  "@stylelint/postcss-css-in-js": "~0.37.2",
91
- "@svgr/webpack": "~6.2.0",
92
- "@testing-library/jest-dom": "~5.16.1",
93
- "@testing-library/react": "~12.1.2",
91
+ "@svgr/webpack": "~6.2.1",
92
+ "@testing-library/jest-dom": "~5.16.2",
93
+ "@testing-library/react": "~12.1.3",
94
94
  "@testing-library/react-hooks": "~7.0.2",
95
95
  "@types/jest": "~27.4.0",
96
- "@types/node": "~17.0.8",
96
+ "@types/node": "~17.0.19",
97
97
  "@types/rimraf": "~3.0.2",
98
98
  "@types/testing-library__jest-dom": "~5.14.2",
99
- "@typescript-eslint/eslint-plugin": "~5.9.1",
100
- "@typescript-eslint/parser": "~5.9.1",
99
+ "@typescript-eslint/eslint-plugin": "~5.12.1",
100
+ "@typescript-eslint/parser": "~5.12.1",
101
101
  "autoprefixer": "~10.4.2",
102
- "axe-core": "~4.3.5",
102
+ "axe-core": "~4.4.1",
103
103
  "babel-loader": "~8.2.3",
104
104
  "babel-plugin-add-import-extension": "1.5.1",
105
105
  "babel-plugin-date-fns": "~2.0.0",
@@ -108,13 +108,12 @@
108
108
  "babel-plugin-lodash": "~3.3.4",
109
109
  "babel-plugin-module-resolver": "~4.1.0",
110
110
  "babel-plugin-source-map-support": "~2.1.3",
111
- "babel-plugin-styled-components": "~2.0.2",
111
+ "babel-plugin-styled-components": "~2.0.3",
112
112
  "babel-plugin-transform-react-remove-prop-types": "~0.4.24",
113
113
  "babel-plugin-transform-remove-console": "~6.9.4",
114
114
  "babel-plugin-transform-strip-block": "0.0.4",
115
- "body-parser": "~1.19.1",
116
- "browserslist": "~4.19.1",
117
- "bundlesize": "~0.18.1",
115
+ "body-parser": "~1.19.2",
116
+ "browserslist": "~4.19.3",
118
117
  "case-sensitive-paths-webpack-plugin": "~2.4.0",
119
118
  "chalk": "~4.1.2",
120
119
  "circular-dependency-plugin": "~5.2.2",
@@ -122,22 +121,22 @@
122
121
  "compare-versions": "~4.1.3",
123
122
  "compression": "~1.7.4",
124
123
  "compression-webpack-plugin": "~9.2.0",
125
- "copy-webpack-plugin": "~10.2.0",
124
+ "copy-webpack-plugin": "~10.2.4",
126
125
  "cors": "~2.8.5",
127
126
  "cross-env": "~7.0.3",
128
- "css-loader": "~6.5.1",
129
- "css-minimizer-webpack-plugin": "~3.3.1",
127
+ "css-loader": "~6.6.0",
128
+ "css-minimizer-webpack-plugin": "~3.4.1",
130
129
  "depcheck": "~1.4.3",
131
130
  "docdash": "~1.2.0",
132
131
  "dotenv": "~12.0.4",
133
- "dotenv-webpack": "~7.0.3",
132
+ "dotenv-webpack": "~7.1.0",
134
133
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
135
- "enhanced-resolve": "~5.8.3",
136
- "eslint": "~8.7.0",
134
+ "enhanced-resolve": "~5.9.0",
135
+ "eslint": "~8.9.0",
137
136
  "eslint-config-airbnb": "~18.2.1",
138
137
  "eslint-config-airbnb-base": "~15.0.0",
139
138
  "eslint-config-airbnb-typescript": "~15.0.0",
140
- "eslint-config-prettier": "~8.3.0",
139
+ "eslint-config-prettier": "~8.4.0",
141
140
  "eslint-config-react-app": "~6.0.0",
142
141
  "eslint-import-resolver-babel-module": "~5.3.1",
143
142
  "eslint-import-resolver-typescript": "~2.5.0",
@@ -146,17 +145,17 @@
146
145
  "eslint-plugin-eslint-comments": "~3.2.0",
147
146
  "eslint-plugin-import": "~2.25.4",
148
147
  "eslint-plugin-jest": "~25.7.0",
149
- "eslint-plugin-jsdoc": "~37.6.1",
148
+ "eslint-plugin-jsdoc": "~37.9.4",
150
149
  "eslint-plugin-jsx-a11y": "~6.5.1",
151
150
  "eslint-plugin-mdx": "~1.16.0",
152
151
  "eslint-plugin-prettier": "~4.0.0",
153
152
  "eslint-plugin-react": "~7.28.0",
154
153
  "eslint-plugin-react-hooks": "~4.3.0",
155
154
  "eslint-plugin-redux-saga": "~1.3.2",
156
- "eslint-plugin-testing-library": "~5.0.3",
155
+ "eslint-plugin-testing-library": "~5.0.5",
157
156
  "eslint-plugin-wdio": "~7.4.2",
158
157
  "execa": "~5.1.1",
159
- "express": "~4.17.2",
158
+ "express": "~4.17.3",
160
159
  "express-pino-logger": "~7.0.0",
161
160
  "file-loader": "~6.2.0",
162
161
  "fork-ts-checker-webpack-plugin": "~6.5.0",
@@ -165,38 +164,38 @@
165
164
  "html-webpack-plugin": "~5.5.0",
166
165
  "http-server": "~14.1.0",
167
166
  "husky": "~7.0.4",
168
- "husky-init": "~7.0.0",
167
+ "husky-init": "~7.1.0",
169
168
  "image-webpack-loader": "~8.1.0",
170
169
  "imports-loader": "~3.1.1",
171
170
  "ip": "~1.1.5",
172
171
  "jest-axe": "~5.0.1",
173
- "jest-cli": "~27.4.7",
172
+ "jest-cli": "~27.5.1",
174
173
  "jest-sonar-reporter": "~2.0.0",
175
174
  "jest-styled-components": "~7.0.8",
176
175
  "jscodeshift": "~0.13.1",
177
- "jsdoc": "~3.6.7",
178
- "lint-staged": "~12.1.7",
179
- "mini-css-extract-plugin": "~2.4.6",
176
+ "jsdoc": "~3.6.10",
177
+ "lint-staged": "~12.3.4",
178
+ "mini-css-extract-plugin": "~2.5.3",
180
179
  "minimist": "~1.2.5",
181
180
  "moment": "~2.29.1",
182
181
  "moment-locales-webpack-plugin": "~1.2.0",
183
- "msw": "~0.36.4",
182
+ "msw": "~0.38.1",
184
183
  "node-gyp": "~8.4.1",
185
184
  "node-plop": "~0.30.0",
186
185
  "nodemon": "~2.0.15",
187
- "npm-check-updates": "12.1.0",
186
+ "npm-check-updates": "12.4.0",
188
187
  "null-loader": "~4.0.1",
189
- "pino": "~7.6.3",
190
- "pino-pretty": "~7.3.0",
188
+ "pino": "~7.8.0",
189
+ "pino-pretty": "~7.5.1",
191
190
  "pinst": "~2.1.6",
192
191
  "plop": "~3.0.5",
193
- "postcss": "~8.4.5",
192
+ "postcss": "~8.4.6",
194
193
  "postcss-jsx": "~0.36.4",
195
194
  "postcss-html": "~1.3.0",
196
195
  "postcss-markdown": "~1.2.0",
197
196
  "postcss-syntax": "~0.36.2",
198
197
  "postcss-loader": "~6.2.1",
199
- "postcss-preset-env": "~7.2.3",
198
+ "postcss-preset-env": "~7.4.1",
200
199
  "prettier": "~2.5.1",
201
200
  "pug": "~3.0.2",
202
201
  "pug-loader": "~2.4.0",
@@ -206,38 +205,38 @@
206
205
  "react-docgen": "~5.4.0",
207
206
  "react-refresh": "~0.11.0",
208
207
  "react-test-renderer": "~17.0.2",
209
- "resolve-typescript-plugin": "~1.1.1",
208
+ "resolve-typescript-plugin": "~1.1.5",
210
209
  "resize-observer-polyfill": "~1.5.1",
211
210
  "rimraf": "~3.0.2",
212
211
  "script-loader": "~0.7.2",
213
- "semantic-release": "~18.0.1",
212
+ "semantic-release": "~19.0.2",
214
213
  "shelljs": "~0.8.5",
215
214
  "slackify-markdown": "~4.3.1",
216
215
  "speed-measure-webpack-plugin": "~1.5.0",
217
216
  "storybook-react-router": "~1.0.8",
218
217
  "style-loader": "~3.3.1",
219
- "stylelint": "~14.2.0",
218
+ "stylelint": "~14.5.2",
220
219
  "stylelint-config-recommended": "~6.0.0",
221
220
  "stylelint-config-styled-components": "~0.1.1",
222
221
  "stylelint-custom-processor-loader": "~0.6.0",
223
222
  "stylelint-processor-styled-components": "~1.10.0",
224
223
  "svg-url-loader": "~7.1.1",
225
224
  "svgo": "~2.8.0",
226
- "terser-webpack-plugin": "~5.3.0",
227
- "ts-node": "~10.4.0",
228
- "tsc-alias": "~1.5.0",
225
+ "terser-webpack-plugin": "~5.3.1",
226
+ "ts-node": "~10.5.0",
227
+ "tsc-alias": "~1.6.1",
229
228
  "tsc-files": "~1.1.3",
230
229
  "tsconfig-paths": "~3.12.0",
231
230
  "tsconfig-paths-webpack-plugin": "~3.5.2",
232
- "type-fest": "~2.9.0",
233
- "typescript": "~4.5.4",
231
+ "type-fest": "~2.12.0",
232
+ "typescript": "~4.5.5",
234
233
  "update-notifier": "~5.1.0",
235
234
  "url-loader": "~4.1.1",
236
235
  "uuid": "~8.3.2",
237
- "webpack": "~5.66.0",
236
+ "webpack": "~5.65.0",
238
237
  "webpack-bundle-analyzer": "~4.5.0",
239
- "webpack-cli": "~4.9.1",
240
- "webpack-dev-middleware": "~5.3.0",
238
+ "webpack-cli": "~4.9.2",
239
+ "webpack-dev-middleware": "~5.3.1",
241
240
  "webpack-hot-middleware": "~2.25.1",
242
241
  "webpack-manifest-plugin": "~4.1.1",
243
242
  "webpack-merge": "~5.8.0",