@elliemae/pui-cli 7.26.0 → 7.26.2
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/cjs/commands/utils.js +1 -1
- package/dist/cjs/webpack/webpack.dev.babel.js +0 -2
- package/dist/esm/commands/utils.js +1 -1
- package/dist/esm/webpack/webpack.dev.babel.js +0 -2
- package/dist/types/webpack/webpack.base.babel.d.ts +1 -1
- package/dist/types/webpack/webpack.lib.base.babel.d.ts +1 -1
- package/dist/types/webpack/webpack.lib.dev.babel.d.ts +1 -1
- package/dist/types/webpack/webpack.lib.prod.babel.d.ts +1 -1
- package/package.json +22 -22
|
@@ -101,7 +101,7 @@ const getModulesInfo = async () => {
|
|
|
101
101
|
};
|
|
102
102
|
const writeAppInfo = async () => {
|
|
103
103
|
const appInfo = {
|
|
104
|
-
timestamp: new Date().toISOString(),
|
|
104
|
+
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
105
105
|
modules: await getModulesInfo(),
|
|
106
106
|
browserSupport: await getSupportedBrowsers(),
|
|
107
107
|
screenReaderSupport: [
|
|
@@ -39,7 +39,6 @@ var import_circular_dependency_plugin = __toESM(require("circular-dependency-plu
|
|
|
39
39
|
var import_mini_css_extract_plugin = __toESM(require("mini-css-extract-plugin"), 1);
|
|
40
40
|
var import_react_refresh_webpack_plugin = __toESM(require("@pmmmwh/react-refresh-webpack-plugin"), 1);
|
|
41
41
|
var import_speed_measure_webpack_plugin = __toESM(require("speed-measure-webpack-plugin"), 1);
|
|
42
|
-
var import_express_static_gzip = __toESM(require("express-static-gzip"), 1);
|
|
43
42
|
var import_middlewares = require("../server/middlewares.js");
|
|
44
43
|
var import_app_routes = require("../server/app-routes.cjs");
|
|
45
44
|
var import_helpers = require("./helpers.js");
|
|
@@ -146,7 +145,6 @@ const devConfig = {
|
|
|
146
145
|
port: process.env.PORT || "auto",
|
|
147
146
|
setupMiddlewares: (middlewares, devServer) => {
|
|
148
147
|
(0, import_middlewares.setupDefaultMiddlewares)(devServer.app);
|
|
149
|
-
devServer.app.use((0, import_express_static_gzip.default)("cdn"));
|
|
150
148
|
(0, import_app_routes.loadRoutes)(devServer.app);
|
|
151
149
|
return middlewares;
|
|
152
150
|
}
|
|
@@ -72,7 +72,7 @@ const getModulesInfo = async () => {
|
|
|
72
72
|
};
|
|
73
73
|
const writeAppInfo = async () => {
|
|
74
74
|
const appInfo = {
|
|
75
|
-
timestamp: new Date().toISOString(),
|
|
75
|
+
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
76
76
|
modules: await getModulesInfo(),
|
|
77
77
|
browserSupport: await getSupportedBrowsers(),
|
|
78
78
|
screenReaderSupport: [
|
|
@@ -6,7 +6,6 @@ import CircularDependencyPlugin from "circular-dependency-plugin";
|
|
|
6
6
|
import MiniCssExtractPlugin from "mini-css-extract-plugin";
|
|
7
7
|
import ReactRefreshWebpackPlugin from "@pmmmwh/react-refresh-webpack-plugin";
|
|
8
8
|
import SpeedMeasurePlugin from "speed-measure-webpack-plugin";
|
|
9
|
-
import expressStaticGzip from "express-static-gzip";
|
|
10
9
|
import { setupDefaultMiddlewares } from "../server/middlewares.js";
|
|
11
10
|
import { loadRoutes } from "../server/app-routes.cjs";
|
|
12
11
|
import {
|
|
@@ -116,7 +115,6 @@ const devConfig = {
|
|
|
116
115
|
port: process.env.PORT || "auto",
|
|
117
116
|
setupMiddlewares: (middlewares, devServer) => {
|
|
118
117
|
setupDefaultMiddlewares(devServer.app);
|
|
119
|
-
devServer.app.use(expressStaticGzip("cdn"));
|
|
120
118
|
loadRoutes(devServer.app);
|
|
121
119
|
return middlewares;
|
|
122
120
|
}
|
|
@@ -37,7 +37,7 @@ export function baseConfig(options: any): {
|
|
|
37
37
|
loader: string;
|
|
38
38
|
options: {
|
|
39
39
|
postcssOptions: {
|
|
40
|
-
plugins:
|
|
40
|
+
plugins: (import(".pnpm/postcss@8.4.21/node_modules/postcss").Plugin | import(".pnpm/postcss@8.4.21/node_modules/postcss").Processor)[];
|
|
41
41
|
};
|
|
42
42
|
sourceMap: boolean;
|
|
43
43
|
importLoaders?: undefined;
|
|
@@ -38,7 +38,7 @@ export function baseConfig(options: any): {
|
|
|
38
38
|
loader: string;
|
|
39
39
|
options: {
|
|
40
40
|
postcssOptions: {
|
|
41
|
-
plugins:
|
|
41
|
+
plugins: (import(".pnpm/postcss@8.4.21/node_modules/postcss").Plugin | import(".pnpm/postcss@8.4.21/node_modules/postcss").Processor)[];
|
|
42
42
|
};
|
|
43
43
|
sourceMap: boolean;
|
|
44
44
|
importLoaders?: undefined;
|
|
@@ -38,7 +38,7 @@ declare const _default: {
|
|
|
38
38
|
loader: string;
|
|
39
39
|
options: {
|
|
40
40
|
postcssOptions: {
|
|
41
|
-
plugins:
|
|
41
|
+
plugins: (import(".pnpm/postcss@8.4.21/node_modules/postcss").Plugin | import(".pnpm/postcss@8.4.21/node_modules/postcss").Processor)[];
|
|
42
42
|
};
|
|
43
43
|
sourceMap: boolean;
|
|
44
44
|
importLoaders?: undefined;
|
|
@@ -38,7 +38,7 @@ declare const _default: {
|
|
|
38
38
|
loader: string;
|
|
39
39
|
options: {
|
|
40
40
|
postcssOptions: {
|
|
41
|
-
plugins:
|
|
41
|
+
plugins: (import(".pnpm/postcss@8.4.21/node_modules/postcss").Plugin | import(".pnpm/postcss@8.4.21/node_modules/postcss").Processor)[];
|
|
42
42
|
};
|
|
43
43
|
sourceMap: boolean;
|
|
44
44
|
importLoaders?: undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "7.26.
|
|
3
|
+
"version": "7.26.2",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"sonar56x": true
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@axe-core/react": "~4.
|
|
65
|
+
"@axe-core/react": "~4.6.0",
|
|
66
66
|
"@babel/cli": "~7.20.7",
|
|
67
67
|
"@babel/core": "~7.20.12",
|
|
68
68
|
"@babel/eslint-parser": "~7.19.1",
|
|
@@ -78,14 +78,14 @@
|
|
|
78
78
|
"@babel/preset-env": "~7.20.2",
|
|
79
79
|
"@babel/preset-react": "~7.18.6",
|
|
80
80
|
"@babel/preset-typescript": "~7.18.6",
|
|
81
|
-
"@babel/runtime": "~7.20.
|
|
81
|
+
"@babel/runtime": "~7.20.13",
|
|
82
82
|
"@commitlint/cli": "~17.4.2",
|
|
83
83
|
"@commitlint/config-conventional": "~17.4.2",
|
|
84
84
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.6.0",
|
|
85
85
|
"@faker-js/faker": "7.6.0",
|
|
86
|
-
"@nrwl/cli": "15.
|
|
87
|
-
"@nrwl/tao": "15.
|
|
88
|
-
"@nrwl/workspace": "15.
|
|
86
|
+
"@nrwl/cli": "15.6.2",
|
|
87
|
+
"@nrwl/tao": "15.6.2",
|
|
88
|
+
"@nrwl/workspace": "15.6.2",
|
|
89
89
|
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.10",
|
|
90
90
|
"@semantic-release/changelog": "~6.0.2",
|
|
91
91
|
"@semantic-release/exec": "~6.0.3",
|
|
@@ -104,25 +104,25 @@
|
|
|
104
104
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
105
105
|
"@svgr/webpack": "~6.5.1",
|
|
106
106
|
"@swc/cli": "~0.1.59",
|
|
107
|
-
"@swc/core": "~1.3.
|
|
107
|
+
"@swc/core": "~1.3.28",
|
|
108
108
|
"@swc/jest": "~0.2.24",
|
|
109
109
|
"@testing-library/jest-dom": "~5.16.5",
|
|
110
110
|
"@testing-library/react": "~13.4.0",
|
|
111
111
|
"@testing-library/react-hooks": "~8.0.1",
|
|
112
112
|
"@testing-library/user-event": "~14.4.3",
|
|
113
|
-
"@types/jest": "~29.
|
|
113
|
+
"@types/jest": "~29.4.0",
|
|
114
114
|
"@types/jest-axe": "~3.5.5",
|
|
115
115
|
"@types/node": "~18.11.18",
|
|
116
116
|
"@types/rimraf": "~3.0.2",
|
|
117
117
|
"@types/supertest": "~2.0.12",
|
|
118
118
|
"@types/uuid": "~9.0.0",
|
|
119
119
|
"@types/testing-library__jest-dom": "~5.14.5",
|
|
120
|
-
"@typescript-eslint/eslint-plugin": "~5.
|
|
121
|
-
"@typescript-eslint/parser": "~5.
|
|
120
|
+
"@typescript-eslint/eslint-plugin": "~5.49.0",
|
|
121
|
+
"@typescript-eslint/parser": "~5.49.0",
|
|
122
122
|
"@vitejs/plugin-react": "~3.0.1",
|
|
123
|
-
"@vitest/coverage-c8": "~0.
|
|
123
|
+
"@vitest/coverage-c8": "~0.28.2",
|
|
124
124
|
"autoprefixer": "~10.4.13",
|
|
125
|
-
"axe-core": "~4.6.
|
|
125
|
+
"axe-core": "~4.6.3",
|
|
126
126
|
"babel-plugin-date-fns": "~2.0.0",
|
|
127
127
|
"babel-plugin-dynamic-import-node": "~2.3.3",
|
|
128
128
|
"babel-plugin-import-remove-resource-query": "~1.0.0",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"dotenv-webpack": "~8.0.1",
|
|
152
152
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
153
153
|
"enhanced-resolve": "5.12.0",
|
|
154
|
-
"esbuild": "~0.17.
|
|
154
|
+
"esbuild": "~0.17.4",
|
|
155
155
|
"esbuild-loader": "~2.21.0",
|
|
156
156
|
"esbuild-plugin-svgr": "~1.0.1",
|
|
157
157
|
"eslint": "~8.32.0",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
168
168
|
"eslint-plugin-import": "~2.27.5",
|
|
169
169
|
"eslint-plugin-jest": "~27.2.1",
|
|
170
|
-
"eslint-plugin-jsdoc": "~39.6.
|
|
170
|
+
"eslint-plugin-jsdoc": "~39.6.8",
|
|
171
171
|
"eslint-plugin-jsx-a11y": "~6.7.1",
|
|
172
172
|
"eslint-plugin-mdx": "~2.0.5",
|
|
173
173
|
"eslint-plugin-prettier": "~4.2.1",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"eslint-plugin-react-hooks": "~4.6.0",
|
|
176
176
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
177
177
|
"eslint-plugin-storybook": "~0.6.10",
|
|
178
|
-
"eslint-plugin-testing-library": "~5.
|
|
178
|
+
"eslint-plugin-testing-library": "~5.10.0",
|
|
179
179
|
"eslint-plugin-wdio": "~8.0.14",
|
|
180
180
|
"execa": "~6.1.0",
|
|
181
181
|
"express": "~4.18.2",
|
|
@@ -196,11 +196,11 @@
|
|
|
196
196
|
"imports-loader": "~4.0.1",
|
|
197
197
|
"ip": "~1.1.8",
|
|
198
198
|
"jest-axe": "~7.0.0",
|
|
199
|
-
"jest-cli": "~29.
|
|
200
|
-
"jest-environment-jsdom": "~29.
|
|
199
|
+
"jest-cli": "~29.4.0",
|
|
200
|
+
"jest-environment-jsdom": "~29.4.0",
|
|
201
201
|
"jest-sonar-reporter": "~2.0.0",
|
|
202
202
|
"jest-styled-components": "~7.1.1",
|
|
203
|
-
"jest-watch-typeahead": "~2.2.
|
|
203
|
+
"jest-watch-typeahead": "~2.2.2",
|
|
204
204
|
"jscodeshift": "~0.14.0",
|
|
205
205
|
"jsdoc": "~4.0.0",
|
|
206
206
|
"lerna": "~6.4.1",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"node-plop": "~0.31.0",
|
|
215
215
|
"nodemon": "~2.0.20",
|
|
216
216
|
"normalize-path": "~3.0.0",
|
|
217
|
-
"npm-check-updates": "16.6.
|
|
217
|
+
"npm-check-updates": "16.6.3",
|
|
218
218
|
"pino": "~8.8.0",
|
|
219
219
|
"pino-pretty": "~9.1.1",
|
|
220
220
|
"plop": "~3.1.1",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"postcss-jsx": "~0.36.4",
|
|
224
224
|
"postcss-loader": "~7.0.2",
|
|
225
225
|
"postcss-markdown": "~1.2.0",
|
|
226
|
-
"postcss-preset-env": "~
|
|
226
|
+
"postcss-preset-env": "~8.0.0",
|
|
227
227
|
"postcss-syntax": "~0.36.2",
|
|
228
228
|
"prettier": "~2.8.3",
|
|
229
229
|
"pug": "~3.0.2",
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"react-test-renderer": "~18.2.0",
|
|
235
235
|
"resize-observer-polyfill": "~1.5.1",
|
|
236
236
|
"resolve-typescript-plugin": "~2.0.0",
|
|
237
|
-
"rimraf": "~4.1.
|
|
237
|
+
"rimraf": "~4.1.2",
|
|
238
238
|
"semantic-release": "~19.0.5",
|
|
239
239
|
"slackify-markdown": "~4.3.1",
|
|
240
240
|
"speed-measure-webpack-plugin": "~1.5.0",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"url-loader": "~4.1.1",
|
|
256
256
|
"uuid": "~9.0.0",
|
|
257
257
|
"vite": "~4.0.4",
|
|
258
|
-
"vitest": "~0.
|
|
258
|
+
"vitest": "~0.28.2",
|
|
259
259
|
"vite-tsconfig-paths": "~4.0.5",
|
|
260
260
|
"webpack": "~5.75.0",
|
|
261
261
|
"webpack-bundle-analyzer": "~4.7.0",
|