@elliemae/pui-cli 6.16.1 → 6.17.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.
@@ -16,4 +16,13 @@ module.exports = {
16
16
  'stylelint-config-styled-components',
17
17
  ],
18
18
  rules: { 'selector-type-no-unknown': null, 'no-extra-semicolons': null },
19
+ overrides: [
20
+ {
21
+ files: ['**/*.tsx', '**/*.jsx', '**/*.js'],
22
+ customSyntax: '@stylelint/postcss-css-in-js',
23
+ rules: {
24
+ 'function-no-unknown': null,
25
+ },
26
+ },
27
+ ],
19
28
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "6.16.1",
3
+ "version": "6.17.0",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,
@@ -47,10 +47,10 @@
47
47
  "indent": 4
48
48
  },
49
49
  "dependencies": {
50
- "@babel/cli": "~7.17.6",
51
- "@babel/core": "~7.17.9",
50
+ "@babel/cli": "~7.17.10",
51
+ "@babel/core": "~7.17.10",
52
52
  "@babel/eslint-parser": "~7.17.0",
53
- "@babel/node": "~7.16.8",
53
+ "@babel/node": "~7.17.10",
54
54
  "@babel/plugin-proposal-class-properties": "~7.16.7",
55
55
  "@babel/plugin-proposal-export-default-from": "~7.16.7",
56
56
  "@babel/plugin-syntax-dynamic-import": "~7.8.3",
@@ -58,15 +58,15 @@
58
58
  "@babel/plugin-transform-react-constant-elements": "~7.17.6",
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.17.0",
62
- "@babel/preset-env": "~7.16.11",
61
+ "@babel/plugin-transform-runtime": "~7.17.10",
62
+ "@babel/preset-env": "~7.17.10",
63
63
  "@babel/preset-react": "~7.16.7",
64
64
  "@babel/preset-typescript": "~7.16.7",
65
65
  "@babel/runtime": "~7.17.9",
66
66
  "@commitlint/cli": "~16.2.4",
67
67
  "@commitlint/config-conventional": "~16.2.4",
68
68
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.4.2",
69
- "@faker-js/faker": "6.2.0",
69
+ "@faker-js/faker": "6.3.1",
70
70
  "@nrwl/cli": "13.10.3",
71
71
  "@nrwl/tao": "13.10.3",
72
72
  "@nrwl/workspace": "13.10.3",
@@ -80,26 +80,26 @@
80
80
  "@storybook/addon-interactions": "~6.4.22",
81
81
  "@storybook/addon-links": "~6.4.22",
82
82
  "@storybook/addon-storysource": "~6.4.22",
83
- "@storybook/builder-vite": "~0.1.30",
83
+ "@storybook/builder-vite": "~0.1.33",
84
84
  "@storybook/builder-webpack5": "~6.4.22",
85
85
  "@storybook/manager-webpack5": "~6.4.22",
86
86
  "@storybook/react": "~6.4.22",
87
87
  "@storybook/theming": "~6.4.22",
88
- "@stylelint/postcss-css-in-js": "~0.37.2",
88
+ "@stylelint/postcss-css-in-js": "~0.38.0",
89
89
  "@svgr/webpack": "~6.2.1",
90
90
  "@swc/cli": "~0.1.57",
91
- "@swc/core": "~1.2.173",
91
+ "@swc/core": "~1.2.177",
92
92
  "@swc/jest": "~0.2.20",
93
93
  "@testing-library/jest-dom": "~5.16.4",
94
94
  "@testing-library/react": "~12.1.4",
95
- "@testing-library/react-hooks": "~7.0.2",
96
- "@types/jest": "~27.4.1",
97
- "@types/node": "~17.0.29",
95
+ "@testing-library/react-hooks": "~8.0.0",
96
+ "@types/jest": "~27.5.0",
97
+ "@types/node": "~17.0.31",
98
98
  "@types/rimraf": "~3.0.2",
99
99
  "@types/testing-library__jest-dom": "~5.14.3",
100
- "@typescript-eslint/eslint-plugin": "~5.21.0",
101
- "@typescript-eslint/parser": "~5.21.0",
102
- "autoprefixer": "~10.4.5",
100
+ "@typescript-eslint/eslint-plugin": "~5.22.0",
101
+ "@typescript-eslint/parser": "~5.22.0",
102
+ "autoprefixer": "~10.4.7",
103
103
  "axe-core": "~4.4.1",
104
104
  "babel-loader": "~8.2.5",
105
105
  "babel-plugin-add-import-extension": "1.5.1",
@@ -159,9 +159,9 @@
159
159
  "eslint-plugin-testing-library": "~5.3.1",
160
160
  "eslint-plugin-wdio": "~7.19.4",
161
161
  "execa": "~5.1.1",
162
- "express": "~4.18.0",
162
+ "express": "~4.18.1",
163
163
  "express-pino-logger": "~7.0.0",
164
- "express-static-gzip": "~2.1.5",
164
+ "express-static-gzip": "~2.1.6",
165
165
  "favicons": "~6.2.2",
166
166
  "favicons-webpack-plugin": "~5.0.2",
167
167
  "fast-glob": "~3.2.11",
@@ -189,20 +189,20 @@
189
189
  "msw": "~0.39.2",
190
190
  "node-gyp": "~9.0.0",
191
191
  "node-plop": "~0.31.0",
192
- "nodemon": "~2.0.15",
192
+ "nodemon": "~2.0.16",
193
193
  "normalize-path": "~3.0.0",
194
- "npm-check-updates": "12.5.10",
194
+ "npm-check-updates": "12.5.11",
195
195
  "null-loader": "~4.0.1",
196
196
  "pino": "~7.11.0",
197
197
  "pino-pretty": "~7.6.1",
198
198
  "pinst": "~3.0.0",
199
199
  "plop": "~3.1.0",
200
- "postcss": "~8.4.12",
200
+ "postcss": "~8.4.13",
201
201
  "postcss-html": "~1.4.1",
202
202
  "postcss-jsx": "~0.36.4",
203
203
  "postcss-loader": "~6.2.1",
204
204
  "postcss-markdown": "~1.2.0",
205
- "postcss-preset-env": "~7.4.4",
205
+ "postcss-preset-env": "~7.5.0",
206
206
  "postcss-syntax": "~0.36.2",
207
207
  "prettier": "~2.6.2",
208
208
  "pug": "~3.0.2",
@@ -211,7 +211,7 @@
211
211
  "react-axe": "~3.5.4",
212
212
  "react-docgen": "~5.4.0",
213
213
  "react-refresh": "~0.11.0",
214
- "react-test-renderer": "~18.1.0",
214
+ "react-test-renderer": "~17.0.2",
215
215
  "resize-observer-polyfill": "~1.5.1",
216
216
  "resolve-typescript-plugin": "~1.2.0",
217
217
  "rimraf": "~3.0.2",
@@ -221,19 +221,19 @@
221
221
  "storybook-addon-turbo-build": "~1.1.0",
222
222
  "storybook-react-router": "~1.0.8",
223
223
  "style-loader": "~3.3.1",
224
- "stylelint": "~14.8.0",
224
+ "stylelint": "~14.8.2",
225
225
  "stylelint-config-recommended": "~7.0.0",
226
226
  "stylelint-config-styled-components": "~0.1.1",
227
227
  "swc-loader": "~0.2.0",
228
228
  "terser-webpack-plugin": "~5.3.1",
229
229
  "ts-node": "~10.7.0",
230
230
  "tsc-alias": "~1.6.7",
231
- "typescript": "~4.6.3",
231
+ "typescript": "~4.6.4",
232
232
  "update-notifier": "~5.1.0",
233
233
  "url-loader": "~4.1.1",
234
234
  "uuid": "~8.3.2",
235
- "vite": "~2.9.6",
236
- "vitest": "~0.10.0",
235
+ "vite": "~2.9.8",
236
+ "vitest": "~0.10.4",
237
237
  "webpack": "~5.72.0",
238
238
  "webpack-bundle-analyzer": "~4.5.0",
239
239
  "webpack-cli": "~4.9.2",