@storm-software/eslint 0.170.78 → 0.170.79
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.
- package/README.md +1 -1
- package/dist/{chunk-H5G3BZKC.js → chunk-2U26IRBT.js} +2 -2
- package/dist/{chunk-ZKDKPCV5.js → chunk-GNREDRXJ.js} +1 -1
- package/dist/{chunk-W2N2UAU4.js → chunk-HUL5SEAB.js} +1 -1
- package/dist/{chunk-XUA7TAHD.js → chunk-I72VXUA2.js} +1 -1
- package/dist/{chunk-KELTZLAL.js → chunk-STWB44U5.js} +3 -3
- package/dist/preset.cjs +6 -10
- package/dist/preset.js +9 -13
- package/dist/types.d.cts +3251 -2779
- package/dist/types.d.ts +3251 -2779
- package/dist/types.js +1 -1
- package/dist/utils/combine.js +1 -1
- package/dist/utils/correct-paths.js +2 -2
- package/dist/utils/find-workspace-root.js +3 -3
- package/dist/utils/format-config.js +1 -1
- package/dist/utils/helpers.cjs +1 -1
- package/dist/utils/helpers.js +2 -2
- package/dist/utils/tsconfig-path.js +4 -4
- package/package.json +21 -19
package/dist/types.js
CHANGED
package/dist/utils/combine.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { basename, correctPaths, dirname, extname, format, isAbsolute, joinPaths, normalizeString, normalizeWindowsPath, parse, relative, resolve, sep, toNamespacedPath } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { basename, correctPaths, dirname, extname, format, isAbsolute, joinPaths, normalizeString, normalizeWindowsPath, parse, relative, resolve, sep, toNamespacedPath } from '../chunk-I72VXUA2.js';
|
|
2
|
+
import '../chunk-HUL5SEAB.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-2U26IRBT.js';
|
|
2
|
+
import '../chunk-I72VXUA2.js';
|
|
3
|
+
import '../chunk-HUL5SEAB.js';
|
package/dist/utils/helpers.cjs
CHANGED
|
@@ -8,7 +8,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
|
8
8
|
|
|
9
9
|
var process__default = /*#__PURE__*/_interopDefault(process);
|
|
10
10
|
|
|
11
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
11
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__224d245c4beea59ebec1ed6c996eeea5/node_modules/tsup/assets/cjs_shims.js
|
|
12
12
|
var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
13
13
|
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
14
14
|
var scopeUrl = url.fileURLToPath(new URL(".", importMetaUrl));
|
package/dist/utils/helpers.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, renameRules } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, renameRules } from '../chunk-GNREDRXJ.js';
|
|
2
|
+
import '../chunk-HUL5SEAB.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { checkTsConfigPath, getTsConfigPath } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
1
|
+
export { checkTsConfigPath, getTsConfigPath } from '../chunk-STWB44U5.js';
|
|
2
|
+
import '../chunk-2U26IRBT.js';
|
|
3
|
+
import '../chunk-I72VXUA2.js';
|
|
4
|
+
import '../chunk-HUL5SEAB.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.79",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"keywords": [
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"@eslint/eslintrc": "^3.3.5",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.7.5",
|
|
144
|
-
"@storm-software/config": "1.137.
|
|
145
|
-
"@storm-software/config-tools": "1.190.
|
|
146
|
-
"@storm-software/package-constants": "0.1.
|
|
144
|
+
"@storm-software/config": "1.137.87",
|
|
145
|
+
"@storm-software/config-tools": "1.190.55",
|
|
146
|
+
"@storm-software/package-constants": "0.1.68",
|
|
147
147
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
148
148
|
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
|
149
149
|
"@typescript-eslint/parser": "^8.61.0",
|
|
@@ -185,24 +185,25 @@
|
|
|
185
185
|
"pnpm-workspace-yaml": "^0.3.1",
|
|
186
186
|
"tinyglobby": "^0.2.17",
|
|
187
187
|
"toml-eslint-parser": "^0.10.1",
|
|
188
|
-
"yaml-eslint-parser": "^1.3.2"
|
|
188
|
+
"yaml-eslint-parser": "^1.3.2",
|
|
189
|
+
"zod-validation-error": "^5.0.0"
|
|
189
190
|
},
|
|
190
191
|
"devDependencies": {
|
|
191
192
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
192
|
-
"@eslint-react/eslint-plugin": "^
|
|
193
|
+
"@eslint-react/eslint-plugin": "^5.9.0",
|
|
193
194
|
"@eslint-types/typescript-eslint": "^7.5.0",
|
|
194
195
|
"@eslint/config-inspector": "^1.5.0",
|
|
195
196
|
"@graphql-eslint/eslint-plugin": "^4.4.0",
|
|
196
197
|
"@next/eslint-plugin-next": "^15.5.19",
|
|
197
198
|
"@nx/eslint": "22.7.5",
|
|
198
199
|
"@prettier/plugin-xml": "^3.4.2",
|
|
199
|
-
"@storm-software/eslint-plugin-banner": "0.0.
|
|
200
|
-
"@storm-software/eslint-plugin-pnpm": "0.0.
|
|
201
|
-
"@storm-software/eslint-plugin-tsdoc": "0.0.
|
|
200
|
+
"@storm-software/eslint-plugin-banner": "0.0.19",
|
|
201
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.18",
|
|
202
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.18",
|
|
202
203
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
203
204
|
"@types/eslint": "^9.6.1",
|
|
204
205
|
"@types/eslint__js": "^8.42.3",
|
|
205
|
-
"@types/node": "^25.9.
|
|
206
|
+
"@types/node": "^25.9.3",
|
|
206
207
|
"@unocss/eslint-plugin": "^65.5.0",
|
|
207
208
|
"astro-eslint-parser": "^1.4.0",
|
|
208
209
|
"esbuild": "^0.25.12",
|
|
@@ -211,10 +212,10 @@
|
|
|
211
212
|
"eslint-plugin-format": "^1.5.0",
|
|
212
213
|
"eslint-plugin-import-x": "^4.16.2",
|
|
213
214
|
"eslint-plugin-import-zod": "^1.2.1",
|
|
214
|
-
"eslint-plugin-react-compiler": "19.
|
|
215
|
-
"eslint-plugin-react-hooks": "^
|
|
215
|
+
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
216
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
216
217
|
"eslint-plugin-react-native": "^5.0.0",
|
|
217
|
-
"eslint-plugin-react-refresh": "^0.
|
|
218
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
218
219
|
"eslint-plugin-relay": "^1.8.3",
|
|
219
220
|
"eslint-plugin-storybook": "^0.11.6",
|
|
220
221
|
"eslint-typegen": "^2.3.1",
|
|
@@ -227,7 +228,7 @@
|
|
|
227
228
|
"zod": "^4.4.3"
|
|
228
229
|
},
|
|
229
230
|
"peerDependencies": {
|
|
230
|
-
"@eslint-react/eslint-plugin": "^
|
|
231
|
+
"@eslint-react/eslint-plugin": "^5.9.0",
|
|
231
232
|
"@graphql-eslint/eslint-plugin": "^4.3.0",
|
|
232
233
|
"@next/eslint-plugin-next": "^15.2.0-canary.67",
|
|
233
234
|
"@nx/eslint": "22.7.5",
|
|
@@ -239,15 +240,16 @@
|
|
|
239
240
|
"eslint-plugin-astro": "^1.2.0",
|
|
240
241
|
"eslint-plugin-format": ">=0.1.0",
|
|
241
242
|
"eslint-plugin-import-zod": "^1.2.0",
|
|
242
|
-
"eslint-plugin-react-compiler": "19.
|
|
243
|
-
"eslint-plugin-react-hooks": "^
|
|
243
|
+
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
244
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
244
245
|
"eslint-plugin-react-native": "^5.0.0",
|
|
245
|
-
"eslint-plugin-react-refresh": "^0.
|
|
246
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
246
247
|
"eslint-plugin-relay": "^1.8.3",
|
|
247
248
|
"eslint-plugin-storybook": "^0.11.0",
|
|
248
249
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
|
|
249
|
-
"prettier-plugin-astro": "^0.14.0"
|
|
250
|
+
"prettier-plugin-astro": "^0.14.0",
|
|
251
|
+
"zod": "^3.25.0 || ^4.0.0"
|
|
250
252
|
},
|
|
251
253
|
"publishConfig": { "access": "public" },
|
|
252
|
-
"gitHead": "
|
|
254
|
+
"gitHead": "b32c9ab264ae3e7b02807bfe5c1bab14dec4dead"
|
|
253
255
|
}
|