@elliemae/pui-cli 9.0.0-next.14 → 9.0.0-next.15

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.
Files changed (66) hide show
  1. package/dist/cjs/commands/lint.js +26 -7
  2. package/dist/cjs/commands/utils.js +3 -1
  3. package/dist/cjs/lint-config/eslint/common.cjs +3 -2
  4. package/dist/cjs/lint-config/eslint/typescript/common.cjs +3 -3
  5. package/dist/cjs/lint-config/stylelint.config.cjs +14 -13
  6. package/dist/cjs/monorepo/delete-merged-tags.js +1 -1
  7. package/dist/cjs/monorepo/set-registry-version.js +1 -1
  8. package/dist/cjs/monorepo/set-workspace-version.js +1 -1
  9. package/dist/cjs/server/csp.js +1 -1
  10. package/dist/cjs/server/utils.js +2 -2
  11. package/dist/cjs/testing/jest.config.cjs +2 -0
  12. package/dist/cjs/testing/setup-tests.js +22 -1
  13. package/dist/cjs/transpile/esbuild.js +1 -1
  14. package/dist/cjs/update-notifier.js +1 -1
  15. package/dist/cjs/utils.js +1 -1
  16. package/dist/cjs/webpack/helpers.js +6 -6
  17. package/dist/cjs/webpack/webpack.base.babel.js +4 -4
  18. package/dist/cjs/webpack/webpack.dev.babel.js +1 -1
  19. package/dist/cjs/webpack/webpack.lib.base.babel.js +4 -4
  20. package/dist/cjs/webpack/webpack.lib.dev.babel.js +1 -1
  21. package/dist/cjs/webpack/webpack.storybook.js +2 -2
  22. package/dist/esm/commands/lint.js +27 -7
  23. package/dist/esm/commands/utils.js +3 -1
  24. package/dist/esm/lint-config/eslint/common.cjs +3 -2
  25. package/dist/esm/lint-config/eslint/typescript/common.cjs +3 -3
  26. package/dist/esm/lint-config/stylelint.config.cjs +14 -13
  27. package/dist/esm/monorepo/delete-merged-tags.js +1 -1
  28. package/dist/esm/monorepo/set-registry-version.js +1 -1
  29. package/dist/esm/monorepo/set-workspace-version.js +1 -1
  30. package/dist/esm/server/csp.js +1 -1
  31. package/dist/esm/server/utils.js +2 -2
  32. package/dist/esm/testing/jest.config.cjs +2 -0
  33. package/dist/esm/testing/setup-tests.js +22 -1
  34. package/dist/esm/transpile/esbuild.js +1 -1
  35. package/dist/esm/update-notifier.js +1 -1
  36. package/dist/esm/utils.js +1 -1
  37. package/dist/esm/webpack/helpers.js +6 -6
  38. package/dist/esm/webpack/webpack.base.babel.js +4 -4
  39. package/dist/esm/webpack/webpack.dev.babel.js +1 -1
  40. package/dist/esm/webpack/webpack.lib.base.babel.js +4 -4
  41. package/dist/esm/webpack/webpack.lib.dev.babel.js +1 -1
  42. package/dist/esm/webpack/webpack.storybook.js +2 -2
  43. package/dist/types/commands/build.d.ts +2 -2
  44. package/dist/types/commands/codemod.d.ts +2 -2
  45. package/dist/types/commands/lint.d.ts +3 -2
  46. package/dist/types/commands/pack.d.ts +2 -2
  47. package/dist/types/commands/start.d.ts +2 -2
  48. package/dist/types/commands/storybook.d.ts +2 -2
  49. package/dist/types/commands/test.d.ts +2 -2
  50. package/dist/types/commands/tscheck.d.ts +2 -2
  51. package/dist/types/commands/utils.d.ts +1 -0
  52. package/dist/types/commands/version.d.ts +2 -2
  53. package/dist/types/commands/vitest.d.ts +2 -2
  54. package/dist/types/lint-config/eslint/common.d.cts +8 -2
  55. package/dist/types/lint-config/eslint/non-react.d.cts +8 -1
  56. package/dist/types/lint-config/eslint/react.d.cts +8 -1
  57. package/dist/types/lint-config/eslint/typescript/common.d.cts +1 -1
  58. package/dist/types/lint-config/eslint/typescript/non-react.d.cts +9 -2
  59. package/dist/types/lint-config/eslint/typescript/react.d.cts +9 -2
  60. package/dist/types/lint-config/lint-staged.config.d.ts +3 -3
  61. package/dist/types/lint-config/stylelint.config.d.cts +2 -2
  62. package/dist/types/server/csp.d.ts +2 -2
  63. package/dist/types/testing/jest.config.d.cts +2 -0
  64. package/dist/types/testing/jest.node.config.d.cts +2 -0
  65. package/dist/types/webpack/helpers.d.ts +1 -1
  66. package/package.json +74 -74
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "9.0.0-next.14",
3
+ "version": "9.0.0-next.15",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -78,10 +78,10 @@
78
78
  },
79
79
  "dependencies": {
80
80
  "@axe-core/react": "~4.7.3",
81
- "@babel/cli": "~7.22.5",
82
- "@babel/core": "~7.22.5",
83
- "@babel/eslint-parser": "~7.22.5",
84
- "@babel/node": "~7.22.5",
81
+ "@babel/cli": "~7.22.9",
82
+ "@babel/core": "~7.22.9",
83
+ "@babel/eslint-parser": "~7.22.9",
84
+ "@babel/node": "~7.22.6",
85
85
  "@babel/plugin-proposal-class-properties": "~7.18.6",
86
86
  "@babel/plugin-proposal-export-default-from": "~7.22.5",
87
87
  "@babel/plugin-syntax-dynamic-import": "~7.8.3",
@@ -90,68 +90,68 @@
90
90
  "@babel/plugin-transform-react-constant-elements": "~7.22.5",
91
91
  "@babel/plugin-transform-react-inline-elements": "~7.22.5",
92
92
  "@babel/plugin-transform-react-jsx-source": "~7.22.5",
93
- "@babel/plugin-transform-runtime": "~7.22.5",
94
- "@babel/preset-env": "~7.22.5",
93
+ "@babel/plugin-transform-runtime": "~7.22.9",
94
+ "@babel/preset-env": "~7.22.9",
95
95
  "@babel/preset-react": "~7.22.5",
96
96
  "@babel/preset-typescript": "~7.22.5",
97
- "@babel/runtime": "~7.22.5",
98
- "@commitlint/cli": "~17.6.6",
99
- "@commitlint/config-conventional": "~17.6.6",
97
+ "@babel/runtime": "~7.22.6",
98
+ "@commitlint/cli": "~17.6.7",
99
+ "@commitlint/config-conventional": "~17.6.7",
100
100
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.7.0",
101
101
  "@faker-js/faker": "8.0.2",
102
102
  "@nrwl/cli": "15.9.3",
103
- "@nrwl/tao": "16.4.2",
104
- "@nrwl/workspace": "16.4.2",
103
+ "@nrwl/tao": "16.5.5",
104
+ "@nrwl/workspace": "16.5.5",
105
105
  "@pmmmwh/react-refresh-webpack-plugin": "~0.5.10",
106
106
  "@semantic-release/changelog": "~6.0.3",
107
107
  "@semantic-release/exec": "~6.0.3",
108
108
  "@semantic-release/git": "~10.0.1",
109
- "@storybook/addon-a11y": "~7.0.25",
110
- "@storybook/addon-essentials": "~7.0.25",
109
+ "@storybook/addon-a11y": "~7.1.1",
110
+ "@storybook/addon-essentials": "~7.1.1",
111
111
  "@storybook/addon-events": "~6.2.9",
112
- "@storybook/addon-interactions": "~7.0.25",
113
- "@storybook/addon-links": "~7.0.25",
114
- "@storybook/addon-storysource": "~7.0.25",
115
- "@storybook/blocks": "~7.0.25",
116
- "@storybook/builder-vite": "~7.0.25",
117
- "@storybook/builder-webpack5": "~7.0.25",
112
+ "@storybook/addon-interactions": "~7.1.1",
113
+ "@storybook/addon-links": "~7.1.1",
114
+ "@storybook/addon-storysource": "~7.1.1",
115
+ "@storybook/blocks": "~7.1.1",
116
+ "@storybook/builder-vite": "~7.1.1",
117
+ "@storybook/builder-webpack5": "~7.1.1",
118
118
  "@storybook/jest": "~0.1.0",
119
119
  "@storybook/manager-webpack5": "~6.5.16",
120
- "@storybook/react": "~7.0.25",
121
- "@storybook/react-vite": "~7.0.25",
122
- "@storybook/react-webpack5": "~7.0.25",
120
+ "@storybook/react": "~7.1.1",
121
+ "@storybook/react-vite": "~7.1.1",
122
+ "@storybook/react-webpack5": "~7.1.1",
123
123
  "@storybook/testing-library": "~0.2.0",
124
- "@storybook/theming": "~7.0.25",
124
+ "@storybook/theming": "~7.1.1",
125
125
  "@stylelint/postcss-css-in-js": "~0.38.0",
126
126
  "@svgr/webpack": "~8.0.1",
127
127
  "@swc/cli": "~0.1.62",
128
- "@swc/core": "~1.3.67",
129
- "@swc/jest": "~0.2.26",
130
- "@testing-library/jest-dom": "~5.16.5",
128
+ "@swc/core": "~1.3.71",
129
+ "@swc/jest": "~0.2.27",
130
+ "@testing-library/jest-dom": "~5.17.0",
131
131
  "@testing-library/react": "~14.0.0",
132
132
  "@testing-library/react-hooks": "~8.0.1",
133
133
  "@testing-library/user-event": "~14.4.3",
134
134
  "@types/circular-dependency-plugin": "~5.0.5",
135
- "@types/cors": "~2.8.13",
136
135
  "@types/compression": "~1.7.2",
136
+ "@types/cors": "~2.8.13",
137
137
  "@types/duplicate-package-checker-webpack-plugin": "~2.1.2",
138
138
  "@types/ip": "~1.1.0",
139
- "@types/jest": "~29.5.2",
139
+ "@types/jest": "~29.5.3",
140
140
  "@types/jest-axe": "~3.5.5",
141
141
  "@types/moment-locales-webpack-plugin": "~1.2.3",
142
- "@types/node": "~20.3.3",
142
+ "@types/node": "~20.4.5",
143
143
  "@types/normalize-path": "~3.0.0",
144
144
  "@types/postcss-preset-env": "~8.0.0",
145
145
  "@types/rimraf": "~4.0.5",
146
146
  "@types/speed-measure-webpack-plugin": "~1.3.4",
147
147
  "@types/supertest": "~2.0.12",
148
148
  "@types/uuid": "~9.0.2",
149
- "@types/testing-library__jest-dom": "~5.14.6",
149
+ "@types/testing-library__jest-dom": "~5.14.9",
150
150
  "@types/webpack-bundle-analyzer": "~4.6.0",
151
- "@typescript-eslint/eslint-plugin": "~5.61.0",
152
- "@typescript-eslint/parser": "~5.61.0",
153
- "@vitejs/plugin-react": "~4.0.1",
154
- "@vitest/coverage-c8": "~0.32.4",
151
+ "@typescript-eslint/eslint-plugin": "~6.2.0",
152
+ "@typescript-eslint/parser": "~6.2.0",
153
+ "@vitejs/plugin-react": "~4.0.3",
154
+ "@vitest/coverage-c8": "~0.33.0",
155
155
  "autoprefixer": "~10.4.14",
156
156
  "axe-core": "~4.7.2",
157
157
  "babel-plugin-date-fns": "~2.0.0",
@@ -182,42 +182,42 @@
182
182
  "dotenv-webpack": "~8.0.1",
183
183
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
184
184
  "enhanced-resolve": "5.15.0",
185
- "esbuild": "~0.18.11",
185
+ "esbuild": "~0.18.17",
186
186
  "esbuild-loader": "~3.0.1",
187
187
  "esbuild-plugin-lodash": "~1.2.0",
188
188
  "esbuild-plugin-svgr": "~2.0.0",
189
- "eslint": "~8.44.0",
189
+ "eslint": "~8.46.0",
190
190
  "eslint-config-airbnb": "~19.0.4",
191
191
  "eslint-config-airbnb-base": "~15.0.0",
192
- "eslint-config-airbnb-typescript": "~17.0.0",
193
- "eslint-config-prettier": "~8.8.0",
192
+ "eslint-config-airbnb-typescript": "~17.1.0",
193
+ "eslint-config-prettier": "~8.9.0",
194
194
  "eslint-config-react-app": "~7.0.1",
195
195
  "eslint-import-resolver-babel-module": "~5.3.2",
196
196
  "eslint-import-resolver-typescript": "~3.5.5",
197
197
  "eslint-import-resolver-webpack": "~0.13.2",
198
198
  "eslint-plugin-compat": "~4.1.4",
199
199
  "eslint-plugin-eslint-comments": "~3.2.0",
200
- "eslint-plugin-import": "~2.27.5",
201
- "eslint-plugin-jest": "~27.2.2",
202
- "eslint-plugin-jsdoc": "~46.4.3",
200
+ "eslint-plugin-import": "~2.28.0",
201
+ "eslint-plugin-jest": "~27.2.3",
202
+ "eslint-plugin-jsdoc": "~46.4.5",
203
203
  "eslint-plugin-jsx-a11y": "~6.7.1",
204
204
  "eslint-plugin-mdx": "~2.1.0",
205
- "eslint-plugin-prettier": "~4.2.1",
206
- "eslint-plugin-react": "~7.32.2",
205
+ "eslint-plugin-prettier": "~5.0.0",
206
+ "eslint-plugin-react": "~7.33.0",
207
207
  "eslint-plugin-react-hooks": "~4.6.0",
208
208
  "eslint-plugin-redux-saga": "~1.3.2",
209
- "eslint-plugin-storybook": "~0.6.12",
209
+ "eslint-plugin-storybook": "~0.6.13",
210
210
  "eslint-plugin-testing-library": "~5.11.0",
211
211
  "eslint-plugin-wdio": "~8.8.7",
212
- "execa": "~7.1.1",
212
+ "execa": "~7.2.0",
213
213
  "express": "~4.18.2",
214
214
  "express-static-gzip": "~2.1.7",
215
- "favicons": "~7.1.3",
215
+ "favicons": "~7.1.4",
216
216
  "favicons-webpack-plugin": "~6.0.0",
217
- "fast-glob": "~3.3.0",
217
+ "fast-glob": "~3.3.1",
218
218
  "find-up": "~6.3.0",
219
219
  "find-up-cli": "~5.0.0",
220
- "happy-dom": "~9.20.3",
220
+ "happy-dom": "~10.5.2",
221
221
  "helmet-csp": "~3.4.0",
222
222
  "html-loader": "~4.2.0",
223
223
  "html-webpack-plugin": "~5.5.3",
@@ -226,87 +226,87 @@
226
226
  "husky-init": "~8.0.0",
227
227
  "imports-loader": "~4.0.1",
228
228
  "ip": "~1.1.8",
229
- "jest-axe": "~7.0.1",
230
- "jest-cli": "~29.5.0",
231
- "jest-environment-jsdom": "~29.5.0",
229
+ "jest-axe": "~8.0.0",
230
+ "jest-cli": "~29.6.2",
231
+ "jest-environment-jsdom": "~29.6.2",
232
232
  "jest-sonar-reporter": "~2.0.0",
233
233
  "jest-styled-components": "~7.1.1",
234
234
  "jest-watch-typeahead": "~2.2.2",
235
235
  "jscodeshift": "~0.15.0",
236
236
  "jsdoc": "~4.0.2",
237
- "lerna": "~7.1.1",
237
+ "lerna": "~7.1.4",
238
238
  "lint-staged": "~13.2.3",
239
239
  "mini-css-extract-plugin": "~2.7.6",
240
240
  "minimist": "~1.2.8",
241
241
  "moment": "~2.29.4",
242
242
  "moment-locales-webpack-plugin": "~1.2.0",
243
- "msw": "~1.2.2",
243
+ "msw": "~1.2.3",
244
244
  "npm-run-all": "~4.1.5",
245
245
  "node-gyp": "~9.4.0",
246
246
  "node-plop": "~0.31.1",
247
- "nodemon": "~2.0.22",
247
+ "nodemon": "~3.0.1",
248
248
  "normalize-path": "~3.0.0",
249
- "npm-check-updates": "16.10.13",
250
- "pino": "~8.14.1",
249
+ "npm-check-updates": "16.10.17",
250
+ "pino": "~8.14.2",
251
251
  "pino-http": "~8.3.3",
252
- "pino-pretty": "~10.0.0",
252
+ "pino-pretty": "~10.2.0",
253
253
  "plop": "~3.1.2",
254
- "postcss": "~8.4.24",
254
+ "postcss": "~8.4.27",
255
255
  "postcss-html": "~1.5.0",
256
256
  "postcss-jsx": "~0.36.4",
257
257
  "postcss-loader": "~7.3.3",
258
258
  "postcss-markdown": "~1.2.0",
259
- "postcss-preset-env": "~9.0.0",
259
+ "postcss-preset-env": "~9.1.0",
260
260
  "postcss-syntax": "~0.36.2",
261
- "prettier": "~2.8.8",
262
- "prisma": "~4.16.2",
261
+ "prettier": "~3.0.0",
262
+ "prisma": "~5.0.0",
263
263
  "pug": "~3.0.2",
264
264
  "pug-loader": "~2.4.0",
265
265
  "raf": "~3.4.1",
266
- "react-docgen": "~6.0.1",
266
+ "react-docgen": "~6.0.2",
267
267
  "react-refresh": "~0.14.0",
268
268
  "react-test-renderer": "~18.2.0",
269
269
  "resize-observer-polyfill": "~1.5.1",
270
270
  "resolve-typescript-plugin": "~2.0.1",
271
271
  "rimraf": "~5.0.1",
272
- "semantic-release": "~21.0.6",
272
+ "semantic-release": "~21.0.7",
273
273
  "slackify-markdown": "~4.3.1",
274
274
  "speed-measure-webpack-plugin": "~1.5.0",
275
- "storybook": "~7.0.25",
275
+ "storybook": "~7.1.1",
276
276
  "storybook-addon-turbo-build": "~2.0.1",
277
277
  "storybook-react-router": "~1.0.8",
278
278
  "style-loader": "~3.3.3",
279
- "stylelint": "~15.9.0",
280
- "stylelint-config-recommended": "~12.0.0",
279
+ "stylelint": "~15.10.2",
280
+ "stylelint-config-recommended": "~13.0.0",
281
281
  "stylelint-config-styled-components": "~0.1.1",
282
282
  "supertest": "~6.3.3",
283
283
  "swc-loader": "~0.2.3",
284
284
  "ts-node": "~10.9.1",
285
- "tsc-alias": "~1.8.6",
285
+ "tsc-alias": "~1.8.7",
286
286
  "typedoc": "~0.24.8",
287
287
  "typescript": "~5.1.6",
288
288
  "update-notifier": "~6.0.2",
289
289
  "url-loader": "~4.1.1",
290
290
  "uuid": "~9.0.0",
291
- "vite": "~4.3.9",
292
- "vitest": "~0.32.4",
291
+ "vite": "~4.4.7",
292
+ "vitest": "~0.33.0",
293
293
  "vite-tsconfig-paths": "~4.2.0",
294
- "webpack": "~5.88.1",
294
+ "webpack": "~5.88.2",
295
295
  "webpack-bundle-analyzer": "~4.9.0",
296
296
  "webpack-cli": "~5.1.4",
297
297
  "webpack-dev-server": "~4.15.1",
298
298
  "webpack-manifest-plugin": "~5.0.0",
299
299
  "webpack-merge": "~5.9.0",
300
- "whatwg-fetch": "~3.6.2",
300
+ "whatwg-fetch": "~3.6.17",
301
301
  "workbox-webpack-plugin": "~7.0.0",
302
302
  "yargs": "~17.7.2"
303
303
  },
304
304
  "devDependencies": {
305
- "@elliemae/pui-doc-gen": "~1.6.4",
305
+ "@elliemae/pui-doc-gen": "~1.7.1",
306
306
  "react": "~18.2.0",
307
307
  "react-dom": "~18.2.0",
308
308
  "redux": "~4.2.1",
309
309
  "redux-saga": "~1.2.3",
310
- "styled-components": "~6.0.2"
310
+ "styled-components": "~6.0.5"
311
311
  }
312
312
  }