@elliemae/pui-cli 8.28.0 → 8.29.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.
- package/dist/types/docusaurus.config.d.ts +2 -0
- package/dist/types/{index.d.ts → lib/index.d.ts} +1 -0
- package/package.json +28 -28
- /package/dist/types/{babel.config.d.cts → lib/babel.config.d.cts} +0 -0
- /package/dist/types/{cli.d.ts → lib/cli.d.ts} +0 -0
- /package/dist/types/{commands → lib/commands}/build.d.ts +0 -0
- /package/dist/types/{commands → lib/commands}/codemod.d.ts +0 -0
- /package/dist/types/{commands → lib/commands}/gendoc.d.ts +0 -0
- /package/dist/types/{commands → lib/commands}/lint.d.ts +0 -0
- /package/dist/types/{commands → lib/commands}/pack.d.ts +0 -0
- /package/dist/types/{commands → lib/commands}/start.d.ts +0 -0
- /package/dist/types/{commands → lib/commands}/storybook.d.ts +0 -0
- /package/dist/types/{commands → lib/commands}/test.d.ts +0 -0
- /package/dist/types/{commands → lib/commands}/tscheck.d.ts +0 -0
- /package/dist/types/{commands → lib/commands}/utils.d.ts +0 -0
- /package/dist/types/{commands → lib/commands}/version.d.ts +0 -0
- /package/dist/types/{commands → lib/commands}/vitest.d.ts +0 -0
- /package/dist/types/{dummy.d.ts → lib/dummy.d.ts} +0 -0
- /package/dist/types/{index.d.cts → lib/index.d.cts} +0 -0
- /package/dist/types/{lint-config → lib/lint-config}/commitlint.config.d.cts +0 -0
- /package/dist/types/{lint-config → lib/lint-config}/eslint/common.d.cts +0 -0
- /package/dist/types/{lint-config → lib/lint-config}/eslint/non-react.d.cts +0 -0
- /package/dist/types/{lint-config → lib/lint-config}/eslint/react.d.cts +0 -0
- /package/dist/types/{lint-config → lib/lint-config}/eslint/typescript/common.d.cts +0 -0
- /package/dist/types/{lint-config → lib/lint-config}/eslint/typescript/non-react.d.cts +0 -0
- /package/dist/types/{lint-config → lib/lint-config}/eslint/typescript/react.d.cts +0 -0
- /package/dist/types/{lint-config → lib/lint-config}/lint-staged.config.d.ts +0 -0
- /package/dist/types/{lint-config → lib/lint-config}/prettier.config.d.cts +0 -0
- /package/dist/types/{lint-config → lib/lint-config}/stylelint.config.d.cts +0 -0
- /package/dist/types/{monorepo → lib/monorepo}/delete-merged-tags.d.ts +0 -0
- /package/dist/types/{monorepo → lib/monorepo}/set-registry-version.d.ts +0 -0
- /package/dist/types/{monorepo → lib/monorepo}/set-workspace-version.d.ts +0 -0
- /package/dist/types/{monorepo → lib/monorepo}/utils.d.cts +0 -0
- /package/dist/types/{monorepo → lib/monorepo}/utils.d.ts +0 -0
- /package/dist/types/{pui-config.d.ts → lib/pui-config.d.ts} +0 -0
- /package/dist/types/{release.config.d.cts → lib/release.config.d.cts} +0 -0
- /package/dist/types/{server → lib/server}/appRoutes.d.ts +0 -0
- /package/dist/types/{server → lib/server}/csp.d.ts +0 -0
- /package/dist/types/{server → lib/server}/index.d.ts +0 -0
- /package/dist/types/{server → lib/server}/logger.d.ts +0 -0
- /package/dist/types/{server → lib/server}/middlewares.d.ts +0 -0
- /package/dist/types/{server → lib/server}/utils.d.ts +0 -0
- /package/dist/types/{server → lib/server}/wsServer.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/jest.config.d.cts +0 -0
- /package/dist/types/{testing → lib/testing}/jest.node.config.d.cts +0 -0
- /package/dist/types/{testing → lib/testing}/mocks/axios.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/mocks/cssModule.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/mocks/html.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/mocks/image.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/mocks/matchMedia.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/mocks/pui-app-loader.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/mocks/pui-diagnostics.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/mocks/pui-user-monitoring.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/mocks/retry-axios.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/mocks/svg.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/mocks/webpack-hmr.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/resolver.d.cts +0 -0
- /package/dist/types/{testing → lib/testing}/setup-react-env.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/setup-test-env.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/setup-tests.d.ts +0 -0
- /package/dist/types/{testing → lib/testing}/vitest.config.d.ts +0 -0
- /package/dist/types/{transpile → lib/transpile}/esbuild.d.ts +0 -0
- /package/dist/types/{transpile → lib/transpile}/react-shim.d.ts +0 -0
- /package/dist/types/{transpile → lib/transpile}/swcrc.config.d.cts +0 -0
- /package/dist/types/{typedoc.d.cts → lib/typedoc.d.cts} +0 -0
- /package/dist/types/{update-notifier.d.ts → lib/update-notifier.d.ts} +0 -0
- /package/dist/types/{utils.d.cts → lib/utils.d.cts} +0 -0
- /package/dist/types/{utils.d.ts → lib/utils.d.ts} +0 -0
- /package/dist/types/{webpack → lib/webpack}/helpers.d.ts +0 -0
- /package/dist/types/{webpack → lib/webpack}/webpack.base.babel.d.ts +0 -0
- /package/dist/types/{webpack → lib/webpack}/webpack.dev.babel.d.ts +0 -0
- /package/dist/types/{webpack → lib/webpack}/webpack.lib.base.babel.d.ts +0 -0
- /package/dist/types/{webpack → lib/webpack}/webpack.lib.dev.babel.d.ts +0 -0
- /package/dist/types/{webpack → lib/webpack}/webpack.lib.prod.babel.d.ts +0 -0
- /package/dist/types/{webpack → lib/webpack}/webpack.prod.babel.d.ts +0 -0
- /package/dist/types/{webpack → lib/webpack}/webpack.storybook.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.29.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
|
-
"type": "module",
|
|
7
6
|
"main": "./dist/cjs/index.cjs",
|
|
8
7
|
"module": "./dist/esm/index.js",
|
|
9
8
|
"types": "./dist/types/index.d.ts",
|
|
@@ -51,10 +50,10 @@
|
|
|
51
50
|
"scripts": {
|
|
52
51
|
"build": "tsx ./lib/cli.ts pack -p -t node",
|
|
53
52
|
"build:dev": "tsx ./lib/cli.ts pack -t node",
|
|
54
|
-
"docs:start": "
|
|
55
|
-
"docs:build": "
|
|
56
|
-
"docs:version": "
|
|
57
|
-
"docs:serve": "
|
|
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",
|
|
58
57
|
"lint": "tsx ./lib/cli.ts lint",
|
|
59
58
|
"lint:fix": "tsx ./lib/cli.ts lint --fix",
|
|
60
59
|
"prettify": "prettier --write",
|
|
@@ -77,7 +76,7 @@
|
|
|
77
76
|
"dependencies": {
|
|
78
77
|
"@axe-core/react": "~4.8.2",
|
|
79
78
|
"@babel/cli": "~7.23.4",
|
|
80
|
-
"@babel/core": "~7.23.
|
|
79
|
+
"@babel/core": "~7.23.7",
|
|
81
80
|
"@babel/eslint-parser": "~7.23.3",
|
|
82
81
|
"@babel/node": "~7.22.19",
|
|
83
82
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
@@ -88,11 +87,11 @@
|
|
|
88
87
|
"@babel/plugin-transform-react-constant-elements": "~7.23.3",
|
|
89
88
|
"@babel/plugin-transform-react-inline-elements": "~7.23.3",
|
|
90
89
|
"@babel/plugin-transform-react-jsx-source": "~7.23.3",
|
|
91
|
-
"@babel/plugin-transform-runtime": "~7.23.
|
|
92
|
-
"@babel/preset-env": "~7.23.
|
|
90
|
+
"@babel/plugin-transform-runtime": "~7.23.7",
|
|
91
|
+
"@babel/preset-env": "~7.23.7",
|
|
93
92
|
"@babel/preset-react": "~7.23.3",
|
|
94
93
|
"@babel/preset-typescript": "~7.23.3",
|
|
95
|
-
"@babel/runtime": "~7.23.
|
|
94
|
+
"@babel/runtime": "~7.23.7",
|
|
96
95
|
"@commitlint/cli": "~17.8.1",
|
|
97
96
|
"@commitlint/config-conventional": "~17.8.1",
|
|
98
97
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
|
|
@@ -118,12 +117,12 @@
|
|
|
118
117
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
119
118
|
"@svgr/webpack": "~7.0.0",
|
|
120
119
|
"@swc/cli": "~0.1.63",
|
|
121
|
-
"@swc/core": "~1.3.
|
|
120
|
+
"@swc/core": "~1.3.102",
|
|
122
121
|
"@swc/jest": "~0.2.29",
|
|
123
122
|
"@testing-library/jest-dom": "~5.17.0",
|
|
124
123
|
"@testing-library/react": "~14.1.2",
|
|
125
124
|
"@testing-library/react-hooks": "~8.0.1",
|
|
126
|
-
"@testing-library/user-event": "~14.5.
|
|
125
|
+
"@testing-library/user-event": "~14.5.2",
|
|
127
126
|
"@types/circular-dependency-plugin": "~5.0.8",
|
|
128
127
|
"@types/compression": "~1.7.5",
|
|
129
128
|
"@types/cors": "~2.8.17",
|
|
@@ -132,7 +131,7 @@
|
|
|
132
131
|
"@types/jest": "~29.5.11",
|
|
133
132
|
"@types/jest-axe": "~3.5.9",
|
|
134
133
|
"@types/moment-locales-webpack-plugin": "~1.2.6",
|
|
135
|
-
"@types/node": "~18.19.
|
|
134
|
+
"@types/node": "~18.19.4",
|
|
136
135
|
"@types/normalize-path": "~3.0.2",
|
|
137
136
|
"@types/postcss-preset-env": "~7.7.0",
|
|
138
137
|
"@types/rimraf": "~3.0.2",
|
|
@@ -176,7 +175,7 @@
|
|
|
176
175
|
"dotenv-webpack": "~8.0.1",
|
|
177
176
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
178
177
|
"enhanced-resolve": "5.15.0",
|
|
179
|
-
"esbuild": "~0.19.
|
|
178
|
+
"esbuild": "~0.19.11",
|
|
180
179
|
"esbuild-loader": "~3.2.0",
|
|
181
180
|
"esbuild-plugin-svgr": "~1.1.0",
|
|
182
181
|
"eslint": "~8.56.0",
|
|
@@ -191,10 +190,10 @@
|
|
|
191
190
|
"eslint-plugin-compat": "~4.2.0",
|
|
192
191
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
193
192
|
"eslint-plugin-import": "~2.29.1",
|
|
194
|
-
"eslint-plugin-jest": "~27.6.
|
|
193
|
+
"eslint-plugin-jest": "~27.6.1",
|
|
195
194
|
"eslint-plugin-jsdoc": "~43.2.0",
|
|
196
195
|
"eslint-plugin-jsx-a11y": "~6.8.0",
|
|
197
|
-
"eslint-plugin-mdx": "~2.2
|
|
196
|
+
"eslint-plugin-mdx": "~2.3.2",
|
|
198
197
|
"eslint-plugin-prettier": "~4.2.1",
|
|
199
198
|
"eslint-plugin-react": "~7.33.2",
|
|
200
199
|
"eslint-plugin-react-hooks": "~4.6.0",
|
|
@@ -231,7 +230,7 @@
|
|
|
231
230
|
"lint-staged": "~13.3.0",
|
|
232
231
|
"mini-css-extract-plugin": "~2.7.6",
|
|
233
232
|
"minimist": "~1.2.8",
|
|
234
|
-
"moment": "~2.
|
|
233
|
+
"moment": "~2.30.1",
|
|
235
234
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
236
235
|
"msw": "~1.3.2",
|
|
237
236
|
"node-gyp": "~9.4.1",
|
|
@@ -240,14 +239,14 @@
|
|
|
240
239
|
"normalize-path": "~3.0.0",
|
|
241
240
|
"npm-check-updates": "16.14.12",
|
|
242
241
|
"npm-run-all": "~4.1.5",
|
|
243
|
-
"pino": "~8.17.
|
|
244
|
-
"pino-http": "~8.6.
|
|
245
|
-
"pino-pretty": "~10.3.
|
|
242
|
+
"pino": "~8.17.2",
|
|
243
|
+
"pino-http": "~8.6.1",
|
|
244
|
+
"pino-pretty": "~10.3.1",
|
|
246
245
|
"plop": "~3.1.2",
|
|
247
|
-
"postcss": "~8.4.
|
|
246
|
+
"postcss": "~8.4.33",
|
|
248
247
|
"postcss-html": "~1.5.0",
|
|
249
248
|
"postcss-jsx": "~0.36.4",
|
|
250
|
-
"postcss-loader": "~7.3.
|
|
249
|
+
"postcss-loader": "~7.3.4",
|
|
251
250
|
"postcss-markdown": "~1.2.0",
|
|
252
251
|
"postcss-preset-env": "9.3.0",
|
|
253
252
|
"postcss-syntax": "~0.36.2",
|
|
@@ -277,13 +276,13 @@
|
|
|
277
276
|
"ts-node": "~10.9.2",
|
|
278
277
|
"tsc-alias": "~1.8.8",
|
|
279
278
|
"tsx": "~3.13.0",
|
|
280
|
-
"typedoc": "~0.25.
|
|
279
|
+
"typedoc": "~0.25.6",
|
|
281
280
|
"typescript": "~5.3.3",
|
|
282
281
|
"update-notifier": "~6.0.2",
|
|
283
282
|
"url-loader": "~4.1.1",
|
|
284
283
|
"uuid": "~9.0.1",
|
|
285
284
|
"vite": "~4.5.1",
|
|
286
|
-
"vite-tsconfig-paths": "~4.2.
|
|
285
|
+
"vite-tsconfig-paths": "~4.2.3",
|
|
287
286
|
"vitest": "1.0.0-beta.3",
|
|
288
287
|
"webpack": "~5.89.0",
|
|
289
288
|
"webpack-bundle-analyzer": "~4.10.1",
|
|
@@ -293,15 +292,16 @@
|
|
|
293
292
|
"webpack-merge": "~5.10.0",
|
|
294
293
|
"whatwg-fetch": "~3.6.20",
|
|
295
294
|
"workbox-webpack-plugin": "~6.6.0",
|
|
296
|
-
"ws": "~8.
|
|
295
|
+
"ws": "~8.16.0",
|
|
297
296
|
"yargs": "~17.7.2"
|
|
298
297
|
},
|
|
299
298
|
"devDependencies": {
|
|
300
|
-
"@elliemae/pui-doc-gen": "~
|
|
299
|
+
"@elliemae/pui-doc-gen": "~2.0.1",
|
|
301
300
|
"react": "~18.2.0",
|
|
302
301
|
"react-dom": "~18.2.0",
|
|
303
302
|
"redux": "~4.2.1",
|
|
304
|
-
"redux-saga": "~1.
|
|
303
|
+
"redux-saga": "~1.3.0",
|
|
305
304
|
"styled-components": "~5.3.11"
|
|
306
|
-
}
|
|
305
|
+
},
|
|
306
|
+
"type": "module"
|
|
307
307
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|