@elliemae/pui-cli 6.0.0-beta.40 → 6.0.0-beta.44

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.
@@ -1,6 +1,5 @@
1
1
  module.exports = {
2
2
  customSyntax: '@stylelint/postcss-css-in-js',
3
- plugins: [],
4
3
  extends: [
5
4
  'stylelint-config-recommended',
6
5
  'stylelint-config-styled-components',
@@ -1,9 +1,16 @@
1
1
  /// <reference types="vitest" />
2
2
  import { defineConfig } from 'vite';
3
+ import path from 'path';
3
4
 
4
5
  export default defineConfig({
5
6
  test: {
7
+ global: true,
6
8
  root: process.cwd(),
7
- environment: 'jsdom',
9
+ exclude: ['node_modules', 'dist', '.idea', '.git', '.cache', 'e2e'],
10
+ setupFiles: [path.resolve(__dirname, './vitest.setup.ts')],
11
+ coverage: {
12
+ reportsDirectory: './reports/coverage',
13
+ },
14
+ environment: 'happy-dom',
8
15
  },
9
16
  });
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "6.0.0-beta.40",
3
+ "version": "6.0.0-beta.44",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,
@@ -48,44 +48,44 @@
48
48
  "indent": 4
49
49
  },
50
50
  "dependencies": {
51
- "@babel/cli": "~7.16.7",
51
+ "@babel/cli": "~7.16.8",
52
52
  "@babel/core": "~7.16.7",
53
53
  "@babel/eslint-parser": "~7.16.5",
54
- "@babel/node": "~7.16.7",
54
+ "@babel/node": "~7.16.8",
55
55
  "@babel/plugin-proposal-class-properties": "~7.16.7",
56
56
  "@babel/plugin-proposal-export-default-from": "~7.16.7",
57
57
  "@babel/plugin-syntax-dynamic-import": "~7.8.3",
58
- "@babel/plugin-transform-modules-commonjs": "~7.16.7",
58
+ "@babel/plugin-transform-modules-commonjs": "~7.16.8",
59
59
  "@babel/plugin-transform-react-constant-elements": "~7.16.7",
60
60
  "@babel/plugin-transform-react-inline-elements": "~7.16.7",
61
61
  "@babel/plugin-transform-react-jsx-source": "~7.16.7",
62
- "@babel/plugin-transform-runtime": "~7.16.7",
63
- "@babel/preset-env": "~7.16.7",
62
+ "@babel/plugin-transform-runtime": "~7.16.8",
63
+ "@babel/preset-env": "~7.16.8",
64
64
  "@babel/preset-react": "~7.16.7",
65
65
  "@babel/preset-typescript": "~7.16.7",
66
66
  "@babel/runtime": "~7.16.7",
67
- "@commitlint/cli": "~16.0.1",
67
+ "@commitlint/cli": "~16.0.2",
68
68
  "@commitlint/config-conventional": "~16.0.0",
69
69
  "@elliemae/browserslist-config-elliemae": "~1.2.1",
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",
73
73
  "@semantic-release/git": "~10.0.1",
74
- "@storybook/addon-a11y": "~6.4.9",
75
- "@storybook/addon-essentials": "~6.4.9",
74
+ "@storybook/addon-a11y": "~6.4.12",
75
+ "@storybook/addon-essentials": "~6.4.12",
76
76
  "@storybook/addon-events": "~6.2.9",
77
- "@storybook/addon-interactions": "~6.4.9",
78
- "@storybook/addon-links": "~6.4.9",
79
- "@storybook/addon-storysource": "~6.4.9",
80
- "@storybook/builder-webpack5": "~6.4.9",
81
- "@storybook/manager-webpack5": "~6.4.9",
82
- "@storybook/react": "~6.4.9",
83
- "@storybook/theming": "~6.4.9",
77
+ "@storybook/addon-interactions": "~6.4.12",
78
+ "@storybook/addon-links": "~6.4.12",
79
+ "@storybook/addon-storysource": "~6.4.12",
80
+ "@storybook/builder-webpack5": "~6.4.12",
81
+ "@storybook/manager-webpack5": "~6.4.12",
82
+ "@storybook/react": "~6.4.12",
83
+ "@storybook/theming": "~6.4.12",
84
84
  "@stylelint/postcss-css-in-js": "~0.37.2",
85
- "@svgr/webpack": "~6.1.2",
85
+ "@svgr/webpack": "~6.2.0",
86
86
  "@swc/cli": "~0.1.55",
87
- "@swc/core": "~1.2.127",
88
- "@swc/jest": "~0.2.15",
87
+ "@swc/core": "~1.2.129",
88
+ "@swc/jest": "~0.2.17",
89
89
  "@testing-library/jest-dom": "~5.16.1",
90
90
  "@testing-library/react": "~12.1.2",
91
91
  "@testing-library/react-hooks": "~7.0.2",
@@ -93,8 +93,8 @@
93
93
  "@types/node": "~17.0.8",
94
94
  "@types/rimraf": "~3.0.2",
95
95
  "@types/testing-library__jest-dom": "~5.14.2",
96
- "@typescript-eslint/eslint-plugin": "~5.9.0",
97
- "@typescript-eslint/parser": "~5.9.0",
96
+ "@typescript-eslint/eslint-plugin": "~5.9.1",
97
+ "@typescript-eslint/parser": "~5.9.1",
98
98
  "autoprefixer": "~10.4.2",
99
99
  "axe-core": "~4.3.5",
100
100
  "babel-loader": "~8.2.3",
@@ -116,7 +116,7 @@
116
116
  "chalk": "~4.1.2",
117
117
  "circular-dependency-plugin": "~5.2.2",
118
118
  "classnames": "~2.3.1",
119
- "compare-versions": "~4.1.2",
119
+ "compare-versions": "~4.1.3",
120
120
  "compression": "~1.7.4",
121
121
  "compression-webpack-plugin": "~9.2.0",
122
122
  "copy-webpack-plugin": "~10.2.0",
@@ -124,13 +124,13 @@
124
124
  "cross-env": "~7.0.3",
125
125
  "css-loader": "~6.5.1",
126
126
  "css-minimizer-webpack-plugin": "~3.3.1",
127
- "depcheck": "~1.4.2",
127
+ "depcheck": "~1.4.3",
128
128
  "docdash": "~1.2.0",
129
- "dotenv": "~10.0.0",
129
+ "dotenv": "~11.0.0",
130
130
  "dotenv-webpack": "~7.0.3",
131
131
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
132
132
  "enhanced-resolve": "~5.8.3",
133
- "esbuild": "~0.14.10",
133
+ "esbuild": "~0.14.11",
134
134
  "esbuild-jest": "~0.5.0",
135
135
  "esbuild-loader": "~2.18.0",
136
136
  "esbuild-plugin-svgr": "~1.0.0",
@@ -147,7 +147,7 @@
147
147
  "eslint-plugin-eslint-comments": "~3.2.0",
148
148
  "eslint-plugin-import": "~2.25.4",
149
149
  "eslint-plugin-jest": "~25.3.4",
150
- "eslint-plugin-jsdoc": "~37.5.1",
150
+ "eslint-plugin-jsdoc": "~37.6.1",
151
151
  "eslint-plugin-jsx-a11y": "~6.5.1",
152
152
  "eslint-plugin-mdx": "~1.16.0",
153
153
  "eslint-plugin-prettier": "~4.0.0",
@@ -155,7 +155,7 @@
155
155
  "eslint-plugin-react-hooks": "~4.3.0",
156
156
  "eslint-plugin-redux-saga": "~1.3.2",
157
157
  "eslint-plugin-storybook": "~0.5.5",
158
- "eslint-plugin-testing-library": "~5.0.1",
158
+ "eslint-plugin-testing-library": "~5.0.3",
159
159
  "eslint-plugin-wdio": "~7.4.2",
160
160
  "execa": "~5.1.1",
161
161
  "express": "~4.17.2",
@@ -165,10 +165,11 @@
165
165
  "favicons-webpack-plugin": "~5.0.2",
166
166
  "file-loader": "~6.2.0",
167
167
  "fork-ts-checker-webpack-plugin": "~6.5.0",
168
+ "happy-dom": "~2.25.2",
168
169
  "helmet-csp": "~3.4.0",
169
- "html-loader": "~3.0.1",
170
+ "html-loader": "~3.1.0",
170
171
  "html-webpack-plugin": "~5.5.0",
171
- "http-server": "~14.0.0",
172
+ "http-server": "~14.1.0",
172
173
  "husky": "~7.0.4",
173
174
  "husky-init": "~7.0.0",
174
175
  "imports-loader": "~3.1.1",
@@ -177,20 +178,20 @@
177
178
  "jest-cli": "~27.4.7",
178
179
  "jest-sonar-reporter": "~2.0.0",
179
180
  "jest-styled-components": "~7.0.8",
180
- "jscodeshift": "~0.13.0",
181
+ "jscodeshift": "~0.13.1",
181
182
  "jsdoc": "~3.6.7",
182
183
  "lint-staged": "~12.1.7",
183
- "mini-css-extract-plugin": "~2.4.6",
184
+ "mini-css-extract-plugin": "~2.4.7",
184
185
  "minimist": "~1.2.5",
185
186
  "moment": "~2.29.1",
186
187
  "moment-locales-webpack-plugin": "~1.2.0",
187
- "msw": "~0.36.3",
188
+ "msw": "~0.36.4",
188
189
  "node-gyp": "~8.4.1",
189
190
  "node-plop": "~0.30.0",
190
191
  "nodemon": "~2.0.15",
191
192
  "npm-check-updates": "12.1.0",
192
193
  "null-loader": "~4.0.1",
193
- "pino": "~7.6.2",
194
+ "pino": "~7.6.3",
194
195
  "pino-pretty": "~7.3.0",
195
196
  "pinst": "~2.1.6",
196
197
  "plop": "~3.0.5",
@@ -199,7 +200,7 @@
199
200
  "postcss-jsx": "~0.36.4",
200
201
  "postcss-loader": "~6.2.1",
201
202
  "postcss-markdown": "~1.2.0",
202
- "postcss-preset-env": "~7.2.0",
203
+ "postcss-preset-env": "~7.2.3",
203
204
  "postcss-syntax": "~0.36.2",
204
205
  "prettier": "~2.5.1",
205
206
  "pug": "~3.0.2",
@@ -224,8 +225,6 @@
224
225
  "stylelint": "~14.2.0",
225
226
  "stylelint-config-recommended": "~6.0.0",
226
227
  "stylelint-config-styled-components": "~0.1.1",
227
- "stylelint-custom-processor-loader": "~0.6.0",
228
- "stylelint-processor-styled-components": "~1.10.0",
229
228
  "svg-url-loader": "~7.1.1",
230
229
  "svgo": "~2.8.0",
231
230
  "swc-loader": "~0.1.15",
@@ -240,14 +239,14 @@
240
239
  "update-notifier": "~5.1.0",
241
240
  "url-loader": "~4.1.1",
242
241
  "uuid": "~8.3.2",
243
- "vite": "~2.7.10",
244
- "vitest": "~0.0.139",
245
- "webpack": "~5.65.0",
242
+ "vite": "~2.7.12",
243
+ "vitest": "~0.1.12",
244
+ "webpack": "~5.66.0",
246
245
  "webpack-bundle-analyzer": "~4.5.0",
247
246
  "webpack-cli": "~4.9.1",
248
247
  "webpack-dev-middleware": "~5.3.0",
249
248
  "webpack-hot-middleware": "~2.25.1",
250
- "webpack-manifest-plugin": "~4.0.2",
249
+ "webpack-manifest-plugin": "~4.1.1",
251
250
  "webpack-merge": "~5.8.0",
252
251
  "webpack-pwa-manifest": "~4.3.0",
253
252
  "webpack-strip-block": "~0.3.0",