@elliemae/pui-cli 8.22.1 → 8.24.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.
|
@@ -47,18 +47,13 @@ const vitestConfig = (0, import_config.defineConfig)({
|
|
|
47
47
|
setupFiles: [import_node_path.default.resolve(__dirname, "./setup-test-env.js")],
|
|
48
48
|
include: ["./{app,lib}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"],
|
|
49
49
|
exclude: [...import_config.configDefaults.exclude, ".idea", ".git", ".cache", "e2e"],
|
|
50
|
-
// watchIgnore: [
|
|
51
|
-
// '.*\\/node_modules\\/.*',
|
|
52
|
-
// '.*\\/build\\/.*',
|
|
53
|
-
// '.*\\/dist\\/.*',
|
|
54
|
-
// ],
|
|
55
50
|
coverage: {
|
|
56
51
|
reportsDirectory: "./reports/coverage"
|
|
57
52
|
},
|
|
58
53
|
deps: {
|
|
59
54
|
optimizer: {
|
|
60
55
|
web: {
|
|
61
|
-
include: ["app.config.json"]
|
|
56
|
+
include: ["app.config.json", "@elliemae/pui-app-sdk"]
|
|
62
57
|
}
|
|
63
58
|
}
|
|
64
59
|
}
|
|
@@ -13,18 +13,13 @@ const vitestConfig = defineConfig({
|
|
|
13
13
|
setupFiles: [path.resolve(__dirname, "./setup-test-env.js")],
|
|
14
14
|
include: ["./{app,lib}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"],
|
|
15
15
|
exclude: [...configDefaults.exclude, ".idea", ".git", ".cache", "e2e"],
|
|
16
|
-
// watchIgnore: [
|
|
17
|
-
// '.*\\/node_modules\\/.*',
|
|
18
|
-
// '.*\\/build\\/.*',
|
|
19
|
-
// '.*\\/dist\\/.*',
|
|
20
|
-
// ],
|
|
21
16
|
coverage: {
|
|
22
17
|
reportsDirectory: "./reports/coverage"
|
|
23
18
|
},
|
|
24
19
|
deps: {
|
|
25
20
|
optimizer: {
|
|
26
21
|
web: {
|
|
27
|
-
include: ["app.config.json"]
|
|
22
|
+
include: ["app.config.json", "@elliemae/pui-app-sdk"]
|
|
28
23
|
}
|
|
29
24
|
}
|
|
30
25
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.24.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"sonar56x": true
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@axe-core/react": "~4.8.
|
|
78
|
+
"@axe-core/react": "~4.8.1",
|
|
79
79
|
"@babel/cli": "~7.23.0",
|
|
80
|
-
"@babel/core": "~7.23.
|
|
80
|
+
"@babel/core": "~7.23.2",
|
|
81
81
|
"@babel/eslint-parser": "~7.22.15",
|
|
82
82
|
"@babel/node": "~7.22.19",
|
|
83
83
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
@@ -88,13 +88,13 @@
|
|
|
88
88
|
"@babel/plugin-transform-react-constant-elements": "~7.22.5",
|
|
89
89
|
"@babel/plugin-transform-react-inline-elements": "~7.22.5",
|
|
90
90
|
"@babel/plugin-transform-react-jsx-source": "~7.22.5",
|
|
91
|
-
"@babel/plugin-transform-runtime": "~7.
|
|
92
|
-
"@babel/preset-env": "~7.
|
|
91
|
+
"@babel/plugin-transform-runtime": "~7.23.2",
|
|
92
|
+
"@babel/preset-env": "~7.23.2",
|
|
93
93
|
"@babel/preset-react": "~7.22.15",
|
|
94
|
-
"@babel/preset-typescript": "~7.23.
|
|
95
|
-
"@babel/runtime": "~7.23.
|
|
96
|
-
"@commitlint/cli": "~17.
|
|
97
|
-
"@commitlint/config-conventional": "~17.
|
|
94
|
+
"@babel/preset-typescript": "~7.23.2",
|
|
95
|
+
"@babel/runtime": "~7.23.2",
|
|
96
|
+
"@commitlint/cli": "~17.8.1",
|
|
97
|
+
"@commitlint/config-conventional": "~17.8.1",
|
|
98
98
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
|
|
99
99
|
"@faker-js/faker": "~7.6.0",
|
|
100
100
|
"@nrwl/cli": "~15.9.7",
|
|
@@ -118,29 +118,29 @@
|
|
|
118
118
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
119
119
|
"@svgr/webpack": "~7.0.0",
|
|
120
120
|
"@swc/cli": "~0.1.62",
|
|
121
|
-
"@swc/core": "~1.3.
|
|
121
|
+
"@swc/core": "~1.3.95",
|
|
122
122
|
"@swc/jest": "~0.2.29",
|
|
123
123
|
"@testing-library/jest-dom": "~5.17.0",
|
|
124
124
|
"@testing-library/react": "~14.0.0",
|
|
125
125
|
"@testing-library/react-hooks": "~8.0.1",
|
|
126
126
|
"@testing-library/user-event": "~14.5.1",
|
|
127
|
-
"@types/circular-dependency-plugin": "~5.0.
|
|
128
|
-
"@types/compression": "~1.7.
|
|
129
|
-
"@types/cors": "~2.8.
|
|
130
|
-
"@types/duplicate-package-checker-webpack-plugin": "~2.1.
|
|
131
|
-
"@types/ip": "~1.1.
|
|
132
|
-
"@types/jest": "~29.5.
|
|
133
|
-
"@types/jest-axe": "~3.5.
|
|
134
|
-
"@types/moment-locales-webpack-plugin": "~1.2.
|
|
135
|
-
"@types/node": "~18.18.
|
|
136
|
-
"@types/normalize-path": "~3.0.
|
|
127
|
+
"@types/circular-dependency-plugin": "~5.0.7",
|
|
128
|
+
"@types/compression": "~1.7.4",
|
|
129
|
+
"@types/cors": "~2.8.15",
|
|
130
|
+
"@types/duplicate-package-checker-webpack-plugin": "~2.1.4",
|
|
131
|
+
"@types/ip": "~1.1.2",
|
|
132
|
+
"@types/jest": "~29.5.6",
|
|
133
|
+
"@types/jest-axe": "~3.5.7",
|
|
134
|
+
"@types/moment-locales-webpack-plugin": "~1.2.5",
|
|
135
|
+
"@types/node": "~18.18.6",
|
|
136
|
+
"@types/normalize-path": "~3.0.1",
|
|
137
137
|
"@types/postcss-preset-env": "~7.7.0",
|
|
138
138
|
"@types/rimraf": "~3.0.2",
|
|
139
|
-
"@types/speed-measure-webpack-plugin": "~1.3.
|
|
140
|
-
"@types/supertest": "~2.0.
|
|
139
|
+
"@types/speed-measure-webpack-plugin": "~1.3.5",
|
|
140
|
+
"@types/supertest": "~2.0.15",
|
|
141
141
|
"@types/testing-library__jest-dom": "~5.14.9",
|
|
142
|
-
"@types/uuid": "~9.0.
|
|
143
|
-
"@types/webpack-bundle-analyzer": "~4.6.
|
|
142
|
+
"@types/uuid": "~9.0.6",
|
|
143
|
+
"@types/webpack-bundle-analyzer": "~4.6.2",
|
|
144
144
|
"@typescript-eslint/eslint-plugin": "~5.62.0",
|
|
145
145
|
"@typescript-eslint/parser": "~5.62.0",
|
|
146
146
|
"@vitejs/plugin-react": "~4.1.0",
|
|
@@ -170,16 +170,16 @@
|
|
|
170
170
|
"cross-env": "~7.0.3",
|
|
171
171
|
"css-loader": "~6.8.1",
|
|
172
172
|
"css-minimizer-webpack-plugin": "~5.0.1",
|
|
173
|
-
"depcheck": "~1.4.
|
|
173
|
+
"depcheck": "~1.4.7",
|
|
174
174
|
"docdash": "~2.0.2",
|
|
175
175
|
"dotenv": "~16.3.1",
|
|
176
176
|
"dotenv-webpack": "~8.0.1",
|
|
177
177
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
178
178
|
"enhanced-resolve": "5.15.0",
|
|
179
|
-
"esbuild": "~0.19.
|
|
179
|
+
"esbuild": "~0.19.5",
|
|
180
180
|
"esbuild-loader": "~3.2.0",
|
|
181
181
|
"esbuild-plugin-svgr": "~1.1.0",
|
|
182
|
-
"eslint": "~8.
|
|
182
|
+
"eslint": "~8.52.0",
|
|
183
183
|
"eslint-config-airbnb": "~19.0.4",
|
|
184
184
|
"eslint-config-airbnb-base": "~15.0.0",
|
|
185
185
|
"eslint-config-airbnb-typescript": "~17.1.0",
|
|
@@ -187,11 +187,11 @@
|
|
|
187
187
|
"eslint-config-react-app": "~7.0.1",
|
|
188
188
|
"eslint-import-resolver-babel-module": "~5.3.2",
|
|
189
189
|
"eslint-import-resolver-typescript": "~3.6.1",
|
|
190
|
-
"eslint-import-resolver-webpack": "~0.13.
|
|
190
|
+
"eslint-import-resolver-webpack": "~0.13.8",
|
|
191
191
|
"eslint-plugin-compat": "~4.2.0",
|
|
192
192
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
193
|
-
"eslint-plugin-import": "~2.
|
|
194
|
-
"eslint-plugin-jest": "~27.4.
|
|
193
|
+
"eslint-plugin-import": "~2.29.0",
|
|
194
|
+
"eslint-plugin-jest": "~27.4.3",
|
|
195
195
|
"eslint-plugin-jsdoc": "~43.2.0",
|
|
196
196
|
"eslint-plugin-jsx-a11y": "~6.7.1",
|
|
197
197
|
"eslint-plugin-mdx": "~2.2.0",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
202
202
|
"eslint-plugin-storybook": "~0.6.15",
|
|
203
203
|
"eslint-plugin-testing-library": "~5.11.1",
|
|
204
|
-
"eslint-plugin-wdio": "~8.
|
|
204
|
+
"eslint-plugin-wdio": "~8.20.0",
|
|
205
205
|
"execa": "~7.2.0",
|
|
206
206
|
"express": "~4.18.2",
|
|
207
207
|
"express-static-gzip": "~2.1.7",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"jest-cli": "~29.7.0",
|
|
224
224
|
"jest-environment-jsdom": "~29.7.0",
|
|
225
225
|
"jest-sonar-reporter": "~2.0.0",
|
|
226
|
-
"jest-styled-components": "~7.
|
|
226
|
+
"jest-styled-components": "~7.2.0",
|
|
227
227
|
"jest-watch-typeahead": "~2.2.2",
|
|
228
228
|
"jscodeshift": "~0.15.0",
|
|
229
229
|
"jsdoc": "~4.0.2",
|
|
@@ -238,9 +238,9 @@
|
|
|
238
238
|
"node-plop": "~0.32.0",
|
|
239
239
|
"nodemon": "~2.0.22",
|
|
240
240
|
"normalize-path": "~3.0.0",
|
|
241
|
-
"npm-check-updates": "16.14.
|
|
241
|
+
"npm-check-updates": "16.14.6",
|
|
242
242
|
"npm-run-all": "~4.1.5",
|
|
243
|
-
"pino": "~8.16.
|
|
243
|
+
"pino": "~8.16.1",
|
|
244
244
|
"pino-http": "~8.5.0",
|
|
245
245
|
"pino-pretty": "~10.2.3",
|
|
246
246
|
"plop": "~3.1.2",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"storybook-addon-turbo-build": "~1.1.0",
|
|
269
269
|
"storybook-react-router": "~1.0.8",
|
|
270
270
|
"style-loader": "~3.3.3",
|
|
271
|
-
"stylelint": "~15.
|
|
271
|
+
"stylelint": "~15.11.0",
|
|
272
272
|
"stylelint-config-recommended": "~12.0.0",
|
|
273
273
|
"stylelint-config-styled-components": "~0.1.1",
|
|
274
274
|
"supertest": "~6.3.3",
|
|
@@ -282,15 +282,15 @@
|
|
|
282
282
|
"update-notifier": "~6.0.2",
|
|
283
283
|
"url-loader": "~4.1.1",
|
|
284
284
|
"uuid": "~9.0.1",
|
|
285
|
-
"vite": "~4.
|
|
285
|
+
"vite": "~4.5.0",
|
|
286
286
|
"vite-tsconfig-paths": "~4.2.1",
|
|
287
|
-
"vitest": "~1.0.0-beta.
|
|
288
|
-
"webpack": "~5.
|
|
287
|
+
"vitest": "~1.0.0-beta.2",
|
|
288
|
+
"webpack": "~5.89.0",
|
|
289
289
|
"webpack-bundle-analyzer": "~4.9.1",
|
|
290
290
|
"webpack-cli": "~5.1.4",
|
|
291
291
|
"webpack-dev-server": "~4.15.1",
|
|
292
292
|
"webpack-manifest-plugin": "~5.0.0",
|
|
293
|
-
"webpack-merge": "~5.
|
|
293
|
+
"webpack-merge": "~5.10.0",
|
|
294
294
|
"whatwg-fetch": "~3.6.19",
|
|
295
295
|
"workbox-webpack-plugin": "~6.6.0",
|
|
296
296
|
"yargs": "~17.7.2"
|