@elliemae/pui-cli 6.3.1 → 6.4.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.
@@ -197,7 +197,7 @@ const getCompressionPlugins = (isLibrary = false) => {
197
197
  test: /\.(js|css)$/,
198
198
  exclude: !isLibrary ? excludeList : [],
199
199
  // we are compressing all files since in aws cloudfront edge lambda, we don't want to whitelist files that are not compressed due to below limits
200
- minRatio: Number.MAX_SAFE_INTEGER,
200
+ minRatio: Infinity,
201
201
  };
202
202
  return [
203
203
  new CompressionPlugin({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "6.3.1",
3
+ "version": "6.4.0",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@babel/cli": "~7.17.0",
51
- "@babel/core": "~7.17.0",
51
+ "@babel/core": "~7.17.2",
52
52
  "@babel/eslint-parser": "~7.17.0",
53
53
  "@babel/node": "~7.16.8",
54
54
  "@babel/plugin-proposal-class-properties": "~7.16.7",
@@ -62,11 +62,11 @@
62
62
  "@babel/preset-env": "~7.16.11",
63
63
  "@babel/preset-react": "~7.16.7",
64
64
  "@babel/preset-typescript": "~7.16.7",
65
- "@babel/runtime": "~7.17.0",
65
+ "@babel/runtime": "~7.17.2",
66
66
  "@commitlint/cli": "~16.1.0",
67
67
  "@commitlint/config-conventional": "~16.0.0",
68
68
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.3.0",
69
- "@faker-js/faker": "6.0.0-alpha.5",
69
+ "@faker-js/faker": "6.0.0-alpha.6",
70
70
  "@pmmmwh/react-refresh-webpack-plugin": "~0.5.4",
71
71
  "@semantic-release/changelog": "~6.0.1",
72
72
  "@semantic-release/exec": "~6.0.3",
@@ -84,17 +84,17 @@
84
84
  "@stylelint/postcss-css-in-js": "~0.37.2",
85
85
  "@svgr/webpack": "~6.2.1",
86
86
  "@swc/cli": "~0.1.55",
87
- "@swc/core": "~1.2.136",
87
+ "@swc/core": "~1.2.138",
88
88
  "@swc/jest": "~0.2.17",
89
89
  "@testing-library/jest-dom": "~5.16.2",
90
90
  "@testing-library/react": "~12.1.2",
91
91
  "@testing-library/react-hooks": "~7.0.2",
92
92
  "@types/jest": "~27.4.0",
93
- "@types/node": "~17.0.15",
93
+ "@types/node": "~17.0.17",
94
94
  "@types/rimraf": "~3.0.2",
95
95
  "@types/testing-library__jest-dom": "~5.14.2",
96
- "@typescript-eslint/eslint-plugin": "~5.10.2",
97
- "@typescript-eslint/parser": "~5.10.2",
96
+ "@typescript-eslint/eslint-plugin": "~5.11.0",
97
+ "@typescript-eslint/parser": "~5.11.0",
98
98
  "autoprefixer": "~10.4.2",
99
99
  "axe-core": "~4.4.1",
100
100
  "babel-loader": "~8.2.3",
@@ -128,8 +128,8 @@
128
128
  "dotenv": "~16.0.0",
129
129
  "dotenv-webpack": "~7.1.0",
130
130
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
131
- "enhanced-resolve": "~5.8.3",
132
- "esbuild": "~0.14.20",
131
+ "enhanced-resolve": "~5.9.0",
132
+ "esbuild": "~0.14.21",
133
133
  "esbuild-loader": "~2.18.0",
134
134
  "esbuild-plugin-svgr": "~1.0.0",
135
135
  "eslint": "~8.8.0",
@@ -145,7 +145,7 @@
145
145
  "eslint-plugin-eslint-comments": "~3.2.0",
146
146
  "eslint-plugin-import": "~2.25.4",
147
147
  "eslint-plugin-jest": "~26.1.0",
148
- "eslint-plugin-jsdoc": "~37.7.1",
148
+ "eslint-plugin-jsdoc": "~37.8.2",
149
149
  "eslint-plugin-jsx-a11y": "~6.5.1",
150
150
  "eslint-plugin-mdx": "~1.16.0",
151
151
  "eslint-plugin-prettier": "~4.0.0",
@@ -170,7 +170,7 @@
170
170
  "imports-loader": "~3.1.1",
171
171
  "ip": "~1.1.5",
172
172
  "jest-axe": "~5.0.1",
173
- "jest-cli": "~27.5.0",
173
+ "jest-cli": "~27.5.1",
174
174
  "jest-sonar-reporter": "~2.0.0",
175
175
  "jest-styled-components": "~7.0.8",
176
176
  "jscodeshift": "~0.13.1",
@@ -184,7 +184,7 @@
184
184
  "node-gyp": "~8.4.1",
185
185
  "node-plop": "~0.30.0",
186
186
  "nodemon": "~2.0.15",
187
- "npm-check-updates": "12.2.1",
187
+ "npm-check-updates": "12.3.0",
188
188
  "null-loader": "~4.0.1",
189
189
  "pino": "~7.6.5",
190
190
  "pino-pretty": "~7.5.1",
@@ -215,8 +215,8 @@
215
215
  "storybook-builder-vite": "~0.1.15",
216
216
  "storybook-react-router": "~1.0.8",
217
217
  "style-loader": "~3.3.1",
218
- "stylelint": "~14.3.0",
219
- "stylelint-config-recommended": "~6.0.0",
218
+ "stylelint": "~14.5.0",
219
+ "stylelint-config-recommended": "~7.0.0",
220
220
  "stylelint-config-styled-components": "~0.1.1",
221
221
  "swc-loader": "~0.1.15",
222
222
  "terser-webpack-plugin": "~5.3.1",
@@ -226,8 +226,8 @@
226
226
  "update-notifier": "~5.1.0",
227
227
  "url-loader": "~4.1.1",
228
228
  "uuid": "~8.3.2",
229
- "vite": "~2.7.13",
230
- "vitest": "~0.2.7",
229
+ "vite": "~2.8.0",
230
+ "vitest": "~0.3.2",
231
231
  "webpack": "~5.65.0",
232
232
  "webpack-bundle-analyzer": "~4.5.0",
233
233
  "webpack-cli": "~4.9.2",