Update dependency eslint to v9.36.0 (#16)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | [`9.34.0` -> `9.36.0`](https://renovatebot.com/diffs/npm/eslint/9.34.0/9.36.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.36.0`](https://github.com/eslint/eslint/releases/tag/v9.36.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.35.0...v9.36.0) #### Features - [`47afcf6`](47afcf668d
) feat: correct `preserve-caught-error` edge cases ([#​20109](https://github.com/eslint/eslint/issues/20109)) (Francesco Trotta) #### Bug Fixes - [`75b74d8`](75b74d865d
) fix: add missing rule option types ([#​20127](https://github.com/eslint/eslint/issues/20127)) (ntnyq) - [`1c0d850`](1c0d85049e
) fix: update `eslint-all.js` to use `Object.freeze` for `rules` object ([#​20116](https://github.com/eslint/eslint/issues/20116)) (루밀LuMir) - [`7d61b7f`](7d61b7fadc
) fix: add missing scope types to `Scope.type` ([#​20110](https://github.com/eslint/eslint/issues/20110)) (Pixel998) - [`7a670c3`](7a670c301b
) fix: correct rule option typings in `rules.d.ts` ([#​20084](https://github.com/eslint/eslint/issues/20084)) (Pixel998) #### Documentation - [`b73ab12`](b73ab12acd
) docs: update examples to use `defineConfig` ([#​20131](https://github.com/eslint/eslint/issues/20131)) (sethamus) - [`31d9392`](31d9392699
) docs: fix typos ([#​20118](https://github.com/eslint/eslint/issues/20118)) (Pixel998) - [`c7f861b`](c7f861b3f8
) docs: Update README (GitHub Actions Bot) - [`6b0c08b`](6b0c08b106
) docs: Update README (GitHub Actions Bot) - [`91f97c5`](91f97c5046
) docs: Update README (GitHub Actions Bot) #### Chores - [`12411e8`](12411e8d45
) chore: upgrade [@​eslint/js](https://github.com/eslint/js)@​9.36.0 ([#​20139](https://github.com/eslint/eslint/issues/20139)) (Milos Djermanovic) - [`488cba6`](488cba6b39
) chore: package.json update for [@​eslint/js](https://github.com/eslint/js) release (Jenkins) - [`bac82a2`](bac82a2a9c
) ci: simplify renovate configuration ([#​19907](https://github.com/eslint/eslint/issues/19907)) (唯然) - [`c00bb37`](c00bb37d62
) ci: bump actions/labeler from 5 to 6 ([#​20090](https://github.com/eslint/eslint/issues/20090)) (dependabot\[bot]) - [`fee751d`](fee751dc8a
) refactor: use `defaultOptions` in rules ([#​20121](https://github.com/eslint/eslint/issues/20121)) (Pixel998) - [`1ace67d`](1ace67d9f7
) chore: update example to use `defineConfig` ([#​20111](https://github.com/eslint/eslint/issues/20111)) (루밀LuMir) - [`4821963`](4821963bf7
) test: add missing loc information to error objects in rule tests ([#​20112](https://github.com/eslint/eslint/issues/20112)) (루밀LuMir) - [`b42c42e`](b42c42e7cd
) chore: disallow use of deprecated `type` property in core rule tests ([#​20094](https://github.com/eslint/eslint/issues/20094)) (Milos Djermanovic) - [`7bb498d`](7bb498d720
) test: remove deprecated `type` property from core rule tests ([#​20093](https://github.com/eslint/eslint/issues/20093)) (Pixel998) - [`e10cf2a`](e10cf2ab42
) ci: bump actions/setup-node from 4 to 5 ([#​20089](https://github.com/eslint/eslint/issues/20089)) (dependabot\[bot]) - [`5cb0ce4`](5cb0ce48ef
) refactor: use `meta.defaultOptions` in `preserve-caught-error` ([#​20080](https://github.com/eslint/eslint/issues/20080)) (Pixel998) - [`f9f7cb5`](f9f7cb578d
) chore: package.json update for eslint-config-eslint release (Jenkins) - [`81764b2`](81764b2980
) chore: update `eslint` peer dependency in `eslint-config-eslint` ([#​20079](https://github.com/eslint/eslint/issues/20079)) (Milos Djermanovic) ### [`v9.35.0`](https://github.com/eslint/eslint/releases/tag/v9.35.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.34.0...v9.35.0) #### Features - [`42761fa`](42761fa7c8
) feat: implement suggestions for no-empty-function ([#​20057](https://github.com/eslint/eslint/issues/20057)) (jaymarvelz) - [`102f444`](102f44442a
) feat: implement suggestions for no-empty-static-block ([#​20056](https://github.com/eslint/eslint/issues/20056)) (jaymarvelz) - [`e51ffff`](e51ffff737
) feat: add `preserve-caught-error` rule ([#​19913](https://github.com/eslint/eslint/issues/19913)) (Amnish Singh Arora) #### Bug Fixes - [`10e7ae2`](10e7ae23e3
) fix: update uncloneable options error message ([#​20059](https://github.com/eslint/eslint/issues/20059)) (soda-sorcery) - [`bfa4601`](bfa46013e7
) fix: ignore empty switch statements with comments in no-empty rule ([#​20045](https://github.com/eslint/eslint/issues/20045)) (jaymarvelz) - [`dfd11de`](dfd11deb24
) fix: add `before` and `after` to test case types ([#​20049](https://github.com/eslint/eslint/issues/20049)) (Francesco Trotta) - [`dabbe95`](dabbe95c39
) fix: correct types for `no-restricted-imports` rule ([#​20034](https://github.com/eslint/eslint/issues/20034)) (Milos Djermanovic) - [`ea789c7`](ea789c7dd2
) fix: no-loss-of-precision false positive with uppercase exponent ([#​20032](https://github.com/eslint/eslint/issues/20032)) (sethamus) #### Documentation - [`d265515`](d265515642
) docs: improve phrasing - "if" → "even if" from getting-started section ([#​20074](https://github.com/eslint/eslint/issues/20074)) (jjangga0214) - [`a355a0e`](a355a0e5b2
) docs: invert comparison logic for example in `no-var` doc page ([#​20064](https://github.com/eslint/eslint/issues/20064)) (OTonGitHub) - [`5082fc2`](5082fc206d
) docs: Update README (GitHub Actions Bot) - [`99cfd7e`](99cfd7e056
) docs: add missing "the" in rule deprecation docs ([#​20050](https://github.com/eslint/eslint/issues/20050)) (Josh Goldberg ✨) - [`6ad8973`](6ad8973e5d
) docs: update `--no-ignore` and `--ignore-pattern` documentation ([#​20036](https://github.com/eslint/eslint/issues/20036)) (Francesco Trotta) - [`8033b19`](8033b19529
) docs: add documentation for `--no-config-lookup` ([#​20033](https://github.com/eslint/eslint/issues/20033)) (Francesco Trotta) #### Chores - [`da87f2f`](da87f2fe79
) chore: upgrade [@​eslint/js](https://github.com/eslint/js)@​9.35.0 ([#​20077](https://github.com/eslint/eslint/issues/20077)) (Milos Djermanovic) - [`af2a087`](af2a0870fd
) chore: package.json update for [@​eslint/js](https://github.com/eslint/js) release (Jenkins) - [`7055764`](70557649e3
) test: remove `tests/lib/eslint/eslint.config.js` ([#​20065](https://github.com/eslint/eslint/issues/20065)) (Milos Djermanovic) - [`84ffb96`](84ffb9680b
) chore: update `@eslint-community/eslint-utils` ([#​20069](https://github.com/eslint/eslint/issues/20069)) (Francesco Trotta) - [`d5ef939`](d5ef939715
) refactor: remove deprecated `context.parserOptions` usage across rules ([#​20060](https://github.com/eslint/eslint/issues/20060)) (sethamus) - [`1b3881d`](1b3881d7e8
) chore: remove redundant word ([#​20058](https://github.com/eslint/eslint/issues/20058)) (pxwanglu) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xMTYuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/site-documentation/pulls/16 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/typography": "^0.5.16",
|
"@tailwindcss/typography": "^0.5.16",
|
||||||
"@typescript-eslint/parser": "8.44.1",
|
"@typescript-eslint/parser": "8.44.1",
|
||||||
"eslint": "9.34.0",
|
"eslint": "9.36.0",
|
||||||
"eslint-config-prettier": "10.1.8",
|
"eslint-config-prettier": "10.1.8",
|
||||||
"eslint-plugin-astro": "1.3.1",
|
"eslint-plugin-astro": "1.3.1",
|
||||||
"prettier": "^3.5.3",
|
"prettier": "^3.5.3",
|
||||||
|
114
pnpm-lock.yaml
generated
114
pnpm-lock.yaml
generated
@@ -47,16 +47,16 @@ importers:
|
|||||||
version: 0.5.18(tailwindcss@4.1.13)
|
version: 0.5.18(tailwindcss@4.1.13)
|
||||||
'@typescript-eslint/parser':
|
'@typescript-eslint/parser':
|
||||||
specifier: 8.44.1
|
specifier: 8.44.1
|
||||||
version: 8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)
|
version: 8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
||||||
eslint:
|
eslint:
|
||||||
specifier: 9.34.0
|
specifier: 9.36.0
|
||||||
version: 9.34.0(jiti@2.5.1)
|
version: 9.36.0(jiti@2.5.1)
|
||||||
eslint-config-prettier:
|
eslint-config-prettier:
|
||||||
specifier: 10.1.8
|
specifier: 10.1.8
|
||||||
version: 10.1.8(eslint@9.34.0(jiti@2.5.1))
|
version: 10.1.8(eslint@9.36.0(jiti@2.5.1))
|
||||||
eslint-plugin-astro:
|
eslint-plugin-astro:
|
||||||
specifier: 1.3.1
|
specifier: 1.3.1
|
||||||
version: 1.3.1(eslint@9.34.0(jiti@2.5.1))
|
version: 1.3.1(eslint@9.36.0(jiti@2.5.1))
|
||||||
prettier:
|
prettier:
|
||||||
specifier: ^3.5.3
|
specifier: ^3.5.3
|
||||||
version: 3.6.2
|
version: 3.6.2
|
||||||
@@ -68,7 +68,7 @@ importers:
|
|||||||
version: 0.6.14(prettier-plugin-astro@0.14.1)(prettier@3.6.2)
|
version: 0.6.14(prettier-plugin-astro@0.14.1)(prettier@3.6.2)
|
||||||
typescript-eslint:
|
typescript-eslint:
|
||||||
specifier: 8.44.1
|
specifier: 8.44.1
|
||||||
version: 8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)
|
version: 8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@@ -311,6 +311,12 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
||||||
|
|
||||||
|
'@eslint-community/eslint-utils@4.9.0':
|
||||||
|
resolution: {integrity: sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==}
|
||||||
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
peerDependencies:
|
||||||
|
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.12.1':
|
'@eslint-community/regexpp@4.12.1':
|
||||||
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
|
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
|
||||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||||
@@ -331,8 +337,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
|
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/js@9.34.0':
|
'@eslint/js@9.36.0':
|
||||||
resolution: {integrity: sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==}
|
resolution: {integrity: sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.6':
|
'@eslint/object-schema@2.1.6':
|
||||||
@@ -1157,15 +1163,6 @@ packages:
|
|||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
debug@4.4.1:
|
|
||||||
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
|
||||||
engines: {node: '>=6.0'}
|
|
||||||
peerDependencies:
|
|
||||||
supports-color: '*'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
supports-color:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
debug@4.4.3:
|
debug@4.4.3:
|
||||||
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
||||||
engines: {node: '>=6.0'}
|
engines: {node: '>=6.0'}
|
||||||
@@ -1324,8 +1321,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
|
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
eslint@9.34.0:
|
eslint@9.36.0:
|
||||||
resolution: {integrity: sha512-RNCHRX5EwdrESy3Jc9o8ie8Bog+PeYvvSR8sDGoZxNFTvZ4dlxUB3WzQ3bQMztFrSRODGrLLj8g6OFuGY/aiQg==}
|
resolution: {integrity: sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -3041,9 +3038,14 @@ snapshots:
|
|||||||
'@esbuild/win32-x64@0.25.8':
|
'@esbuild/win32-x64@0.25.8':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@eslint-community/eslint-utils@4.7.0(eslint@9.34.0(jiti@2.5.1))':
|
'@eslint-community/eslint-utils@4.7.0(eslint@9.36.0(jiti@2.5.1))':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.34.0(jiti@2.5.1)
|
eslint: 9.36.0(jiti@2.5.1)
|
||||||
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
|
'@eslint-community/eslint-utils@4.9.0(eslint@9.36.0(jiti@2.5.1))':
|
||||||
|
dependencies:
|
||||||
|
eslint: 9.36.0(jiti@2.5.1)
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.12.1': {}
|
'@eslint-community/regexpp@4.12.1': {}
|
||||||
@@ -3051,7 +3053,7 @@ snapshots:
|
|||||||
'@eslint/config-array@0.21.0':
|
'@eslint/config-array@0.21.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/object-schema': 2.1.6
|
'@eslint/object-schema': 2.1.6
|
||||||
debug: 4.4.1
|
debug: 4.4.3
|
||||||
minimatch: 3.1.2
|
minimatch: 3.1.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@@ -3065,7 +3067,7 @@ snapshots:
|
|||||||
'@eslint/eslintrc@3.3.1':
|
'@eslint/eslintrc@3.3.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
debug: 4.4.1
|
debug: 4.4.3
|
||||||
espree: 10.4.0
|
espree: 10.4.0
|
||||||
globals: 14.0.0
|
globals: 14.0.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
@@ -3076,7 +3078,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@eslint/js@9.34.0': {}
|
'@eslint/js@9.36.0': {}
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.6': {}
|
'@eslint/object-schema@2.1.6': {}
|
||||||
|
|
||||||
@@ -3539,15 +3541,15 @@ snapshots:
|
|||||||
|
|
||||||
'@types/unist@3.0.3': {}
|
'@types/unist@3.0.3': {}
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)':
|
'@typescript-eslint/eslint-plugin@8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@typescript-eslint/parser': 8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/parser': 8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
||||||
'@typescript-eslint/scope-manager': 8.44.1
|
'@typescript-eslint/scope-manager': 8.44.1
|
||||||
'@typescript-eslint/type-utils': 8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/type-utils': 8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
||||||
'@typescript-eslint/utils': 8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/utils': 8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
||||||
'@typescript-eslint/visitor-keys': 8.44.1
|
'@typescript-eslint/visitor-keys': 8.44.1
|
||||||
eslint: 9.34.0(jiti@2.5.1)
|
eslint: 9.36.0(jiti@2.5.1)
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
ignore: 7.0.5
|
ignore: 7.0.5
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
@@ -3556,14 +3558,14 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)':
|
'@typescript-eslint/parser@8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 8.44.1
|
'@typescript-eslint/scope-manager': 8.44.1
|
||||||
'@typescript-eslint/types': 8.44.1
|
'@typescript-eslint/types': 8.44.1
|
||||||
'@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
|
'@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
|
||||||
'@typescript-eslint/visitor-keys': 8.44.1
|
'@typescript-eslint/visitor-keys': 8.44.1
|
||||||
debug: 4.4.3
|
debug: 4.4.3
|
||||||
eslint: 9.34.0(jiti@2.5.1)
|
eslint: 9.36.0(jiti@2.5.1)
|
||||||
typescript: 5.9.2
|
typescript: 5.9.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@@ -3591,13 +3593,13 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
typescript: 5.9.2
|
typescript: 5.9.2
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)':
|
'@typescript-eslint/type-utils@8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.44.1
|
'@typescript-eslint/types': 8.44.1
|
||||||
'@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
|
'@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
|
||||||
'@typescript-eslint/utils': 8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/utils': 8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
||||||
debug: 4.4.3
|
debug: 4.4.3
|
||||||
eslint: 9.34.0(jiti@2.5.1)
|
eslint: 9.36.0(jiti@2.5.1)
|
||||||
ts-api-utils: 2.1.0(typescript@5.9.2)
|
ts-api-utils: 2.1.0(typescript@5.9.2)
|
||||||
typescript: 5.9.2
|
typescript: 5.9.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@@ -3625,13 +3627,13 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)':
|
'@typescript-eslint/utils@8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0(jiti@2.5.1))
|
'@eslint-community/eslint-utils': 4.7.0(eslint@9.36.0(jiti@2.5.1))
|
||||||
'@typescript-eslint/scope-manager': 8.44.1
|
'@typescript-eslint/scope-manager': 8.44.1
|
||||||
'@typescript-eslint/types': 8.44.1
|
'@typescript-eslint/types': 8.44.1
|
||||||
'@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
|
'@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
|
||||||
eslint: 9.34.0(jiti@2.5.1)
|
eslint: 9.36.0(jiti@2.5.1)
|
||||||
typescript: 5.9.2
|
typescript: 5.9.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@@ -3947,10 +3949,6 @@ snapshots:
|
|||||||
|
|
||||||
cssesc@3.0.0: {}
|
cssesc@3.0.0: {}
|
||||||
|
|
||||||
debug@4.4.1:
|
|
||||||
dependencies:
|
|
||||||
ms: 2.1.3
|
|
||||||
|
|
||||||
debug@4.4.3:
|
debug@4.4.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
ms: 2.1.3
|
ms: 2.1.3
|
||||||
@@ -4079,23 +4077,23 @@ snapshots:
|
|||||||
|
|
||||||
escape-string-regexp@5.0.0: {}
|
escape-string-regexp@5.0.0: {}
|
||||||
|
|
||||||
eslint-compat-utils@0.6.5(eslint@9.34.0(jiti@2.5.1)):
|
eslint-compat-utils@0.6.5(eslint@9.36.0(jiti@2.5.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.34.0(jiti@2.5.1)
|
eslint: 9.36.0(jiti@2.5.1)
|
||||||
semver: 7.7.2
|
semver: 7.7.2
|
||||||
|
|
||||||
eslint-config-prettier@10.1.8(eslint@9.34.0(jiti@2.5.1)):
|
eslint-config-prettier@10.1.8(eslint@9.36.0(jiti@2.5.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.34.0(jiti@2.5.1)
|
eslint: 9.36.0(jiti@2.5.1)
|
||||||
|
|
||||||
eslint-plugin-astro@1.3.1(eslint@9.34.0(jiti@2.5.1)):
|
eslint-plugin-astro@1.3.1(eslint@9.36.0(jiti@2.5.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0(jiti@2.5.1))
|
'@eslint-community/eslint-utils': 4.7.0(eslint@9.36.0(jiti@2.5.1))
|
||||||
'@jridgewell/sourcemap-codec': 1.5.4
|
'@jridgewell/sourcemap-codec': 1.5.4
|
||||||
'@typescript-eslint/types': 8.38.0
|
'@typescript-eslint/types': 8.38.0
|
||||||
astro-eslint-parser: 1.2.2
|
astro-eslint-parser: 1.2.2
|
||||||
eslint: 9.34.0(jiti@2.5.1)
|
eslint: 9.36.0(jiti@2.5.1)
|
||||||
eslint-compat-utils: 0.6.5(eslint@9.34.0(jiti@2.5.1))
|
eslint-compat-utils: 0.6.5(eslint@9.36.0(jiti@2.5.1))
|
||||||
globals: 15.15.0
|
globals: 15.15.0
|
||||||
postcss: 8.5.6
|
postcss: 8.5.6
|
||||||
postcss-selector-parser: 7.1.0
|
postcss-selector-parser: 7.1.0
|
||||||
@@ -4111,15 +4109,15 @@ snapshots:
|
|||||||
|
|
||||||
eslint-visitor-keys@4.2.1: {}
|
eslint-visitor-keys@4.2.1: {}
|
||||||
|
|
||||||
eslint@9.34.0(jiti@2.5.1):
|
eslint@9.36.0(jiti@2.5.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0(jiti@2.5.1))
|
'@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(jiti@2.5.1))
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@eslint/config-array': 0.21.0
|
'@eslint/config-array': 0.21.0
|
||||||
'@eslint/config-helpers': 0.3.1
|
'@eslint/config-helpers': 0.3.1
|
||||||
'@eslint/core': 0.15.2
|
'@eslint/core': 0.15.2
|
||||||
'@eslint/eslintrc': 3.3.1
|
'@eslint/eslintrc': 3.3.1
|
||||||
'@eslint/js': 9.34.0
|
'@eslint/js': 9.36.0
|
||||||
'@eslint/plugin-kit': 0.3.5
|
'@eslint/plugin-kit': 0.3.5
|
||||||
'@humanfs/node': 0.16.6
|
'@humanfs/node': 0.16.6
|
||||||
'@humanwhocodes/module-importer': 1.0.1
|
'@humanwhocodes/module-importer': 1.0.1
|
||||||
@@ -4129,7 +4127,7 @@ snapshots:
|
|||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
cross-spawn: 7.0.6
|
cross-spawn: 7.0.6
|
||||||
debug: 4.4.1
|
debug: 4.4.3
|
||||||
escape-string-regexp: 4.0.0
|
escape-string-regexp: 4.0.0
|
||||||
eslint-scope: 8.4.0
|
eslint-scope: 8.4.0
|
||||||
eslint-visitor-keys: 4.2.1
|
eslint-visitor-keys: 4.2.1
|
||||||
@@ -5797,13 +5795,13 @@ snapshots:
|
|||||||
|
|
||||||
type-fest@4.41.0: {}
|
type-fest@4.41.0: {}
|
||||||
|
|
||||||
typescript-eslint@8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2):
|
typescript-eslint@8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/eslint-plugin': 8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
||||||
'@typescript-eslint/parser': 8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/parser': 8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
||||||
'@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
|
'@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
|
||||||
'@typescript-eslint/utils': 8.44.1(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/utils': 8.44.1(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
||||||
eslint: 9.34.0(jiti@2.5.1)
|
eslint: 9.36.0(jiti@2.5.1)
|
||||||
typescript: 5.9.2
|
typescript: 5.9.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
Reference in New Issue
Block a user