@elliemae/pui-cli 9.0.0-next.49 → 9.0.0-next.50

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.
@@ -147,6 +147,7 @@ const baseConfig = (options) => ({
147
147
  loader: "postcss-loader",
148
148
  options: {
149
149
  postcssOptions: {
150
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-call
150
151
  plugins: [(0, import_postcss_preset_env.default)({ autoprefixer: { grid: true } })]
151
152
  },
152
153
  sourceMap: true
@@ -120,6 +120,7 @@ const baseConfig = (options) => ({
120
120
  loader: "postcss-loader",
121
121
  options: {
122
122
  postcssOptions: {
123
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-call
123
124
  plugins: [PostcssPresetEnv({ autoprefixer: { grid: true } })]
124
125
  },
125
126
  sourceMap: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "9.0.0-next.49",
3
+ "version": "9.0.0-next.50",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.cjs",
@@ -59,7 +59,7 @@
59
59
  "docs:build": "pui-doc-gen build",
60
60
  "docs:version": "pui-doc-gen version",
61
61
  "docs:serve": "pui-doc-gen serve",
62
- "lint": "exit 0",
62
+ "lint": "tsx ./lib/cli.ts lint",
63
63
  "lint:fix": "tsx ./lib/cli.ts lint --fix",
64
64
  "prettify": "prettier --write",
65
65
  "release": "semantic-release",
@@ -100,9 +100,9 @@
100
100
  "@commitlint/config-conventional": "~19.2.2",
101
101
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.9.0",
102
102
  "@eslint/eslintrc": "~3.0.2",
103
- "@eslint/js": "~9.2.0",
103
+ "@eslint/js": "~8.57.0",
104
104
  "@faker-js/faker": "8.4.1",
105
- "@nx/workspace": "19.0.0",
105
+ "@nx/workspace": "19.0.1",
106
106
  "@pmmmwh/react-refresh-webpack-plugin": "~0.5.13",
107
107
  "@semantic-release/changelog": "~6.0.3",
108
108
  "@semantic-release/exec": "~6.0.3",
@@ -126,7 +126,7 @@
126
126
  "@stylelint/postcss-css-in-js": "~0.38.0",
127
127
  "@svgr/webpack": "~8.1.0",
128
128
  "@swc/cli": "~0.3.12",
129
- "@swc/core": "~1.5.3",
129
+ "@swc/core": "~1.5.5",
130
130
  "@swc/jest": "~0.2.36",
131
131
  "@testing-library/jest-dom": "~6.4.5",
132
132
  "@testing-library/react": "~15.0.7",
@@ -140,7 +140,7 @@
140
140
  "@types/jest": "~29.5.12",
141
141
  "@types/jest-axe": "~3.5.9",
142
142
  "@types/moment-locales-webpack-plugin": "~1.2.6",
143
- "@types/node": "~20.12.10",
143
+ "@types/node": "~20.12.11",
144
144
  "@types/normalize-path": "~3.0.2",
145
145
  "@types/rimraf": "~4.0.5",
146
146
  "@types/speed-measure-webpack-plugin": "~1.3.6",
@@ -187,7 +187,7 @@
187
187
  "esbuild-loader": "~4.1.0",
188
188
  "esbuild-plugin-lodash": "~1.2.0",
189
189
  "esbuild-plugin-svgr": "~2.1.0",
190
- "eslint": "~9.2.0",
190
+ "eslint": "~8.57.0",
191
191
  "eslint-config-airbnb": "~19.0.4",
192
192
  "eslint-config-airbnb-base": "~15.0.0",
193
193
  "eslint-config-airbnb-typescript": "~18.0.0",
@@ -245,20 +245,20 @@
245
245
  "minimist": "~1.2.8",
246
246
  "moment": "~2.30.1",
247
247
  "moment-locales-webpack-plugin": "~1.2.0",
248
- "msw": "~2.2.14",
248
+ "msw": "~2.3.0",
249
249
  "npm-run-all": "~4.1.5",
250
250
  "node-gyp": "~10.1.0",
251
251
  "node-plop": "~0.32.0",
252
252
  "nodemon": "~3.1.0",
253
253
  "normalize-path": "~3.0.0",
254
254
  "npm-check-updates": "16.14.20",
255
- "nx": "~19.0.0",
255
+ "nx": "~19.0.1",
256
256
  "pino": "~9.0.0",
257
257
  "pino-http": "~10.1.0",
258
258
  "pino-pretty": "~11.0.0",
259
259
  "plop": "~4.0.1",
260
260
  "postcss": "~8.4.38",
261
- "postcss-html": "~1.6.0",
261
+ "postcss-html": "~1.7.0",
262
262
  "postcss-jsx": "~0.36.4",
263
263
  "postcss-loader": "~8.1.1",
264
264
  "postcss-markdown": "~1.2.0",
@@ -318,7 +318,7 @@
318
318
  "react-dom": "~18.3.1",
319
319
  "redux": "~5.0.1",
320
320
  "redux-saga": "~1.3.0",
321
- "styled-components": "~6.1.9"
321
+ "styled-components": "~5.3.11"
322
322
  },
323
323
  "type": "module"
324
324
  }