@elliemae/pui-cli 8.54.8 → 8.55.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.54.8",
3
+ "version": "8.55.3",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.cjs",
@@ -47,36 +47,16 @@
47
47
  },
48
48
  "author": "ICE MT",
49
49
  "license": "MIT",
50
- "scripts": {
51
- "build": "tsx ./lib/cli.ts pack -p -t node",
52
- "build:dev": "tsx ./lib/cli.ts pack -t node",
53
- "docs:start": "pui-doc-gen start",
54
- "docs:build": "pui-doc-gen build",
55
- "docs:version": "pui-doc-gen version",
56
- "docs:serve": "pui-doc-gen serve",
57
- "lint": "tsx ./lib/cli.ts lint",
58
- "lint:fix": "tsx ./lib/cli.ts lint --fix",
59
- "prettify": "prettier --write",
60
- "release": "semantic-release",
61
- "storybook:build": "exit 0",
62
- "storybook:docs:build": "exit 0",
63
- "test": "tsx ./lib/cli.ts test -p",
64
- "test:staged": "jest --coverage --passWithNoTests --bail --findRelatedTests",
65
- "tscheck": "tsx ./lib/cli.ts tscheck --files",
66
- "setup": "rimraf node_modules && rimraf pnpm-lock.yaml && pnpm i",
67
- "upgrade": "ncu -u && npm run setup",
68
- "prepare": "[ -n \"$CI\" ] || husky install"
69
- },
70
50
  "jestSonar": {
71
51
  "reportPath": "reports",
72
52
  "reportFile": "tests.xml",
73
53
  "indent": 4
74
54
  },
75
55
  "dependencies": {
76
- "@axe-core/react": "~4.10.2",
56
+ "@axe-core/react": "~4.11.0",
77
57
  "@babel/cli": "~7.28.3",
78
- "@babel/core": "~7.28.4",
79
- "@babel/eslint-parser": "~7.28.4",
58
+ "@babel/core": "~7.28.5",
59
+ "@babel/eslint-parser": "~7.28.5",
80
60
  "@babel/node": "~7.28.0",
81
61
  "@babel/plugin-proposal-class-properties": "~7.18.6",
82
62
  "@babel/plugin-proposal-export-default-from": "~7.27.1",
@@ -86,10 +66,10 @@
86
66
  "@babel/plugin-transform-react-constant-elements": "~7.27.1",
87
67
  "@babel/plugin-transform-react-inline-elements": "~7.27.1",
88
68
  "@babel/plugin-transform-react-jsx-source": "~7.27.1",
89
- "@babel/plugin-transform-runtime": "~7.28.3",
90
- "@babel/preset-env": "~7.28.3",
91
- "@babel/preset-react": "~7.27.1",
92
- "@babel/preset-typescript": "~7.27.1",
69
+ "@babel/plugin-transform-runtime": "~7.28.5",
70
+ "@babel/preset-env": "~7.28.5",
71
+ "@babel/preset-react": "~7.28.5",
72
+ "@babel/preset-typescript": "~7.28.5",
93
73
  "@babel/runtime": "~7.28.4",
94
74
  "@commitlint/cli": "~17.8.1",
95
75
  "@commitlint/config-conventional": "~17.8.1",
@@ -116,7 +96,7 @@
116
96
  "@stylelint/postcss-css-in-js": "~0.38.0",
117
97
  "@svgr/webpack": "~7.0.0",
118
98
  "@swc/cli": "~0.7.8",
119
- "@swc/core": "~1.13.5",
99
+ "@swc/core": "1.13.20",
120
100
  "@swc/jest": "~0.2.39",
121
101
  "@testing-library/jest-dom": "~5.17.0",
122
102
  "@testing-library/react": "~14.3.1",
@@ -127,12 +107,12 @@
127
107
  "@types/cors": "~2.8.19",
128
108
  "@types/dotenv-webpack": "~7.0.8",
129
109
  "@types/duplicate-package-checker-webpack-plugin": "~2.1.5",
130
- "@types/express-serve-static-core": "~4.19.6",
110
+ "@types/express-serve-static-core": "~4.19.7",
131
111
  "@types/ip": "~1.1.3",
132
112
  "@types/jest": "~29.5.14",
133
113
  "@types/jest-axe": "~3.5.9",
134
114
  "@types/moment-locales-webpack-plugin": "~1.2.6",
135
- "@types/node": "~18.19.127",
115
+ "@types/node": "~18.19.130",
136
116
  "@types/normalize-path": "~3.0.2",
137
117
  "@types/postcss-preset-env": "~7.7.0",
138
118
  "@types/rimraf": "~3.0.2",
@@ -147,7 +127,7 @@
147
127
  "@vitest/coverage-c8": "~0.33.0",
148
128
  "@vitest/coverage-v8": "~0.34.6",
149
129
  "autoprefixer": "~10.4.21",
150
- "axe-core": "~4.10.3",
130
+ "axe-core": "~4.11.0",
151
131
  "babel-plugin-date-fns": "~2.0.0",
152
132
  "babel-plugin-dynamic-import-node": "~2.3.3",
153
133
  "babel-plugin-import-remove-resource-query": "~1.0.0",
@@ -159,7 +139,7 @@
159
139
  "babel-plugin-transform-remove-console": "~6.9.4",
160
140
  "babel-plugin-transform-strip-block": "~0.0.5",
161
141
  "body-parser": "~1.20.3",
162
- "browserslist": "~4.26.2",
142
+ "browserslist": "~4.27.0",
163
143
  "browserslist-to-esbuild": "~1.2.0",
164
144
  "chalk": "~5.6.2",
165
145
  "cheerio": "~1.1.2",
@@ -177,7 +157,7 @@
177
157
  "dotenv-webpack": "~8.1.1",
178
158
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
179
159
  "enhanced-resolve": "~5.18.3",
180
- "esbuild": "~0.25.10",
160
+ "esbuild": "~0.25.12",
181
161
  "esbuild-loader": "~3.2.0",
182
162
  "esbuild-plugin-svgr": "~1.1.0",
183
163
  "eslint": "~8.57.1",
@@ -228,7 +208,7 @@
228
208
  "jest-styled-components": "~7.2.0",
229
209
  "jest-watch-typeahead": "~2.2.2",
230
210
  "jscodeshift": "~0.16.1",
231
- "jsdoc": "~4.0.4",
211
+ "jsdoc": "~4.0.5",
232
212
  "lerna": "~6.6.2",
233
213
  "lint-staged": "~13.3.0",
234
214
  "mini-css-extract-plugin": "~2.9.4",
@@ -237,7 +217,7 @@
237
217
  "moment-locales-webpack-plugin": "~1.2.0",
238
218
  "msw": "~1.3.5",
239
219
  "node-gyp": "~9.4.1",
240
- "node-plop": "~0.32.2",
220
+ "node-plop": "~0.32.3",
241
221
  "nodemon": "~2.0.22",
242
222
  "normalize-path": "~3.0.0",
243
223
  "npm-check-updates": "~17.1.18",
@@ -259,7 +239,7 @@
259
239
  "pug-loader": "~2.4.0",
260
240
  "raf": "~3.4.1",
261
241
  "react-docgen": "~5.4.3",
262
- "react-refresh": "~0.17.0",
242
+ "react-refresh": "~0.18.0",
263
243
  "react-test-renderer": "~18.3.1",
264
244
  "resize-observer-polyfill": "~1.5.1",
265
245
  "resolve-typescript-plugin": "~2.0.1",
@@ -279,15 +259,15 @@
279
259
  "tsc-alias": "~1.8.16",
280
260
  "tsconfig-paths-webpack-plugin": "~3.5.2",
281
261
  "tsx": "~3.14.0",
282
- "typedoc": "~0.28.13",
283
- "typescript": "5.8.3",
262
+ "typedoc": "~0.28.14",
263
+ "typescript": "5.9.3",
284
264
  "update-notifier": "~6.0.2",
285
265
  "url-loader": "~4.1.1",
286
266
  "uuid": "~9.0.1",
287
- "vite": "~5.4.20",
267
+ "vite": "~5.4.21",
288
268
  "vite-tsconfig-paths": "~4.3.2",
289
269
  "vitest": "~1.6.1",
290
- "webpack": "~5.101.3",
270
+ "webpack": "~5.102.1",
291
271
  "webpack-bundle-analyzer": "~4.10.2",
292
272
  "webpack-cli": "~5.1.4",
293
273
  "webpack-dev-server": "~5.2.2",
@@ -299,17 +279,31 @@
299
279
  "yargs": "~17.7.2"
300
280
  },
301
281
  "devDependencies": {
302
- "@elliemae/pui-doc-gen": "~3.6.0",
282
+ "@elliemae/pui-doc-gen": "~3.7.0",
303
283
  "react": "~18.3.1",
304
284
  "react-dom": "~18.3.1",
305
285
  "redux": "~4.2.1",
306
- "redux-saga": "~1.3.0",
286
+ "redux-saga": "~1.4.2",
307
287
  "styled-components": "~5.3.11"
308
288
  },
309
- "pnpm": {
310
- "overrides": {
311
- "@types/express-serve-static-core": "~4.19.6"
312
- }
313
- },
314
- "type": "module"
315
- }
289
+ "type": "module",
290
+ "scripts": {
291
+ "build": "tsx ./lib/cli.ts pack -p -t node",
292
+ "build:dev": "tsx ./lib/cli.ts pack -t node",
293
+ "docs:start": "pui-doc-gen start",
294
+ "docs:build": "pui-doc-gen build",
295
+ "docs:version": "pui-doc-gen version",
296
+ "docs:serve": "pui-doc-gen serve",
297
+ "lint": "tsx ./lib/cli.ts lint",
298
+ "lint:fix": "tsx ./lib/cli.ts lint --fix",
299
+ "prettify": "prettier --write",
300
+ "release": "semantic-release",
301
+ "storybook:build": "exit 0",
302
+ "storybook:docs:build": "exit 0",
303
+ "test": "tsx ./lib/cli.ts test -p",
304
+ "test:staged": "jest --coverage --passWithNoTests --bail --findRelatedTests",
305
+ "tscheck": "tsx ./lib/cli.ts tscheck --files",
306
+ "setup": "rimraf node_modules && rimraf pnpm-lock.yaml && pnpm i",
307
+ "upgrade": "ncu -u && npm run setup"
308
+ }
309
+ }