@storm-software/eslint 0.170.60 → 0.170.62
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-JUHTJ4WX.js → chunk-2FWJ22PW.js} +3 -3
- package/dist/{chunk-G37BA3EE.js → chunk-EIPIQB5E.js} +2 -2
- package/dist/{chunk-3XO3WJAY.js → chunk-LRVZTK6Y.js} +1 -1
- package/dist/{chunk-FGU77KKB.js → chunk-QO5ZXGIE.js} +1 -1
- package/dist/{chunk-7LGNKPH5.js → chunk-UVAZFUOB.js} +2 -2
- package/dist/{chunk-OVIEZGNV.js → chunk-WEPTDP5X.js} +3 -3
- package/dist/{chunk-OVSN5R6A.js → chunk-WHUEAYCR.js} +1 -1
- package/dist/{chunk-IN3IKOFL.js → chunk-Z2ZFJBUD.js} +1 -1
- package/dist/{chunk-AMFSDCJL.js → chunk-ZZRQVLBJ.js} +1 -1
- package/dist/preset.cjs +110 -110
- package/dist/preset.js +116 -116
- package/dist/types.d.cts +3 -0
- package/dist/types.d.ts +3 -0
- 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 +16 -14
package/dist/types.d.cts
CHANGED
|
@@ -4922,6 +4922,9 @@ Backward pagination arguments
|
|
|
4922
4922
|
* Validates that the second argument is passed to relay hooks.
|
|
4923
4923
|
*/
|
|
4924
4924
|
'relay/hook-required-argument'?: Linter.RuleEntry<[]>
|
|
4925
|
+
'relay/must-colocate-fragment-spreads'?: Linter.RuleEntry<[]>
|
|
4926
|
+
'relay/no-future-added-value'?: Linter.RuleEntry<[]>
|
|
4927
|
+
'relay/unused-fields'?: Linter.RuleEntry<[]>
|
|
4925
4928
|
/**
|
|
4926
4929
|
* Disallow assignments that can lead to race conditions due to usage of `await` or `yield`
|
|
4927
4930
|
* @see https://eslint.org/docs/latest/rules/require-atomic-updates
|
package/dist/types.d.ts
CHANGED
|
@@ -4922,6 +4922,9 @@ Backward pagination arguments
|
|
|
4922
4922
|
* Validates that the second argument is passed to relay hooks.
|
|
4923
4923
|
*/
|
|
4924
4924
|
'relay/hook-required-argument'?: Linter.RuleEntry<[]>
|
|
4925
|
+
'relay/must-colocate-fragment-spreads'?: Linter.RuleEntry<[]>
|
|
4926
|
+
'relay/no-future-added-value'?: Linter.RuleEntry<[]>
|
|
4927
|
+
'relay/unused-fields'?: Linter.RuleEntry<[]>
|
|
4925
4928
|
/**
|
|
4926
4929
|
* Disallow assignments that can lead to race conditions due to usage of `await` or `yield`
|
|
4927
4930
|
* @see https://eslint.org/docs/latest/rules/require-atomic-updates
|
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-2FWJ22PW.js';
|
|
2
|
+
import '../chunk-UVAZFUOB.js';
|
|
3
|
+
import '../chunk-WHUEAYCR.js';
|
|
4
|
+
import '../chunk-QO5ZXGIE.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_EXT, GLOB_ASTRO_FILE, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_CSS_EXT, GLOB_CSS_FILE, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_GRAPHQL_EXT, GLOB_GRAPHQL_FILE, GLOB_HTML, GLOB_HTML_EXT, GLOB_HTML_FILE, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSON5_EXT, GLOB_JSON5_FILE, GLOB_JSONC, GLOB_JSONC_EXT, GLOB_JSONC_FILE, GLOB_JSON_EXT, GLOB_JSON_FILE, GLOB_JSX, GLOB_JSX_EXT, GLOB_JSX_FILE, GLOB_JS_EXT, GLOB_JS_FILE, GLOB_LESS, GLOB_LESS_EXT, GLOB_LESS_FILE, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_EXT, GLOB_MARKDOWN_FILE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_MDX_EXT, GLOB_MDX_FILE, GLOB_POSTCSS, GLOB_POSTCSS_EXT, GLOB_POSTCSS_FILE, GLOB_SCSS, GLOB_SCSS_EXT, GLOB_SCSS_FILE, GLOB_SRC, GLOB_SRC_EXT, GLOB_SRC_FILE, GLOB_STYLE, GLOB_STYLE_EXT, GLOB_STYLE_FILE, GLOB_SVELTE, GLOB_SVELTE_EXT, GLOB_SVELTE_FILE, GLOB_SVG, GLOB_SVG_EXT, GLOB_SVG_FILE, GLOB_TESTS, GLOB_TOML, GLOB_TOML_EXT, GLOB_TOML_FILE, GLOB_TS, GLOB_TSX, GLOB_TSX_EXT, GLOB_TSX_FILE, GLOB_TS_EXT, GLOB_TS_FILE, GLOB_VUE, GLOB_VUE_EXT, GLOB_VUE_FILE, GLOB_XML, GLOB_XML_EXT, GLOB_XML_FILE, GLOB_YAML, GLOB_YAML_EXT, GLOB_YAML_FILE } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_EXT, GLOB_ASTRO_FILE, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_CSS_EXT, GLOB_CSS_FILE, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_GRAPHQL_EXT, GLOB_GRAPHQL_FILE, GLOB_HTML, GLOB_HTML_EXT, GLOB_HTML_FILE, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSON5_EXT, GLOB_JSON5_FILE, GLOB_JSONC, GLOB_JSONC_EXT, GLOB_JSONC_FILE, GLOB_JSON_EXT, GLOB_JSON_FILE, GLOB_JSX, GLOB_JSX_EXT, GLOB_JSX_FILE, GLOB_JS_EXT, GLOB_JS_FILE, GLOB_LESS, GLOB_LESS_EXT, GLOB_LESS_FILE, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_EXT, GLOB_MARKDOWN_FILE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_MDX_EXT, GLOB_MDX_FILE, GLOB_POSTCSS, GLOB_POSTCSS_EXT, GLOB_POSTCSS_FILE, GLOB_SCSS, GLOB_SCSS_EXT, GLOB_SCSS_FILE, GLOB_SRC, GLOB_SRC_EXT, GLOB_SRC_FILE, GLOB_STYLE, GLOB_STYLE_EXT, GLOB_STYLE_FILE, GLOB_SVELTE, GLOB_SVELTE_EXT, GLOB_SVELTE_FILE, GLOB_SVG, GLOB_SVG_EXT, GLOB_SVG_FILE, GLOB_TESTS, GLOB_TOML, GLOB_TOML_EXT, GLOB_TOML_FILE, GLOB_TS, GLOB_TSX, GLOB_TSX_EXT, GLOB_TSX_FILE, GLOB_TS_EXT, GLOB_TS_FILE, GLOB_VUE, GLOB_VUE_EXT, GLOB_VUE_FILE, GLOB_XML, GLOB_XML_EXT, GLOB_XML_FILE, GLOB_YAML, GLOB_YAML_EXT, GLOB_YAML_FILE } from '../chunk-WHUEAYCR.js';
|
|
2
|
+
import '../chunk-QO5ZXGIE.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-ZZRQVLBJ.js';
|
|
2
|
+
import '../chunk-QO5ZXGIE.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-EIPIQB5E.js';
|
|
2
|
+
import '../chunk-ZZRQVLBJ.js';
|
|
3
|
+
import '../chunk-QO5ZXGIE.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { formatConfig } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { formatConfig } from '../chunk-LRVZTK6Y.js';
|
|
2
|
+
import '../chunk-QO5ZXGIE.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { getFileBanner } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { getFileBanner } from '../chunk-UVAZFUOB.js';
|
|
2
|
+
import '../chunk-WHUEAYCR.js';
|
|
3
|
+
import '../chunk-QO5ZXGIE.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__c6e5a1ff3e71b7415dce15be46368d04/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-Z2ZFJBUD.js';
|
|
2
|
+
import '../chunk-QO5ZXGIE.js';
|
package/dist/utils/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_EXT, GLOB_ASTRO_FILE, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_CSS_EXT, GLOB_CSS_FILE, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_GRAPHQL_EXT, GLOB_GRAPHQL_FILE, GLOB_HTML, GLOB_HTML_EXT, GLOB_HTML_FILE, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSON5_EXT, GLOB_JSON5_FILE, GLOB_JSONC, GLOB_JSONC_EXT, GLOB_JSONC_FILE, GLOB_JSON_EXT, GLOB_JSON_FILE, GLOB_JSX, GLOB_JSX_EXT, GLOB_JSX_FILE, GLOB_JS_EXT, GLOB_JS_FILE, GLOB_LESS, GLOB_LESS_EXT, GLOB_LESS_FILE, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_EXT, GLOB_MARKDOWN_FILE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_MDX_EXT, GLOB_MDX_FILE, GLOB_POSTCSS, GLOB_POSTCSS_EXT, GLOB_POSTCSS_FILE, GLOB_SCSS, GLOB_SCSS_EXT, GLOB_SCSS_FILE, GLOB_SRC, GLOB_SRC_EXT, GLOB_SRC_FILE, GLOB_STYLE, GLOB_STYLE_EXT, GLOB_STYLE_FILE, GLOB_SVELTE, GLOB_SVELTE_EXT, GLOB_SVELTE_FILE, GLOB_SVG, GLOB_SVG_EXT, GLOB_SVG_FILE, GLOB_TESTS, GLOB_TOML, GLOB_TOML_EXT, GLOB_TOML_FILE, GLOB_TS, GLOB_TSX, GLOB_TSX_EXT, GLOB_TSX_FILE, GLOB_TS_EXT, GLOB_TS_FILE, GLOB_VUE, GLOB_VUE_EXT, GLOB_VUE_FILE, GLOB_XML, GLOB_XML_EXT, GLOB_XML_FILE, GLOB_YAML, GLOB_YAML_EXT, GLOB_YAML_FILE } 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_EXT, GLOB_ASTRO_FILE, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_CSS_EXT, GLOB_CSS_FILE, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_GRAPHQL_EXT, GLOB_GRAPHQL_FILE, GLOB_HTML, GLOB_HTML_EXT, GLOB_HTML_FILE, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSON5_EXT, GLOB_JSON5_FILE, GLOB_JSONC, GLOB_JSONC_EXT, GLOB_JSONC_FILE, GLOB_JSON_EXT, GLOB_JSON_FILE, GLOB_JSX, GLOB_JSX_EXT, GLOB_JSX_FILE, GLOB_JS_EXT, GLOB_JS_FILE, GLOB_LESS, GLOB_LESS_EXT, GLOB_LESS_FILE, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_EXT, GLOB_MARKDOWN_FILE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_MDX_EXT, GLOB_MDX_FILE, GLOB_POSTCSS, GLOB_POSTCSS_EXT, GLOB_POSTCSS_FILE, GLOB_SCSS, GLOB_SCSS_EXT, GLOB_SCSS_FILE, GLOB_SRC, GLOB_SRC_EXT, GLOB_SRC_FILE, GLOB_STYLE, GLOB_STYLE_EXT, GLOB_STYLE_FILE, GLOB_SVELTE, GLOB_SVELTE_EXT, GLOB_SVELTE_FILE, GLOB_SVG, GLOB_SVG_EXT, GLOB_SVG_FILE, GLOB_TESTS, GLOB_TOML, GLOB_TOML_EXT, GLOB_TOML_FILE, GLOB_TS, GLOB_TSX, GLOB_TSX_EXT, GLOB_TSX_FILE, GLOB_TS_EXT, GLOB_TS_FILE, GLOB_VUE, GLOB_VUE_EXT, GLOB_VUE_FILE, GLOB_XML, GLOB_XML_EXT, GLOB_XML_FILE, GLOB_YAML, GLOB_YAML_EXT, GLOB_YAML_FILE } from '../chunk-WHUEAYCR.js';
|
|
2
|
+
export { formatConfig } from '../chunk-LRVZTK6Y.js';
|
|
3
|
+
import { init_esm_shims } from '../chunk-QO5ZXGIE.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-WEPTDP5X.js';
|
|
2
|
+
import '../chunk-EIPIQB5E.js';
|
|
3
|
+
import '../chunk-ZZRQVLBJ.js';
|
|
4
|
+
import '../chunk-QO5ZXGIE.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.62",
|
|
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,18 +141,22 @@
|
|
|
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.
|
|
144
|
+
"@storm-software/config": "1.137.73",
|
|
145
|
+
"@storm-software/config-tools": "1.190.41",
|
|
146
|
+
"@storm-software/eslint-plugin-banner": "0.0.2",
|
|
147
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.2",
|
|
148
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.2",
|
|
146
149
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
147
|
-
"@typescript-eslint/eslint-plugin": "^8.60.
|
|
148
|
-
"@typescript-eslint/parser": "^8.60.
|
|
149
|
-
"@typescript-eslint/utils": "^8.60.
|
|
150
|
+
"@typescript-eslint/eslint-plugin": "^8.60.1",
|
|
151
|
+
"@typescript-eslint/parser": "^8.60.1",
|
|
152
|
+
"@typescript-eslint/utils": "^8.60.1",
|
|
150
153
|
"@vitest/eslint-plugin": "^1.6.19",
|
|
151
154
|
"chalk": "^4.1.2",
|
|
152
155
|
"defu": "^6.1.7",
|
|
153
156
|
"eslint-config-flat-gitignore": "^2.3.0",
|
|
154
157
|
"eslint-config-prettier": "^10.1.8",
|
|
155
158
|
"eslint-flat-config-utils": "^2.1.4",
|
|
159
|
+
"eslint-import-context": "^0.2.0",
|
|
156
160
|
"eslint-merge-processors": "^2.0.0",
|
|
157
161
|
"eslint-plugin-jsdoc": "^50.8.0",
|
|
158
162
|
"eslint-plugin-json": "^4.0.1",
|
|
@@ -166,11 +170,9 @@
|
|
|
166
170
|
"eslint-plugin-no-secrets": "^2.3.3",
|
|
167
171
|
"eslint-plugin-paths": "^1.1.0",
|
|
168
172
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
169
|
-
"eslint-plugin-pnpm": "0.3.0",
|
|
170
173
|
"eslint-plugin-prettier": "^5.5.6",
|
|
171
174
|
"eslint-plugin-regexp": "^2.10.0",
|
|
172
175
|
"eslint-plugin-toml": "^0.12.0",
|
|
173
|
-
"eslint-plugin-tsdoc": "0.4.0",
|
|
174
176
|
"eslint-plugin-unicorn": "^57.0.0",
|
|
175
177
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
176
178
|
"eslint-plugin-yml": "^1.19.1",
|
|
@@ -185,15 +187,15 @@
|
|
|
185
187
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
186
188
|
"@eslint-react/eslint-plugin": "^1.53.1",
|
|
187
189
|
"@eslint-types/typescript-eslint": "^7.5.0",
|
|
188
|
-
"@eslint/config-inspector": "^
|
|
190
|
+
"@eslint/config-inspector": "^1.5.0",
|
|
189
191
|
"@graphql-eslint/eslint-plugin": "^4.4.0",
|
|
190
|
-
"@next/eslint-plugin-next": "^15.5.
|
|
192
|
+
"@next/eslint-plugin-next": "^15.5.19",
|
|
191
193
|
"@nx/eslint": "22.7.5",
|
|
192
194
|
"@prettier/plugin-xml": "^3.4.2",
|
|
193
195
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
194
196
|
"@types/eslint": "^9.6.1",
|
|
195
197
|
"@types/eslint__js": "^8.42.3",
|
|
196
|
-
"@types/node": "^25.9.
|
|
198
|
+
"@types/node": "^25.9.2",
|
|
197
199
|
"@unocss/eslint-plugin": "^65.5.0",
|
|
198
200
|
"astro-eslint-parser": "^1.4.0",
|
|
199
201
|
"esbuild": "^0.25.12",
|
|
@@ -208,8 +210,8 @@
|
|
|
208
210
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
209
211
|
"eslint-plugin-relay": "^1.8.3",
|
|
210
212
|
"eslint-plugin-storybook": "^0.11.6",
|
|
211
|
-
"eslint-typegen": "^
|
|
212
|
-
"graphql": "^16.14.
|
|
213
|
+
"eslint-typegen": "^2.3.1",
|
|
214
|
+
"graphql": "^16.14.1",
|
|
213
215
|
"minimatch": "^10.2.5",
|
|
214
216
|
"prettier-plugin-astro": "^0.14.1",
|
|
215
217
|
"tsup": "8.4.0",
|
|
@@ -240,5 +242,5 @@
|
|
|
240
242
|
"prettier-plugin-astro": "^0.14.0"
|
|
241
243
|
},
|
|
242
244
|
"publishConfig": { "access": "public" },
|
|
243
|
-
"gitHead": "
|
|
245
|
+
"gitHead": "8b04bd1c84001d6ac81a2ca2348660b2c8a2f52f"
|
|
244
246
|
}
|