chore(deps): update dependency eslint-plugin-jsdoc to v64 - #5801
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency eslint-plugin-jsdoc to v64#5801renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
[puLL-Merge] - gajus/eslint-plugin-jsdoc@v63.3.2..v64.0.0 Diffdiff --git .github/workflows/feature.yaml .github/workflows/feature.yaml
index 6d843f9a4..4a1f0b275 100644
--- .github/workflows/feature.yaml
+++ .github/workflows/feature.yaml
@@ -42,13 +42,13 @@ jobs:
fail-fast: false
matrix:
node_js_version:
- - '22.14.0'
- - '24'
+ - '22.22.2'
+ - '24.15.0'
- '26'
eslint_version:
- '10'
include:
- - node_js_version: '22.14.0'
+ - node_js_version: '22.22.2'
eslint_version: '9'
build:
runs-on: ubuntu-latest
diff --git .github/workflows/main.yaml .github/workflows/main.yaml
index 5e5e5f531..aeb3af4f0 100644
--- .github/workflows/main.yaml
+++ .github/workflows/main.yaml
@@ -19,7 +19,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v6
with:
- node-version: 24
+ node-version: '24.15.0'
registry-url: 'https://registry.npmjs.org/'
- run: pnpm install
- run: pnpm build
diff --git .ncurc.cjs .ncurc.cjs
index 084573c03..2eb2e992d 100644
--- .ncurc.cjs
+++ .ncurc.cjs
@@ -2,10 +2,6 @@
module.exports = {
reject: [
- // Todo: When our package is converted to ESM only
- 'escape-string-regexp',
- 'are-docs-informative',
-
// Todo: When typescript-eslint supports
'typescript',
],
diff --git CONTRIBUTING.md CONTRIBUTING.md
index 74e61280e..50dd1c248 100644
--- CONTRIBUTING.md
+++ CONTRIBUTING.md
@@ -21,8 +21,7 @@ pnpm link ../eslint-plugin-jsdoc
## Building the project
After running `pnpm install` to get the latest dependencies and devDependencies,
-you can run the following command to update the `dist` files, with `dist/index.cjs`
-being the `main` entry point from `package.json`:
+you can run the following command to update the distribution files:
```shell
pnpm build
diff --git package.json package.json
index b0be801e1..53092a2fd 100644
--- package.json
+++ package.json
@@ -5,12 +5,12 @@
"url": "http://gajus.com"
},
"dependencies": {
- "@es-joy/jsdoccomment": "~0.91.0",
+ "@es-joy/jsdoccomment": "~0.93.1",
"@es-joy/resolve.exports": "1.2.0",
- "are-docs-informative": "^0.0.2",
- "comment-parser": "1.4.7",
+ "are-docs-informative": "^0.1.1",
+ "comment-parser": "1.4.8",
"debug": "^4.4.3",
- "escape-string-regexp": "^4.0.0",
+ "escape-string-regexp": "^5.0.0",
"espree": "^11.2.0",
"esquery": "^1.7.0",
"html-entities": "^2.6.0",
@@ -23,16 +23,14 @@
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.5",
- "@babel/cli": "8.0.4",
"@babel/core": "8.0.1",
"@babel/eslint-parser": "8.0.1",
"@babel/plugin-transform-flow-strip-types": "8.0.1",
"@babel/preset-env": "8.0.2",
"@es-joy/escodegen": "^4.2.0",
- "@es-joy/jsdoc-eslint-parser": "^0.27.0",
+ "@es-joy/jsdoc-eslint-parser": "^0.28.0",
"@eslint/core": "^1.2.1",
"@hkdobrev/run-if-changed": "^0.9.0",
- "@rollup/plugin-node-resolve": "^16.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/github": "^12.0.9",
"@semantic-release/npm": "^13.1.5",
@@ -42,41 +40,39 @@
"@types/estree": "^1.0.9",
"@types/json-schema": "^7.0.15",
"@types/mocha": "^10.0.10",
- "@types/node": "^26.1.1",
- "@types/semver": "^7.7.1",
+ "@types/node": "^26.2.0",
+ "@types/semver": "^7.8.0",
"@types/spdx-expression-parse": "^4.0.0",
- "@typescript-eslint/types": "8.65.0",
+ "@typescript-eslint/types": "8.66.0",
"babel-plugin-add-module-exports": "^1.0.4",
- "babel-plugin-istanbul": "^8.0.0",
"babel-plugin-transform-import-meta": "^3.0.0",
"c8": "^12.0.0",
"camelcase": "^9.0.0",
"chai": "^6.2.2",
"decamelize": "^6.0.1",
- "eslint": "10.8.0",
+ "eslint": "10.8.1",
"eslint-config-canonical": "^47.4.2",
"gitdown": "^4.1.1",
"glob": "^13.0.6",
- "globals": "^17.8.0",
+ "globals": "^17.9.0",
"husky": "^9.1.7",
- "jsdoc-type-pratt-parser": "^8.0.0",
+ "jsdoc-type-pratt-parser": "^9.0.0",
"json-schema": "^0.4.0",
"json-schema-to-typescript": "^15.0.4",
- "lint-staged": "^17.2.0",
- "mocha": "^11.7.6",
+ "lint-staged": "^17.3.0",
+ "mocha": "^11.8.0",
"open-editor": "^6.0.0",
- "playwright": "^1.62.0",
+ "playwright": "^1.62.1",
"replace": "^1.2.2",
"rimraf": "^6.1.3",
- "rollup": "^4.62.3",
- "semantic-release": "^25.0.8",
+ "semantic-release": "^25.0.9",
"sinon": "^22.1.0",
"ts-api-utils": "^2.5.0",
"typescript": "5.9.3",
- "typescript-eslint": "8.65.0"
+ "typescript-eslint": "8.66.0"
},
"engines": {
- "node": "^22.13.0 || >=24"
+ "node": "^22.22.2 || >=24.15.0"
},
"keywords": [
"eslint",
@@ -88,38 +84,19 @@
"*.js": "eslint --fix"
},
"type": "module",
- "main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
- "import": {
- "types": "./dist/index.d.ts",
- "default": "./src/index.js"
- },
- "require": {
- "types": "./dist/cjs/index.cjs.d.cts",
- "default": "./dist/index-cjs.cjs"
- }
+ "types": "./dist/index.d.ts",
+ "default": "./src/index.js"
},
"./getJsdocProcessorPlugin.js": {
- "import": {
- "types": "./dist/getJsdocProcessorPlugin.d.ts",
- "default": "./src/getJsdocProcessorPlugin.js"
- },
- "require": {
- "types": "./dist/cjs/getJsdocProcessorPlugin.d.cts",
- "default": "./dist/getJsdocProcessorPlugin.cjs"
- }
+ "types": "./dist/getJsdocProcessorPlugin.d.ts",
+ "default": "./src/getJsdocProcessorPlugin.js"
},
"./iterateJsdoc.js": {
- "import": {
- "types": "./dist/iterateJsdoc.d.ts",
- "default": "./src/iterateJsdoc.js"
- },
- "require": {
- "types": "./dist/cjs/iterateJsdoc.d.cts",
- "default": "./dist/iterateJsdoc.cjs"
- }
+ "types": "./dist/iterateJsdoc.d.ts",
+ "default": "./src/iterateJsdoc.js"
}
},
"name": "eslint-plugin-jsdoc",
@@ -162,10 +139,8 @@
"ruleTypes": "node ./src/bin/generateRuleTypes.js",
"tsc": "tsc",
"tsc-build": "tsc -p tsconfig-prod.json",
- "tsc-cjs": "tsc -p tsconfig-cjs.json",
- "rollup": "rollup -c",
- "build": "node ./src/bin/buildEntryFileForTS.js && rimraf ./dist && mkdir dist && pnpm rollup && NODE_ENV=production babel ./src --out-file-extension .cjs --out-dir ./dist --copy-files --source-maps --ignore ./src/bin/*.js --no-copy-ignored && replace 'to-valid-identifier' '../to-valid-identifier.cjs' 'dist' -r --include=\"*.cjs\" && replace 'require\\(\"\\.(.*?)\\.[^.]*?\"\\)' 'require(\".$1.cjs\")' 'dist' -r --include=\"*.cjs\" && pnpm tsc-build && pnpm tsc-cjs",
- "attw": "attw --pack .",
+ "build": "rimraf ./dist && mkdir dist && pnpm tsc-build && cp src/rules.d.ts dist/rules.d.ts",
+ "attw": "attw --profile esm-only --pack .",
"check-docs": "node ./src/bin/generateDocs.js --check",
"create-docs": "pnpm run create-options && node ./src/bin/generateDocs.js && pnpm ruleTypes",
"create-rule": "node ./src/bin/generateRule.js",
@@ -175,7 +150,7 @@
"lint": "eslint",
"lint-fix": "eslint --fix",
"prepare": "husky",
- "test-no-cov": "BABEL_ENV=test mocha",
+ "test-no-cov": "mocha",
"test": "c8 pnpm run test-no-cov",
"test-cov": "TIMING=1 c8 --reporter text pnpm run test-no-cov",
"test-index": "pnpm run test-no-cov test/rules/index.js"
diff --git pnpm-lock.yaml pnpm-lock.yaml
index 5b10eecf6..aec96bbc8 100644
--- pnpm-lock.yaml
+++ pnpm-lock.yaml
@@ -12,23 +12,23 @@ importers:
.:
dependencies:
'@es-joy/jsdoccomment':
- specifier: ~0.91.0
- version: 0.91.0
+ specifier: ~0.93.1
+ version: 0.93.1
'@es-joy/resolve.exports':
specifier: 1.2.0
version: 1.2.0
are-docs-informative:
- specifier: ^0.0.2
- version: 0.0.2
+ specifier: ^0.1.1
+ version: 0.1.1
comment-parser:
- specifier: 1.4.7
- version: 1.4.7
+ specifier: 1.4.8
+ version: 1.4.8
debug:
specifier: ^4.4.3
version: 4.4.3(supports-color@8.1.1)
escape-string-regexp:
- specifier: ^4.0.0
- version: 4.0.0
+ specifier: ^5.0.0
+ version: 5.0.0
espree:
specifier: ^11.2.0
version: 11.2.0
@@ -57,15 +57,12 @@ importers:
'@arethetypeswrong/cli':
specifier: ^0.18.5
version: 0.18.5
- '@babel/cli':
- specifier: 8.0.4
- version: 8.0.4(@babel/core@8.0.1)
'@babel/core':
specifier: 8.0.1
version: 8.0.1
'@babel/eslint-parser':
specifier: 8.0.1
- version: 8.0.1(@babel/core@8.0.1)(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ version: 8.0.1(@babel/core@8.0.1)(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
'@babel/plugin-transform-flow-strip-types':
specifier: 8.0.1
version: 8.0.1(@babel/core@8.0.1)
@@ -76,26 +73,23 @@ importers:
specifier: ^4.2.0
version: 4.2.0
'@es-joy/jsdoc-eslint-parser':
- specifier: ^0.27.0
- version: 0.27.0(jiti@2.7.0)(supports-color@8.1.1)
+ specifier: ^0.28.0
+ version: 0.28.0(jiti@2.7.0)(supports-color@8.1.1)(typescript@5.9.3)
'@eslint/core':
specifier: ^1.2.1
version: 1.2.1
'@hkdobrev/run-if-changed':
specifier: ^0.9.0
version: 0.9.0(typescript@5.9.3)
- '@rollup/plugin-node-resolve':
- specifier: ^16.0.3
- version: 16.0.3(rollup@4.62.3)
'@semantic-release/commit-analyzer':
specifier: ^13.0.1
- version: 13.0.1(semantic-release@25.0.8(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)
+ version: 13.0.1(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)
'@semantic-release/github':
specifier: ^12.0.9
- version: 12.0.9(semantic-release@25.0.8(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)
+ version: 12.0.9(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)
'@semantic-release/npm':
specifier: ^13.1.5
- version: 13.1.5(semantic-release@25.0.8(supports-color@8.1.1)(typescript@5.9.3))
+ version: 13.1.5(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))
'@types/chai':
specifier: ^5.2.3
version: 5.2.3
@@ -115,23 +109,20 @@ importers:
specifier: ^10.0.10
version: 10.0.10
'@types/node':
- specifier: ^26.1.1
- version: 26.1.1
+ specifier: ^26.2.0
+ version: 26.2.0
'@types/semver':
- specifier: ^7.7.1
- version: 7.7.1
+ specifier: ^7.8.0
+ version: 7.8.0
'@types/spdx-expression-parse':
specifier: ^4.0.0
version: 4.0.0
'@typescript-eslint/types':
- specifier: 8.65.0
- version: 8.65.0
+ specifier: 8.66.0
+ version: 8.66.0
babel-plugin-add-module-exports:
specifier: ^1.0.4
version: 1.0.4
- babel-plugin-istanbul:
- specifier: ^8.0.0
- version: 8.0.0(supports-color@8.1.1)
babel-plugin-transform-import-meta:
specifier: ^3.0.0
version: 3.0.0(@babel/core@8.0.1)
@@ -148,11 +139,11 @@ importers:
specifier: ^6.0.1
version: 6.0.1
eslint:
- specifier: 10.8.0
- version: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ specifier: 10.8.1
+ version: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
eslint-config-canonical:
specifier: ^47.4.2
- version: 47.4.2(@types/node@26.1.1)(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)(zod@4.4.3)
+ version: 47.4.2(@types/node@26.2.0)(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)(zod@4.4.3)
gitdown:
specifier: ^4.1.1
version: 4.1.1
@@ -160,14 +151,14 @@ importers:
specifier: ^13.0.6
version: 13.0.6
globals:
- specifier: ^17.8.0
- version: 17.8.0
+ specifier: ^17.9.0
+ version: 17.9.0
husky:
specifier: ^9.1.7
version: 9.1.7
jsdoc-type-pratt-parser:
- specifier: ^8.0.0
- version: 8.0.0
+ specifier: ^9.0.0
+ version: 9.0.0
json-schema:
specifier: ^0.4.0
version: 0.4.0
@@ -175,29 +166,26 @@ importers:
specifier: ^15.0.4
version: 15.0.4
lint-staged:
- specifier: ^17.2.0
- version: 17.2.0
+ specifier: ^17.3.0
+ version: 17.3.0
mocha:
- specifier: ^11.7.6
- version: 11.7.6
+ specifier: ^11.8.0
+ version: 11.8.0
open-editor:
specifier: ^6.0.0
version: 6.0.0
playwright:
- specifier: ^1.62.0
- version: 1.62.0
+ specifier: ^1.62.1
+ version: 1.62.1
replace:
specifier: ^1.2.2
version: 1.2.2
rimraf:
specifier: ^6.1.3
version: 6.1.3
- rollup:
- specifier: ^4.62.3
- version: 4.62.3
semantic-release:
- specifier: ^25.0.8
- version: 25.0.8(supports-color@8.1.1)(typescript@5.9.3)
+ specifier: ^25.0.9
+ version: 25.0.9(supports-color@8.1.1)(typescript@5.9.3)
sinon:
specifier: ^22.1.0
version: 22.1.0
@@ -208,8 +196,8 @@ importers:
specifier: 5.9.3
version: 5.9.3
typescript-eslint:
- specifier: 8.65.0
- version: 8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ specifier: 8.66.0
+ version: 8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
packages:
@@ -241,13 +229,6 @@ packages:
resolution: {integrity: sha512-9ytjzGwxjm9Uz7I9avfbt5vlQt6uk9uRRESzJjqrznl6WKvI6dwYTo+vJ3U02Wrq/mR3iql/PzhvHhKdJIAjDQ==}
engines: {node: '>=20'}
- '@babel/cli@8.0.4':
- resolution: {integrity: sha512-mgg9G7dJw7xzx/0Sn8eWQkDpEcQrlDdEV4Y4Ii+8Oay88+lK45vNuSavRUj4g+e5Yfw4tkH4U3ObBFOMJhy4oQ==}
- engines: {node: ^22.18.0 || >=24.11.0}
- hasBin: true
- peerDependencies:
- '@babel/core': ^8.0.0
-
'@babel/code-frame@7.29.0':
resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
engines: {node: '>=6.9.0'}
@@ -272,13 +253,6 @@ packages:
resolution: {integrity: sha512-5FgxM4dLQpMJHSiVATk8foW263dVHQHBVpXYiimNECVWG01f4nFyEbQixeT6Mwvg7TayREJ2gpKl3o2RoMdnqw==}
engines: {node: ^22.18.0 || >=24.11.0}
- '@babel/eslint-parser@7.28.6':
- resolution: {integrity: sha512-QGmsKi2PBO/MHSQk+AAgA9R6OHQr+VqnniFE0eMWZcVcfBZoA2dKn2hUsl3Csg/Plt9opRUWdY7//VXsrIlEiA==}
- engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
- peerDependencies:
- '@babel/core': ^7.11.0
- eslint: ^7.5.0 || ^8.0.0 || ^9.0.0
-
'@babel/eslint-parser@8.0.1':
resolution: {integrity: sha512-2javO8pAQv/ld6sS6OcxoLAlzZEZy+xm99bnoAfMhzKSumKhdF5wylpbZB7XTorWr3KLPtx5K95eduJPOy1mzA==}
engines: {node: ^22.18.0 || >=24.11.0}
@@ -868,8 +842,8 @@ packages:
resolution: {integrity: sha512-h2d737iS0LFAqypZOmXizu54qAbHofI/RpD30Zom03O6BCXKHuFevWKPcGarZbGq82h7qSBb5G6kLdhTMO+caw==}
engines: {node: '>=4.0'}
- '@es-joy/jsdoc-eslint-parser@0.27.0':
- resolution: {integrity: sha512-K4UVLglNfA24jTPYzTicxrVLF2SWUF7gq9Aa8EXyhtBn/mYWIUElfgHRXF/iLfVs/+vvDHNe1bgiWHtEOydxeA==}
+ '@es-joy/jsdoc-eslint-parser@0.28.0':
+ resolution: {integrity: sha512-oCfNj6XcZA25fFl5HsrsyMf7wtANPvwOduGzZh19ypb6CMY86ZtTNm5PawtW2eT2r7RStplf1IrCTr7rrvL1ZQ==}
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
'@es-joy/jsdoccomment@0.50.2':
@@ -880,13 +854,13 @@ packages:
resolution: {integrity: sha512-yWi6sm7INEwnfS7IJvE0dU+RTrwzLPFcY7e7eGpu/l5Q9lWfQ2ROwZ0qVnc242jw2TUPsfHX3XMIISkGBv57RQ==}
engines: {node: '>=20.11.0'}
- '@es-joy/jsdoccomment@0.78.0':
- resolution: {integrity: sha512-rQkU5u8hNAq2NVRzHnIUUvR6arbO0b6AOlvpTNS48CkiKSn/xtNfOzBK23JE4SiW89DgvU7GtxLVgV4Vn2HBAw==}
- engines: {node: '>=20.11.0'}
+ '@es-joy/jsdoccomment@0.92.0':
+ resolution: {integrity: sha512-WivZqV5jPTYDQJgIMp0hTsyQESKYNY6yCJr4b0l84tYtQntkAMkc6zARh2vlRQyeg4aYHPUkCUDpvr2IWAiGpQ==}
+ engines: {node: ^22.22.2 || >=24.15.0}
- '@es-joy/jsdoccomment@0.91.0':
- resolution: {integrity: sha512-vgqlMGNNhZxwDYbUNIHj3Hskb4R28iqdXx90ufHyt/NeuTQkeqjTDslAs9I0/GCAfbxP5BpH5WsL1R1fht5Lxg==}
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
+ '@es-joy/jsdoccomment@0.93.1':
+ resolution: {integrity: sha512-DEjGoyrDvy4K6kBvrzuV3yKmdmYRepK2oHMaLZrFhJCGDM4xiXuaCgtYVbWS/3HeeGNGQgjMgrrqDCAwldsU2A==}
+ engines: {node: ^22.22.2 || >=24.15.0}
'@es-joy/resolve.exports@1.2.0':
resolution: {integrity: sha512-Q9hjxWI5xBM+qW2enxfe8wDKdFWMfd0Z29k5ZJnuBqD/CasY5Zryj09aCA6owbGATWz+39p5uIdaHXpopOcG8g==}
@@ -902,18 +876,10 @@ packages:
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/config-array@0.21.2':
- resolution: {integrity: sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@eslint/config-array@0.23.5':
resolution: {integrity: sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==}
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
- '@eslint/config-helpers@0.4.2':
- resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@eslint/config-helpers@0.7.0':
resolution: {integrity: sha512-DObd/KKUsU+FaFv4PLxSRenpXfQWmPXXP3pPZ6/K1PCrMu2vQpMDMuQe/BqYeoLcz8ro0bVDF1RxOJgfVEdhUw==}
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
@@ -926,18 +892,6 @@ packages:
resolution: {integrity: sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==}
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
- '@eslint/eslintrc@3.3.5':
- resolution: {integrity: sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
- '@eslint/js@9.39.4':
- resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
- '@eslint/object-schema@2.1.7':
- resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@eslint/object-schema@3.0.5':
resolution: {integrity: sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==}
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
@@ -1119,10 +1073,6 @@ packages:
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
engines: {node: '>=12'}
- '@istanbuljs/load-nyc-config@1.1.0':
- resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==}
- engines: {node: '>=8'}
-
'@istanbuljs/schema@0.1.6':
resolution: {integrity: sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==}
engines: {node: '>=8'}
@@ -1158,9 +1108,6 @@ packages:
'@next/eslint-plugin-next@15.5.18':
resolution: {integrity: sha512-w4MYq8M26a8PNrfto0JosLf5/3ssln1rsyP96g2DkC8uFVymStM5DLSz5ElxxrPRg2XnTMnFo3kREFlhYvxhWw==}
- '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1':
- resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==}
-
'@nodelib/fs.scandir@2.1.5':
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
engines: {node: '>= 8'}
@@ -1255,162 +1202,6 @@ packages:
'@repeaterjs/repeater@3.0.6':
resolution: {integrity: sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==}
- '@rollup/plugin-node-resolve@16.0.3':
- resolution: {integrity: sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==}
- engines: {node: '>=14.0.0'}
- peerDependencies:
- rollup: ^2.78.0||^3.0.0||^4.0.0
- peerDependenciesMeta:
- rollup:
- optional: true
-
- '@rollup/pluginutils@5.3.0':
- resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==}
- engines: {node: '>=14.0.0'}
- peerDependencies:
- rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
- peerDependenciesMeta:
- rollup:
- optional: true
-
- '@rollup/rollup-android-arm-eabi@4.62.3':
- resolution: {integrity: sha512-c0wdcekXtQvvn5Tsrk/+op/gUArrbWaFduBnTLP2l1cKLSQs4diMWjJw3m6A0DdzT8dAAX95KpkJ3qynCePbmw==}
- cpu: [arm]
- os: [android]
-
- '@rollup/rollup-android-arm64@4.62.3':
- resolution: {integrity: sha512-3YjElDdWN+qXAFbJ/CzPV+0wspLqh54k/I6GfdYtEJRqg7buSgc1yPM3B+93j1M4neobtkATHZTmxK2AMVGfnA==}
- cpu: [arm64]
- os: [android]
-
- '@rollup/rollup-darwin-arm64@4.62.3':
- resolution: {integrity: sha512-Pch2pFNOxxz1hTjypIdPyRTR6riiwRl84+VcN9djS680fw+Co1nAJINrdpqp7KV0NvyuU8ilZXZCjd7ykJl1GQ==}
- cpu: [arm64]
- os: [darwin]
-
- '@rollup/rollup-darwin-x64@4.62.3':
- resolution: {integrity: sha512-LEuncFUHFiF8t4yZVZvvZA1wk0pjAscRnsrn1EfTEmN4HXotBi2YtcnLRyaK6UbuczW7xZS5ES+81Rdz8Z0T6g==}
- cpu: [x64]
- os: [darwin]
-
- '@rollup/rollup-freebsd-arm64@4.62.3':
- resolution: {integrity: sha512-zvBUvsQUpOWALdDsk6qbS8bXf2VxmPisuudNDrY7x0p0jBdsoZl8HsHczIOgkQiZldmcacMKtBzpoGVNeIe2bQ==}
- cpu: [arm64]
- os: [freebsd]
-
- '@rollup/rollup-freebsd-x64@4.62.3':
- resolution: {integrity: sha512-C2KmNrcSem/AMg984H/dev+si0lieQGdXdR/lYGJnuumXnFb9Y7QdiI62obFdLlxRYLBv4P0eUVIDbD4c1vVvw==}
- cpu: [x64]
- os: [freebsd]
-
- '@rollup/rollup-linux-arm-gnueabihf@4.62.3':
- resolution: {integrity: sha512-ggXnsTAEzNQx74XpunRsiZ9aBZDsI7XIa0hm2nzR9f4WzH5/f/d73ZSDaC5ejJ8YLY4NW+V3wr0tjOaeCq8hqA==}
- cpu: [arm]
- os: [linux]
- libc: [glibc]
-
- '@rollup/rollup-linux-arm-musleabihf@4.62.3':
- resolution: {integrity: sha512-2vng+FlzNUhKZxtej3IUqJgbZoQk2M/dwQM20+ULV0R/E/8tr9/P6uEf2iiGIk4HL0zMKh5Jry7mUHdUOvyGgA==}
- cpu: [arm]
- os: [linux]
- libc: [musl]
-
- '@rollup/rollup-linux-arm64-gnu@4.62.3':
- resolution: {integrity: sha512-LLLFZKt4/Nraf9rxDkhiU8QVgLF4WmCkfr0L4fj0fPfIZFBib0DeiFk1hhaYKd03LFAFJcxHslhDFlNJLylf5Q==}
- cpu: [arm64]
- os: [linux]
- libc: [glibc]
-
- '@rollup/rollup-linux-arm64-musl@4.62.3':
- resolution: {integrity: sha512-WJkdQCvS9sWNOUBJZfQRKpZGFBztRzcowI+nndmflKgU4XY+3a420FgTOSKTsVqJbnzSxeT4vaJalpOaPo2YCQ==}
- cpu: [arm64]
- os: [linux]
- libc: [musl]
-
- '@rollup/rollup-linux-loong64-gnu@4.62.3':
- resolution: {integrity: sha512-PwHXCCS2n64/1Ot6rP1YEYA02MGYBcQlr8CSZZyrUG2O7NH6NklYmvr9v3Jy+5e/eDeNchc/ukmKJi9LuflMIQ==}
- cpu: [loong64]
- os: [linux]
- libc: [glibc]
-
- '@rollup/rollup-linux-loong64-musl@4.62.3':
- resolution: {integrity: sha512-vUjxINQu3RC8NZS3ykk1gN65gIz8pAopOq2HXuZhiIxHdx7TFvDG+jgrdSgInu1Eza4/Rfi2VzZgyIgEH4WOaw==}
- cpu: [loong64]
- os: [linux]
- libc: [musl]
-
- '@rollup/rollup-linux-ppc64-gnu@4.62.3':
- resolution: {integrity: sha512-wzko4aJ13+0G3kGnviCg5gnXFKd40izKsrf2uOw12US4XqprkDrmwOpeW14aSNa37V8bfPcz5Fkob6LZ3BAPmA==}
- cpu: [ppc64]
- os: [linux]
- libc: [glibc]
-
- '@rollup/rollup-linux-ppc64-musl@4.62.3':
- resolution: {integrity: sha512-8120ue0JUMSwy11stlwnfdX3pPd+WZYGCDBwEHWtIHi6pOpZmsEF5QKB7a/UN+XFdqvobxz98kv8RTqikyCEBw==}
- cpu: [ppc64]
- os: [linux]
- libc: [musl]
-
- '@rollup/rollup-linux-riscv64-gnu@4.62.3':
- resolution: {integrity: sha512-XLFHnR3tXMjbOCh2vtVJHmxt+995uJsTERQyseFDRA0xxMxyTZPLa3OIUlyFaO4mF/Lu0FjmWHCuPXJT1n/IOg==}
- cpu: [riscv64]
- os: [linux]
- libc: [glibc]
-
- '@rollup/rollup-linux-riscv64-musl@4.62.3':
- resolution: {integrity: sha512-se6yXvNGMIl0f+RQzyh7XAmia8/9kplQx424wnG2w0C1oi6XgO6Y8otKhdXFHbHs88Ihavzmvh1NWjuovE76BQ==}
- cpu: [riscv64]
- os: [linux]
- libc: [musl]
-
- '@rollup/rollup-linux-s390x-gnu@4.62.3':
- resolution: {integrity: sha512-gNoxRefktVIiGflpONuxWWXZAzIQG++z9qHO3xKwk4WdDMuQja3JHGfE1u0i3PfPDyvhypdk+WrgIJqLhGG7sg==}
- cpu: [s390x]
- os: [linux]
- libc: [glibc]
-
- '@rollup/rollup-linux-x64-gnu@4.62.3':
- resolution: {integrity: sha512-V4KtWtQfAFMU7+9/A/VDps/VI8CHd3cYz0L8sgJzz8qK7eY7wI4ruFD82UYIYvW9Z4DtlTfhQcsl4XyPHW5uSg==}
- cpu: [x64]
- os: [linux]
- libc: [glibc]
-
- '@rollup/rollup-linux-x64-musl@4.62.3':
- resolution: {integrity: sha512-LBx9LYXvj2CBkMkjLdNAWLwH0MLMin7do2VcVo9kVPibGLkY0BQQut2fv7NVqkXqZ/CrAu9LqDHVV1xHCMpCPw==}
- cpu: [x64]
- os: [linux]
- libc: [musl]
-
- '@rollup/rollup-openbsd-x64@4.62.3':
- resolution: {integrity: sha512-ABVf3Q0RCu7NcyCCOZQI0pJ3GuSdfSl8EXcy88QtdceIMIoCUdfhsJChZ64L9zVM2aJHjde1Bhn5uqSRcX9ySA==}
- cpu: [x64]
- os: [openbsd]
-
- '@rollup/rollup-openharmony-arm64@4.62.3':
- resolution: {integrity: sha512-+2Cy/ldweGBLlPIKsQLF8U5N44a0KDdbrk1rAjHOM9M2K+kGdIVjHLmmrZIcx+9Ny3ke/1JomCsDI1ocb11+sg==}
- cpu: [arm64]
- os: [openharmony]
-
- '@rollup/rollup-win32-arm64-msvc@4.62.3':
- resolution: {integrity: sha512-dtZvzc8BedpSaFNy75x6uiWwAGTH+aZHDtdrqP6qk+WcLJrfti6sGje1ZJ9UxyzDLF23d/mV+PaMwuC0hL7UVA==}
- cpu: [arm64]
- os: [win32]
-
- '@rollup/rollup-win32-ia32-msvc@4.62.3':
- resolution: {integrity: sha512-Rj8Ra4noo+aYy7sKBggCx0407mws34kAb1ySyWuq5DAtFBQdkSwnsjCgPrhPe9cvgBKZIukpE+CVHvORCS93kQ==}
- cpu: [ia32]
- os: [win32]
-
- '@rollup/rollup-win32-x64-gnu@4.62.3':
- resolution: {integrity: sha512-vp7N084ew/odXn2gi/mzm9mUkQu9l6AiN6dt4IeUM2Uvm9o+cVmP+YkqbMOteLbiGgqBBlJZjIMYVCfOOIVbVQ==}
- cpu: [x64]
- os: [win32]
-
- '@rollup/rollup-win32-x64-msvc@4.62.3':
- resolution: {integrity: sha512-MOG/3gTOn4Fwf574RVOaY61I5o6P90legkFADiTyn1hyjNydT+cerU2rLUwPdZkKKyJ+iT+K9p7WXK4LM1Ka6g==}
- cpu: [x64]
- os: [win32]
-
'@sec-ant/readable-stream@0.4.1':
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
@@ -1515,17 +1306,17 @@ packages:
'@types/ms@2.1.0':
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
- '@types/node@26.1.1':
- resolution: {integrity: sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==}
+ '@types/node@26.1.2':
+ resolution: {integrity: sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==}
+
+ '@types/node@26.2.0':
+ resolution: {integrity: sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==}
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
- '@types/resolve@1.20.2':
- resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
-
- '@types/semver@7.7.1':
- resolution: {integrity: sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==}
+ '@types/semver@7.8.0':
+ resolution: {integrity: sha512-1mAINjtQCXXeLkJ9ehXkwOcBpqtLxiVtKhpUf83DdRNdQKV0iXZpaHYqRr7nj+wvxuJzoAmAwXI+sCNMv1CzLQ==}
'@types/spdx-expression-parse@4.0.0':
resolution: {integrity: sha512-odQzy87phelGS4inXOzjmusx4hoCVD0IbxUANxHzVkmTzMRTNnUPoq1urIl7S1qf09KcDWKLFIftPmLtgbsAHA==}
@@ -1541,11 +1332,11 @@ packages:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/eslint-plugin@8.65.0':
- resolution: {integrity: sha512-IEgob78X12rHpUmtcwFsXhZdVGJtwTVP8FiCLZkR6GlYVrl2PcuB+KhCE5BlVC/eQpQnu8WXRtkHZuPar+gCRA==}
+ '@typescript-eslint/eslint-plugin@8.66.0':
+ resolution: {integrity: sha512-p088eaGrzYz1s+7cov0aMOCkNGTJlVxF4jgubf28c8L0Cv9Rloj8YBHnv4hXLq6IIEE1AsjNWavO+k+8kP2Y0A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- '@typescript-eslint/parser': ^8.65.0
+ '@typescript-eslint/parser': ^8.66.0
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.1.0'
@@ -1563,14 +1354,15 @@ packages:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/project-service@8.59.4':
- resolution: {integrity: sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==}
+ '@typescript-eslint/parser@8.66.0':
+ resolution: {integrity: sha512-X6ypGChaWYk6PBtUg2BwuTZEFFcHJAtGTVJ9/lCTOufhZ4i9fNolQNnktq+kkMCwMj7V8Svsq7+TxSDslmhE0g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/project-service@8.62.1':
- resolution: {integrity: sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg==}
+ '@typescript-eslint/project-service@8.59.4':
+ resolution: {integrity: sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
@@ -1581,32 +1373,38 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/scope-manager@8.59.4':
- resolution: {integrity: sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==}
+ '@typescript-eslint/project-service@8.66.0':
+ resolution: {integrity: sha512-7MthGPTt4BP69lSryqpqq8HQqxuzynssckL/jyDyk3+TNMQ3y2jFWkptCrktWvBrP+EH787Nl5N5Qpw7WZg+5g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/scope-manager@8.62.1':
- resolution: {integrity: sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==}
+ '@typescript-eslint/scope-manager@8.59.4':
+ resolution: {integrity: sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript-eslint/scope-manager@8.65.0':
resolution: {integrity: sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/scope-manager@8.66.0':
+ resolution: {integrity: sha512-8TGcH25j9zqJ/IULB/ppyhRvxA8QYfFEZ7nfbg6/BN9spDgb8fPWQXlE5l8TWBL50EtUx007uZ1o9VOwrq2/9g==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/tsconfig-utils@8.59.4':
resolution: {integrity: sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/tsconfig-utils@8.62.1':
- resolution: {integrity: sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==}
+ '@typescript-eslint/tsconfig-utils@8.65.0':
+ resolution: {integrity: sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/tsconfig-utils@8.65.0':
- resolution: {integrity: sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==}
+ '@typescript-eslint/tsconfig-utils@8.66.0':
+ resolution: {integrity: sha512-9D5gLYZG4rOjcoag8MQ/fWI8WqA9wcPDyOGyWtWFhvM1lHRbliqUSPIY5J3zqCU1tvSwzXxnnjhQhz5Ne7mJ4g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
@@ -1618,8 +1416,8 @@ packages:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/type-utils@8.65.0':
- resolution: {integrity: sha512-YjaZ7PRI5qY7ax2L3PbvX0rRyGtipAReCWs0mhhDBHjH/vl0g0BonaGXrKdKpMbIIsMIwDgbk/xzkBTyAltS5g==}
+ '@typescript-eslint/type-utils@8.66.0':
+ resolution: {integrity: sha512-LG2dWfjZQQp0ADtAu/EWJVayefGL2UEZ3CDeI44D9v3rXB/WYUqE/jpO28KrEKul5AySrmI+Zh1v6v+xW2U9+g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
@@ -1629,28 +1427,28 @@ packages:
resolution: {integrity: sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/types@8.62.1':
- resolution: {integrity: sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@typescript-eslint/types@8.65.0':
resolution: {integrity: sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/types@8.66.0':
+ resolution: {integrity: sha512-H6gcYaSDOyvL3AD/jHUtUFo2jqGgn/F6nuyuZSu0QTesxL+cP4dQoIMrODRofuJC09g64+WgZ6tE19Y1N2YIFQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/typescript-estree@8.59.4':
resolution: {integrity: sha512-F+RuOmcDXo4+TPdfd/TCLS3m2nw8gE9XXyZLrA3JBfaA5tz9TtdkyD3YJFmPxulyc2cKbEok/CvFE3MgSLWnag==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/typescript-estree@8.62.1':
- resolution: {integrity: sha512-xMcW9oP9u7fAMXYs9A65CVmtLQe2r//oXINHfi8HV+oiqhih17sbLdhXr4540YWlgpDKQdY854OL5ZrdCiQsAA==}
+ '@typescript-eslint/typescript-estree@8.65.0':
+ resolution: {integrity: sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/typescript-estree@8.65.0':
- resolution: {integrity: sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg==}
+ '@typescript-eslint/typescript-estree@8.66.0':
+ resolution: {integrity: sha512-8/x4INiiQb10jGgXYD7116/zQ+OL84ZIFn0za68wwFHCanT/VLbBEroWht8RV8fn0/ZCAoazHLQgwUC0UQcDfg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
@@ -1662,15 +1460,15 @@ packages:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/utils@8.62.1':
- resolution: {integrity: sha512-sHtbPfuKNZCG+ih8SyjjucqRntSVmp8XgL5u6o9mAhiSn8ds5o/M/XdM0abweme2Tln3szOstOrZ9OXitvPh0g==}
+ '@typescript-eslint/utils@8.65.0':
+ resolution: {integrity: sha512-gXiwIHsYreboxeJucHKPvgwl7dXt50mF8s1/c00cP/WoVTyWKFdtfhRWwZiXYFU5H2O8vVoSLNrexFZjYS/SGA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/utils@8.65.0':
- resolution: {integrity: sha512-gXiwIHsYreboxeJucHKPvgwl7dXt50mF8s1/c00cP/WoVTyWKFdtfhRWwZiXYFU5H2O8vVoSLNrexFZjYS/SGA==}
+ '@typescript-eslint/utils@8.66.0':
+ resolution: {integrity: sha512-jasearZPolBw5NJNYGMwxzHMF83niVWmMU1VdHzG1CyfI2VS7f7nZltnKtHcg20hW+7Uo5GfK4MeDPoU3qI8EA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
@@ -1680,14 +1478,14 @@ packages:
resolution: {integrity: sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/visitor-keys@8.62.1':
- resolution: {integrity: sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@typescript-eslint/visitor-keys@8.65.0':
resolution: {integrity: sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/visitor-keys@8.66.0':
+ resolution: {integrity: sha512-dkKR8q+lKciskj1Y3vthHktl+3cMLWGyVUP23bRiPZ5O9BRT++4EqDDV+TVeIKBL1VXVEqrJlz8MYbcnvJcAlg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@unrs/resolver-binding-android-arm-eabi@1.12.0':
resolution: {integrity: sha512-FmIJ5Bq2UUrpj2TrJiOvtfvgh98QqB3PKVqWrHp0SrYqlNSlch4YXToiiNK+mSTNFes07DipzT/JpJIq8xsOrg==}
cpu: [arm]
@@ -2008,8 +1806,9 @@ packages:
resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==}
engines: {node: '>=14'}
- argparse@1.0.10:
- resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==}
+ are-docs-informative@0.1.1:
+ resolution: {integrity: sha512-sqRsNQBwbKLRX0jV5Cu5uzmtflf892n4Vukz7T659ebL4pz3mpOqCMU7lxMoBTFwnp10E3YB5ZcyHM41W5bcDA==}
+ engines: {node: '>=18'}
argparse@2.0.1:
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
@@ -2106,10 +1905,6 @@ packages:
babel-plugin-add-module-exports@1.0.4:
resolution: {integrity: sha512-g+8yxHUZ60RcyaUpfNzy56OtWW+x9cyEe9j+CranqLiqbju2yf/Cy6ZtYK40EZxtrdHllzlVZgLmcOUCTlJ7Jg==}
- babel-plugin-istanbul@8.0.0:
- resolution: {integrity: sha512-18wCskrN3DgbuBmp1gr7LBGT8xdz5xhQQqFvFhVxbkl8VBCrMKQ2YtqBWtUal1Zrc1HTuX0011+Brjw78TCFkg==}
- engines: {node: '>=18'}
-
babel-plugin-polyfill-corejs3@1.0.0:
resolution: {integrity: sha512-yIkslVjbmml2Xjb6XhFW7lISXHsqk6cesxTdDsXoMom4Lnb99DbD3OQbSOoM5Z+ASh8YXYaLAsRQrU2Jeh3Qig==}
engines: {node: ^20.19.0 || >=22.12.0}
@@ -2253,10 +2048,6 @@ packages:
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
engines: {node: '>= 14.16.0'}
- chokidar@5.0.0:
- resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
- engines: {node: '>= 20.19.0'}
-
ci-info@4.4.0:
resolution: {integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==}
engines: {node: '>=8'}
@@ -2328,10 +2119,6 @@ packages:
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
engines: {node: '>=14'}
- commander@14.0.3:
- resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==}
- engines: {node: '>=20'}
-
comment-parser@1.4.1:
resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==}
engines: {node: '>= 12.0.0'}
@@ -2340,6 +2127,10 @@ packages:
resolution: {integrity: sha512-0h+uSNtQGW3D98eQt3jJ8L06Fves8hncB4V/PKdw/Qb8Hnk19VaKuTr55UNRYiSoVa7WwrFls+rh3ux9agmkeQ==}
engines: {node: '>= 12.0.0'}
+ comment-parser@1.4.8:
+ resolution: {integrity: sha512-rKZTGo4fzKYna8UcL0isTg5wkBNla7bxTypLwZQXjIdi++IdP1OJ41rI5Mti3/jltkPujbu4i9LIARYA+zpotQ==}
+ engines: {node: '>= 12.0.0'}
+
compare-func@2.0.0:
resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==}
@@ -2500,10 +2291,6 @@ packages:
resolution: {integrity: sha512-HOJkrhaYsweh+W+e74Yn7YStZOilkoPb6fycpwNLKzSPtruFs48nYis0zy5yJz1+ktUhHxoRDJ27RQAWLIJVJw==}
engines: {node: '>=16.0.0'}
- deepmerge@4.3.1:
- resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
- engines: {node: '>=0.10.0'}
-
default-browser-id@5.0.1:
resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==}
engines: {node: '>=18'}
@@ -2963,14 +2750,6 @@ packages:
zod:
optional: true
- eslint-scope@5.1.1:
- resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
- engines: {node: '>=8.0.0'}
-
- eslint-scope@8.4.0:
- resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
eslint-scope@9.1.2:
resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
@@ -3007,9 +2786,9 @@ packages:
jiti:
optional: true
- eslint@9.39.4:
- resolution: {integrity: sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ eslint@10.8.1:
+ resolution: {integrity: sha512-wqA7W2jbsC/BnV9Iv1UZpKVFkO1AdNoSmYW8NWG4HNOBbkAMvIqDZ27pI2f07dqn583NcIC44ckjAcOXDL1QbQ==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
hasBin: true
peerDependencies:
jiti: '*'
@@ -3053,9 +2832,6 @@ packages:
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
engines: {node: '>=4.0'}
- estree-walker@2.0.2:
- resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
-
esutils@2.0.3:
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
engines: {node: '>=0.10.0'}
@@ -3203,11 +2979,6 @@ packages:
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
- fsevents@2.3.3:
- resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
- engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
- os: [darwin]
-
function-bind@1.1.2:
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
@@ -3246,10 +3017,6 @@ packages:
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
engines: {node: '>= 0.4'}
- get-package-type@0.1.0:
- resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==}
- engines: {node: '>=8.0.0'}
-
get-proto@1.0.1:
resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
engines: {node: '>= 0.4'}
@@ -3316,10 +3083,6 @@ packages:
resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
engines: {node: '>=8'}
- globals@14.0.0:
- resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
- engines: {node: '>=18'}
-
globals@15.15.0:
resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==}
engines: {node: '>=18'}
@@ -3328,8 +3091,8 @@ packages:
resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==}
engines: {node: '>=18'}
- globals@17.8.0:
- resolution: {integrity: sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==}
+ globals@17.9.0:
+ resolution: {integrity: sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==}
engines: {node: '>=18'}
globalthis@1.0.4:
@@ -3641,9 +3404,6 @@ packages:
resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
engines: {node: '>= 0.4'}
- is-module@1.0.0:
- resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==}
-
is-negative-zero@2.0.3:
resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==}
engines: {node: '>= 0.4'}
@@ -3771,10 +3531,6 @@ packages:
resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==}
engines: {node: '>=8'}
- istanbul-lib-instrument@6.0.3:
- resolution: {integrity: sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==}
- engines: {node: '>=10'}
-
istanbul-lib-report@3.0.1:
resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==}
engines: {node: '>=10'}
@@ -3808,10 +3564,6 @@ packages:
resolution: {integrity: sha512-bfwqBW9cC/Lp7xcRpug7YrXm0IVw+T9e3g4mCYnv0Pjr3zIzU9PCQElYU9oSGAWzXlbdl9X5SAMPejO9sxkeUw==}
engines: {node: '>=0.10.0'}
- js-yaml@3.14.2:
- resolution: {integrity: sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==}
- hasBin: true
-
js-yaml@4.1.1:
resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
hasBin: true
@@ -3827,17 +3579,13 @@ packages:
resolution: {integrity: sha512-TYzkACp/wPvDJLRY7qpHXtrhgwoAaojIOnLaaVNi+AbPU2u1kkjfKd9hXXTq0qSAGsyYXvwUXt99h9I5iCmjjw==}
engines: {node: '>=12.0.0'}
- jsdoc-type-pratt-parser@7.0.0:
- resolution: {integrity: sha512-c7YbokssPOSHmqTbSAmTtnVgAVa/7lumWNYqomgd5KOMyPrRve2anx6lonfOsXEQacqF9FKVUj7bLg4vRSvdYA==}
- engines: {node: '>=20.0.0'}
-
jsdoc-type-pratt-parser@7.3.0:
resolution: {integrity: sha512-DoyJXo7x/n48M3NsGOs9QnEws0ft0tV3YsSgvWMNxz2hZtz+Q6fpqUD96lVYX4a+jcEkzHeFNDJOn68TzXfbdA==}
engines: {node: '>=20.0.0'}
- jsdoc-type-pratt-parser@8.0.0:
- resolution: {integrity: sha512-uQu/fXVqVaMg6gM8/E5G5+eygVcZ1NV0Z51CvqhNa2bDWxvHMl484ETr6vph4oPyC+KUcbP/w2W2pewfCiR9aQ==}
- engines: {node: '>=20.0.0'}
+ jsdoc-type-pratt-parser@9.0.0:
+ resolution: {integrity: sha512-gZvnVGWqgA9L/L2NLdcff6Rezp6ymKBqJDqfg+qWL9QyZA5prn5irUCkSGDEvuse1SjiFhlV2WQsgGBaIlPLWg==}
+ engines: {node: ^22.22.2 || >=24.15.0}
jsdom@6.5.1:
resolution: {integrity: sha512-KeCN3yqR+MmjAZDnVZgIaL2tP9BxSFlsYZw9Z+zy64+jJzHc1m8ruccb83Qe8AG0xKUjpo2kxEGFCMtiF4MmAg==}
@@ -3921,8 +3669,8 @@ packages:
lines-and-columns@1.2.4:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
- lint-staged@17.2.0:
- resolution: {integrity: sha512-FchGnFe4i4B1C/a35SPU9bNGPEHSC1+1iV0plLjzBmKVe9klZrlRfSgK6Cw4VeHyqOXbJUXP0vON61uRftNQ0A==}
+ lint-staged@17.3.0:
+ resolution: {integrity: sha512-woZS3vNe3UKqBaLPvbLOtKRY4tLANpWQhom12MGWqC8Mh1lCOO+WgSwmX2amjJAqTY9BkXYW87fCUH5H9Ph6xw==}
engines: {node: '>=22.22.1'}
hasBin: true
@@ -3971,9 +3719,6 @@ packages:
lodash.lowercase@4.3.0:
resolution: {integrity: sha512-UcvP1IZYyDKyEL64mmrwoA1AbFu5ahojhTtkOUr1K9dbuxzS9ev8i4TxMMGCqRC9TE8uDaSoufNAXxRPNTseVA==}
- lodash.merge@4.6.2:
- resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
-
lodash.uniqby@4.7.0:
resolution: {integrity: sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==}
@@ -4114,8 +3859,8 @@ packages:
resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==}
engines: {node: '>=16 || 14 >=14.17'}
- mocha@11.7.6:
- resolution: {integrity: sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==}
+ mocha@11.8.0:
+ resolution: {integrity: sha512-VyCeUdGN3A9lmCTTgG4yuvY9ixxaDk+xt2R/7/+1AP6EqNG+G9OKkzBwhVtVYoNX8YsxNSgAl8mOv3IAeOpFbw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
@@ -4495,13 +4240,13 @@ packages:
resolution: {integrity: sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==}
engines: {node: '>=10'}
- playwright-core@1.62.0:
- resolution: {integrity: sha512-nsNRyq0r2zsG8AcRHWknc9QRA5XCueC7gWMrs+Gx2tlZn9hcl8zudfh00lhJPY1DE7NmZ6bDsT9g2yey8mXljA==}
+ playwright-core@1.62.1:
+ resolution: {integrity: sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==}
engines: {node: '>=20'}
hasBin: true
- playwright@1.62.0:
- resolution: {integrity: sha512-Z14dG305dgaLu6foB1TXQagFiW8JfSUIUaUuPaKQ6NtBPKF1P/qXcqfh6c6K/icPqdy37JmjbiBXf6JNg6Sylw==}
+ playwright@1.62.1:
+ resolution: {integrity: sha512-0M+L3LAD8/nm554LOla9Ayx0j0tmFZ0FBcoQ7F1VuVHpM/XpiC8RcDzBQB8W5+hA8L22THxELzeF+2WcUzvcLg==}
engines: {node: '>=20'}
hasBin: true
@@ -4611,10 +4356,6 @@ packages:
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
engines: {node: '>= 14.18.0'}
- readdirp@5.0.0:
- resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
- engines: {node: '>= 20.19.0'}
-
recast@0.23.11:
resolution: {integrity: sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==}
engines: {node: '>= 4'}
@@ -4704,11 +4445,6 @@ packages:
resolve-pkg-maps@1.0.0:
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
- resolve@1.22.12:
- resolution: {integrity: sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==}
- engines: {node: '>= 0.4'}
- hasBin: true
-
resolve@2.0.0-next.7:
resolution: {integrity: sha512-tqt+NBWwyaMgw3zDsnygx4CByWjQEJHOPMdslYhppaQSJUtL/D4JO9CcBBlhPoI8lz9oJIDXkwXfhF4aWqP8xQ==}
engines: {node: '>= 0.4'}
@@ -4734,11 +4470,6 @@ packages:
resolution: {integrity: sha512-nvelZ4llbfodVanR/gG17H8jpnqgyPX01c4ekQYfoghjEKvAXn7aPPToVG8ngyxf4qtvTC1O5AxQe5PysnF4xg==}
engines: {node: '>=18.0'}
- rollup@4.62.3:
- resolution: {integrity: sha512-Gu0c0iH9FzgX1L1t7ByIbbS3Vmdz+6KHm/EsqmmC71gUQ82yvZRkTK6XzrFObSka91WUVdynqp6nsfilzr5k6Q==}
- engines: {node: '>=18.0.0', npm: '>=8.0.0'}
- hasBin: true
-
run-applescript@7.1.0:
resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==}
engines: {node: '>=18'}
@@ -4775,8 +4506,8 @@ packages:
resolution: {integrity: sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==}
engines: {node: ^14.0.0 || >=16.0.0}
- semantic-release@25.0.8:
- resolution: {integrity: sha512-w/iZ0bur36rKffXZYmIUmy068eoBY3Ij1DCCddx2JwWEM5Tg+eU9ld/E9qSInVvPASyyR2Ln/XGfQ9OZrMlhtw==}
+ semantic-release@25.0.9:
+ resolution: {integrity: sha512-bxve7csK0/Txr++CkfrmV+X1r4jqiSOw2WsSad9E2S68R+ZfLBwDn8IceM8WfiOmKQIHgsQc1cNA8Dzg7U75pg==}
engines: {node: ^22.14.0 || >= 24.10.0}
hasBin: true
@@ -4865,10 +4596,6 @@ packages:
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
engines: {node: '>=8'}
- slash@5.1.0:
- resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==}
- engines: {node: '>=14.16'}
-
slice-ansi@7.1.2:
resolution: {integrity: sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==}
engines: {node: '>=18'}
@@ -4909,9 +4636,6 @@ packages:
split2@1.0.0:
resolution: {integrity: sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==}
- sprintf-js@1.0.3:
- resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
-
sshpk@1.18.0:
resolution: {integrity: sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==}
engines: {node: '>=0.10.0'}
@@ -5073,10 +4797,6 @@ packages:
resolution: {integrity: sha512-d79HhZya5Djd7am0q+W4RTsSU+D/aJzM+4Y4AGJGuGlgM2L6sx5ZvOYTmZjqPhrDrV6xJTtRSm1JCLj6V6LHLQ==}
engines: {node: '>=14.16'}
- test-exclude@7.0.2:
- resolution: {integrity: sha512-u9E6A+ZDYdp7a4WnarkXPZOx8Ilz46+kby6p1yZ8zsGTz9gYa6FIS7lj2oezzNKmtdyyJNNmmXDppga5GB7kSw==}
- engines: {node: '>=18'}
-
test-exclude@8.0.0:
resolution: {integrity: sha512-ZOffsNrXYggvU1mDGHk54I96r26P8SyMjO5slMKSc7+IWmtB/MQKnEC2fP51imB3/pT6YK5cT5E8f+Dd9KdyOQ==}
engines: {node: 20 || >=22}
@@ -5213,8 +4933,8 @@ packages:
resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==}
engines: {node: '>= 0.4'}
- typescript-eslint@8.65.0:
- resolution: {integrity: sha512-/ggrHAwyjENDusvyxbuqxAC2dTnZg/Z8F+fgQtYIz+L6n/9HfSlEZcFGV/NsMNa6CkGk0xUjUAFwC0vHOflvIA==}
+ typescript-eslint@8.66.0:
+ resolution: {integrity: sha512-QlEbBPz/RuJ1XUHj29nm3t0F/O/cSlEnntozqPOYHnnTGAXFamnMBu5i9Vn6vhUPHGAjR+Vl+5J8vPN/BMUrJw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
@@ -5568,16 +5288,6 @@ snapshots:
typescript: 5.6.1-rc
validate-npm-package-name: 5.0.1
- '@babel/cli@8.0.4(@babel/core@8.0.1)':
- dependencies:
- '@babel/core': 8.0.1
- '@jridgewell/trace-mapping': 0.3.31
- chokidar: 5.0.0
- commander: 14.0.3
- convert-source-map: 2.0.0
- glob: 13.0.6
- slash: 5.1.0
-
'@babel/code-frame@7.29.0':
dependencies:
'@babel/helper-validator-identifier': 7.28.5
@@ -5632,14 +5342,6 @@ snapshots:
obug: 2.1.1
semver: 7.8.2
- '@babel/eslint-parser@7.28.6(@babel/core@7.29.0(supports-color@8.1.1))(eslint@9.39.4(jiti@2.7.0)(supports-color@8.1.1))':
- dependencies:
- '@babel/core': 7.29.0(supports-color@8.1.1)
- '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
- eslint: 9.39.4(jiti@2.7.0)(supports-color@8.1.1)
- eslint-visitor-keys: 2.1.0
- semver: 6.3.1
-
'@babel/eslint-parser@8.0.1(@babel/core@8.0.1)(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))':
dependencies:
'@babel/core': 8.0.1
@@ -5648,6 +5350,14 @@ snapshots:
eslint-visitor-keys: 5.0.1
semver: 7.8.2
+ '@babel/eslint-parser@8.0.1(@babel/core@8.0.1)(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))':
+ dependencies:
+ '@babel/core': 8.0.1
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
+ eslint-scope: 9.1.2
+ eslint-visitor-keys: 5.0.1
+ semver: 7.8.2
+
'@babel/generator@7.29.1':
dependencies:
'@babel/parser': 7.29.3
@@ -6325,23 +6035,23 @@ snapshots:
'@es-joy/estraverse@7.1.1': {}
- '@es-joy/jsdoc-eslint-parser@0.27.0(jiti@2.7.0)(supports-color@8.1.1)':
+ '@es-joy/jsdoc-eslint-parser@0.28.0(jiti@2.7.0)(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
- '@babel/core': 7.29.0(supports-color@8.1.1)
- '@babel/eslint-parser': 7.28.6(@babel/core@7.29.0(supports-color@8.1.1))(eslint@9.39.4(jiti@2.7.0)(supports-color@8.1.1))
- '@es-joy/jsdoccomment': 0.78.0
- '@typescript-eslint/parser': 8.59.4(eslint@9.39.4(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- eslint: 9.39.4(jiti@2.7.0)(supports-color@8.1.1)
+ '@babel/core': 8.0.1
+ '@babel/eslint-parser': 8.0.1(@babel/core@8.0.1)(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ '@es-joy/jsdoccomment': 0.92.0
+ '@typescript-eslint/parser': 8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
esquery: 1.7.0
- typescript: 5.9.3
transitivePeerDependencies:
- jiti
- supports-color
+ - typescript
'@es-joy/jsdoccomment@0.50.2':
dependencies:
'@types/estree': 1.0.9
- '@typescript-eslint/types': 8.65.0
+ '@typescript-eslint/types': 8.66.0
comment-parser: 1.4.1
esquery: 1.7.0
jsdoc-type-pratt-parser: 4.1.0
@@ -6349,26 +6059,26 @@ snapshots:
'@es-joy/jsdoccomment@0.62.0':
dependencies:
'@types/estree': 1.0.9
- '@typescript-eslint/types': 8.65.0
+ '@typescript-eslint/types': 8.66.0
comment-parser: 1.4.1
esquery: 1.7.0
jsdoc-type-pratt-parser: 5.9.2
- '@es-joy/jsdoccomment@0.78.0':
+ '@es-joy/jsdoccomment@0.92.0':
dependencies:
'@types/estree': 1.0.9
- '@typescript-eslint/types': 8.65.0
- comment-parser: 1.4.1
+ '@typescript-eslint/types': 8.66.0
+ comment-parser: 1.4.7
esquery: 1.7.0
- jsdoc-type-pratt-parser: 7.0.0
+ jsdoc-type-pratt-parser: 9.0.0
- '@es-joy/jsdoccomment@0.91.0':
+ '@es-joy/jsdoccomment@0.93.1':
dependencies:
'@types/estree': 1.0.9
- '@typescript-eslint/types': 8.65.0
- comment-parser: 1.4.7
+ '@typescript-eslint/types': 8.66.0
+ comment-parser: 1.4.8
esquery: 1.7.0
- jsdoc-type-pratt-parser: 8.0.0
+ jsdoc-type-pratt-parser: 9.0.0
'@es-joy/resolve.exports@1.2.0': {}
@@ -6377,21 +6087,13 @@ snapshots:
eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
eslint-visitor-keys: 3.4.3
- '@eslint-community/eslint-utils@4.9.1(eslint@9.39.4(jiti@2.7.0)(supports-color@8.1.1))':
+ '@eslint-community/eslint-utils@4.9.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))':
dependencies:
- eslint: 9.39.4(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.2': {}
- '@eslint/config-array@0.21.2(supports-color@8.1.1)':
- dependencies:
- '@eslint/object-schema': 2.1.7
- debug: 4.4.3(supports-color@8.1.1)
- minimatch: 3.1.5
- transitivePeerDependencies:
- - supports-color
-
'@eslint/config-array@0.23.5(supports-color@8.1.1)':
dependencies:
'@eslint/object-schema': 3.0.5
@@ -6400,10 +6102,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/config-helpers@0.4.2':
- dependencies:
- '@eslint/core': 0.17.0
-
'@eslint/config-helpers@0.7.0':
dependencies:
'@eslint/core': 1.2.1
@@ -6416,24 +6114,6 @@ snapshots:
dependencies:
'@types/json-schema': 7.0.15
- '@eslint/eslintrc@3.3.5(supports-color@8.1.1)':
- dependencies:
- ajv: 6.15.0
- debug: 4.4.3(supports-color@8.1.1)
- espree: 10.4.0
- globals: 14.0.0
- ignore: 5.3.2
- import-fresh: 3.3.1
- js-yaml: 4.1.1
- minimatch: 3.1.5
- strip-json-comments: 3.1.1
- transitivePeerDependencies:
- - supports-color
-
- '@eslint/js@9.39.4': {}
-
- '@eslint/object-schema@2.1.7': {}
-
'@eslint/object-schema@3.0.5': {}
'@eslint/plugin-kit@0.4.1':
@@ -6448,16 +6128,16 @@ snapshots:
'@fastify/busboy@3.2.0': {}
- '@graphql-eslint/eslint-plugin@4.4.0(@types/node@26.1.1)(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(graphql@16.14.0)(supports-color@8.1.1)(typescript@5.9.3)':
+ '@graphql-eslint/eslint-plugin@4.4.0(@types/node@26.2.0)(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(graphql@16.14.0)(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
'@graphql-tools/code-file-loader': 8.1.32(graphql@16.14.0)(supports-color@8.1.1)
'@graphql-tools/graphql-tag-pluck': 8.3.31(graphql@16.14.0)(supports-color@8.1.1)
'@graphql-tools/utils': 10.11.0(graphql@16.14.0)
debug: 4.4.3(supports-color@8.1.1)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
fast-glob: 3.3.3
graphql: 16.14.0
- graphql-config: 5.1.6(@types/node@26.1.1)(graphql@16.14.0)(typescript@5.9.3)
+ graphql-config: 5.1.6(@types/node@26.2.0)(graphql@16.14.0)(typescript@5.9.3)
graphql-depth-limit: 1.1.0(graphql@16.14.0)
lodash.lowercase: 4.3.0
transitivePeerDependencies:
@@ -6525,7 +6205,7 @@ snapshots:
- crossws
- utf-8-validate
- '@graphql-tools/executor-http@3.3.0(@types/node@26.1.1)(graphql@16.14.0)':
+ '@graphql-tools/executor-http@3.3.0(@types/node@26.2.0)(graphql@16.14.0)':
dependencies:
'@graphql-hive/signal': 2.0.0
'@graphql-tools/executor-common': 1.0.6(graphql@16.14.0)
@@ -6535,7 +6215,7 @@ snapshots:
'@whatwg-node/fetch': 0.10.13
'@whatwg-node/promise-helpers': 1.3.2
graphql: 16.14.0
- meros: 1.3.2(@types/node@26.1.1)
+ meros: 1.3.2(@types/node@26.2.0)
tslib: 2.8.1
transitivePeerDependencies:
- '@types/node'
@@ -6620,10 +6300,10 @@ snapshots:
graphql: 16.14.0
tslib: 2.8.1
- '@graphql-tools/url-loader@9.1.2(@types/node@26.1.1)(graphql@16.14.0)':
+ '@graphql-tools/url-loader@9.1.2(@types/node@26.2.0)(graphql@16.14.0)':
dependencies:
'@graphql-tools/executor-graphql-ws': 3.1.5(graphql@16.14.0)
- '@graphql-tools/executor-http': 3.3.0(@types/node@26.1.1)(graphql@16.14.0)
+ '@graphql-tools/executor-http': 3.3.0(@types/node@26.2.0)(graphql@16.14.0)
'@graphql-tools/executor-legacy-ws': 1.1.28(graphql@16.14.0)
'@graphql-tools/utils': 11.1.0(graphql@16.14.0)
'@graphql-tools/wrap': 11.1.15(graphql@16.14.0)
@@ -6705,14 +6385,6 @@ snapshots:
wrap-ansi: 8.1.0
wrap-ansi-cjs: wrap-ansi@7.0.0
- '@istanbuljs/load-nyc-config@1.1.0':
- dependencies:
- camelcase: 5.3.1
- find-up: 4.1.0
- get-package-type: 0.1.0
- js-yaml: 3.14.2
- resolve-from: 5.0.0
-
'@istanbuljs/schema@0.1.6': {}
'@jridgewell/gen-mapping@0.3.13':
@@ -6751,10 +6423,6 @@ snapshots:
dependencies:
fast-glob: 3.3.1
- '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1':
- dependencies:
- eslint-scope: 5.1.1
-
'@nodelib/fs.scandir@2.1.5':
dependencies:
'@nodelib/fs.stat': 2.0.5
@@ -6853,102 +6521,9 @@ snapshots:
'@repeaterjs/repeater@3.0.6': {}
- '@rollup/plugin-node-resolve@16.0.3(rollup@4.62.3)':
- dependencies:
- '@rollup/pluginutils': 5.3.0(rollup@4.62.3)
- '@types/resolve': 1.20.2
- deepmerge: 4.3.1
- is-module: 1.0.0
- resolve: 1.22.12
- optionalDependencies:
- rollup: 4.62.3
-
- '@rollup/pluginutils@5.3.0(rollup@4.62.3)':
- dependencies:
- '@types/estree': 1.0.9
- estree-walker: 2.0.2
- picomatch: 4.0.4
- optionalDependencies:
- rollup: 4.62.3
-
- '@rollup/rollup-android-arm-eabi@4.62.3':
- optional: true
-
- '@rollup/rollup-android-arm64@4.62.3':
- optional: true
-
- '@rollup/rollup-darwin-arm64@4.62.3':
- optional: true
-
- '@rollup/rollup-darwin-x64@4.62.3':
- optional: true
-
- '@rollup/rollup-freebsd-arm64@4.62.3':
- optional: true
-
- '@rollup/rollup-freebsd-x64@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-arm-gnueabihf@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-arm-musleabihf@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-arm64-gnu@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-arm64-musl@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-loong64-gnu@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-loong64-musl@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-ppc64-gnu@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-ppc64-musl@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-riscv64-gnu@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-riscv64-musl@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-s390x-gnu@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-x64-gnu@4.62.3':
- optional: true
-
- '@rollup/rollup-linux-x64-musl@4.62.3':
- optional: true
-
- '@rollup/rollup-openbsd-x64@4.62.3':
- optional: true
-
- '@rollup/rollup-openharmony-arm64@4.62.3':
- optional: true
-
- '@rollup/rollup-win32-arm64-msvc@4.62.3':
- optional: true
-
- '@rollup/rollup-win32-ia32-msvc@4.62.3':
- optional: true
-
- '@rollup/rollup-win32-x64-gnu@4.62.3':
- optional: true
-
- '@rollup/rollup-win32-x64-msvc@4.62.3':
- optional: true
-
'@sec-ant/readable-stream@0.4.1': {}
- '@semantic-release/commit-analyzer@13.0.1(semantic-release@25.0.8(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)':
+ '@semantic-release/commit-analyzer@13.0.1(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)':
dependencies:
conventional-changelog-angular: 8.3.1
conventional-changelog-writer: 8.4.0
@@ -6958,13 +6533,13 @@ snapshots:
import-from-esm: 2.0.0(supports-color@8.1.1)
lodash-es: 4.18.1
micromatch: 4.0.8
- semantic-release: 25.0.8(supports-color@8.1.1)(typescript@5.9.3)
+ semantic-release: 25.0.9(supports-color@8.1.1)(typescript@5.9.3)
transitivePeerDependencies:
- supports-color
'@semantic-release/error@4.0.0': {}
- '@semantic-release/github@12.0.9(semantic-release@25.0.8(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)':
+ '@semantic-release/github@12.0.9(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)':
dependencies:
'@octokit/core': 7.0.6
'@octokit/plugin-paginate-rest': 14.0.0(@octokit/core@7.0.6)
@@ -6980,14 +6555,14 @@ snapshots:
lodash-es: 4.18.1
mime: 4.1.0
p-filter: 4.1.0
- semantic-release: 25.0.8(supports-color@8.1.1)(typescript@5.9.3)
+ semantic-release: 25.0.9(supports-color@8.1.1)(typescript@5.9.3)
tinyglobby: 0.2.16
undici: 7.25.0
url-join: 5.0.0
transitivePeerDependencies:
- supports-color
- '@semantic-release/npm@13.1.5(semantic-release@25.0.8(supports-color@8.1.1)(typescript@5.9.3))':
+ '@semantic-release/npm@13.1.5(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))':
dependencies:
'@actions/core': 3.0.1
'@semantic-release/error': 4.0.0
@@ -7002,11 +6577,11 @@ snapshots:
rc: 1.2.8
read-pkg: 10.1.0
registry-auth-token: 5.1.1
- semantic-release: 25.0.8(supports-color@8.1.1)(typescript@5.9.3)
+ semantic-release: 25.0.9(supports-color@8.1.1)(typescript@5.9.3)
semver: 7.8.5
tempy: 3.2.0
- '@semantic-release/release-notes-generator@14.1.1(semantic-release@25.0.8(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)':
+ '@semantic-release/release-notes-generator@14.1.1(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)':
dependencies:
conventional-changelog-angular: 8.3.1
conventional-changelog-writer: 8.4.0
@@ -7016,7 +6591,7 @@ snapshots:
import-from-esm: 2.0.0(supports-color@8.1.1)
lodash-es: 4.18.1
read-package-up: 11.0.0
- semantic-release: 25.0.8(supports-color@8.1.1)(typescript@5.9.3)
+ semantic-release: 25.0.9(supports-color@8.1.1)(typescript@5.9.3)
transitivePeerDependencies:
- supports-color
@@ -7041,11 +6616,11 @@ snapshots:
'@sinonjs/commons': 3.0.1
type-detect: 4.1.0
- '@stylistic/eslint-plugin@5.10.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))':
+ '@stylistic/eslint-plugin@5.10.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))':
dependencies:
- '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- '@typescript-eslint/types': 8.65.0
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ '@typescript-eslint/types': 8.66.0
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
eslint-visitor-keys: 4.2.1
espree: 10.4.0
estraverse: 5.3.0
@@ -7089,31 +6664,33 @@ snapshots:
'@types/ms@2.1.0': {}
- '@types/node@26.1.1':
+ '@types/node@26.1.2':
dependencies:
undici-types: 8.3.0
- '@types/normalize-package-data@2.4.4': {}
+ '@types/node@26.2.0':
+ dependencies:
+ undici-types: 8.3.0
- '@types/resolve@1.20.2': {}
+ '@types/normalize-package-data@2.4.4': {}
- '@types/semver@7.7.1': {}
+ '@types/semver@7.8.0': {}
'@types/spdx-expression-parse@4.0.0': {}
'@types/ws@8.18.1':
dependencies:
- '@types/node': 26.1.1
+ '@types/node': 26.1.2
- '@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
+ '@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
'@eslint-community/regexpp': 4.12.2
- '@typescript-eslint/parser': 8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/parser': 8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
'@typescript-eslint/scope-manager': 8.59.4
- '@typescript-eslint/type-utils': 8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/utils': 8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/type-utils': 8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
'@typescript-eslint/visitor-keys': 8.59.4
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
ignore: 7.0.5
natural-compare: 1.4.0
ts-api-utils: 2.5.0(typescript@5.9.3)
@@ -7121,15 +6698,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/eslint-plugin@8.65.0(@typescript-eslint/parser@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
+ '@typescript-eslint/eslint-plugin@8.66.0(@typescript-eslint/parser@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
'@eslint-community/regexpp': 4.12.2
- '@typescript-eslint/parser': 8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/scope-manager': 8.65.0
- '@typescript-eslint/type-utils': 8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/utils': 8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/visitor-keys': 8.65.0
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ '@typescript-eslint/parser': 8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/scope-manager': 8.66.0
+ '@typescript-eslint/type-utils': 8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/visitor-keys': 8.66.0
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
ignore: 7.0.5
natural-compare: 1.4.0
ts-api-utils: 2.5.0(typescript@5.9.3)
@@ -7137,26 +6714,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
+ '@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
'@typescript-eslint/scope-manager': 8.59.4
'@typescript-eslint/types': 8.59.4
'@typescript-eslint/typescript-estree': 8.59.4(supports-color@8.1.1)(typescript@5.9.3)
'@typescript-eslint/visitor-keys': 8.59.4
debug: 4.4.3(supports-color@8.1.1)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
- typescript: 5.9.3
- transitivePeerDependencies:
- - supports-color
-
- '@typescript-eslint/parser@8.59.4(eslint@9.39.4(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
- dependencies:
- '@typescript-eslint/scope-manager': 8.59.4
- '@typescript-eslint/types': 8.59.4
- '@typescript-eslint/typescript-estree': 8.59.4(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/visitor-keys': 8.59.4
- debug: 4.4.3(supports-color@8.1.1)
- eslint: 9.39.4(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
@@ -7173,19 +6738,22 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/project-service@8.59.4(supports-color@8.1.1)(typescript@5.9.3)':
+ '@typescript-eslint/parser@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/tsconfig-utils': 8.62.1(typescript@5.9.3)
- '@typescript-eslint/types': 8.65.0
+ '@typescript-eslint/scope-manager': 8.66.0
+ '@typescript-eslint/types': 8.66.0
+ '@typescript-eslint/typescript-estree': 8.66.0(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/visitor-keys': 8.66.0
debug: 4.4.3(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/project-service@8.62.1(supports-color@8.1.1)(typescript@5.9.3)':
+ '@typescript-eslint/project-service@8.59.4(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/tsconfig-utils': 8.62.1(typescript@5.9.3)
- '@typescript-eslint/types': 8.65.0
+ '@typescript-eslint/tsconfig-utils': 8.65.0(typescript@5.9.3)
+ '@typescript-eslint/types': 8.66.0
debug: 4.4.3(supports-color@8.1.1)
typescript: 5.9.3
transitivePeerDependencies:
@@ -7194,7 +6762,16 @@ snapshots:
'@typescript-eslint/project-service@8.65.0(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
'@typescript-eslint/tsconfig-utils': 8.65.0(typescript@5.9.3)
- '@typescript-eslint/types': 8.65.0
+ '@typescript-eslint/types': 8.66.0
+ debug: 4.4.3(supports-color@8.1.1)
+ typescript: 5.9.3
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/project-service@8.66.0(supports-color@8.1.1)(typescript@5.9.3)':
+ dependencies:
+ '@typescript-eslint/tsconfig-utils': 8.66.0(typescript@5.9.3)
+ '@typescript-eslint/types': 8.66.0
debug: 4.4.3(supports-color@8.1.1)
typescript: 5.9.3
transitivePeerDependencies:
@@ -7205,47 +6782,47 @@ snapshots:
'@typescript-eslint/types': 8.59.4
'@typescript-eslint/visitor-keys': 8.59.4
- '@typescript-eslint/scope-manager@8.62.1':
- dependencies:
- '@typescript-eslint/types': 8.62.1
- '@typescript-eslint/visitor-keys': 8.62.1
-
'@typescript-eslint/scope-manager@8.65.0':
dependencies:
'@typescript-eslint/types': 8.65.0
'@typescript-eslint/visitor-keys': 8.65.0
+ '@typescript-eslint/scope-manager@8.66.0':
+ dependencies:
+ '@typescript-eslint/types': 8.66.0
+ '@typescript-eslint/visitor-keys': 8.66.0
+
'@typescript-eslint/tsconfig-utils@8.59.4(typescript@5.9.3)':
dependencies:
typescript: 5.9.3
- '@typescript-eslint/tsconfig-utils@8.62.1(typescript@5.9.3)':
+ '@typescript-eslint/tsconfig-utils@8.65.0(typescript@5.9.3)':
dependencies:
typescript: 5.9.3
- '@typescript-eslint/tsconfig-utils@8.65.0(typescript@5.9.3)':
+ '@typescript-eslint/tsconfig-utils@8.66.0(typescript@5.9.3)':
dependencies:
typescript: 5.9.3
- '@typescript-eslint/type-utils@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
+ '@typescript-eslint/type-utils@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
'@typescript-eslint/types': 8.59.4
'@typescript-eslint/typescript-estree': 8.59.4(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/utils': 8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
debug: 4.4.3(supports-color@8.1.1)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
ts-api-utils: 2.5.0(typescript@5.9.3)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/type-utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
+ '@typescript-eslint/type-utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/types': 8.65.0
- '@typescript-eslint/typescript-estree': 8.65.0(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/utils': 8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/types': 8.66.0
+ '@typescript-eslint/typescript-estree': 8.66.0(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
debug: 4.4.3(supports-color@8.1.1)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
ts-api-utils: 2.5.0(typescript@5.9.3)
typescript: 5.9.3
transitivePeerDependencies:
@@ -7253,10 +6830,10 @@ snapshots:
'@typescript-eslint/types@8.59.4': {}
- '@typescript-eslint/types@8.62.1': {}
-
'@typescript-eslint/types@8.65.0': {}
+ '@typescript-eslint/types@8.66.0': {}
+
'@typescript-eslint/typescript-estree@8.59.4(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
'@typescript-eslint/project-service': 8.59.4(supports-color@8.1.1)(typescript@5.9.3)
@@ -7272,12 +6849,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.62.1(supports-color@8.1.1)(typescript@5.9.3)':
+ '@typescript-eslint/typescript-estree@8.65.0(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/project-service': 8.62.1(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/tsconfig-utils': 8.62.1(typescript@5.9.3)
- '@typescript-eslint/types': 8.62.1
- '@typescript-eslint/visitor-keys': 8.62.1
+ '@typescript-eslint/project-service': 8.65.0(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/tsconfig-utils': 8.65.0(typescript@5.9.3)
+ '@typescript-eslint/types': 8.65.0
+ '@typescript-eslint/visitor-keys': 8.65.0
debug: 4.4.3(supports-color@8.1.1)
minimatch: 10.2.5
semver: 7.8.5
@@ -7287,12 +6864,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.65.0(supports-color@8.1.1)(typescript@5.9.3)':
+ '@typescript-eslint/typescript-estree@8.66.0(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/project-service': 8.65.0(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/tsconfig-utils': 8.65.0(typescript@5.9.3)
- '@typescript-eslint/types': 8.65.0
- '@typescript-eslint/visitor-keys': 8.65.0
+ '@typescript-eslint/project-service': 8.66.0(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/tsconfig-utils': 8.66.0(typescript@5.9.3)
+ '@typescript-eslint/types': 8.66.0
+ '@typescript-eslint/visitor-keys': 8.66.0
debug: 4.4.3(supports-color@8.1.1)
minimatch: 10.2.5
semver: 7.8.5
@@ -7302,35 +6879,35 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
+ '@typescript-eslint/utils@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
'@typescript-eslint/scope-manager': 8.59.4
'@typescript-eslint/types': 8.59.4
'@typescript-eslint/typescript-estree': 8.59.4(supports-color@8.1.1)(typescript@5.9.3)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.62.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
+ '@typescript-eslint/utils@8.65.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- '@typescript-eslint/scope-manager': 8.62.1
- '@typescript-eslint/types': 8.62.1
- '@typescript-eslint/typescript-estree': 8.62.1(supports-color@8.1.1)(typescript@5.9.3)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ '@typescript-eslint/scope-manager': 8.65.0
+ '@typescript-eslint/types': 8.65.0
+ '@typescript-eslint/typescript-estree': 8.65.0(supports-color@8.1.1)(typescript@5.9.3)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
+ '@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- '@typescript-eslint/scope-manager': 8.65.0
- '@typescript-eslint/types': 8.65.0
- '@typescript-eslint/typescript-estree': 8.65.0(supports-color@8.1.1)(typescript@5.9.3)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ '@typescript-eslint/scope-manager': 8.66.0
+ '@typescript-eslint/types': 8.66.0
+ '@typescript-eslint/typescript-estree': 8.66.0(supports-color@8.1.1)(typescript@5.9.3)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
@@ -7340,14 +6917,14 @@ snapshots:
'@typescript-eslint/types': 8.59.4
eslint-visitor-keys: 5.0.1
- '@typescript-eslint/visitor-keys@8.62.1':
+ '@typescript-eslint/visitor-keys@8.65.0':
dependencies:
- '@typescript-eslint/types': 8.62.1
+ '@typescript-eslint/types': 8.65.0
eslint-visitor-keys: 5.0.1
- '@typescript-eslint/visitor-keys@8.65.0':
+ '@typescript-eslint/visitor-keys@8.66.0':
dependencies:
- '@typescript-eslint/types': 8.65.0
+ '@typescript-eslint/types': 8.66.0
eslint-visitor-keys: 5.0.1
'@unrs/resolver-binding-android-arm-eabi@1.12.0':
@@ -7484,13 +7061,13 @@ snapshots:
'@unrs/resolver-binding-win32-x64-msvc@1.12.2':
optional: true
- '@vitest/eslint-plugin@1.6.17(@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
+ '@vitest/eslint-plugin@1.6.17(@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)':
dependencies:
'@typescript-eslint/scope-manager': 8.59.4
- '@typescript-eslint/utils': 8.62.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ '@typescript-eslint/utils': 8.65.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/eslint-plugin': 8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
@@ -7564,9 +7141,7 @@ snapshots:
are-docs-informative@0.0.2: {}
- argparse@1.0.10:
- dependencies:
- sprintf-js: 1.0.3
+ are-docs-informative@0.1.1: {}
argparse@2.0.1: {}
@@ -7669,16 +7244,6 @@ snapshots:
babel-plugin-add-module-exports@1.0.4: {}
- babel-plugin-istanbul@8.0.0(supports-color@8.1.1):
- dependencies:
- '@babel/helper-plugin-utils': 7.28.6
- '@istanbuljs/load-nyc-config': 1.1.0
- '@istanbuljs/schema': 0.1.6
- istanbul-lib-instrument: 6.0.3(supports-color@8.1.1)
- test-exclude: 7.0.2
- transitivePeerDependencies:
- - supports-color
-
babel-plugin-polyfill-corejs3@1.0.0(@babel/core@8.0.1):
dependencies:
'@babel/core': 8.0.1
@@ -7810,10 +7375,6 @@ snapshots:
dependencies:
readdirp: 4.1.2
- chokidar@5.0.0:
- dependencies:
- readdirp: 5.0.0
-
ci-info@4.4.0: {}
cjs-module-lexer@1.4.3: {}
@@ -7896,12 +7457,12 @@ snapshots:
commander@10.0.1: {}
- commander@14.0.3: {}
-
comment-parser@1.4.1: {}
comment-parser@1.4.7: {}
+ comment-parser@1.4.8: {}
+
compare-func@2.0.0:
dependencies:
array-ify: 1.0.0
@@ -8052,8 +7613,6 @@ snapshots:
deepmerge-ts@7.1.5: {}
- deepmerge@4.3.1: {}
-
default-browser-id@5.0.1: {}
default-browser@5.5.0:
@@ -8299,50 +7858,50 @@ snapshots:
lodash.get: 4.4.2
lodash.zip: 4.2.0
- eslint-compat-utils@0.5.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-compat-utils@0.5.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
semver: 7.8.5
- eslint-compat-utils@0.6.5(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-compat-utils@0.6.5(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
semver: 7.8.5
- eslint-config-canonical@47.4.2(@types/node@26.1.1)(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)(zod@4.4.3):
+ eslint-config-canonical@47.4.2(@types/node@26.2.0)(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)(zod@4.4.3):
dependencies:
- '@graphql-eslint/eslint-plugin': 4.4.0(@types/node@26.1.1)(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(graphql@16.14.0)(supports-color@8.1.1)(typescript@5.9.3)
+ '@graphql-eslint/eslint-plugin': 4.4.0(@types/node@26.2.0)(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(graphql@16.14.0)(supports-color@8.1.1)(typescript@5.9.3)
'@next/eslint-plugin-next': 15.5.18
- '@stylistic/eslint-plugin': 5.10.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- '@typescript-eslint/eslint-plugin': 8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/parser': 8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- '@vitest/eslint-plugin': 1.6.17(@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
- eslint-config-prettier: 10.1.8(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-import-resolver-typescript: 4.4.4(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
- eslint-plugin-ava: 15.1.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-canonical: 5.1.3(@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- eslint-plugin-eslint-comments: 3.2.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-fp: 2.3.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-functional: 9.0.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- eslint-plugin-import: eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
- eslint-plugin-jest: 28.14.0(@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- eslint-plugin-jsdoc: 50.8.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
- eslint-plugin-jsonc: 2.21.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-jsx-a11y: 6.10.2(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-lodash: 8.0.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-mocha: 10.5.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ '@stylistic/eslint-plugin': 5.10.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ '@typescript-eslint/eslint-plugin': 8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/parser': 8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@vitest/eslint-plugin': 1.6.17(@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
+ eslint-config-prettier: 10.1.8(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-import-resolver-typescript: 4.4.4(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-plugin-ava: 15.1.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-plugin-canonical: 5.1.3(@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint-plugin-eslint-comments: 3.2.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-plugin-fp: 2.3.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-plugin-functional: 9.0.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint-plugin-import: eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-plugin-jest: 28.14.0(@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint-plugin-jsdoc: 50.8.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-plugin-jsonc: 2.21.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-plugin-jsx-a11y: 6.10.2(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-plugin-lodash: 8.0.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-plugin-mocha: 10.5.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
eslint-plugin-modules-newline: 0.0.6
- eslint-plugin-n: 17.24.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(typescript@5.9.3)
- eslint-plugin-perfectionist: 5.9.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- eslint-plugin-prettier: 5.5.5(eslint-config-prettier@10.1.8(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(prettier@3.8.3)
- eslint-plugin-promise: 7.3.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-react: 7.37.5(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-react-hooks: 7.1.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
- eslint-plugin-regexp: 3.1.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-unicorn: 62.0.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-yml: 3.3.2(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-zod: 3.12.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)(zod@4.4.3)
+ eslint-plugin-n: 17.24.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(typescript@5.9.3)
+ eslint-plugin-perfectionist: 5.9.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint-plugin-prettier: 5.5.5(eslint-config-prettier@10.1.8(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(prettier@3.8.3)
+ eslint-plugin-promise: 7.3.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-plugin-react: 7.37.5(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-plugin-react-hooks: 7.1.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-plugin-regexp: 3.1.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-plugin-unicorn: 62.0.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-plugin-yml: 3.3.2(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-plugin-zod: 3.12.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)(zod@4.4.3)
globals: 16.5.0
graphql: 16.14.0
prettier: 3.8.3
@@ -8369,9 +7928,9 @@ snapshots:
- vitest
- zod
- eslint-config-prettier@10.1.8(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-config-prettier@10.1.8(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
eslint-import-context@0.1.9(unrs-resolver@1.12.0):
dependencies:
@@ -8387,26 +7946,26 @@ snapshots:
optionalDependencies:
unrs-resolver: 1.12.2
- eslint-import-resolver-typescript@3.10.1(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1):
+ eslint-import-resolver-typescript@3.10.1(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
'@nolyfill/is-core-module': 1.0.39
debug: 4.4.3(supports-color@8.1.1)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
get-tsconfig: 4.14.0
is-bun-module: 2.0.0
stable-hash: 0.0.5
tinyglobby: 0.2.16
unrs-resolver: 1.12.2
optionalDependencies:
- eslint-plugin-import: eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
- eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-plugin-import: eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- eslint-import-resolver-typescript@4.4.4(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1):
+ eslint-import-resolver-typescript@4.4.4(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
debug: 4.4.3(supports-color@8.1.1)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
eslint-import-context: 0.1.9(unrs-resolver@1.12.0)
get-tsconfig: 4.14.0
is-bun-module: 2.0.0
@@ -8414,32 +7973,32 @@ snapshots:
tinyglobby: 0.2.16
unrs-resolver: 1.12.0
optionalDependencies:
- eslint-plugin-import: eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
- eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-plugin-import: eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- eslint-json-compat-utils@0.2.3(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(jsonc-eslint-parser@2.4.2):
+ eslint-json-compat-utils@0.2.3(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(jsonc-eslint-parser@2.4.2):
dependencies:
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
esquery: 1.7.0
jsonc-eslint-parser: 2.4.2
- eslint-module-utils@2.12.1(@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1):
+ eslint-module-utils@2.12.1(@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
debug: 3.2.7(supports-color@8.1.1)
optionalDependencies:
- '@typescript-eslint/parser': 8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
- eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
+ '@typescript-eslint/parser': 8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
+ eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
- eslint-plugin-ava@15.1.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-ava@15.1.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
enhance-visitors: 1.0.0
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
- eslint-utils: 3.0.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
+ eslint-utils: 3.0.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
espree: 9.6.1
espurify: 2.1.1
import-modules: 2.1.0
@@ -8447,14 +8006,14 @@ snapshots:
pkg-dir: 5.0.0
resolve-from: 5.0.0
- eslint-plugin-canonical@5.1.3(@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3):
+ eslint-plugin-canonical@5.1.3(@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3):
dependencies:
- '@typescript-eslint/utils': 8.62.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.65.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
array-includes: 3.1.9
debug: 4.4.3(supports-color@8.1.1)
doctrine: 3.0.0
- eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
- eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
+ eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)
is-get-set-prop: 1.0.0
is-js-type: 2.0.0
is-obj-prop: 1.0.0
@@ -8474,34 +8033,34 @@ snapshots:
- supports-color
- typescript
- eslint-plugin-es-x@7.8.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-es-x@7.8.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
'@eslint-community/regexpp': 4.12.2
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
- eslint-compat-utils: 0.5.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
+ eslint-compat-utils: 0.5.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-eslint-comments@3.2.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-eslint-comments@3.2.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
escape-string-regexp: 1.0.5
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
ignore: 5.3.2
- eslint-plugin-fp@2.3.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-fp@2.3.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
create-eslint-index: 1.0.0
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
eslint-ast-utils: 1.1.0
lodash: 4.18.1
req-all: 0.1.0
- eslint-plugin-functional@9.0.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3):
+ eslint-plugin-functional@9.0.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3):
dependencies:
- '@typescript-eslint/utils': 8.62.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.65.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
deepmerge-ts: 7.1.5
escape-string-regexp: 5.0.0
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
- is-immutable-type: 5.0.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
+ is-immutable-type: 5.0.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
ts-api-utils: 2.5.0(typescript@5.9.3)
ts-declaration-location: 1.0.7(typescript@5.9.3)
optionalDependencies:
@@ -8509,13 +8068,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1):
+ eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
'@package-json/types': 0.0.12
- '@typescript-eslint/types': 8.65.0
- comment-parser: 1.4.7
+ '@typescript-eslint/types': 8.66.0
+ comment-parser: 1.4.8
debug: 4.4.3(supports-color@8.1.1)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
eslint-import-context: 0.1.9(unrs-resolver@1.12.2)
is-glob: 4.0.3
minimatch: 10.2.5
@@ -8523,28 +8082,28 @@ snapshots:
stable-hash-x: 0.2.0
unrs-resolver: 1.12.2
optionalDependencies:
- '@typescript-eslint/utils': 8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
transitivePeerDependencies:
- supports-color
- eslint-plugin-jest@28.14.0(@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3):
+ eslint-plugin-jest@28.14.0(@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3):
dependencies:
- '@typescript-eslint/utils': 8.62.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ '@typescript-eslint/utils': 8.65.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/eslint-plugin': 8.59.4(@typescript-eslint/parser@8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-jsdoc@50.8.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1):
+ eslint-plugin-jsdoc@50.8.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
'@es-joy/jsdoccomment': 0.50.2
are-docs-informative: 0.0.2
comment-parser: 1.4.1
debug: 4.4.3(supports-color@8.1.1)
escape-string-regexp: 4.0.0
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
espree: 10.4.0
esquery: 1.7.0
parse-imports-exports: 0.2.4
@@ -8553,13 +8112,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-jsonc@2.21.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-jsonc@2.21.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
diff-sequences: 27.5.1
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
- eslint-compat-utils: 0.6.5(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint-json-compat-utils: 0.2.3(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(jsonc-eslint-parser@2.4.2)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
+ eslint-compat-utils: 0.6.5(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-json-compat-utils: 0.2.3(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(jsonc-eslint-parser@2.4.2)
espree: 10.4.0
graphemer: 1.4.0
jsonc-eslint-parser: 2.4.2
@@ -8568,7 +8127,7 @@ snapshots:
transitivePeerDependencies:
- '@eslint/json'
- eslint-plugin-jsx-a11y@6.10.2(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-jsx-a11y@6.10.2(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
aria-query: 5.3.2
array-includes: 3.1.9
@@ -8578,7 +8137,7 @@ snapshots:
axobject-query: 4.1.0
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
hasown: 2.0.3
jsx-ast-utils: 3.3.5
language-tags: 1.0.9
@@ -8587,15 +8146,15 @@ snapshots:
safe-regex-test: 1.1.0
string.prototype.includes: 2.0.1
- eslint-plugin-lodash@8.0.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-lodash@8.0.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
lodash: 4.18.1
- eslint-plugin-mocha@10.5.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-mocha@10.5.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
- eslint-utils: 3.0.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
+ eslint-utils: 3.0.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
globals: 13.24.0
rambda: 7.5.0
@@ -8603,12 +8162,12 @@ snapshots:
dependencies:
requireindex: 1.1.0
- eslint-plugin-n@17.24.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(typescript@5.9.3):
+ eslint-plugin-n@17.24.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(typescript@5.9.3):
dependencies:
- '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
enhanced-resolve: 5.21.4
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
- eslint-plugin-es-x: 7.8.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
+ eslint-plugin-es-x: 7.8.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
get-tsconfig: 4.14.0
globals: 15.15.0
globrex: 0.1.2
@@ -8618,41 +8177,41 @@ snapshots:
transitivePeerDependencies:
- typescript
- eslint-plugin-perfectionist@5.9.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3):
+ eslint-plugin-perfectionist@5.9.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3):
dependencies:
- '@typescript-eslint/utils': 8.62.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ '@typescript-eslint/utils': 8.65.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
natural-orderby: 5.0.0
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-prettier@5.5.5(eslint-config-prettier@10.1.8(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(prettier@3.8.3):
+ eslint-plugin-prettier@5.5.5(eslint-config-prettier@10.1.8(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(prettier@3.8.3):
dependencies:
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
prettier: 3.8.3
prettier-linter-helpers: 1.0.1
synckit: 0.11.12
optionalDependencies:
- eslint-config-prettier: 10.1.8(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ eslint-config-prettier: 10.1.8(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
- eslint-plugin-promise@7.3.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-promise@7.3.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
- eslint-plugin-react-hooks@7.1.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1):
+ eslint-plugin-react-hooks@7.1.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1):
dependencies:
'@babel/core': 7.29.0(supports-color@8.1.1)
'@babel/parser': 7.29.3
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
hermes-parser: 0.25.1
zod: 4.4.3
zod-validation-error: 4.0.2(zod@4.4.3)
transitivePeerDependencies:
- supports-color
- eslint-plugin-react@7.37.5(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-react@7.37.5(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
array-includes: 3.1.9
array.prototype.findlast: 1.2.5
@@ -8660,7 +8219,7 @@ snapshots:
array.prototype.tosorted: 1.1.4
doctrine: 2.1.0
es-iterator-helpers: 1.3.2
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
estraverse: 5.3.0
hasown: 2.0.3
jsx-ast-utils: 3.3.5
@@ -8674,27 +8233,27 @@ snapshots:
string.prototype.matchall: 4.0.12
string.prototype.repeat: 1.0.0
- eslint-plugin-regexp@3.1.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-regexp@3.1.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
'@eslint-community/regexpp': 4.12.2
- comment-parser: 1.4.7
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ comment-parser: 1.4.8
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
jsdoc-type-pratt-parser: 7.3.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
scslre: 0.3.0
- eslint-plugin-unicorn@62.0.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-unicorn@62.0.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
'@babel/helper-validator-identifier': 7.28.5
- '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
'@eslint/plugin-kit': 0.4.1
change-case: 5.4.4
ci-info: 4.4.0
clean-regexp: 1.0.0
core-js-compat: 3.49.0
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
esquery: 1.7.0
find-up-simple: 1.0.1
globals: 16.5.0
@@ -8707,38 +8266,28 @@ snapshots:
semver: 7.8.5
strip-indent: 4.1.1
- eslint-plugin-yml@3.3.2(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-plugin-yml@3.3.2(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
'@eslint/core': 1.2.1
'@eslint/plugin-kit': 0.7.2
'@ota-meshi/ast-token-store': 0.3.0
diff-sequences: 29.6.3
escape-string-regexp: 5.0.0
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
natural-compare: 1.4.0
yaml-eslint-parser: 2.0.0
- eslint-plugin-zod@3.12.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)(zod@4.4.3):
+ eslint-plugin-zod@3.12.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)(zod@4.4.3):
dependencies:
- '@typescript-eslint/utils': 8.62.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.65.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
esquery: 1.7.0
optionalDependencies:
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
zod: 4.4.3
transitivePeerDependencies:
- supports-color
- typescript
- eslint-scope@5.1.1:
- dependencies:
- esrecurse: 4.3.0
- estraverse: 4.3.0
-
- eslint-scope@8.4.0:
- dependencies:
- esrecurse: 4.3.0
- estraverse: 5.3.0
-
eslint-scope@9.1.2:
dependencies:
'@types/esrecurse': 4.3.1
@@ -8746,9 +8295,9 @@ snapshots:
esrecurse: 4.3.0
estraverse: 5.3.0
- eslint-utils@3.0.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1)):
+ eslint-utils@3.0.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1)):
dependencies:
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
eslint-visitor-keys: 2.1.0
eslint-visitor-keys@2.1.0: {}
@@ -8796,28 +8345,25 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint@9.39.4(jiti@2.7.0)(supports-color@8.1.1):
+ eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1):
dependencies:
- '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.7.0)(supports-color@8.1.1))
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))
'@eslint-community/regexpp': 4.12.2
- '@eslint/config-array': 0.21.2(supports-color@8.1.1)
- '@eslint/config-helpers': 0.4.2
- '@eslint/core': 0.17.0
- '@eslint/eslintrc': 3.3.5(supports-color@8.1.1)
- '@eslint/js': 9.39.4
- '@eslint/plugin-kit': 0.4.1
+ '@eslint/config-array': 0.23.5(supports-color@8.1.1)
+ '@eslint/config-helpers': 0.7.0
+ '@eslint/core': 1.2.1
+ '@eslint/plugin-kit': 0.7.2
'@humanfs/node': 0.16.8
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.4.3
'@types/estree': 1.0.9
ajv: 6.15.0
- chalk: 4.1.2
cross-spawn: 7.0.6
debug: 4.4.3(supports-color@8.1.1)
escape-string-regexp: 4.0.0
- eslint-scope: 8.4.0
- eslint-visitor-keys: 4.2.1
- espree: 10.4.0
+ eslint-scope: 9.1.2
+ eslint-visitor-keys: 5.0.1
+ espree: 11.2.0
esquery: 1.7.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
@@ -8828,8 +8374,7 @@ snapshots:
imurmurhash: 0.1.4
is-glob: 4.0.3
json-stable-stringify-without-jsonify: 1.0.1
- lodash.merge: 4.6.2
- minimatch: 3.1.5
+ minimatch: 10.2.5
natural-compare: 1.4.0
optionator: 0.9.4
optionalDependencies:
@@ -8871,8 +8416,6 @@ snapshots:
estraverse@5.3.0: {}
- estree-walker@2.0.2: {}
-
esutils@2.0.3: {}
eventemitter3@5.0.4: {}
@@ -9029,9 +8572,6 @@ snapshots:
fsevents@2.3.2:
optional: true
- fsevents@2.3.3:
- optional: true
-
function-bind@1.1.2: {}
function-timeout@0.1.1: {}
@@ -9070,8 +8610,6 @@ snapshots:
hasown: 2.0.3
math-intrinsics: 1.1.0
- get-package-type@0.1.0: {}
-
get-proto@1.0.1:
dependencies:
dunder-proto: 1.0.1
@@ -9169,13 +8707,11 @@ snapshots:
dependencies:
type-fest: 0.20.2
- globals@14.0.0: {}
-
globals@15.15.0: {}
globals@16.5.0: {}
- globals@17.8.0: {}
+ globals@17.9.0: {}
globalthis@1.0.4:
dependencies:
@@ -9201,13 +8737,13 @@ snapshots:
graphemer@1.4.0: {}
- graphql-config@5.1.6(@types/node@26.1.1)(graphql@16.14.0)(typescript@5.9.3):
+ graphql-config@5.1.6(@types/node@26.2.0)(graphql@16.14.0)(typescript@5.9.3):
dependencies:
'@graphql-tools/graphql-file-loader': 8.1.14(graphql@16.14.0)
'@graphql-tools/json-file-loader': 8.0.28(graphql@16.14.0)
'@graphql-tools/load': 8.1.10(graphql@16.14.0)
'@graphql-tools/merge': 9.1.9(graphql@16.14.0)
- '@graphql-tools/url-loader': 9.1.2(@types/node@26.1.1)(graphql@16.14.0)
+ '@graphql-tools/url-loader': 9.1.2(@types/node@26.2.0)(graphql@16.14.0)
'@graphql-tools/utils': 11.1.0(graphql@16.14.0)
cosmiconfig: 8.3.6(typescript@5.9.3)
graphql: 16.14.0
@@ -9454,10 +8990,10 @@ snapshots:
dependencies:
is-extglob: 2.1.1
- is-immutable-type@5.0.1(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3):
+ is-immutable-type@5.0.1(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3):
dependencies:
- '@typescript-eslint/type-utils': 8.59.4(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ '@typescript-eslint/type-utils': 8.59.4(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
ts-api-utils: 2.5.0(typescript@5.9.3)
ts-declaration-location: 1.0.7(typescript@5.9.3)
typescript: 5.9.3
@@ -9476,8 +9012,6 @@ snapshots:
is-map@2.0.3: {}
- is-module@1.0.0: {}
-
is-negative-zero@2.0.3: {}
is-number-object@1.1.1:
@@ -9586,16 +9120,6 @@ snapshots:
istanbul-lib-coverage@3.2.2: {}
- istanbul-lib-instrument@6.0.3(supports-color@8.1.1):
- dependencies:
- '@babel/core': 7.29.0(supports-color@8.1.1)
- '@babel/parser': 7.29.3
- '@istanbuljs/schema': 0.1.6
- istanbul-lib-coverage: 3.2.2
- semver: 7.8.5
- transitivePeerDependencies:
- - supports-color
-
istanbul-lib-report@3.0.1:
dependencies:
istanbul-lib-coverage: 3.2.2
@@ -9632,11 +9156,6 @@ snapshots:
js-types@1.0.0: {}
- js-yaml@3.14.2:
- dependencies:
- argparse: 1.0.10
- esprima: 4.0.1
-
js-yaml@4.1.1:
dependencies:
argparse: 2.0.1
@@ -9647,11 +9166,11 @@ snapshots:
jsdoc-type-pratt-parser@5.9.2: {}
- jsdoc-type-pratt-parser@7.0.0: {}
-
jsdoc-type-pratt-parser@7.3.0: {}
- jsdoc-type-pratt-parser@8.0.0: {}
+ jsdoc-type-pratt-parser@9.0.0:
+ dependencies:
+ '@types/estree': 1.0.9
jsdom@6.5.1:
dependencies:
@@ -9757,7 +9276,7 @@ snapshots:
lines-and-columns@1.2.4: {}
- lint-staged@17.2.0:
+ lint-staged@17.3.0:
dependencies:
picomatch: 4.0.5
string-argv: 0.3.2
@@ -9809,8 +9328,6 @@ snapshots:
lodash.lowercase@4.3.0: {}
- lodash.merge@4.6.2: {}
-
lodash.uniqby@4.7.0: {}
lodash.zip@4.2.0: {}
@@ -9895,9 +9412,9 @@ snapshots:
merge2@1.4.1: {}
- meros@1.3.2(@types/node@26.1.1):
+ meros@1.3.2(@types/node@26.2.0):
optionalDependencies:
- '@types/node': 26.1.1
+ '@types/node': 26.2.0
micro-spelling-correcter@1.1.1: {}
@@ -9938,7 +9455,7 @@ snapshots:
minipass@7.1.3: {}
- mocha@11.7.6:
+ mocha@11.8.0:
dependencies:
browser-stdout: 1.3.1
chokidar: 4.0.3
@@ -10260,11 +9777,11 @@ snapshots:
dependencies:
find-up: 5.0.0
- playwright-core@1.62.0: {}
+ playwright-core@1.62.1: {}
- playwright@1.62.0:
+ playwright@1.62.1:
dependencies:
- playwright-core: 1.62.0
+ playwright-core: 1.62.1
optionalDependencies:
fsevents: 2.3.2
@@ -10375,8 +9892,6 @@ snapshots:
readdirp@4.1.2: {}
- readdirp@5.0.0: {}
-
recast@0.23.11:
dependencies:
ast-types: 0.16.1
@@ -10488,13 +10003,6 @@ snapshots:
resolve-pkg-maps@1.0.0: {}
- resolve@1.22.12:
- dependencies:
- es-errors: 1.3.0
- is-core-module: 2.16.2
- path-parse: 1.0.7
- supports-preserve-symlinks-flag: 1.0.0
-
resolve@2.0.0-next.7:
dependencies:
es-errors: 1.3.0
@@ -10524,37 +10032,6 @@ snapshots:
safe-stable-stringify: 2.5.0
semver-compare: 1.0.0
- rollup@4.62.3:
- dependencies:
- '@types/estree': 1.0.9
- optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.62.3
- '@rollup/rollup-android-arm64': 4.62.3
- '@rollup/rollup-darwin-arm64': 4.62.3
- '@rollup/rollup-darwin-x64': 4.62.3
- '@rollup/rollup-freebsd-arm64': 4.62.3
- '@rollup/rollup-freebsd-x64': 4.62.3
- '@rollup/rollup-linux-arm-gnueabihf': 4.62.3
- '@rollup/rollup-linux-arm-musleabihf': 4.62.3
- '@rollup/rollup-linux-arm64-gnu': 4.62.3
- '@rollup/rollup-linux-arm64-musl': 4.62.3
- '@rollup/rollup-linux-loong64-gnu': 4.62.3
- '@rollup/rollup-linux-loong64-musl': 4.62.3
- '@rollup/rollup-linux-ppc64-gnu': 4.62.3
- '@rollup/rollup-linux-ppc64-musl': 4.62.3
- '@rollup/rollup-linux-riscv64-gnu': 4.62.3
- '@rollup/rollup-linux-riscv64-musl': 4.62.3
- '@rollup/rollup-linux-s390x-gnu': 4.62.3
- '@rollup/rollup-linux-x64-gnu': 4.62.3
- '@rollup/rollup-linux-x64-musl': 4.62.3
- '@rollup/rollup-openbsd-x64': 4.62.3
- '@rollup/rollup-openharmony-arm64': 4.62.3
- '@rollup/rollup-win32-arm64-msvc': 4.62.3
- '@rollup/rollup-win32-ia32-msvc': 4.62.3
- '@rollup/rollup-win32-x64-gnu': 4.62.3
- '@rollup/rollup-win32-x64-msvc': 4.62.3
- fsevents: 2.3.3
-
run-applescript@7.1.0: {}
run-parallel@1.2.0:
@@ -10594,13 +10071,13 @@ snapshots:
refa: 0.12.1
regexp-ast-analysis: 0.7.1
- semantic-release@25.0.8(supports-color@8.1.1)(typescript@5.9.3):
+ semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3):
dependencies:
- '@semantic-release/commit-analyzer': 13.0.1(semantic-release@25.0.8(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)
+ '@semantic-release/commit-analyzer': 13.0.1(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)
'@semantic-release/error': 4.0.0
- '@semantic-release/github': 12.0.9(semantic-release@25.0.8(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)
- '@semantic-release/npm': 13.1.5(semantic-release@25.0.8(supports-color@8.1.1)(typescript@5.9.3))
- '@semantic-release/release-notes-generator': 14.1.1(semantic-release@25.0.8(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)
+ '@semantic-release/github': 12.0.9(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)
+ '@semantic-release/npm': 13.1.5(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))
+ '@semantic-release/release-notes-generator': 14.1.1(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)
aggregate-error: 5.0.0
cosmiconfig: 9.0.1(typescript@5.9.3)
debug: 4.4.3(supports-color@8.1.1)
@@ -10723,8 +10200,6 @@ snapshots:
slash@3.0.0: {}
- slash@5.1.0: {}
-
slice-ansi@7.1.2:
dependencies:
ansi-styles: 6.2.3
@@ -10770,8 +10245,6 @@ snapshots:
dependencies:
through2: 2.0.5
- sprintf-js@1.0.3: {}
-
sshpk@1.18.0:
dependencies:
asn1: 0.2.6
@@ -10961,12 +10434,6 @@ snapshots:
type-fest: 2.19.0
unique-string: 3.0.0
- test-exclude@7.0.2:
- dependencies:
- '@istanbuljs/schema': 0.1.6
- glob: 10.5.0
- minimatch: 10.2.5
-
test-exclude@8.0.0:
dependencies:
'@istanbuljs/schema': 0.1.6
@@ -11027,7 +10494,7 @@ snapshots:
ts-declaration-location@1.0.7(typescript@5.9.3):
dependencies:
- picomatch: 4.0.4
+ picomatch: 4.0.5
typescript: 5.9.3
tsconfig-paths@4.2.0:
@@ -11103,13 +10570,13 @@ snapshots:
possible-typed-array-names: 1.1.0
reflect.getprototypeof: 1.0.10
- typescript-eslint@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3):
+ typescript-eslint@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.65.0(@typescript-eslint/parser@8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/parser': 8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/typescript-estree': 8.65.0(supports-color@8.1.1)(typescript@5.9.3)
- '@typescript-eslint/utils': 8.65.0(eslint@10.8.0(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
- eslint: 10.8.0(jiti@2.7.0)(supports-color@8.1.1)
+ '@typescript-eslint/eslint-plugin': 8.66.0(@typescript-eslint/parser@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/parser': 8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/typescript-estree': 8.66.0(supports-color@8.1.1)(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)
+ eslint: 10.8.1(jiti@2.7.0)(supports-color@8.1.1)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
diff --git pnpm-workspace.yaml pnpm-workspace.yaml
index 36b8e9ace..1a7c57d83 100644
--- pnpm-workspace.yaml
+++ pnpm-workspace.yaml
@@ -5,39 +5,13 @@ allowBuilds:
unrs-resolver: false
minimumReleaseAgeExclude:
- - eslint@10.6.0
- - '@es-joy/jsdoccomment@0.88.0 || 0.89.0 || 0.90.0 || 0.91.0'
- - lint-staged@17.2.0
- - jsdoc-type-pratt-parser@7.3.0
- - playwright-core@1.62.0
- - playwright@1.62.0
- - '@rollup/rollup-android-arm-eabi@4.62.3'
- - '@rollup/rollup-android-arm64@4.62.3'
- - '@rollup/rollup-darwin-arm64@4.62.3'
- - '@rollup/rollup-darwin-x64@4.62.3'
- - '@rollup/rollup-freebsd-arm64@4.62.3'
- - '@rollup/rollup-freebsd-x64@4.62.3'
- - '@rollup/rollup-linux-arm-gnueabihf@4.62.3'
- - '@rollup/rollup-linux-arm-musleabihf@4.62.3'
- - '@rollup/rollup-linux-arm64-gnu@4.62.3'
- - '@rollup/rollup-linux-arm64-musl@4.62.3'
- - '@rollup/rollup-linux-loong64-gnu@4.62.3'
- - '@rollup/rollup-linux-loong64-musl@4.62.3'
- - '@rollup/rollup-linux-ppc64-gnu@4.62.3'
- - '@rollup/rollup-linux-ppc64-musl@4.62.3'
- - '@rollup/rollup-linux-riscv64-gnu@4.62.3'
- - '@rollup/rollup-linux-riscv64-musl@4.62.3'
- - '@rollup/rollup-linux-s390x-gnu@4.62.3'
- - '@rollup/rollup-linux-x64-gnu@4.62.3'
- - '@rollup/rollup-linux-x64-musl@4.62.3'
- - '@rollup/rollup-openbsd-x64@4.62.3'
- - '@rollup/rollup-openharmony-arm64@4.62.3'
- - '@rollup/rollup-win32-arm64-msvc@4.62.3'
- - '@rollup/rollup-win32-ia32-msvc@4.62.3'
- - '@rollup/rollup-win32-x64-gnu@4.62.3'
- - '@rollup/rollup-win32-x64-msvc@4.62.3'
- - globals@17.8.0
- - rollup@4.62.3
+ - '@types/semver@7.8.0'
+ - globals@17.9.0
+ - '@es-joy/jsdoc-eslint-parser@0.28.0'
+ - '@es-joy/jsdoccomment@0.93.0 || 0.93.1'
+ - '@types/node@26.2.0'
+ - comment-parser@1.4.8
+ - eslint@10.8.1
overrides:
yargs@^17: 17.7.3
diff --git rollup.config.js rollup.config.js
deleted file mode 100644
index 354f8ba07..000000000
--- rollup.config.js
+++ /dev/null
@@ -1,16 +0,0 @@
-import {
- nodeResolve,
-} from '@rollup/plugin-node-resolve';
-
-export default [
- {
- input: 'node_modules/to-valid-identifier/index.js',
- output: {
- file: 'dist/to-valid-identifier.cjs',
- format: 'cjs',
- },
- plugins: [
- nodeResolve(),
- ],
- },
-];
diff --git src/bin/buildEntryFileForTS.js src/bin/buildEntryFileForTS.js
deleted file mode 100644
index 0f7e5e425..000000000
--- src/bin/buildEntryFileForTS.js
+++ /dev/null
@@ -1,20 +0,0 @@
-import {
- readFile,
- writeFile,
-} from 'node:fs/promises';
-
-const {
- dirname,
-} = import.meta;
-const dataToEmbed = await readFile(dirname + '/../index-cjs.js', 'utf8');
-const templateContent = await readFile(dirname + '/../index-esm.js', 'utf8');
-
-const finalContent = '/* AUTO-GENERATED BY build SCRIPT */\n' + templateContent.replace(
- /\/\/ BEGIN REPLACE[\s\S]*\/\/ END REPLACE\n/v,
- `${dataToEmbed}`,
-).replaceAll(
- // When inserted, will be in the same file
- 'import(\'./index-cjs.js\').',
- '',
-);
-await writeFile(dirname + '/../index.js', finalContent);
diff --git src/bin/generateRule.js src/bin/generateRule.js
index ec8159779..a3458246b 100644
--- src/bin/generateRule.js
+++ src/bin/generateRule.js
@@ -254,25 +254,23 @@ export default iterateJsdoc(({
newLine: `import ${camelCasedRuleName} from './rules/${camelCasedRuleName}.js';`,
oldIsCamel: true,
oldRegex: /\nimport (?<oldRule>[^ ]*) from '.\/rules\/\1\.js';/gv,
- path: './src/index-cjs.js',
+ path: './src/index.js',
});
await replaceInOrder({
checkName: 'index recommended',
newLine: `${' '.repeat(6)}'jsdoc/${ruleName}': ${recommended ? 'warnOrError' : '\'off\''},`,
oldRegex: /\n\s{6}'jsdoc\/(?<oldRule>[^']*)': .*?,/gv,
- path: './src/index-cjs.js',
+ path: './src/index.js',
});
await replaceInOrder({
checkName: 'index rules',
newLine: `${' '.repeat(2)}'${ruleName}': ${camelCasedRuleName},`,
oldRegex: /\n\s{2}'(?<oldRule>[^']*)': [^,]*,/gv,
- path: './src/index-cjs.js',
+ path: './src/index.js',
});
- await import('./buildEntryFileForTS.js');
-
await import('./generateDocs.js');
/*
diff --git src/getJsdocProcessorPlugin.cts src/getJsdocProcessorPlugin.cts
deleted file mode 100644
index 8c56113eb..000000000
--- src/getJsdocProcessorPlugin.cts
+++ /dev/null
@@ -1,5 +0,0 @@
-import {getJsdocProcessorPlugin} from './getJsdocProcessorPlugin.js';
-
-export = {
- getJsdocProcessorPlugin: getJsdocProcessorPlugin as typeof getJsdocProcessorPlugin
-};
diff --git src/index-cjs.js src/index-cjs.js
deleted file mode 100644
index 777ca8397..000000000
--- src/index-cjs.js
+++ /dev/null
@@ -1,758 +0,0 @@
-import {
- buildForbidRuleDefinition,
-} from './buildForbidRuleDefinition.js';
-import {
- buildRejectOrPreferRuleDefinition,
-} from './buildRejectOrPreferRuleDefinition.js';
-import {
- getJsdocProcessorPlugin,
-} from './getJsdocProcessorPlugin.js';
-import checkAccess from './rules/checkAccess.js';
-import checkAlignment from './rules/checkAlignment.js';
-import checkExamples from './rules/checkExamples.js';
-import checkIndentation from './rules/checkIndentation.js';
-import checkLineAlignment from './rules/checkLineAlignment.js';
-import checkParamNames from './rules/checkParamNames.js';
-import checkPropertyNames from './rules/checkPropertyNames.js';
-import checkSyntax from './rules/checkSyntax.js';
-import checkTagNames from './rules/checkTagNames.js';
-import checkTemplateNames from './rules/checkTemplateNames.js';
-import checkTypes from './rules/checkTypes.js';
-import checkValues from './rules/checkValues.js';
-import convertToJsdocComments from './rules/convertToJsdocComments.js';
-import emptyTags from './rules/emptyTags.js';
-import escapeInlineTags from './rules/escapeInlineTags.js';
-import implementsOnClasses from './rules/implementsOnClasses.js';
-import importsAsDependencies from './rules/importsAsDependencies.js';
-import informativeDocs from './rules/informativeDocs.js';
-import linesBeforeBlock from './rules/linesBeforeBlock.js';
-import matchDescription from './rules/matchDescription.js';
-import matchName from './rules/matchName.js';
-import multilineBlocks from './rules/multilineBlocks.js';
-import noBadBlocks from './rules/noBadBlocks.js';
-import noBlankBlockDescriptions from './rules/noBlankBlockDescriptions.js';
-import noBlankBlocks from './rules/noBlankBlocks.js';
-import noDefaults from './rules/noDefaults.js';
-import noMissingSyntax from './rules/noMissingSyntax.js';
-import noMultiAsterisks from './rules/noMultiAsterisks.js';
-import noRestrictedSyntax from './rules/noRestrictedSyntax.js';
-import normalizeSeeLinks from './rules/normalizeSeeLinks.js';
-import noTypes from './rules/noTypes.js';
-import noUndefinedTypes from './rules/noUndefinedTypes.js';
-import preferImportTag from './rules/preferImportTag.js';
-import requireAsteriskPrefix from './rules/requireAsteriskPrefix.js';
-import requireDescription from './rules/requireDescription.js';
-import requireDescriptionCompleteSentence from './rules/requireDescriptionCompleteSentence.js';
-import requireExample from './rules/requireExample.js';
-import requireFileOverview from './rules/requireFileOverview.js';
-import requireHyphenBeforeParamDescription from './rules/requireHyphenBeforeParamDescription.js';
-import requireJsdoc from './rules/requireJsdoc.js';
-import requireParam from './rules/requireParam.js';
-import requireParamDescription from './rules/requireParamDescription.js';
-import requireParamName from './rules/requireParamName.js';
-import requireParamType from './rules/requireParamType.js';
-import requireProperty from './rules/requireProperty.js';
-import requirePropertyDescription from './rules/requirePropertyDescription.js';
-import requirePropertyName from './rules/requirePropertyName.js';
-import requirePropertyType from './rules/requirePropertyType.js';
-import requireRejects from './rules/requireRejects.js';
-import requireReturns from './rules/requireReturns.js';
-import requireReturnsCheck from './rules/requireReturnsCheck.js';
-import requireReturnsDescription from './rules/requireReturnsDescription.js';
-import requireReturnsType from './rules/requireReturnsType.js';
-import requireTags from './rules/requireTags.js';
-import requireTemplate from './rules/requireTemplate.js';
-import requireThrows from './rules/requireThrows.js';
-import requireYields from './rules/requireYields.js';
-import requireYieldsCheck from './rules/requireYieldsCheck.js';
-import sortTags from './rules/sortTags.js';
-import tagLines from './rules/tagLines.js';
-import textEscaping from './rules/textEscaping.js';
-import tsMethodSignatureStyle from './rules/tsMethodSignatureStyle.js';
-import tsNoEmptyObjectType from './rules/tsNoEmptyObjectType.js';
-import tsNoUnnecessaryTemplateExpression from './rules/tsNoUnnecessaryTemplateExpression.js';
-import tsPreferFunctionType from './rules/tsPreferFunctionType.js';
-import typeFormatting from './rules/typeFormatting.js';
-import validTypes from './rules/validTypes.js';
-import {
- ESLint,
-} from 'eslint';
-import semver from 'semver';
-
-/**
- * @typedef {"recommended" | "stylistic" | "contents" | "logical" | "requirements"} ConfigGroups
- * @typedef {"" | "-typescript" | "-typescript-flavor"} ConfigVariants
- * @typedef {"" | "-error"} ErrorLevelVariants
- * @type {import('eslint').ESLint.Plugin & {
- * configs: Record<
- * `flat/${ConfigGroups}${ConfigVariants}${ErrorLevelVariants}`,
- * import('eslint').Linter.Config
- * > &
- * Record<
- * "examples"|"default-expressions"|"examples-and-default-expressions",
- * import('eslint').Linter.Config[]
- * > &
- * Record<"flat/recommended-mixed", import('eslint').Linter.Config[]>
- * }}
- */
-const index = {};
-index.configs = {};
-index.rules = {
- 'check-access': checkAccess,
- 'check-alignment': checkAlignment,
- 'check-examples': checkExamples,
- 'check-indentation': checkIndentation,
- 'check-line-alignment': checkLineAlignment,
- 'check-param-names': checkParamNames,
- 'check-property-names': checkPropertyNames,
- 'check-syntax': checkSyntax,
- 'check-tag-names': checkTagNames,
- 'check-template-names': checkTemplateNames,
- 'check-types': checkTypes,
- 'check-values': checkValues,
- 'convert-to-jsdoc-comments': convertToJsdocComments,
- 'empty-tags': emptyTags,
- 'escape-inline-tags': escapeInlineTags,
- 'implements-on-classes': implementsOnClasses,
- 'imports-as-dependencies': importsAsDependencies,
- 'informative-docs': informativeDocs,
- 'lines-before-block': linesBeforeBlock,
- 'match-description': matchDescription,
- 'match-name': matchName,
- 'multiline-blocks': multilineBlocks,
- 'no-bad-blocks': noBadBlocks,
- 'no-blank-block-descriptions': noBlankBlockDescriptions,
- 'no-blank-blocks': noBlankBlocks,
- 'no-defaults': noDefaults,
- 'no-missing-syntax': noMissingSyntax,
- 'no-multi-asterisks': noMultiAsterisks,
- 'no-restricted-syntax': noRestrictedSyntax,
- 'no-types': noTypes,
- 'no-undefined-types': noUndefinedTypes,
- 'normalize-see-links': normalizeSeeLinks,
- 'prefer-import-tag': preferImportTag,
- 'reject-any-type': buildRejectOrPreferRuleDefinition({
- description: 'Reports use of `any` or `*` type',
- overrideSettings: {
- '*': {
- message: 'Prefer a more specific type to `*`',
- replacement: false,
- unifyParentAndChildTypeChecks: true,
- },
- any: {
- message: 'Prefer a more specific type to `any`',
- replacement: false,
- unifyParentAndChildTypeChecks: true,
- },
- },
- url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/reject-any-type.md#repos-sticky-header',
- }),
- 'reject-function-type': buildRejectOrPreferRuleDefinition({
- description: 'Reports use of `Function` type',
- overrideSettings: {
- Function: {
- message: 'Prefer a more specific type to `Function`',
- replacement: false,
- unifyParentAndChildTypeChecks: true,
- },
- },
- url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/reject-function-type.md#repos-sticky-header',
- }),
- 'require-asterisk-prefix': requireAsteriskPrefix,
- 'require-description': requireDescription,
- 'require-description-complete-sentence': requireDescriptionCompleteSentence,
- 'require-example': requireExample,
- 'require-file-overview': requireFileOverview,
- 'require-hyphen-before-param-description': requireHyphenBeforeParamDescription,
- 'require-jsdoc': requireJsdoc,
- 'require-next-description': buildForbidRuleDefinition({
- contexts: [
- {
- comment: 'JsdocBlock:has(JsdocTag[tag=next]:not([name!=""]):not([description!=""]))',
- context: 'any',
- message: '@next should have a description',
- },
- ],
- description: 'Requires a description for `@next` tags',
- url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-next-description.md#repos-sticky-header',
- }),
- 'require-next-type': buildForbidRuleDefinition({
- contexts: [
- {
- comment: 'JsdocBlock:has(JsdocTag[tag=next]:not([parsedType.type]))',
- context: 'any',
- message: '@next should have a type',
- },
- ],
- description: 'Requires a type for `@next` tags',
- url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-next-type.md#repos-sticky-header',
- }),
- 'require-param': requireParam,
- 'require-param-description': requireParamDescription,
- 'require-param-name': requireParamName,
- 'require-param-type': requireParamType,
- 'require-property': requireProperty,
- 'require-property-description': requirePropertyDescription,
- 'require-property-name': requirePropertyName,
- 'require-property-type': requirePropertyType,
- 'require-rejects': requireRejects,
- 'require-returns': requireReturns,
- 'require-returns-check': requireReturnsCheck,
- 'require-returns-description': requireReturnsDescription,
- 'require-returns-type': requireReturnsType,
- 'require-tags': requireTags,
- 'require-template': requireTemplate,
- 'require-template-description': buildForbidRuleDefinition({
- contexts: [
- {
- comment: 'JsdocBlock:has(JsdocTag[tag=template]:not([description!=""]))',
- context: 'any',
- message: '@template should have a description',
- },
- ],
- description: 'Requires a description for `@template` tags',
- url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-template-description.md#repos-sticky-header',
- }),
- 'require-throws': requireThrows,
- 'require-throws-description': buildForbidRuleDefinition({
- contexts: [
- {
- comment: 'JsdocBlock:has(JsdocTag[tag=/^(?:throws|exception)$/]:not([description!=""]))',
- context: 'any',
- message: '@throws should have a description',
- },
- ],
- description: 'Requires a description for `@throws` tags',
- url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-throws-description.md#repos-sticky-header',
- }),
- 'require-throws-type': buildForbidRuleDefinition({
- contexts: [
- {
- comment: 'JsdocBlock:has(JsdocTag[tag=/^(?:throws|exception)$/]:not([parsedType.type]))',
- context: 'any',
- message: '@throws should have a type',
- },
- ],
- description: 'Requires a type for `@throws` tags',
- url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-throws-type.md#repos-sticky-header',
- }),
- 'require-yields': requireYields,
- 'require-yields-check': requireYieldsCheck,
- 'require-yields-description': buildForbidRuleDefinition({
- contexts: [
- {
- comment: 'JsdocBlock:has(JsdocTag[tag=/^yields?$/]:not([name!=""]):not([description!=""]))',
- context: 'any',
- message: '@yields should have a description',
- },
- ],
- description: 'Requires a description for `@yields` tags',
- url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-yields-description.md#repos-sticky-header',
- }),
- 'require-yields-type': buildForbidRuleDefinition({
- contexts: [
- {
- comment: 'JsdocBlock:has(JsdocTag[tag=/^yields?$/]:not([parsedType.type]))',
- context: 'any',
- message: '@yields should have a type',
- },
- ],
- description: 'Requires a type for `@yields` tags',
- url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-yields-type.md#repos-sticky-header',
- }),
- 'sort-tags': sortTags,
- 'tag-lines': tagLines,
- 'text-escaping': textEscaping,
- 'ts-method-signature-style': tsMethodSignatureStyle,
- 'ts-no-empty-object-type': tsNoEmptyObjectType,
- 'ts-no-unnecessary-template-expression': tsNoUnnecessaryTemplateExpression,
- 'ts-prefer-function-type': tsPreferFunctionType,
- 'type-formatting': typeFormatting,
- 'valid-types': validTypes,
-};
-
-/**
- * @param {"warn"|"error"} warnOrError
- * @param {string} [flatName]
- * @returns {import('eslint').Linter.Config}
- */
-const createRecommendedRuleset = (warnOrError, flatName) => {
- return {
- ...(flatName ? {
- name: 'jsdoc/' + flatName,
- } : {}),
- // @ts-expect-error ESLint 8 plugins
- plugins:
- flatName ? {
- jsdoc: index,
- } : [
- 'jsdoc',
- ],
- rules: {
- 'jsdoc/check-access': warnOrError,
- 'jsdoc/check-alignment': warnOrError,
- 'jsdoc/check-examples': 'off',
- 'jsdoc/check-indentation': 'off',
- 'jsdoc/check-line-alignment': 'off',
- 'jsdoc/check-param-names': warnOrError,
- 'jsdoc/check-property-names': warnOrError,
- 'jsdoc/check-syntax': 'off',
- 'jsdoc/check-tag-names': warnOrError,
- 'jsdoc/check-template-names': 'off',
- 'jsdoc/check-types': warnOrError,
- 'jsdoc/check-values': warnOrError,
- 'jsdoc/convert-to-jsdoc-comments': 'off',
- 'jsdoc/empty-tags': warnOrError,
- 'jsdoc/escape-inline-tags': warnOrError,
- 'jsdoc/implements-on-classes': warnOrError,
- 'jsdoc/imports-as-dependencies': 'off',
- 'jsdoc/informative-docs': 'off',
- 'jsdoc/lines-before-block': 'off',
- 'jsdoc/match-description': 'off',
- 'jsdoc/match-name': 'off',
- 'jsdoc/multiline-blocks': warnOrError,
- 'jsdoc/no-bad-blocks': 'off',
- 'jsdoc/no-blank-block-descriptions': 'off',
- 'jsdoc/no-blank-blocks': 'off',
- 'jsdoc/no-defaults': warnOrError,
- 'jsdoc/no-missing-syntax': 'off',
- 'jsdoc/no-multi-asterisks': warnOrError,
- 'jsdoc/no-restricted-syntax': 'off',
- 'jsdoc/no-types': 'off',
- 'jsdoc/no-undefined-types': warnOrError,
- 'jsdoc/normalize-see-links': 'off',
- 'jsdoc/prefer-import-tag': 'off',
- 'jsdoc/reject-any-type': warnOrError,
- 'jsdoc/reject-function-type': warnOrError,
- 'jsdoc/require-asterisk-prefix': 'off',
- 'jsdoc/require-description': 'off',
- 'jsdoc/require-description-complete-sentence': 'off',
- 'jsdoc/require-example': 'off',
- 'jsdoc/require-file-overview': 'off',
- 'jsdoc/require-hyphen-before-param-description': 'off',
- 'jsdoc/require-jsdoc': warnOrError,
- 'jsdoc/require-next-description': 'off',
- 'jsdoc/require-next-type': warnOrError,
- 'jsdoc/require-param': warnOrError,
- 'jsdoc/require-param-description': warnOrError,
- 'jsdoc/require-param-name': warnOrError,
- 'jsdoc/require-param-type': warnOrError,
- 'jsdoc/require-property': warnOrError,
- 'jsdoc/require-property-description': warnOrError,
- 'jsdoc/require-property-name': warnOrError,
- 'jsdoc/require-property-type': warnOrError,
- 'jsdoc/require-rejects': 'off',
- 'jsdoc/require-returns': warnOrError,
- 'jsdoc/require-returns-check': warnOrError,
- 'jsdoc/require-returns-description': warnOrError,
- 'jsdoc/require-returns-type': warnOrError,
- 'jsdoc/require-tags': 'off',
- 'jsdoc/require-template': 'off',
- 'jsdoc/require-template-description': 'off',
- 'jsdoc/require-throws': 'off',
- 'jsdoc/require-throws-description': 'off',
- 'jsdoc/require-throws-type': warnOrError,
- 'jsdoc/require-yields': warnOrError,
- 'jsdoc/require-yields-check': warnOrError,
- 'jsdoc/require-yields-description': 'off',
- 'jsdoc/require-yields-type': warnOrError,
- 'jsdoc/sort-tags': 'off',
- 'jsdoc/tag-lines': warnOrError,
- 'jsdoc/text-escaping': 'off',
- 'jsdoc/ts-method-signature-style': 'off',
- 'jsdoc/ts-no-empty-object-type': warnOrError,
- 'jsdoc/ts-no-unnecessary-template-expression': 'off',
- 'jsdoc/ts-prefer-function-type': 'off',
- 'jsdoc/type-formatting': 'off',
- 'jsdoc/valid-types': warnOrError,
- },
- };
-};
-
-/**
- * @param {"warn"|"error"} warnOrError
- * @param {string} [flatName]
- * @returns {import('eslint').Linter.Config}
- */
-const createRecommendedTypeScriptRuleset = (warnOrError, flatName) => {
- const ruleset = createRecommendedRuleset(warnOrError, flatName);
-
- return {
- ...ruleset,
- rules: {
- ...ruleset.rules,
- /* eslint-disable @stylistic/indent -- Extra indent to avoid use by auto-rule-editing */
- 'jsdoc/check-tag-names': [
- warnOrError, {
- typed: true,
- },
- ],
- 'jsdoc/no-types': warnOrError,
- 'jsdoc/no-undefined-types': 'off',
- 'jsdoc/require-param-type': 'off',
- 'jsdoc/require-property-type': 'off',
- 'jsdoc/require-returns-type': 'off',
- /* eslint-enable @stylistic/indent */
- },
- };
-};
-
-/**
- * @param {"warn"|"error"} warnOrError
- * @param {string} [flatName]
- * @returns {import('eslint').Linter.Config}
- */
-const createRecommendedTsDocRuleset = (warnOrError, flatName) => {
- const ruleset = createRecommendedTypeScriptRuleset(warnOrError, flatName);
-
- return {
- ...ruleset,
- rules: {
- ...ruleset.rules,
- /* eslint-disable @stylistic/indent -- Extra indent to avoid use by auto-rule-editing */
- 'jsdoc/require-next-type': 'off',
- 'jsdoc/require-throws-type': 'off',
- 'jsdoc/require-yields-type': 'off',
- /* eslint-enable @stylistic/indent */
- },
- };
-};
-
-/**
- * @param {"warn"|"error"} warnOrError
- * @param {string} [flatName]
- * @returns {import('eslint').Linter.Config}
- */
-const createRecommendedTypeScriptFlavorRuleset = (warnOrError, flatName) => {
- const ruleset = createRecommendedRuleset(warnOrError, flatName);
-
- return {
- ...ruleset,
- rules: {
- ...ruleset.rules,
- /* eslint-disable @stylistic/indent -- Extra indent to avoid use by auto-rule-editing */
- 'jsdoc/no-undefined-types': 'off',
- /* eslint-enable @stylistic/indent */
- },
- };
-};
-
-/**
- * @param {(string | unknown[])[]} ruleNames
- */
-const createStandaloneRulesetFactory = (ruleNames) => {
- /**
- * @param {"warn"|"error"} warnOrError
- * @param {string} [flatName]
- * @returns {import('eslint').Linter.Config}
- */
- return (warnOrError, flatName) => {
- return {
- name: 'jsdoc/' + flatName,
- plugins: {
- jsdoc: index,
- },
- rules: Object.fromEntries(
- ruleNames.map(
- (ruleName) => {
- return (typeof ruleName === 'string' ?
- [
- ruleName, warnOrError,
- ] :
- [
- ruleName[0], [
- warnOrError, ...ruleName.slice(1),
- ],
- ]);
- },
- ),
- ),
- };
- };
-};
-
-const contentsRules = [
- 'jsdoc/informative-docs',
- 'jsdoc/match-description',
- 'jsdoc/no-blank-block-descriptions',
- 'jsdoc/no-blank-blocks',
- [
- 'jsdoc/text-escaping', {
- escapeHTML: true,
- },
- ],
-];
-
-const createContentsTypescriptRuleset = createStandaloneRulesetFactory(contentsRules);
-
-const createContentsTypescriptFlavorRuleset = createStandaloneRulesetFactory(contentsRules);
-
-const logicalRules = [
- 'jsdoc/check-access',
- 'jsdoc/check-param-names',
- 'jsdoc/check-property-names',
- 'jsdoc/check-syntax',
- 'jsdoc/check-tag-names',
- 'jsdoc/check-template-names',
- 'jsdoc/check-types',
- 'jsdoc/check-values',
- 'jsdoc/empty-tags',
- 'jsdoc/escape-inline-tags',
- 'jsdoc/implements-on-classes',
- 'jsdoc/require-returns-check',
- 'jsdoc/require-yields-check',
- 'jsdoc/no-bad-blocks',
- 'jsdoc/no-defaults',
- 'jsdoc/no-types',
- 'jsdoc/no-undefined-types',
- 'jsdoc/valid-types',
-];
-
-const createLogicalTypescriptRuleset = createStandaloneRulesetFactory(logicalRules);
-
-const createLogicalTypescriptFlavorRuleset = createStandaloneRulesetFactory(logicalRules);
-
-const requirementsRules = [
- 'jsdoc/require-example',
- 'jsdoc/require-jsdoc',
- 'jsdoc/require-next-type',
- 'jsdoc/require-param',
- 'jsdoc/require-param-description',
- 'jsdoc/require-param-name',
- 'jsdoc/require-property',
- 'jsdoc/require-property-description',
- 'jsdoc/require-property-name',
- 'jsdoc/require-returns',
- 'jsdoc/require-returns-description',
- 'jsdoc/require-throws-type',
- 'jsdoc/require-yields',
- 'jsdoc/require-yields-type',
-];
-
-const createRequirementsTypeScriptRuleset = createStandaloneRulesetFactory(requirementsRules);
-
-const createRequirementsTypeScriptFlavorRuleset = createStandaloneRulesetFactory([
- ...requirementsRules,
- 'jsdoc/require-param-type',
- 'jsdoc/require-property-type',
- 'jsdoc/require-returns-type',
- 'jsdoc/require-template',
-]);
-
-const stylisticRules = [
- 'jsdoc/check-alignment',
- 'jsdoc/check-line-alignment',
- 'jsdoc/lines-before-block',
- 'jsdoc/multiline-blocks',
- 'jsdoc/no-multi-asterisks',
- 'jsdoc/require-asterisk-prefix',
- [
- 'jsdoc/require-hyphen-before-param-description', 'never',
- ],
- 'jsdoc/tag-lines',
-];
-
-const createStylisticTypeScriptRuleset = createStandaloneRulesetFactory(stylisticRules);
-
-const createStylisticTypeScriptFlavorRuleset = createStandaloneRulesetFactory(stylisticRules);
-
-/* c8 ignore next 3 -- TS */
-if (!index.configs) {
- throw new Error('TypeScript guard');
-}
-
-index.configs.recommended = createRecommendedRuleset('warn');
-index.configs['recommended-error'] = createRecommendedRuleset('error');
-index.configs['recommended-typescript'] = createRecommendedTypeScriptRuleset('warn');
-index.configs['recommended-typescript-error'] = createRecommendedTypeScriptRuleset('error');
-index.configs['recommended-typescript-flavor'] = createRecommendedTypeScriptFlavorRuleset('warn');
-index.configs['recommended-typescript-flavor-error'] = createRecommendedTypeScriptFlavorRuleset('error');
-index.configs['recommended-tsdoc'] = createRecommendedTsDocRuleset('warn');
-index.configs['recommended-tsdoc-error'] = createRecommendedTsDocRuleset('error');
-
-index.configs['flat/recommended'] = createRecommendedRuleset('warn', 'flat/recommended');
-index.configs['flat/recommended-error'] = createRecommendedRuleset('error', 'flat/recommended-error');
-index.configs['flat/recommended-typescript'] = createRecommendedTypeScriptRuleset('warn', 'flat/recommended-typescript');
-index.configs['flat/recommended-typescript-error'] = createRecommendedTypeScriptRuleset('error', 'flat/recommended-typescript-error');
-index.configs['flat/recommended-typescript-flavor'] = createRecommendedTypeScriptFlavorRuleset('warn', 'flat/recommended-typescript-flavor');
-index.configs['flat/recommended-typescript-flavor-error'] = createRecommendedTypeScriptFlavorRuleset('error', 'flat/recommended-typescript-flavor-error');
-index.configs['flat/recommended-tsdoc'] = createRecommendedTsDocRuleset('warn', 'flat/recommended-tsdoc');
-index.configs['flat/recommended-tsdoc-error'] = createRecommendedTsDocRuleset('error', 'flat/recommended-tsdoc-error');
-
-index.configs['flat/contents-typescript'] = createContentsTypescriptRuleset('warn', 'flat/contents-typescript');
-index.configs['flat/contents-typescript-error'] = createContentsTypescriptRuleset('error', 'flat/contents-typescript-error');
-index.configs['flat/contents-typescript-flavor'] = createContentsTypescriptFlavorRuleset('warn', 'flat/contents-typescript-flavor');
-index.configs['flat/contents-typescript-flavor-error'] = createContentsTypescriptFlavorRuleset('error', 'flat/contents-typescript-error-flavor');
-index.configs['flat/logical-typescript'] = createLogicalTypescriptRuleset('warn', 'flat/logical-typescript');
-index.configs['flat/logical-typescript-error'] = createLogicalTypescriptRuleset('error', 'flat/logical-typescript-error');
-index.configs['flat/logical-typescript-flavor'] = createLogicalTypescriptFlavorRuleset('warn', 'flat/logical-typescript-flavor');
-index.configs['flat/logical-typescript-flavor-error'] = createLogicalTypescriptFlavorRuleset('error', 'flat/logical-typescript-error-flavor');
-index.configs['flat/requirements-typescript'] = createRequirementsTypeScriptRuleset('warn', 'flat/requirements-typescript');
-index.configs['flat/requirements-typescript-error'] = createRequirementsTypeScriptRuleset('error', 'flat/requirements-typescript-error');
-index.configs['flat/requirements-typescript-flavor'] = createRequirementsTypeScriptFlavorRuleset('warn', 'flat/requirements-typescript-flavor');
-index.configs['flat/requirements-typescript-flavor-error'] = createRequirementsTypeScriptFlavorRuleset('error', 'flat/requirements-typescript-error-flavor');
-index.configs['flat/stylistic-typescript'] = createStylisticTypeScriptRuleset('warn', 'flat/stylistic-typescript');
-index.configs['flat/stylistic-typescript-error'] = createStylisticTypeScriptRuleset('error', 'flat/stylistic-typescript-error');
-index.configs['flat/stylistic-typescript-flavor'] = createStylisticTypeScriptFlavorRuleset('warn', 'flat/stylistic-typescript-flavor');
-index.configs['flat/stylistic-typescript-flavor-error'] = createStylisticTypeScriptFlavorRuleset('error', 'flat/stylistic-typescript-error-flavor');
-
-index.configs.examples = /** @type {import('eslint').Linter.Config[]} */ ([
- {
- files: [
- '**/*.js',
- ],
- name: 'jsdoc/examples/processor',
- plugins: {
- examples: getJsdocProcessorPlugin(),
- },
- processor: 'examples/examples',
- },
- {
- files: [
- '**/*.md/*.js',
- ],
- name: 'jsdoc/examples/rules',
- rules: {
- // "always" newline rule at end unlikely in sample code
- '@stylistic/eol-last': 0,
- // Often wish to start `@example` code after newline; also may use
- // empty lines for spacing
- '@stylistic/no-multiple-empty-lines': 0,
-
- // Can generally look nicer to pad a little even if code imposes more stringency
- '@stylistic/padded-blocks': 0,
-
- '@typescript-eslint/no-unused-vars': 0,
-
- // Wouldn't generally expect example paths to resolve relative to JS file
- 'import/no-unresolved': 0,
-
- // Snippets likely too short to always include import/export info
- 'import/unambiguous': 0,
-
- 'jsdoc/require-file-overview': 0,
-
- // The end of a multiline comment would end the comment the example is in.
- 'jsdoc/require-jsdoc': 0,
-
- // See import/no-unresolved
- 'n/no-missing-import': 0,
-
- 'n/no-missing-require': 0,
-
- // Unlikely to have inadvertent debugging within examples
- 'no-console': 0,
-
- /* c8 ignore next 11 -- Coercion should work */
- ...(semver.gte(semver.coerce(ESLint.version) ?? '9.0.0', '9.0.0') ? {} : {
- // "always" newline rule at end unlikely in sample code
- 'eol-last': 0,
-
- // Often wish to start `@example` code after newline; also may use
- // empty lines for spacing
- 'no-multiple-empty-lines': 0,
-
- // Can generally look nicer to pad a little even if code imposes more stringency
- 'padded-blocks': 0,
- }),
-
- // Many variables in examples will be `undefined`
- 'no-undef': 0,
- // Common to define variables for clarity without always using them
- 'no-unused-vars': 0,
-
- // See import/no-unresolved
- 'node/no-missing-import': 0,
- 'node/no-missing-require': 0,
- },
- },
-]);
-
-index.configs['default-expressions'] = /** @type {import('eslint').Linter.Config[]} */ ([
- {
- files: [
- '**/*.js',
- ],
- name: 'jsdoc/default-expressions/processor',
- plugins: {
- examples: getJsdocProcessorPlugin({
- checkDefaults: true,
- checkParams: true,
- checkProperties: true,
- }),
- },
- processor: 'examples/examples',
- },
- {
- files: [
- '**/*.jsdoc-defaults', '**/*.jsdoc-params', '**/*.jsdoc-properties',
- ],
- name: 'jsdoc/default-expressions/rules',
- rules: {
- ...index.configs.examples[1].rules,
- '@stylistic/quotes': [
- 'error', 'double',
- ],
- '@stylistic/semi': [
- 'error', 'never',
- ],
- '@typescript-eslint/no-unused-expressions': 0,
- 'chai-friendly/no-unused-expressions': 0,
- 'no-empty-function': 0,
- 'no-new': 0,
- 'no-unused-expressions': 0,
- /* c8 ignore next 8 -- Coercion should work */
- ...(semver.gte(semver.coerce(ESLint.version) ?? '9.0.0', '9.0.0') ? {} : {
- quotes: [
- 'error', 'double',
- ],
- semi: [
- 'error', 'never',
- ],
- }),
- strict: 0,
- },
- },
-]);
-
-index.configs['examples-and-default-expressions'] = /** @type {import('eslint').Linter.Config[]} */ ([
- {
- name: 'jsdoc/examples-and-default-expressions',
- plugins: {
- examples: getJsdocProcessorPlugin({
- checkDefaults: true,
- checkParams: true,
- checkProperties: true,
- }),
- },
- },
- ...index.configs.examples.map((config) => {
- return {
- ...config,
- plugins: {},
- };
- }),
- ...index.configs['default-expressions'].map((config) => {
- return {
- ...config,
- plugins: {},
- };
- }),
-]);
-
-index.configs['flat/recommended-mixed'] = [
- {
- ...index.configs['flat/recommended-typescript-flavor'],
- files: [
- '**/*.{js,jsx,cjs,mjs}',
- ],
- },
- {
- ...index.configs['flat/recommended-typescript'],
- files: [
- '**/*.{ts,tsx,cts,mts}',
- ],
- },
-];
-
-export default index;
diff --git src/index-esm.js src/index-esm.js
deleted file mode 100644
index 21e16c719..000000000
--- src/index-esm.js
+++ /dev/null
@@ -1,196 +0,0 @@
-/* eslint-disable perfectionist/sort-imports -- For auto-generate; Do not remove */
-import {
- merge,
-} from 'object-deep-merge';
-
-// BEGIN REPLACE
-import index from './index-cjs.js';
-import {
- buildForbidRuleDefinition,
-} from './buildForbidRuleDefinition.js';
-import {
- buildRejectOrPreferRuleDefinition,
-} from './buildRejectOrPreferRuleDefinition.js';
-
-// eslint-disable-next-line unicorn/prefer-export-from --- Reusing `index`
-export default index;
-// END REPLACE
-
-/**
- * @type {((
- * cfg?: import('eslint').Linter.Config & {
- * config?: `flat/${import('./index-cjs.js').ConfigGroups}${import('./index-cjs.js').ConfigVariants}${import('./index-cjs.js').ErrorLevelVariants}`,
- * mergeSettings?: boolean,
- * settings?: Partial<import('./iterateJsdoc.js').Settings>,
- * rules?: {[key in keyof import('./rules.d.ts').Rules]?: import('eslint').Linter.RuleEntry<import('./rules.d.ts').Rules[key]>},
- * extraRuleDefinitions?: {
- * forbid?: {
- * [contextName: string]: {
- * description?: string,
- * url?: string,
- * contexts: (string|{
- * message: string,
- * context: string,
- * comment: string
- * })[]
- * }
- * },
- * preferTypes?: {
- * [typeName: string]: {
- * description: string,
- * overrideSettings: {
- * [typeNodeName: string]: {
- * message: string,
- * replacement?: false|string,
- * unifyParentAndChildTypeChecks?: boolean,
- * }
- * },
- * url: string,
- * }
- * }
- * }
- * }
- * ) => import('eslint').Linter.Config)}
- */
-export const jsdoc = function (cfg) {
- /** @type {import('eslint').Linter.Config} */
- let outputConfig = {
- plugins: {
- jsdoc: index,
- },
- };
-
- if (cfg) {
- if (cfg.config) {
- // @ts-expect-error Security check
- if (cfg.config === '__proto__') {
- throw new TypeError('Disallowed config value');
- }
-
- outputConfig = /** @type {import('eslint').Linter.Config} */ (index.configs[cfg.config]);
- }
-
- if (cfg.rules) {
- outputConfig.rules = {
- ...outputConfig.rules,
- ...cfg.rules,
- };
- }
-
- if (cfg.plugins) {
- outputConfig.plugins = {
- ...outputConfig.plugins,
- ...cfg.plugins,
- };
- }
-
- if (cfg.name) {
- outputConfig.name = cfg.name;
- }
-
- if (cfg.basePath) {
- outputConfig.basePath = cfg.basePath;
- }
-
- if (cfg.files) {
- outputConfig.files = cfg.files;
- }
-
- if (cfg.ignores) {
- outputConfig.ignores = cfg.ignores;
- }
-
- if (cfg.language) {
- outputConfig.language = cfg.language;
- }
-
- if (cfg.languageOptions) {
- outputConfig.languageOptions = cfg.languageOptions;
- }
-
- if (cfg.linterOptions) {
- outputConfig.linterOptions = cfg.linterOptions;
- }
-
- if (cfg.processor) {
- outputConfig.processor = cfg.processor;
- }
-
- if (cfg.extraRuleDefinitions) {
- if (!outputConfig.plugins?.jsdoc?.rules) {
- throw new Error('JSDoc plugin required for `extraRuleDefinitions`');
- }
-
- if (cfg.extraRuleDefinitions.forbid) {
- for (const [
- contextName,
- {
- contexts,
- description,
- url,
- },
- ] of Object.entries(cfg.extraRuleDefinitions.forbid)) {
- outputConfig.plugins.jsdoc.rules[`forbid-${contextName}`] =
- buildForbidRuleDefinition({
- contextName,
- contexts,
- description,
- url,
- });
- }
- }
-
- if (cfg.extraRuleDefinitions.preferTypes) {
- for (const [
- typeName,
- {
- description,
- overrideSettings,
- url,
- },
- ] of Object.entries(cfg.extraRuleDefinitions.preferTypes)) {
- outputConfig.plugins.jsdoc.rules[`prefer-type-${typeName}`] =
- buildRejectOrPreferRuleDefinition({
- description,
- overrideSettings,
- typeName,
- url,
- });
- }
- }
- }
- }
-
- outputConfig.settings = {
- jsdoc: cfg?.mergeSettings === false ?
- cfg.settings :
- merge(
- {},
- cfg?.settings ?? {},
- cfg?.config?.includes('recommended') ?
- {
- // We may need to drop these for "typescript" (non-"flavor") configs,
- // if support is later added: https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html
- structuredTags: {
- next: {
- required: [
- 'type',
- ],
- },
- rejects: {
- required: [
- 'type',
- ],
- },
- },
- } :
- {},
- ),
- };
-
- return outputConfig;
-};
-
-export {
- getJsdocProcessorPlugin,
-} from './getJsdocProcessorPlugin.js';
diff --git src/index.cjs.cts src/index.cjs.cts
deleted file mode 100644
index ecb4749a1..000000000
--- src/index.cjs.cts
+++ /dev/null
@@ -1,3 +0,0 @@
-import items from './index-cjs.js';
-
-export = items;
diff --git src/index.js src/index.js
index 660225736..e09dea03b 100644
--- src/index.js
+++ src/index.js
@@ -1,9 +1,3 @@
-/* AUTO-GENERATED BY build SCRIPT */
-/* eslint-disable perfectionist/sort-imports -- For auto-generate; Do not remove */
-import {
- merge,
-} from 'object-deep-merge';
-
import {
buildForbidRuleDefinition,
} from './buildForbidRuleDefinition.js';
@@ -83,15 +77,20 @@ import validTypes from './rules/validTypes.js';
import {
ESLint,
} from 'eslint';
+import {
+ merge,
+} from 'object-deep-merge';
import semver from 'semver';
/**
* @typedef {"recommended" | "stylistic" | "contents" | "logical" | "requirements"} ConfigGroups
* @typedef {"" | "-typescript" | "-typescript-flavor"} ConfigVariants
* @typedef {"" | "-error"} ErrorLevelVariants
+ * @typedef {`flat/${ConfigGroups}${ConfigVariants}${ErrorLevelVariants}` |
+ * "flat/recommended-tsdoc" | "flat/recommended-tsdoc-error"} FlatConfigNames
* @type {import('eslint').ESLint.Plugin & {
* configs: Record<
- * `flat/${ConfigGroups}${ConfigVariants}${ErrorLevelVariants}`,
+ * FlatConfigNames,
* import('eslint').Linter.Config
* > &
* Record<
@@ -766,7 +765,7 @@ export default index;
/**
* @type {((
* cfg?: import('eslint').Linter.Config & {
- * config?: `flat/${ConfigGroups}${ConfigVariants}${ErrorLevelVariants}`,
+ * config?: FlatConfigNames,
* mergeSettings?: boolean,
* settings?: Partial<import('./iterateJsdoc.js').Settings>,
* rules?: {[key in keyof import('./rules.d.ts').Rules]?: import('eslint').Linter.RuleEntry<import('./rules.d.ts').Rules[key]>},
diff --git src/iterateJsdoc.cts src/iterateJsdoc.cts
deleted file mode 100644
index 667cee877..000000000
--- src/iterateJsdoc.cts
+++ /dev/null
@@ -1,7 +0,0 @@
-import iterateJsdoc, {getSettings, parseComment} from './iterateJsdoc.js';
-
-export = {
- default: iterateJsdoc as typeof iterateJsdoc,
- getSettings: getSettings as typeof getSettings,
- parseComment: parseComment as typeof parseComment
-};
diff --git test/jsdocUtils.js test/jsdocUtils.js
index df2cf4853..977c6e780 100644
--- test/jsdocUtils.js
+++ test/jsdocUtils.js
@@ -169,6 +169,7 @@ describe('jsdocUtils', () => {
});
describe('parseClosureTemplateTag()', () => {
it('splits multiple template names on top-level commas', () => {
+ // @ts-expect-error Testing
expect(jsdocUtils.parseClosureTemplateTag({
name: 'S, T',
})).to.deep.equal([
@@ -176,6 +177,7 @@ describe('jsdocUtils', () => {
]);
});
it('returns a single template name', () => {
+ // @ts-expect-error Testing
expect(jsdocUtils.parseClosureTemplateTag({
name: 'T',
})).to.deep.equal([
@@ -183,6 +185,7 @@ describe('jsdocUtils', () => {
]);
});
it('splits multiple defaulted names within the optional wrapper', () => {
+ // @ts-expect-error Testing
expect(jsdocUtils.parseClosureTemplateTag({
name: '[T=string, U=number]',
})).to.deep.equal([
@@ -190,6 +193,7 @@ describe('jsdocUtils', () => {
]);
});
it('keeps commas inside a generic-type default', () => {
+ // @ts-expect-error Testing
expect(jsdocUtils.parseClosureTemplateTag({
name: '[T=Record<string, unknown>]',
})).to.deep.equal([
@@ -197,6 +201,7 @@ describe('jsdocUtils', () => {
]);
});
it('keeps commas inside an object-type default', () => {
+ // @ts-expect-error Testing
expect(jsdocUtils.parseClosureTemplateTag({
name: '[T={a: string, b: number}]',
})).to.deep.equal([
@@ -204,6 +209,7 @@ describe('jsdocUtils', () => {
]);
});
it('keeps commas inside a function-type default', () => {
+ // @ts-expect-error Testing
expect(jsdocUtils.parseClosureTemplateTag({
name: '[T=(a: string, b: number) => void]',
})).to.deep.equal([
@@ -211,6 +217,7 @@ describe('jsdocUtils', () => {
]);
});
it('does not let an unbalanced closer push depth below zero', () => {
+ // @ts-expect-error Testing
expect(jsdocUtils.parseClosureTemplateTag({
name: 'A>, B',
})).to.deep.equal([
diff --git tsconfig-cjs.json tsconfig-cjs.json
deleted file mode 100644
index 2ff437d41..000000000
--- tsconfig-cjs.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "compilerOptions": {
- "target": "es2023", // Or your desired target
- "module": "commonjs", // Crucial for CommonJS output
- "allowJs": true,
- "declaration": true, // Generates declaration files (.d.ts)
- "emitDeclarationOnly": true,
- "outDir": "./dist/cjs", // Output directory for CommonJS files
- "esModuleInterop": true, // Improves interoperability between ESM and CJS
- "forceConsistentCasingInFileNames": true,
- "strict": true,
- "skipLibCheck": true
- },
- "include": [
- "src/*.cts"
- ] // Your source files
-}
diff --git tsconfig.json tsconfig.json
index 543f010ee..21612705b 100644
--- tsconfig.json
+++ tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["es2024"],
- "types": ["node"],
+ "types": ["node", "mocha"],
"moduleResolution": "Bundler",
"module": "ESNext",
"allowJs": true,
DescriptionConverts the plugin to ESM-only. Drops the CJS dual build (rollup bundle of Possible Issues
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^63.3.2→^64.0.0Release Notes
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v64.2.1Compare Source
Bug Fixes
v64.2.0Compare Source
Features
v64.1.0Compare Source
Features
v64.0.2Compare Source
Bug Fixes
v64.0.1Compare Source
Bug Fixes
v64.0.0Compare Source
Features
BREAKING CHANGES
require(esm)with newly supported Node versionsConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.