@elliemae/pui-cli 8.34.2 → 8.35.1

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.
@@ -72,7 +72,9 @@ const prodConfig = {
72
72
  minimizer: [
73
73
  new import_esbuild_loader.EsbuildPlugin({
74
74
  target: (0, import_browserslist_to_esbuild.default)(),
75
- css: true
75
+ css: true,
76
+ pure: ["console.log", "console.warn"],
77
+ drop: ["debugger"]
76
78
  })
77
79
  ],
78
80
  nodeEnv: "production",
@@ -60,7 +60,9 @@ const getProdConfig = ({ latestVersion = true } = {}) => {
60
60
  minimizer: [
61
61
  new import_esbuild_loader.EsbuildPlugin({
62
62
  target: (0, import_browserslist_to_esbuild.default)(),
63
- css: true
63
+ css: true,
64
+ pure: ["console.log", "console.warn"],
65
+ drop: ["debugger"]
64
66
  })
65
67
  ],
66
68
  runtimeChunk: true,
@@ -39,7 +39,9 @@ const prodConfig = {
39
39
  minimizer: [
40
40
  new EsbuildPlugin({
41
41
  target: browserslistToEsbuild(),
42
- css: true
42
+ css: true,
43
+ pure: ["console.log", "console.warn"],
44
+ drop: ["debugger"]
43
45
  })
44
46
  ],
45
47
  nodeEnv: "production",
@@ -32,7 +32,9 @@ const getProdConfig = ({ latestVersion = true } = {}) => {
32
32
  minimizer: [
33
33
  new EsbuildPlugin({
34
34
  target: browserslistToEsbuild(),
35
- css: true
35
+ css: true,
36
+ pure: ["console.log", "console.warn"],
37
+ drop: ["debugger"]
36
38
  })
37
39
  ],
38
40
  runtimeChunk: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.34.2",
3
+ "version": "8.35.1",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.cjs",
@@ -74,23 +74,23 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@axe-core/react": "~4.9.1",
77
- "@babel/cli": "~7.24.6",
78
- "@babel/core": "~7.24.6",
79
- "@babel/eslint-parser": "~7.24.6",
80
- "@babel/node": "~7.24.6",
77
+ "@babel/cli": "~7.24.7",
78
+ "@babel/core": "~7.24.7",
79
+ "@babel/eslint-parser": "~7.24.7",
80
+ "@babel/node": "~7.24.7",
81
81
  "@babel/plugin-proposal-class-properties": "~7.18.6",
82
- "@babel/plugin-proposal-export-default-from": "~7.24.6",
82
+ "@babel/plugin-proposal-export-default-from": "~7.24.7",
83
83
  "@babel/plugin-syntax-dynamic-import": "~7.8.3",
84
- "@babel/plugin-syntax-import-assertions": "~7.24.6",
85
- "@babel/plugin-transform-modules-commonjs": "~7.24.6",
86
- "@babel/plugin-transform-react-constant-elements": "~7.24.6",
87
- "@babel/plugin-transform-react-inline-elements": "~7.24.6",
88
- "@babel/plugin-transform-react-jsx-source": "~7.24.6",
89
- "@babel/plugin-transform-runtime": "~7.24.6",
90
- "@babel/preset-env": "~7.24.6",
91
- "@babel/preset-react": "~7.24.6",
92
- "@babel/preset-typescript": "~7.24.6",
93
- "@babel/runtime": "~7.24.6",
84
+ "@babel/plugin-syntax-import-assertions": "~7.24.7",
85
+ "@babel/plugin-transform-modules-commonjs": "~7.24.7",
86
+ "@babel/plugin-transform-react-constant-elements": "~7.24.7",
87
+ "@babel/plugin-transform-react-inline-elements": "~7.24.7",
88
+ "@babel/plugin-transform-react-jsx-source": "~7.24.7",
89
+ "@babel/plugin-transform-runtime": "~7.24.7",
90
+ "@babel/preset-env": "~7.24.7",
91
+ "@babel/preset-react": "~7.24.7",
92
+ "@babel/preset-typescript": "~7.24.7",
93
+ "@babel/runtime": "~7.24.7",
94
94
  "@commitlint/cli": "~17.8.1",
95
95
  "@commitlint/config-conventional": "~17.8.1",
96
96
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.9.0",
@@ -98,7 +98,7 @@
98
98
  "@nrwl/cli": "~15.9.7",
99
99
  "@nrwl/tao": "~15.9.7",
100
100
  "@nrwl/workspace": "~15.9.7",
101
- "@pmmmwh/react-refresh-webpack-plugin": "~0.5.13",
101
+ "@pmmmwh/react-refresh-webpack-plugin": "~0.5.15",
102
102
  "@semantic-release/changelog": "~6.0.3",
103
103
  "@semantic-release/exec": "~6.0.3",
104
104
  "@semantic-release/git": "~10.0.1",
@@ -116,7 +116,7 @@
116
116
  "@stylelint/postcss-css-in-js": "~0.38.0",
117
117
  "@svgr/webpack": "~7.0.0",
118
118
  "@swc/cli": "~0.3.12",
119
- "@swc/core": "~1.5.24",
119
+ "@swc/core": "~1.6.3",
120
120
  "@swc/jest": "~0.2.36",
121
121
  "@testing-library/jest-dom": "~5.17.0",
122
122
  "@testing-library/react": "~14.3.1",
@@ -130,7 +130,7 @@
130
130
  "@types/jest": "~29.5.12",
131
131
  "@types/jest-axe": "~3.5.9",
132
132
  "@types/moment-locales-webpack-plugin": "~1.2.6",
133
- "@types/node": "~18.19.33",
133
+ "@types/node": "~18.19.37",
134
134
  "@types/normalize-path": "~3.0.2",
135
135
  "@types/postcss-preset-env": "~7.7.0",
136
136
  "@types/rimraf": "~3.0.2",
@@ -141,7 +141,7 @@
141
141
  "@types/webpack-bundle-analyzer": "~4.7.0",
142
142
  "@typescript-eslint/eslint-plugin": "~5.62.0",
143
143
  "@typescript-eslint/parser": "~5.62.0",
144
- "@vitejs/plugin-react": "~4.3.0",
144
+ "@vitejs/plugin-react": "~4.3.1",
145
145
  "@vitest/coverage-c8": "~0.33.0",
146
146
  "@vitest/coverage-v8": "~0.34.6",
147
147
  "autoprefixer": "~10.4.19",
@@ -157,7 +157,7 @@
157
157
  "babel-plugin-transform-remove-console": "~6.9.4",
158
158
  "babel-plugin-transform-strip-block": "~0.0.5",
159
159
  "body-parser": "~1.20.2",
160
- "browserslist": "~4.23.0",
160
+ "browserslist": "~4.23.1",
161
161
  "browserslist-to-esbuild": "~1.2.0",
162
162
  "chalk": "~5.3.0",
163
163
  "circular-dependency-plugin": "~5.2.2",
@@ -173,8 +173,8 @@
173
173
  "dotenv": "~16.4.5",
174
174
  "dotenv-webpack": "~8.1.0",
175
175
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
176
- "enhanced-resolve": "~5.16.1",
177
- "esbuild": "~0.21.4",
176
+ "enhanced-resolve": "~5.17.0",
177
+ "esbuild": "~0.21.5",
178
178
  "esbuild-loader": "~3.2.0",
179
179
  "esbuild-plugin-svgr": "~1.1.0",
180
180
  "eslint": "~8.57.0",
@@ -194,7 +194,7 @@
194
194
  "eslint-plugin-jsx-a11y": "~6.8.0",
195
195
  "eslint-plugin-mdx": "~2.3.4",
196
196
  "eslint-plugin-prettier": "~4.2.1",
197
- "eslint-plugin-react": "~7.34.2",
197
+ "eslint-plugin-react": "~7.34.3",
198
198
  "eslint-plugin-react-hooks": "~4.6.2",
199
199
  "eslint-plugin-redux-saga": "~1.3.2",
200
200
  "eslint-plugin-storybook": "~0.8.0",
@@ -223,7 +223,7 @@
223
223
  "jest-sonar-reporter": "~2.0.0",
224
224
  "jest-styled-components": "~7.2.0",
225
225
  "jest-watch-typeahead": "~2.2.2",
226
- "jscodeshift": "~0.15.2",
226
+ "jscodeshift": "~0.16.0",
227
227
  "jsdoc": "~4.0.3",
228
228
  "lerna": "~6.6.2",
229
229
  "lint-staged": "~13.3.0",
@@ -280,10 +280,10 @@
280
280
  "update-notifier": "~6.0.2",
281
281
  "url-loader": "~4.1.1",
282
282
  "uuid": "~9.0.1",
283
- "vite": "~5.2.12",
283
+ "vite": "~5.3.1",
284
284
  "vite-tsconfig-paths": "~4.3.2",
285
285
  "vitest": "~1.6.0",
286
- "webpack": "~5.91.0",
286
+ "webpack": "~5.92.1",
287
287
  "webpack-bundle-analyzer": "~4.10.2",
288
288
  "webpack-cli": "~5.1.4",
289
289
  "webpack-dev-server": "~4.15.2",
@@ -291,11 +291,11 @@
291
291
  "webpack-merge": "~5.10.0",
292
292
  "whatwg-fetch": "~3.6.20",
293
293
  "workbox-webpack-plugin": "~6.6.0",
294
- "ws": "~8.17.0",
294
+ "ws": "~8.17.1",
295
295
  "yargs": "~17.7.2"
296
296
  },
297
297
  "devDependencies": {
298
- "@elliemae/pui-doc-gen": "~2.1.0",
298
+ "@elliemae/pui-doc-gen": "~2.2.0",
299
299
  "react": "~18.3.1",
300
300
  "react-dom": "~18.3.1",
301
301
  "redux": "~4.2.1",