@storm-software/eslint 0.170.4 → 0.170.6
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-A4FOMCUL.js → chunk-7XPD4PTE.js} +1 -1
- package/dist/{chunk-RU22XDNZ.js → chunk-B4IV6MA4.js} +3 -3
- package/dist/{chunk-2JJEQMV7.js → chunk-BIBXOWCO.js} +3 -3
- package/dist/{chunk-FG3UFBTY.js → chunk-FGVI7HVZ.js} +1 -1
- package/dist/{chunk-ADP4AA6N.js → chunk-G7LKA6RP.js} +1 -1
- package/dist/{chunk-6WQLC5YU.js → chunk-LG4I5UT7.js} +2 -2
- package/dist/{chunk-ZKHT77ET.js → chunk-PY46FEI6.js} +2 -2
- package/dist/{chunk-7ZFWLIFE.js → chunk-UWZHIWTO.js} +1 -1
- package/dist/{chunk-JKMGJ7DC.js → chunk-W6C3GSFD.js} +1 -1
- package/dist/preset.cjs +9 -5
- package/dist/preset.js +15 -11
- package/dist/types.js +1 -1
- package/dist/utils/banner-plugin.js +4 -4
- package/dist/utils/combine.js +1 -1
- package/dist/utils/constants.js +2 -2
- package/dist/utils/correct-paths.js +2 -2
- package/dist/utils/find-workspace-root.js +3 -3
- package/dist/utils/format-config.js +2 -2
- package/dist/utils/get-file-banner.js +3 -3
- package/dist/utils/helpers.cjs +1 -1
- package/dist/utils/helpers.js +2 -2
- package/dist/utils/index.js +3 -3
- package/dist/utils/tsconfig-path.js +4 -4
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { findWorkspaceRoot } from './chunk-
|
|
2
|
-
import { relative, joinPaths } from './chunk-
|
|
3
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { findWorkspaceRoot } from './chunk-PY46FEI6.js';
|
|
2
|
+
import { relative, joinPaths } from './chunk-G7LKA6RP.js';
|
|
3
|
+
import { init_esm_shims } from './chunk-FGVI7HVZ.js';
|
|
4
4
|
import { existsSync, statSync } from 'node:fs';
|
|
5
5
|
|
|
6
6
|
// src/utils/tsconfig-path.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getFileBanner } from './chunk-
|
|
2
|
-
import { GLOB_SRC } from './chunk-
|
|
3
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { getFileBanner } from './chunk-LG4I5UT7.js';
|
|
2
|
+
import { GLOB_SRC } from './chunk-W6C3GSFD.js';
|
|
3
|
+
import { init_esm_shims } from './chunk-FGVI7HVZ.js';
|
|
4
4
|
import { ESLintUtils } from '@typescript-eslint/utils';
|
|
5
5
|
import os from 'node:os';
|
|
6
6
|
|
|
@@ -30,7 +30,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
30
30
|
mod
|
|
31
31
|
));
|
|
32
32
|
var init_esm_shims = __esm({
|
|
33
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
33
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__50be436497555a601f1d61f3d1aec366/node_modules/tsup/assets/esm_shims.js"() {
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ACRONYMS_LIST } from './chunk-
|
|
2
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { ACRONYMS_LIST } from './chunk-W6C3GSFD.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-FGVI7HVZ.js';
|
|
3
3
|
|
|
4
4
|
// src/utils/get-file-banner.ts
|
|
5
5
|
init_esm_shims();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { correctPaths } from './chunk-
|
|
2
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { correctPaths } from './chunk-G7LKA6RP.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-FGVI7HVZ.js';
|
|
3
3
|
import { existsSync } from 'node:fs';
|
|
4
4
|
import { join } from 'node:path';
|
|
5
5
|
|
package/dist/preset.cjs
CHANGED
|
@@ -112,10 +112,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
112
112
|
mod
|
|
113
113
|
));
|
|
114
114
|
|
|
115
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
115
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__50be436497555a601f1d61f3d1aec366/node_modules/tsup/assets/cjs_shims.js
|
|
116
116
|
var getImportMetaUrl, importMetaUrl;
|
|
117
117
|
var init_cjs_shims = __esm({
|
|
118
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
118
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__50be436497555a601f1d61f3d1aec366/node_modules/tsup/assets/cjs_shims.js"() {
|
|
119
119
|
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
120
120
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
121
121
|
}
|
|
@@ -3058,7 +3058,7 @@ init_cjs_shims();
|
|
|
3058
3058
|
// ../config/src/schema.ts
|
|
3059
3059
|
init_cjs_shims();
|
|
3060
3060
|
|
|
3061
|
-
// ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/mini/index.js
|
|
3061
|
+
// ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/mini/index.js
|
|
3062
3062
|
init_cjs_shims();
|
|
3063
3063
|
|
|
3064
3064
|
// ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/mini/external.js
|
|
@@ -5969,9 +5969,13 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
5969
5969
|
configInput.variant = fs.existsSync(joinPaths2(_workspaceRoot, "nx.json")) || fs.existsSync(joinPaths2(_workspaceRoot, ".nx")) || fs.existsSync(joinPaths2(_workspaceRoot, "lerna.json")) || fs.existsSync(joinPaths2(_workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
|
|
5970
5970
|
}
|
|
5971
5971
|
try {
|
|
5972
|
-
|
|
5973
|
-
|
|
5972
|
+
const parseResult = await Promise.resolve(
|
|
5973
|
+
workspaceConfigSchema._zod.parse(
|
|
5974
|
+
{ value: configInput, issues: [] },
|
|
5975
|
+
{ async: true }
|
|
5976
|
+
)
|
|
5974
5977
|
);
|
|
5978
|
+
result = applyDefaultConfig(parseResult.value);
|
|
5975
5979
|
result.workspaceRoot ??= _workspaceRoot;
|
|
5976
5980
|
} catch (error) {
|
|
5977
5981
|
throw new Error(
|
package/dist/preset.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { isInEditorEnv, interopDefault, ensurePackages, renameRules, parserPlain, isPackageInScope } from './chunk-
|
|
2
|
-
import { getTsConfigPath } from './chunk-
|
|
3
|
-
import { banner_plugin_default } from './chunk-
|
|
4
|
-
import { getFileBanner } from './chunk-
|
|
5
|
-
import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX, GLOB_JSX, GLOB_MARKDOWN, GLOB_ASTRO_TS, GLOB_SRC, GLOB_TESTS, GLOB_ASTRO, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_YAML, GLOB_TOML, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_CSS, GLOB_POSTCSS, GLOB_SCSS, GLOB_LESS, GLOB_HTML, GLOB_XML, GLOB_SVG, GLOB_GRAPHQL, GLOB_SRC_EXT } from './chunk-
|
|
6
|
-
import { findWorkspaceRoot } from './chunk-
|
|
7
|
-
import { joinPaths } from './chunk-
|
|
8
|
-
import { __commonJS, init_esm_shims, __toESM } from './chunk-
|
|
1
|
+
import { isInEditorEnv, interopDefault, ensurePackages, renameRules, parserPlain, isPackageInScope } from './chunk-UWZHIWTO.js';
|
|
2
|
+
import { getTsConfigPath } from './chunk-B4IV6MA4.js';
|
|
3
|
+
import { banner_plugin_default } from './chunk-BIBXOWCO.js';
|
|
4
|
+
import { getFileBanner } from './chunk-LG4I5UT7.js';
|
|
5
|
+
import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX, GLOB_JSX, GLOB_MARKDOWN, GLOB_ASTRO_TS, GLOB_SRC, GLOB_TESTS, GLOB_ASTRO, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_YAML, GLOB_TOML, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_CSS, GLOB_POSTCSS, GLOB_SCSS, GLOB_LESS, GLOB_HTML, GLOB_XML, GLOB_SVG, GLOB_GRAPHQL, GLOB_SRC_EXT } from './chunk-W6C3GSFD.js';
|
|
6
|
+
import { findWorkspaceRoot } from './chunk-PY46FEI6.js';
|
|
7
|
+
import { joinPaths } from './chunk-G7LKA6RP.js';
|
|
8
|
+
import { __commonJS, init_esm_shims, __toESM } from './chunk-FGVI7HVZ.js';
|
|
9
9
|
import * as __import__microsoft_tsdocConfig from '@microsoft/tsdoc-config';
|
|
10
10
|
import * as __import_path from 'path';
|
|
11
11
|
import * as __import_fs from 'fs';
|
|
@@ -2482,7 +2482,7 @@ init_esm_shims();
|
|
|
2482
2482
|
// ../config/src/schema.ts
|
|
2483
2483
|
init_esm_shims();
|
|
2484
2484
|
|
|
2485
|
-
// ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/mini/index.js
|
|
2485
|
+
// ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/mini/index.js
|
|
2486
2486
|
init_esm_shims();
|
|
2487
2487
|
|
|
2488
2488
|
// ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/mini/external.js
|
|
@@ -5393,9 +5393,13 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
5393
5393
|
configInput.variant = existsSync(joinPaths2(_workspaceRoot, "nx.json")) || existsSync(joinPaths2(_workspaceRoot, ".nx")) || existsSync(joinPaths2(_workspaceRoot, "lerna.json")) || existsSync(joinPaths2(_workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
|
|
5394
5394
|
}
|
|
5395
5395
|
try {
|
|
5396
|
-
|
|
5397
|
-
|
|
5396
|
+
const parseResult = await Promise.resolve(
|
|
5397
|
+
workspaceConfigSchema._zod.parse(
|
|
5398
|
+
{ value: configInput, issues: [] },
|
|
5399
|
+
{ async: true }
|
|
5400
|
+
)
|
|
5398
5401
|
);
|
|
5402
|
+
result = applyDefaultConfig(parseResult.value);
|
|
5399
5403
|
result.workspaceRoot ??= _workspaceRoot;
|
|
5400
5404
|
} catch (error) {
|
|
5401
5405
|
throw new Error(
|
package/dist/types.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { banner_plugin_default as default } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
1
|
+
export { banner_plugin_default as default } from '../chunk-BIBXOWCO.js';
|
|
2
|
+
import '../chunk-LG4I5UT7.js';
|
|
3
|
+
import '../chunk-W6C3GSFD.js';
|
|
4
|
+
import '../chunk-FGVI7HVZ.js';
|
package/dist/utils/combine.js
CHANGED
package/dist/utils/constants.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from '../chunk-W6C3GSFD.js';
|
|
2
|
+
import '../chunk-FGVI7HVZ.js';
|
|
@@ -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-G7LKA6RP.js';
|
|
2
|
+
import '../chunk-FGVI7HVZ.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-PY46FEI6.js';
|
|
2
|
+
import '../chunk-G7LKA6RP.js';
|
|
3
|
+
import '../chunk-FGVI7HVZ.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { formatConfig } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { formatConfig } from '../chunk-7XPD4PTE.js';
|
|
2
|
+
import '../chunk-FGVI7HVZ.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { getFileBanner } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { getFileBanner } from '../chunk-LG4I5UT7.js';
|
|
2
|
+
import '../chunk-W6C3GSFD.js';
|
|
3
|
+
import '../chunk-FGVI7HVZ.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__50be436497555a601f1d61f3d1aec366/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-UWZHIWTO.js';
|
|
2
|
+
import '../chunk-FGVI7HVZ.js';
|
package/dist/utils/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from '../chunk-
|
|
2
|
-
export { formatConfig } from '../chunk-
|
|
3
|
-
import { init_esm_shims } from '../chunk-
|
|
1
|
+
export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from '../chunk-W6C3GSFD.js';
|
|
2
|
+
export { formatConfig } from '../chunk-7XPD4PTE.js';
|
|
3
|
+
import { init_esm_shims } from '../chunk-FGVI7HVZ.js';
|
|
4
4
|
|
|
5
5
|
// src/utils/index.ts
|
|
6
6
|
init_esm_shims();
|
|
@@ -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-B4IV6MA4.js';
|
|
2
|
+
import '../chunk-PY46FEI6.js';
|
|
3
|
+
import '../chunk-G7LKA6RP.js';
|
|
4
|
+
import '../chunk-FGVI7HVZ.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.6",
|
|
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,13 +141,13 @@
|
|
|
141
141
|
"@eslint/eslintrc": "^3.3.5",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.6.0",
|
|
144
|
-
"@storm-software/config": "^1.137.
|
|
145
|
-
"@storm-software/config-tools": "^1.189.
|
|
144
|
+
"@storm-software/config": "^1.137.18",
|
|
145
|
+
"@storm-software/config-tools": "^1.189.64",
|
|
146
146
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
147
147
|
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
148
148
|
"@typescript-eslint/parser": "^8.58.0",
|
|
149
149
|
"@typescript-eslint/utils": "^8.58.0",
|
|
150
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
150
|
+
"@vitest/eslint-plugin": "^1.6.14",
|
|
151
151
|
"chalk": "^4.1.2",
|
|
152
152
|
"defu": "6.1.4",
|
|
153
153
|
"eslint-config-flat-gitignore": "^2.3.0",
|
|
@@ -239,5 +239,5 @@
|
|
|
239
239
|
"prettier-plugin-astro": "^0.14.0"
|
|
240
240
|
},
|
|
241
241
|
"publishConfig": { "access": "public" },
|
|
242
|
-
"gitHead": "
|
|
242
|
+
"gitHead": "5e8536ca8d6f26e6b448632e0f50e6271dce0269"
|
|
243
243
|
}
|