@elliemae/pui-cli 7.0.0-alpha.13 → 7.0.0-alpha.14
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.
- package/dist/cjs/commands/test.js +2 -4
- package/dist/esm/commands/test.js +2 -4
- package/package.json +18 -18
|
@@ -31,15 +31,13 @@ const test = async (commandOptions) => {
|
|
|
31
31
|
};
|
|
32
32
|
const testCmd = {
|
|
33
33
|
handler: async (argv) => {
|
|
34
|
-
let commandOptions = "--coverage";
|
|
34
|
+
let commandOptions = "--coverage --maxWorkers=50%";
|
|
35
35
|
if (argv.fix)
|
|
36
36
|
commandOptions = "-u";
|
|
37
37
|
else if (argv.watch)
|
|
38
38
|
commandOptions = "--watchAll";
|
|
39
39
|
if (CI)
|
|
40
|
-
commandOptions += " --ci --
|
|
41
|
-
else
|
|
42
|
-
commandOptions += " --maxWorkers=50%";
|
|
40
|
+
commandOptions += " --ci --no-colors";
|
|
43
41
|
if (argv.p)
|
|
44
42
|
commandOptions += " --passWithNoTests";
|
|
45
43
|
if (argv.r)
|
|
@@ -6,15 +6,13 @@ const test = async (commandOptions) => {
|
|
|
6
6
|
};
|
|
7
7
|
const testCmd = {
|
|
8
8
|
handler: async (argv) => {
|
|
9
|
-
let commandOptions = "--coverage";
|
|
9
|
+
let commandOptions = "--coverage --maxWorkers=50%";
|
|
10
10
|
if (argv.fix)
|
|
11
11
|
commandOptions = "-u";
|
|
12
12
|
else if (argv.watch)
|
|
13
13
|
commandOptions = "--watchAll";
|
|
14
14
|
if (CI)
|
|
15
|
-
commandOptions += " --ci --
|
|
16
|
-
else
|
|
17
|
-
commandOptions += " --maxWorkers=50%";
|
|
15
|
+
commandOptions += " --ci --no-colors";
|
|
18
16
|
if (argv.p)
|
|
19
17
|
commandOptions += " --passWithNoTests";
|
|
20
18
|
if (argv.r)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.14",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -83,10 +83,10 @@
|
|
|
83
83
|
"@commitlint/config-conventional": "~16.2.4",
|
|
84
84
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.4.2",
|
|
85
85
|
"@faker-js/faker": "6.3.1",
|
|
86
|
-
"@nrwl/cli": "14.1.
|
|
87
|
-
"@nrwl/tao": "14.1.
|
|
88
|
-
"@nrwl/workspace": "14.1.
|
|
89
|
-
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.
|
|
86
|
+
"@nrwl/cli": "14.1.5",
|
|
87
|
+
"@nrwl/tao": "14.1.5",
|
|
88
|
+
"@nrwl/workspace": "14.1.5",
|
|
89
|
+
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.6",
|
|
90
90
|
"@semantic-release/changelog": "~6.0.1",
|
|
91
91
|
"@semantic-release/exec": "~6.0.3",
|
|
92
92
|
"@semantic-release/git": "~10.0.1",
|
|
@@ -104,19 +104,19 @@
|
|
|
104
104
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
105
105
|
"@svgr/webpack": "~6.2.1",
|
|
106
106
|
"@swc/cli": "~0.1.57",
|
|
107
|
-
"@swc/core": "~1.2.
|
|
107
|
+
"@swc/core": "~1.2.183",
|
|
108
108
|
"@swc/jest": "~0.2.21",
|
|
109
109
|
"@testing-library/jest-dom": "~5.16.4",
|
|
110
110
|
"@testing-library/react": "~13.2.0",
|
|
111
111
|
"@testing-library/react-hooks": "~8.0.0",
|
|
112
|
-
"@types/jest": "~27.5.
|
|
113
|
-
"@types/node": "~17.0.
|
|
112
|
+
"@types/jest": "~27.5.1",
|
|
113
|
+
"@types/node": "~17.0.33",
|
|
114
114
|
"@types/rimraf": "~3.0.2",
|
|
115
115
|
"@types/testing-library__jest-dom": "~5.14.3",
|
|
116
116
|
"@typescript-eslint/eslint-plugin": "~5.23.0",
|
|
117
117
|
"@typescript-eslint/parser": "~5.23.0",
|
|
118
118
|
"autoprefixer": "~10.4.7",
|
|
119
|
-
"axe-core": "~4.4.
|
|
119
|
+
"axe-core": "~4.4.2",
|
|
120
120
|
"babel-plugin-date-fns": "~2.0.0",
|
|
121
121
|
"babel-plugin-dynamic-import-node": "~2.3.3",
|
|
122
122
|
"babel-plugin-import-remove-resource-query": "~1.0.0",
|
|
@@ -142,11 +142,11 @@
|
|
|
142
142
|
"css-minimizer-webpack-plugin": "~3.4.1",
|
|
143
143
|
"depcheck": "~1.4.3",
|
|
144
144
|
"docdash": "~1.2.0",
|
|
145
|
-
"dotenv": "~16.0.
|
|
145
|
+
"dotenv": "~16.0.1",
|
|
146
146
|
"dotenv-webpack": "~7.1.0",
|
|
147
147
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
148
148
|
"enhanced-resolve": "5.9.3",
|
|
149
|
-
"esbuild": "~0.14.
|
|
149
|
+
"esbuild": "~0.14.39",
|
|
150
150
|
"esbuild-loader": "~2.18.0",
|
|
151
151
|
"esbuild-plugin-svgr": "~1.0.1",
|
|
152
152
|
"eslint": "~8.15.0",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"eslint-plugin-react-hooks": "~4.5.0",
|
|
171
171
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
172
172
|
"eslint-plugin-storybook": "~0.5.11",
|
|
173
|
-
"eslint-plugin-testing-library": "~5.
|
|
173
|
+
"eslint-plugin-testing-library": "~5.5.0",
|
|
174
174
|
"eslint-plugin-wdio": "~7.19.4",
|
|
175
175
|
"execa": "~6.1.0",
|
|
176
176
|
"express": "~4.18.1",
|
|
@@ -181,14 +181,14 @@
|
|
|
181
181
|
"fast-glob": "~3.2.11",
|
|
182
182
|
"find-up": "~6.3.0",
|
|
183
183
|
"find-up-cli": "~5.0.0",
|
|
184
|
-
"happy-dom": "~3.
|
|
184
|
+
"happy-dom": "~3.2.0",
|
|
185
185
|
"helmet-csp": "~3.4.0",
|
|
186
186
|
"html-webpack-plugin": "~5.5.0",
|
|
187
187
|
"http-server": "~14.1.0",
|
|
188
188
|
"husky": "~8.0.1",
|
|
189
189
|
"husky-init": "~8.0.0",
|
|
190
190
|
"imports-loader": "~3.1.1",
|
|
191
|
-
"ip": "~1.1.
|
|
191
|
+
"ip": "~1.1.8",
|
|
192
192
|
"jest-axe": "~6.0.0",
|
|
193
193
|
"jest-cli": "~28.1.0",
|
|
194
194
|
"jest-environment-jsdom": "~28.1.0",
|
|
@@ -245,9 +245,9 @@
|
|
|
245
245
|
"update-notifier": "~5.1.0",
|
|
246
246
|
"url-loader": "~4.1.1",
|
|
247
247
|
"uuid": "~8.3.2",
|
|
248
|
-
"vite": "~2.9.
|
|
249
|
-
"vitest": "~0.12.
|
|
250
|
-
"webpack": "~5.72.
|
|
248
|
+
"vite": "~2.9.9",
|
|
249
|
+
"vitest": "~0.12.5",
|
|
250
|
+
"webpack": "~5.72.1",
|
|
251
251
|
"webpack-bundle-analyzer": "~4.5.0",
|
|
252
252
|
"webpack-cli": "~4.9.2",
|
|
253
253
|
"webpack-dev-server": "~4.9.0",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"webpack-merge": "~5.8.0",
|
|
256
256
|
"whatwg-fetch": "~3.6.2",
|
|
257
257
|
"workbox-webpack-plugin": "~6.5.3",
|
|
258
|
-
"yargs": "~17.
|
|
258
|
+
"yargs": "~17.5.0"
|
|
259
259
|
},
|
|
260
260
|
"devDependencies": {
|
|
261
261
|
"react": "~18.1.0",
|