@elliemae/pui-cli 6.1.0 → 6.3.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.
@@ -34,7 +34,7 @@ async function handler(argv) {
34
34
  if (argv.css) {
35
35
  try {
36
36
  await exec('rimraf ./reports/stylelint.json');
37
- await lintCSS();
37
+ await lintCSS(argv.fix);
38
38
  logSuccess('CSS linting completed');
39
39
  } catch (err) {
40
40
  logError('CSS linting failed');
@@ -91,6 +91,7 @@ const getAlias = () =>
91
91
  const modulesToTranspile = [
92
92
  '@elliemae/pui-*',
93
93
  '@elliemae/ds-*',
94
+ '@elliemae/vanilla-ui',
94
95
  '@dnd-kit/*',
95
96
  '@elliemae/em-platform-document-viewer',
96
97
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "6.1.0",
3
+ "version": "6.3.0",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,
@@ -47,9 +47,9 @@
47
47
  "indent": 4
48
48
  },
49
49
  "dependencies": {
50
- "@babel/cli": "~7.16.8",
51
- "@babel/core": "~7.16.12",
52
- "@babel/eslint-parser": "~7.16.5",
50
+ "@babel/cli": "~7.17.0",
51
+ "@babel/core": "~7.17.0",
52
+ "@babel/eslint-parser": "~7.17.0",
53
53
  "@babel/node": "~7.16.8",
54
54
  "@babel/plugin-proposal-class-properties": "~7.16.7",
55
55
  "@babel/plugin-proposal-export-default-from": "~7.16.7",
@@ -58,44 +58,45 @@
58
58
  "@babel/plugin-transform-react-constant-elements": "~7.16.7",
59
59
  "@babel/plugin-transform-react-inline-elements": "~7.16.7",
60
60
  "@babel/plugin-transform-react-jsx-source": "~7.16.7",
61
- "@babel/plugin-transform-runtime": "~7.16.10",
61
+ "@babel/plugin-transform-runtime": "~7.17.0",
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.16.7",
65
+ "@babel/runtime": "~7.17.0",
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
70
  "@pmmmwh/react-refresh-webpack-plugin": "~0.5.4",
70
71
  "@semantic-release/changelog": "~6.0.1",
71
72
  "@semantic-release/exec": "~6.0.3",
72
73
  "@semantic-release/git": "~10.0.1",
73
- "@storybook/addon-a11y": "~6.4.14",
74
- "@storybook/addon-essentials": "~6.4.14",
74
+ "@storybook/addon-a11y": "~6.4.18",
75
+ "@storybook/addon-essentials": "~6.4.18",
75
76
  "@storybook/addon-events": "~6.2.9",
76
- "@storybook/addon-interactions": "~6.4.14",
77
- "@storybook/addon-links": "~6.4.14",
78
- "@storybook/addon-storysource": "~6.4.14",
79
- "@storybook/builder-webpack5": "~6.4.14",
80
- "@storybook/manager-webpack5": "~6.4.14",
81
- "@storybook/react": "~6.4.14",
82
- "@storybook/theming": "~6.4.14",
77
+ "@storybook/addon-interactions": "~6.4.18",
78
+ "@storybook/addon-links": "~6.4.18",
79
+ "@storybook/addon-storysource": "~6.4.18",
80
+ "@storybook/builder-webpack5": "~6.4.18",
81
+ "@storybook/manager-webpack5": "~6.4.18",
82
+ "@storybook/react": "~6.4.18",
83
+ "@storybook/theming": "~6.4.18",
83
84
  "@stylelint/postcss-css-in-js": "~0.37.2",
84
- "@svgr/webpack": "~6.2.0",
85
+ "@svgr/webpack": "~6.2.1",
85
86
  "@swc/cli": "~0.1.55",
86
- "@swc/core": "~1.2.133",
87
+ "@swc/core": "~1.2.136",
87
88
  "@swc/jest": "~0.2.17",
88
- "@testing-library/jest-dom": "~5.16.1",
89
+ "@testing-library/jest-dom": "~5.16.2",
89
90
  "@testing-library/react": "~12.1.2",
90
91
  "@testing-library/react-hooks": "~7.0.2",
91
92
  "@types/jest": "~27.4.0",
92
- "@types/node": "~17.0.10",
93
+ "@types/node": "~17.0.14",
93
94
  "@types/rimraf": "~3.0.2",
94
95
  "@types/testing-library__jest-dom": "~5.14.2",
95
- "@typescript-eslint/eslint-plugin": "~5.10.1",
96
- "@typescript-eslint/parser": "~5.10.1",
96
+ "@typescript-eslint/eslint-plugin": "~5.10.2",
97
+ "@typescript-eslint/parser": "~5.10.2",
97
98
  "autoprefixer": "~10.4.2",
98
- "axe-core": "~4.3.5",
99
+ "axe-core": "~4.4.1",
99
100
  "babel-loader": "~8.2.3",
100
101
  "babel-plugin-add-import-extension": "1.5.1",
101
102
  "babel-plugin-date-fns": "~2.0.0",
@@ -117,21 +118,21 @@
117
118
  "circular-dependency-plugin": "~5.2.2",
118
119
  "compression": "~1.7.4",
119
120
  "compression-webpack-plugin": "~9.2.0",
120
- "copy-webpack-plugin": "~10.2.1",
121
+ "copy-webpack-plugin": "~10.2.4",
121
122
  "cors": "~2.8.5",
122
123
  "cross-env": "~7.0.3",
123
- "css-loader": "~6.5.1",
124
+ "css-loader": "~6.6.0",
124
125
  "css-minimizer-webpack-plugin": "~3.4.1",
125
126
  "depcheck": "~1.4.3",
126
127
  "docdash": "~1.2.0",
127
- "dotenv": "~12.0.4",
128
- "dotenv-webpack": "~7.0.3",
128
+ "dotenv": "~16.0.0",
129
+ "dotenv-webpack": "~7.1.0",
129
130
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
130
131
  "enhanced-resolve": "~5.8.3",
131
- "esbuild": "~0.14.13",
132
+ "esbuild": "~0.14.18",
132
133
  "esbuild-loader": "~2.18.0",
133
134
  "esbuild-plugin-svgr": "~1.0.0",
134
- "eslint": "~8.7.0",
135
+ "eslint": "~8.8.0",
135
136
  "eslint-config-airbnb": "~19.0.4",
136
137
  "eslint-config-airbnb-base": "~15.0.0",
137
138
  "eslint-config-airbnb-typescript": "~16.1.0",
@@ -140,11 +141,11 @@
140
141
  "eslint-import-resolver-babel-module": "~5.3.1",
141
142
  "eslint-import-resolver-typescript": "~2.5.0",
142
143
  "eslint-import-resolver-webpack": "~0.13.2",
143
- "eslint-plugin-compat": "~4.0.1",
144
+ "eslint-plugin-compat": "~4.0.2",
144
145
  "eslint-plugin-eslint-comments": "~3.2.0",
145
146
  "eslint-plugin-import": "~2.25.4",
146
147
  "eslint-plugin-jest": "~26.0.0",
147
- "eslint-plugin-jsdoc": "~37.6.3",
148
+ "eslint-plugin-jsdoc": "~37.7.1",
148
149
  "eslint-plugin-jsx-a11y": "~6.5.1",
149
150
  "eslint-plugin-mdx": "~1.16.0",
150
151
  "eslint-plugin-prettier": "~4.0.0",
@@ -152,15 +153,15 @@
152
153
  "eslint-plugin-react-hooks": "~4.3.0",
153
154
  "eslint-plugin-redux-saga": "~1.3.2",
154
155
  "eslint-plugin-storybook": "~0.5.6",
155
- "eslint-plugin-testing-library": "~5.0.4",
156
+ "eslint-plugin-testing-library": "~5.0.5",
156
157
  "eslint-plugin-wdio": "~7.4.2",
157
158
  "execa": "~5.1.1",
158
159
  "express": "~4.17.2",
159
160
  "express-pino-logger": "~7.0.0",
160
- "express-static-gzip": "~2.1.1",
161
+ "express-static-gzip": "~2.1.2",
161
162
  "favicons": "~6.2.2",
162
163
  "favicons-webpack-plugin": "~5.0.2",
163
- "happy-dom": "~2.28.0",
164
+ "happy-dom": "~2.31.1",
164
165
  "helmet-csp": "~3.4.0",
165
166
  "html-webpack-plugin": "~5.5.0",
166
167
  "http-server": "~14.1.0",
@@ -173,28 +174,28 @@
173
174
  "jest-sonar-reporter": "~2.0.0",
174
175
  "jest-styled-components": "~7.0.8",
175
176
  "jscodeshift": "~0.13.1",
176
- "jsdoc": "~3.6.9",
177
- "lint-staged": "~12.3.1",
178
- "mini-css-extract-plugin": "~2.5.2",
177
+ "jsdoc": "~3.6.10",
178
+ "lint-staged": "~12.3.3",
179
+ "mini-css-extract-plugin": "~2.5.3",
179
180
  "minimist": "~1.2.5",
180
181
  "moment": "~2.29.1",
181
182
  "moment-locales-webpack-plugin": "~1.2.0",
182
- "msw": "~0.36.7",
183
+ "msw": "~0.36.8",
183
184
  "node-gyp": "~8.4.1",
184
185
  "node-plop": "~0.30.0",
185
186
  "nodemon": "~2.0.15",
186
187
  "npm-check-updates": "12.2.1",
187
188
  "null-loader": "~4.0.1",
188
- "pino": "~7.6.4",
189
- "pino-pretty": "~7.5.0",
189
+ "pino": "~7.6.5",
190
+ "pino-pretty": "~7.5.1",
190
191
  "pinst": "~2.1.6",
191
192
  "plop": "~3.0.5",
192
- "postcss": "~8.4.5",
193
+ "postcss": "~8.4.6",
193
194
  "postcss-html": "~1.3.0",
194
195
  "postcss-jsx": "~0.36.4",
195
196
  "postcss-loader": "~6.2.1",
196
197
  "postcss-markdown": "~1.2.0",
197
- "postcss-preset-env": "~7.2.3",
198
+ "postcss-preset-env": "~7.3.1",
198
199
  "postcss-syntax": "~0.36.2",
199
200
  "prettier": "~2.5.1",
200
201
  "pug": "~3.0.2",
@@ -205,20 +206,20 @@
205
206
  "react-refresh": "~0.11.0",
206
207
  "react-test-renderer": "~17.0.2",
207
208
  "resize-observer-polyfill": "~1.5.1",
208
- "resolve-typescript-plugin": "~1.1.4",
209
+ "resolve-typescript-plugin": "~1.1.5",
209
210
  "rimraf": "~3.0.2",
210
211
  "semantic-release": "~19.0.2",
211
212
  "slackify-markdown": "~4.3.1",
212
213
  "speed-measure-webpack-plugin": "~1.5.0",
213
214
  "storybook-addon-turbo-build": "~1.0.1",
214
- "storybook-builder-vite": "~0.1.13",
215
+ "storybook-builder-vite": "~0.1.15",
215
216
  "storybook-react-router": "~1.0.8",
216
217
  "style-loader": "~3.3.1",
217
218
  "stylelint": "~14.3.0",
218
219
  "stylelint-config-recommended": "~6.0.0",
219
220
  "stylelint-config-styled-components": "~0.1.1",
220
221
  "swc-loader": "~0.1.15",
221
- "terser-webpack-plugin": "~5.3.0",
222
+ "terser-webpack-plugin": "~5.3.1",
222
223
  "ts-node": "~10.4.0",
223
224
  "tsc-alias": "~1.5.0",
224
225
  "typescript": "~4.5.5",
@@ -226,11 +227,11 @@
226
227
  "url-loader": "~4.1.1",
227
228
  "uuid": "~8.3.2",
228
229
  "vite": "~2.7.13",
229
- "vitest": "~0.2.1",
230
- "webpack": "~5.67.0",
230
+ "vitest": "~0.2.7",
231
+ "webpack": "~5.65.0",
231
232
  "webpack-bundle-analyzer": "~4.5.0",
232
233
  "webpack-cli": "~4.9.2",
233
- "webpack-dev-middleware": "~5.3.0",
234
+ "webpack-dev-middleware": "~5.3.1",
234
235
  "webpack-hot-middleware": "~2.25.1",
235
236
  "webpack-manifest-plugin": "~4.1.1",
236
237
  "webpack-merge": "~5.8.0",