@storm-software/eslint 0.170.41 → 0.170.43
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/dist/{chunk-RDILXDR6.js → chunk-4ZPL5FXI.js} +1 -1
- package/dist/{chunk-NBIDD7NF.js → chunk-BSVVS7SV.js} +2 -2
- package/dist/{chunk-4L5P7O5T.js → chunk-H2OHWXFL.js} +1 -1
- package/dist/{chunk-6VQNC5V6.js → chunk-KHDYCD5L.js} +1 -1
- package/dist/{chunk-3A3KMMJF.js → chunk-QFPDPXXG.js} +3 -3
- package/dist/{chunk-CU3WCSJV.js → chunk-RPALAP3R.js} +3 -3
- package/dist/{chunk-WEP2IM22.js → chunk-TAMWML64.js} +2 -2
- package/dist/{chunk-B2F2NJ3W.js → chunk-U2F5I3UX.js} +1 -1
- package/dist/{chunk-KPUW5PGE.js → chunk-VIFGWE6I.js} +1 -1
- package/dist/preset.cjs +10 -8
- package/dist/preset.js +16 -14
- 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 +10 -10
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { correctPaths } from './chunk-
|
|
2
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { correctPaths } from './chunk-VIFGWE6I.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-H2OHWXFL.js';
|
|
3
3
|
import { existsSync } from 'node:fs';
|
|
4
4
|
import { join } from 'node:path';
|
|
5
5
|
|
|
@@ -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__b287391bfb89dd26f0e4843187079e1f/node_modules/tsup/assets/esm_shims.js"() {
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
|
|
@@ -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-TAMWML64.js';
|
|
2
|
+
import { GLOB_SRC } from './chunk-KHDYCD5L.js';
|
|
3
|
+
import { init_esm_shims } from './chunk-H2OHWXFL.js';
|
|
4
4
|
import { ESLintUtils } from '@typescript-eslint/utils';
|
|
5
5
|
import os from 'node:os';
|
|
6
6
|
|
|
@@ -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-BSVVS7SV.js';
|
|
2
|
+
import { relative, joinPaths } from './chunk-VIFGWE6I.js';
|
|
3
|
+
import { init_esm_shims } from './chunk-H2OHWXFL.js';
|
|
4
4
|
import { existsSync, statSync } from 'node:fs';
|
|
5
5
|
|
|
6
6
|
// src/utils/tsconfig-path.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ACRONYMS_LIST } from './chunk-
|
|
2
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { ACRONYMS_LIST } from './chunk-KHDYCD5L.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-H2OHWXFL.js';
|
|
3
3
|
|
|
4
4
|
// src/utils/get-file-banner.ts
|
|
5
5
|
init_esm_shims();
|
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__b287391bfb89dd26f0e4843187079e1f/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__b287391bfb89dd26f0e4843187079e1f/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
|
}
|
|
@@ -2790,7 +2790,9 @@ var formatLogMessage = (message, options = {}, depth3 = 0) => {
|
|
|
2790
2790
|
const skip = options.skip ?? [];
|
|
2791
2791
|
const sort = options.sort ?? true;
|
|
2792
2792
|
return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
|
|
2793
|
-
${message.
|
|
2793
|
+
${message.sort(
|
|
2794
|
+
sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0
|
|
2795
|
+
).map(
|
|
2794
2796
|
(item, index) => ` ${prefix}> #${index} = ${formatLogMessage(
|
|
2795
2797
|
item,
|
|
2796
2798
|
{ prefix: `${prefix}--`, skip, sort },
|
|
@@ -2798,12 +2800,12 @@ ${message.map(
|
|
|
2798
2800
|
)}`
|
|
2799
2801
|
).join("\n")}` : typeof message === "object" ? `
|
|
2800
2802
|
${Object.keys(message).filter(
|
|
2801
|
-
(key) => !skip.map((k) => k.toLowerCase()).includes(
|
|
2802
|
-
).sort(
|
|
2803
|
+
(key) => typeof key !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key.toLowerCase().trim())
|
|
2804
|
+
).sort(
|
|
2805
|
+
sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0
|
|
2806
|
+
).map(
|
|
2803
2807
|
(key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
|
|
2804
|
-
(key2) => !skip.map((k) => k.toLowerCase()).includes(
|
|
2805
|
-
typeof key2 === "string" ? key2.toLowerCase() : key2
|
|
2806
|
-
)
|
|
2808
|
+
(key2) => typeof key2 !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key2.toLowerCase().trim())
|
|
2807
2809
|
).length === 0 ? "{}" : formatLogMessage(
|
|
2808
2810
|
message[key],
|
|
2809
2811
|
{ prefix: `${prefix}--`, skip, sort },
|
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-4ZPL5FXI.js';
|
|
2
|
+
import { getTsConfigPath } from './chunk-RPALAP3R.js';
|
|
3
|
+
import { banner_plugin_default } from './chunk-QFPDPXXG.js';
|
|
4
|
+
import { getFileBanner } from './chunk-TAMWML64.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-KHDYCD5L.js';
|
|
6
|
+
import { findWorkspaceRoot } from './chunk-BSVVS7SV.js';
|
|
7
|
+
import { joinPaths } from './chunk-VIFGWE6I.js';
|
|
8
|
+
import { __commonJS, init_esm_shims, __toESM } from './chunk-H2OHWXFL.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';
|
|
@@ -2214,7 +2214,9 @@ var formatLogMessage = (message, options = {}, depth2 = 0) => {
|
|
|
2214
2214
|
const skip = options.skip ?? [];
|
|
2215
2215
|
const sort = options.sort ?? true;
|
|
2216
2216
|
return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
|
|
2217
|
-
${message.
|
|
2217
|
+
${message.sort(
|
|
2218
|
+
sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0
|
|
2219
|
+
).map(
|
|
2218
2220
|
(item, index) => ` ${prefix}> #${index} = ${formatLogMessage(
|
|
2219
2221
|
item,
|
|
2220
2222
|
{ prefix: `${prefix}--`, skip, sort },
|
|
@@ -2222,12 +2224,12 @@ ${message.map(
|
|
|
2222
2224
|
)}`
|
|
2223
2225
|
).join("\n")}` : typeof message === "object" ? `
|
|
2224
2226
|
${Object.keys(message).filter(
|
|
2225
|
-
(key) => !skip.map((k) => k.toLowerCase()).includes(
|
|
2226
|
-
).sort(
|
|
2227
|
+
(key) => typeof key !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key.toLowerCase().trim())
|
|
2228
|
+
).sort(
|
|
2229
|
+
sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0
|
|
2230
|
+
).map(
|
|
2227
2231
|
(key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
|
|
2228
|
-
(key2) => !skip.map((k) => k.toLowerCase()).includes(
|
|
2229
|
-
typeof key2 === "string" ? key2.toLowerCase() : key2
|
|
2230
|
-
)
|
|
2232
|
+
(key2) => typeof key2 !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key2.toLowerCase().trim())
|
|
2231
2233
|
).length === 0 ? "{}" : formatLogMessage(
|
|
2232
2234
|
message[key],
|
|
2233
2235
|
{ prefix: `${prefix}--`, skip, sort },
|
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-QFPDPXXG.js';
|
|
2
|
+
import '../chunk-TAMWML64.js';
|
|
3
|
+
import '../chunk-KHDYCD5L.js';
|
|
4
|
+
import '../chunk-H2OHWXFL.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-KHDYCD5L.js';
|
|
2
|
+
import '../chunk-H2OHWXFL.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-VIFGWE6I.js';
|
|
2
|
+
import '../chunk-H2OHWXFL.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-BSVVS7SV.js';
|
|
2
|
+
import '../chunk-VIFGWE6I.js';
|
|
3
|
+
import '../chunk-H2OHWXFL.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { formatConfig } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { formatConfig } from '../chunk-U2F5I3UX.js';
|
|
2
|
+
import '../chunk-H2OHWXFL.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { getFileBanner } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { getFileBanner } from '../chunk-TAMWML64.js';
|
|
2
|
+
import '../chunk-KHDYCD5L.js';
|
|
3
|
+
import '../chunk-H2OHWXFL.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__b287391bfb89dd26f0e4843187079e1f/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-4ZPL5FXI.js';
|
|
2
|
+
import '../chunk-H2OHWXFL.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-KHDYCD5L.js';
|
|
2
|
+
export { formatConfig } from '../chunk-U2F5I3UX.js';
|
|
3
|
+
import { init_esm_shims } from '../chunk-H2OHWXFL.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-RPALAP3R.js';
|
|
2
|
+
import '../chunk-BSVVS7SV.js';
|
|
3
|
+
import '../chunk-VIFGWE6I.js';
|
|
4
|
+
import '../chunk-H2OHWXFL.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.43",
|
|
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,12 +141,12 @@
|
|
|
141
141
|
"@eslint/eslintrc": "^3.3.5",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.7.1",
|
|
144
|
-
"@storm-software/config": "1.137.
|
|
145
|
-
"@storm-software/config-tools": "1.190.
|
|
144
|
+
"@storm-software/config": "1.137.54",
|
|
145
|
+
"@storm-software/config-tools": "1.190.22",
|
|
146
146
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
147
|
-
"@typescript-eslint/eslint-plugin": "^8.59.
|
|
148
|
-
"@typescript-eslint/parser": "^8.59.
|
|
149
|
-
"@typescript-eslint/utils": "^8.59.
|
|
147
|
+
"@typescript-eslint/eslint-plugin": "^8.59.4",
|
|
148
|
+
"@typescript-eslint/parser": "^8.59.4",
|
|
149
|
+
"@typescript-eslint/utils": "^8.59.4",
|
|
150
150
|
"@vitest/eslint-plugin": "^1.6.17",
|
|
151
151
|
"chalk": "^4.1.2",
|
|
152
152
|
"defu": "6.1.4",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"eslint-plugin-yml": "^1.19.1",
|
|
178
178
|
"globals": "^16.5.0",
|
|
179
179
|
"jsonc-eslint-parser": "^2.4.2",
|
|
180
|
-
"local-pkg": "^1.
|
|
180
|
+
"local-pkg": "^1.2.0",
|
|
181
181
|
"parse-gitignore": "^2.0.0",
|
|
182
182
|
"toml-eslint-parser": "^0.10.1",
|
|
183
183
|
"yaml-eslint-parser": "^1.3.2",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
196
196
|
"@types/eslint": "^9.6.1",
|
|
197
197
|
"@types/eslint__js": "^8.42.3",
|
|
198
|
-
"@types/node": "^25.
|
|
198
|
+
"@types/node": "^25.9.1",
|
|
199
199
|
"@unocss/eslint-plugin": "^65.5.0",
|
|
200
200
|
"astro-eslint-parser": "^1.4.0",
|
|
201
201
|
"esbuild": "^0.25.12",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"graphql": "^16.14.0",
|
|
214
214
|
"prettier-plugin-astro": "^0.14.1",
|
|
215
215
|
"tsup": "8.4.0",
|
|
216
|
-
"tsx": "^4.22.
|
|
216
|
+
"tsx": "^4.22.3",
|
|
217
217
|
"typescript": "^5.9.3"
|
|
218
218
|
},
|
|
219
219
|
"peerDependencies": {
|
|
@@ -239,5 +239,5 @@
|
|
|
239
239
|
"prettier-plugin-astro": "^0.14.0"
|
|
240
240
|
},
|
|
241
241
|
"publishConfig": { "access": "public" },
|
|
242
|
-
"gitHead": "
|
|
242
|
+
"gitHead": "c746662eaee78e61935b7e38f88d17c714e5ac57"
|
|
243
243
|
}
|