@elliemae/pui-cli 6.17.1 → 6.18.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.
@@ -9,11 +9,10 @@ async function test(commandOptions) {
9
9
 
10
10
  // eslint-disable-next-line max-statements
11
11
  async function handler(argv) {
12
- let commandOptions = '--coverage';
12
+ let commandOptions = '--coverage --maxWorkers=50%';
13
13
  if (argv.fix) commandOptions = '-u';
14
14
  else if (argv.watch) commandOptions = '--watchAll';
15
- if (CI) commandOptions += ' --ci --runInBand --no-colors';
16
- else commandOptions += ' --maxWorkers=50%';
15
+ if (CI) commandOptions += ' --ci --no-colors';
17
16
  if (argv.p) commandOptions += ' --passWithNoTests';
18
17
  if (argv.r) commandOptions += ' --bail --findRelatedTests';
19
18
  if (argv.s) commandOptions += ' --silent';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "6.17.1",
3
+ "version": "6.18.0",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,
@@ -88,20 +88,20 @@
88
88
  "@stylelint/postcss-css-in-js": "~0.38.0",
89
89
  "@svgr/webpack": "~6.2.1",
90
90
  "@swc/cli": "~0.1.57",
91
- "@swc/core": "~1.2.177",
92
- "@swc/jest": "~0.2.20",
91
+ "@swc/core": "~1.2.182",
92
+ "@swc/jest": "~0.2.21",
93
93
  "@testing-library/jest-dom": "~5.16.4",
94
94
  "@testing-library/react": "~12.1.4",
95
95
  "@testing-library/react-hooks": "~8.0.0",
96
- "@types/jest": "~27.5.0",
97
- "@types/node": "~17.0.31",
96
+ "@types/jest": "~27.5.1",
97
+ "@types/node": "~17.0.32",
98
98
  "@types/react": "~17.0.44",
99
99
  "@types/rimraf": "~3.0.2",
100
100
  "@types/testing-library__jest-dom": "~5.14.3",
101
- "@typescript-eslint/eslint-plugin": "~5.22.0",
102
- "@typescript-eslint/parser": "~5.22.0",
101
+ "@typescript-eslint/eslint-plugin": "~5.23.0",
102
+ "@typescript-eslint/parser": "~5.23.0",
103
103
  "autoprefixer": "~10.4.7",
104
- "axe-core": "~4.4.1",
104
+ "axe-core": "~4.4.2",
105
105
  "babel-loader": "~8.2.5",
106
106
  "babel-plugin-add-import-extension": "1.5.1",
107
107
  "babel-plugin-date-fns": "~2.0.0",
@@ -129,14 +129,14 @@
129
129
  "css-minimizer-webpack-plugin": "~3.4.1",
130
130
  "depcheck": "~1.4.3",
131
131
  "docdash": "~1.2.0",
132
- "dotenv": "~16.0.0",
132
+ "dotenv": "~16.0.1",
133
133
  "dotenv-webpack": "~7.1.0",
134
134
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
135
135
  "enhanced-resolve": "5.9.3",
136
- "esbuild": "~0.14.38",
136
+ "esbuild": "~0.14.39",
137
137
  "esbuild-loader": "~2.18.0",
138
138
  "esbuild-plugin-svgr": "~1.0.1",
139
- "eslint": "~8.14.0",
139
+ "eslint": "~8.15.0",
140
140
  "eslint-config-airbnb": "~19.0.4",
141
141
  "eslint-config-airbnb-base": "~15.0.0",
142
142
  "eslint-config-airbnb-typescript": "~17.0.0",
@@ -157,7 +157,7 @@
157
157
  "eslint-plugin-react-hooks": "~4.5.0",
158
158
  "eslint-plugin-redux-saga": "~1.3.2",
159
159
  "eslint-plugin-storybook": "~0.5.11",
160
- "eslint-plugin-testing-library": "~5.3.1",
160
+ "eslint-plugin-testing-library": "~5.5.0",
161
161
  "eslint-plugin-wdio": "~7.19.4",
162
162
  "execa": "~5.1.1",
163
163
  "express": "~4.18.1",
@@ -174,7 +174,7 @@
174
174
  "husky": "~7.0.4",
175
175
  "husky-init": "~7.1.0",
176
176
  "imports-loader": "~3.1.1",
177
- "ip": "~1.1.5",
177
+ "ip": "~1.1.8",
178
178
  "jest-axe": "~6.0.0",
179
179
  "jest-cli": "~27.5.1",
180
180
  "jest-sonar-reporter": "~2.0.0",
@@ -233,9 +233,9 @@
233
233
  "update-notifier": "~5.1.0",
234
234
  "url-loader": "~4.1.1",
235
235
  "uuid": "~8.3.2",
236
- "vite": "~2.9.8",
237
- "vitest": "~0.10.4",
238
- "webpack": "~5.72.0",
236
+ "vite": "~2.9.9",
237
+ "vitest": "~0.12.4",
238
+ "webpack": "~5.72.1",
239
239
  "webpack-bundle-analyzer": "~4.5.0",
240
240
  "webpack-cli": "~4.9.2",
241
241
  "webpack-dev-middleware": "~5.3.1",
@@ -244,7 +244,7 @@
244
244
  "webpack-merge": "~5.8.0",
245
245
  "whatwg-fetch": "~3.6.2",
246
246
  "workbox-webpack-plugin": "~6.5.3",
247
- "yargs": "~17.4.1"
247
+ "yargs": "~17.5.0"
248
248
  },
249
249
  "devDependencies": {
250
250
  "react": "~17.0.2",