@elliemae/pui-cli 8.34.0 → 8.34.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.
@@ -49,14 +49,14 @@ const lintCSS = async (args) => {
49
49
  `stylelint ./{lib,app}/**/*.{js,jsx,ts,tsx} ${fixIssues} ${!(0, import_utils.getCIEnv)() ? "--color" : "--no-color"} --allow-empty-input --config ${import_node_path.default.join(
50
50
  process.cwd(),
51
51
  "stylelint.config.cjs"
52
- )} -o ./reports/stylelint.json`
52
+ )}`
53
53
  );
54
54
  };
55
55
  const lintJS = async (args) => {
56
56
  const fixIssues = args.fix ? "--fix" : "";
57
57
  const debugFlags = args.debug ? "--env-info --debug" : "";
58
58
  await (0, import_utils.exec)(
59
- `eslint -o ./reports/eslint.json ${!(0, import_utils.getCIEnv)() ? "--color" : "--no-color"} ${fixIssues} ${debugFlags} .`
59
+ `eslint ${!(0, import_utils.getCIEnv)() ? "--color" : "--no-color"} ${fixIssues} ${debugFlags} .`
60
60
  );
61
61
  };
62
62
  const cmdArgs = {
@@ -23,14 +23,14 @@ const lintCSS = async (args) => {
23
23
  `stylelint ./{lib,app}/**/*.{js,jsx,ts,tsx} ${fixIssues} ${!getCIEnv() ? "--color" : "--no-color"} --allow-empty-input --config ${path.join(
24
24
  process.cwd(),
25
25
  "stylelint.config.cjs"
26
- )} -o ./reports/stylelint.json`
26
+ )}`
27
27
  );
28
28
  };
29
29
  const lintJS = async (args) => {
30
30
  const fixIssues = args.fix ? "--fix" : "";
31
31
  const debugFlags = args.debug ? "--env-info --debug" : "";
32
32
  await exec(
33
- `eslint -o ./reports/eslint.json ${!getCIEnv() ? "--color" : "--no-color"} ${fixIssues} ${debugFlags} .`
33
+ `eslint ${!getCIEnv() ? "--color" : "--no-color"} ${fixIssues} ${debugFlags} .`
34
34
  );
35
35
  };
36
36
  const cmdArgs = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.34.0",
3
+ "version": "8.34.1",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.cjs",
@@ -73,24 +73,24 @@
73
73
  "indent": 4
74
74
  },
75
75
  "dependencies": {
76
- "@axe-core/react": "~4.9.0",
77
- "@babel/cli": "~7.24.5",
78
- "@babel/core": "~7.24.5",
79
- "@babel/eslint-parser": "~7.24.5",
80
- "@babel/node": "~7.23.9",
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",
81
81
  "@babel/plugin-proposal-class-properties": "~7.18.6",
82
- "@babel/plugin-proposal-export-default-from": "~7.24.1",
82
+ "@babel/plugin-proposal-export-default-from": "~7.24.6",
83
83
  "@babel/plugin-syntax-dynamic-import": "~7.8.3",
84
- "@babel/plugin-syntax-import-assertions": "~7.24.1",
85
- "@babel/plugin-transform-modules-commonjs": "~7.24.1",
86
- "@babel/plugin-transform-react-constant-elements": "~7.24.1",
87
- "@babel/plugin-transform-react-inline-elements": "~7.24.1",
88
- "@babel/plugin-transform-react-jsx-source": "~7.24.1",
89
- "@babel/plugin-transform-runtime": "~7.24.3",
90
- "@babel/preset-env": "~7.24.5",
91
- "@babel/preset-react": "~7.24.1",
92
- "@babel/preset-typescript": "~7.24.1",
93
- "@babel/runtime": "~7.24.5",
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",
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",
@@ -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.3",
119
+ "@swc/core": "~1.5.24",
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.32",
133
+ "@types/node": "~18.19.33",
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.2.1",
144
+ "@vitejs/plugin-react": "~4.3.0",
145
145
  "@vitest/coverage-c8": "~0.33.0",
146
146
  "@vitest/coverage-v8": "~0.34.6",
147
147
  "autoprefixer": "~10.4.19",
@@ -174,7 +174,7 @@
174
174
  "dotenv-webpack": "~8.1.0",
175
175
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
176
176
  "enhanced-resolve": "~5.16.1",
177
- "esbuild": "~0.21.1",
177
+ "esbuild": "~0.21.4",
178
178
  "esbuild-loader": "~3.2.0",
179
179
  "esbuild-plugin-svgr": "~1.1.0",
180
180
  "eslint": "~8.57.0",
@@ -194,12 +194,12 @@
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.1",
197
+ "eslint-plugin-react": "~7.34.2",
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",
201
201
  "eslint-plugin-testing-library": "~5.11.1",
202
- "eslint-plugin-wdio": "~8.24.12",
202
+ "eslint-plugin-wdio": "~8.37.0",
203
203
  "execa": "~7.2.0",
204
204
  "express": "~4.19.2",
205
205
  "express-static-gzip": "~2.1.7",
@@ -243,7 +243,7 @@
243
243
  "pino-pretty": "~10.3.1",
244
244
  "plop": "~3.1.2",
245
245
  "postcss": "~8.4.38",
246
- "postcss-html": "~1.6.0",
246
+ "postcss-html": "~1.7.0",
247
247
  "postcss-jsx": "~0.36.4",
248
248
  "postcss-loader": "~7.3.4",
249
249
  "postcss-markdown": "~1.2.0",
@@ -251,7 +251,7 @@
251
251
  "postcss-syntax": "~0.36.2",
252
252
  "prettier": "~2.8.8",
253
253
  "prisma": "~4.16.2",
254
- "pug": "~3.0.2",
254
+ "pug": "~3.0.3",
255
255
  "pug-loader": "~2.4.0",
256
256
  "raf": "~3.4.1",
257
257
  "react-docgen": "~5.4.3",
@@ -259,7 +259,7 @@
259
259
  "react-test-renderer": "~18.3.1",
260
260
  "resize-observer-polyfill": "~1.5.1",
261
261
  "resolve-typescript-plugin": "~2.0.1",
262
- "rimraf": "5.0.5",
262
+ "rimraf": "5.0.7",
263
263
  "semantic-release": "~21.1.2",
264
264
  "slackify-markdown": "~4.4.0",
265
265
  "speed-measure-webpack-plugin": "~1.5.0",
@@ -273,14 +273,14 @@
273
273
  "swc-loader": "~0.2.6",
274
274
  "tsconfig-paths-webpack-plugin": "~3.5.2",
275
275
  "ts-node": "~10.9.2",
276
- "tsc-alias": "~1.8.8",
276
+ "tsc-alias": "~1.8.10",
277
277
  "tsx": "~3.14.0",
278
278
  "typedoc": "~0.25.13",
279
279
  "typescript": "~5.4.5",
280
280
  "update-notifier": "~6.0.2",
281
281
  "url-loader": "~4.1.1",
282
282
  "uuid": "~9.0.1",
283
- "vite": "~5.2.11",
283
+ "vite": "~5.2.12",
284
284
  "vite-tsconfig-paths": "~4.3.2",
285
285
  "vitest": "~1.6.0",
286
286
  "webpack": "~5.91.0",