@elliemae/pui-cli 6.16.3 → 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.16.3",
3
+ "version": "6.18.0",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,
@@ -47,10 +47,10 @@
47
47
  "indent": 4
48
48
  },
49
49
  "dependencies": {
50
- "@babel/cli": "~7.17.6",
51
- "@babel/core": "~7.17.9",
50
+ "@babel/cli": "~7.17.10",
51
+ "@babel/core": "~7.17.10",
52
52
  "@babel/eslint-parser": "~7.17.0",
53
- "@babel/node": "~7.16.8",
53
+ "@babel/node": "~7.17.10",
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",
@@ -58,15 +58,15 @@
58
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.17.0",
62
- "@babel/preset-env": "~7.16.11",
61
+ "@babel/plugin-transform-runtime": "~7.17.10",
62
+ "@babel/preset-env": "~7.17.10",
63
63
  "@babel/preset-react": "~7.16.7",
64
64
  "@babel/preset-typescript": "~7.16.7",
65
65
  "@babel/runtime": "~7.17.9",
66
66
  "@commitlint/cli": "~16.2.4",
67
67
  "@commitlint/config-conventional": "~16.2.4",
68
68
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.4.2",
69
- "@faker-js/faker": "6.2.0",
69
+ "@faker-js/faker": "6.3.1",
70
70
  "@nrwl/cli": "13.10.3",
71
71
  "@nrwl/tao": "13.10.3",
72
72
  "@nrwl/workspace": "13.10.3",
@@ -80,27 +80,28 @@
80
80
  "@storybook/addon-interactions": "~6.4.22",
81
81
  "@storybook/addon-links": "~6.4.22",
82
82
  "@storybook/addon-storysource": "~6.4.22",
83
- "@storybook/builder-vite": "~0.1.30",
83
+ "@storybook/builder-vite": "~0.1.33",
84
84
  "@storybook/builder-webpack5": "~6.4.22",
85
85
  "@storybook/manager-webpack5": "~6.4.22",
86
86
  "@storybook/react": "~6.4.22",
87
87
  "@storybook/theming": "~6.4.22",
88
- "@stylelint/postcss-css-in-js": "~0.37.2",
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.173",
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
- "@testing-library/react-hooks": "~7.0.2",
96
- "@types/jest": "~27.4.1",
97
- "@types/node": "~17.0.29",
95
+ "@testing-library/react-hooks": "~8.0.0",
96
+ "@types/jest": "~27.5.1",
97
+ "@types/node": "~17.0.32",
98
+ "@types/react": "~17.0.44",
98
99
  "@types/rimraf": "~3.0.2",
99
100
  "@types/testing-library__jest-dom": "~5.14.3",
100
- "@typescript-eslint/eslint-plugin": "~5.21.0",
101
- "@typescript-eslint/parser": "~5.21.0",
102
- "autoprefixer": "~10.4.5",
103
- "axe-core": "~4.4.1",
101
+ "@typescript-eslint/eslint-plugin": "~5.23.0",
102
+ "@typescript-eslint/parser": "~5.23.0",
103
+ "autoprefixer": "~10.4.7",
104
+ "axe-core": "~4.4.2",
104
105
  "babel-loader": "~8.2.5",
105
106
  "babel-plugin-add-import-extension": "1.5.1",
106
107
  "babel-plugin-date-fns": "~2.0.0",
@@ -128,14 +129,14 @@
128
129
  "css-minimizer-webpack-plugin": "~3.4.1",
129
130
  "depcheck": "~1.4.3",
130
131
  "docdash": "~1.2.0",
131
- "dotenv": "~16.0.0",
132
+ "dotenv": "~16.0.1",
132
133
  "dotenv-webpack": "~7.1.0",
133
134
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
134
135
  "enhanced-resolve": "5.9.3",
135
- "esbuild": "~0.14.38",
136
+ "esbuild": "~0.14.39",
136
137
  "esbuild-loader": "~2.18.0",
137
138
  "esbuild-plugin-svgr": "~1.0.1",
138
- "eslint": "~8.14.0",
139
+ "eslint": "~8.15.0",
139
140
  "eslint-config-airbnb": "~19.0.4",
140
141
  "eslint-config-airbnb-base": "~15.0.0",
141
142
  "eslint-config-airbnb-typescript": "~17.0.0",
@@ -156,12 +157,12 @@
156
157
  "eslint-plugin-react-hooks": "~4.5.0",
157
158
  "eslint-plugin-redux-saga": "~1.3.2",
158
159
  "eslint-plugin-storybook": "~0.5.11",
159
- "eslint-plugin-testing-library": "~5.3.1",
160
+ "eslint-plugin-testing-library": "~5.5.0",
160
161
  "eslint-plugin-wdio": "~7.19.4",
161
162
  "execa": "~5.1.1",
162
- "express": "~4.18.0",
163
+ "express": "~4.18.1",
163
164
  "express-pino-logger": "~7.0.0",
164
- "express-static-gzip": "~2.1.5",
165
+ "express-static-gzip": "~2.1.6",
165
166
  "favicons": "~6.2.2",
166
167
  "favicons-webpack-plugin": "~5.0.2",
167
168
  "fast-glob": "~3.2.11",
@@ -173,7 +174,7 @@
173
174
  "husky": "~7.0.4",
174
175
  "husky-init": "~7.1.0",
175
176
  "imports-loader": "~3.1.1",
176
- "ip": "~1.1.5",
177
+ "ip": "~1.1.8",
177
178
  "jest-axe": "~6.0.0",
178
179
  "jest-cli": "~27.5.1",
179
180
  "jest-sonar-reporter": "~2.0.0",
@@ -189,20 +190,20 @@
189
190
  "msw": "~0.39.2",
190
191
  "node-gyp": "~9.0.0",
191
192
  "node-plop": "~0.31.0",
192
- "nodemon": "~2.0.15",
193
+ "nodemon": "~2.0.16",
193
194
  "normalize-path": "~3.0.0",
194
- "npm-check-updates": "12.5.10",
195
+ "npm-check-updates": "12.5.11",
195
196
  "null-loader": "~4.0.1",
196
197
  "pino": "~7.11.0",
197
198
  "pino-pretty": "~7.6.1",
198
199
  "pinst": "~3.0.0",
199
200
  "plop": "~3.1.0",
200
- "postcss": "~8.4.12",
201
+ "postcss": "~8.4.13",
201
202
  "postcss-html": "~1.4.1",
202
203
  "postcss-jsx": "~0.36.4",
203
204
  "postcss-loader": "~6.2.1",
204
205
  "postcss-markdown": "~1.2.0",
205
- "postcss-preset-env": "~7.4.4",
206
+ "postcss-preset-env": "~7.5.0",
206
207
  "postcss-syntax": "~0.36.2",
207
208
  "prettier": "~2.6.2",
208
209
  "pug": "~3.0.2",
@@ -221,20 +222,20 @@
221
222
  "storybook-addon-turbo-build": "~1.1.0",
222
223
  "storybook-react-router": "~1.0.8",
223
224
  "style-loader": "~3.3.1",
224
- "stylelint": "~14.8.0",
225
+ "stylelint": "~14.8.2",
225
226
  "stylelint-config-recommended": "~7.0.0",
226
227
  "stylelint-config-styled-components": "~0.1.1",
227
228
  "swc-loader": "~0.2.0",
228
229
  "terser-webpack-plugin": "~5.3.1",
229
230
  "ts-node": "~10.7.0",
230
231
  "tsc-alias": "~1.6.7",
231
- "typescript": "~4.6.3",
232
+ "typescript": "~4.6.4",
232
233
  "update-notifier": "~5.1.0",
233
234
  "url-loader": "~4.1.1",
234
235
  "uuid": "~8.3.2",
235
- "vite": "~2.9.6",
236
- "vitest": "~0.10.0",
237
- "webpack": "~5.72.0",
236
+ "vite": "~2.9.9",
237
+ "vitest": "~0.12.4",
238
+ "webpack": "~5.72.1",
238
239
  "webpack-bundle-analyzer": "~4.5.0",
239
240
  "webpack-cli": "~4.9.2",
240
241
  "webpack-dev-middleware": "~5.3.1",
@@ -243,7 +244,7 @@
243
244
  "webpack-merge": "~5.8.0",
244
245
  "whatwg-fetch": "~3.6.2",
245
246
  "workbox-webpack-plugin": "~6.5.3",
246
- "yargs": "~17.4.1"
247
+ "yargs": "~17.5.0"
247
248
  },
248
249
  "devDependencies": {
249
250
  "react": "~17.0.2",