From bba4ebe0dab586491faf15c4004e5c6a6c2e2464 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 21 Jul 2025 08:36:37 +0000
Subject: [PATCH] build(deps): bump eslint from 9.29.0 to 9.31.0 in
/rust/gui-client (#9936)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [eslint](https://github.com/eslint/eslint) from 9.29.0 to 9.31.0.
Release notes
Sourced from eslint's
releases.
v9.31.0
Features
35cf44c
feat: output full actual location in rule tester if different (#19904)
(ST-DDT)
a6a6325
feat: support explicit resource management in no-loop-func
(#19895)
(Milos Djermanovic)
4682cdc
feat: support explicit resource management in no-undef-init
(#19894)
(Milos Djermanovic)
5848216
feat: support explicit resource management in
init-declarations (#19893)
(Milos Djermanovic)
bb370b8
feat: support explicit resource management in
no-const-assign (#19892)
(Milos Djermanovic)
Bug Fixes
07fac6c
fix: retry on EMFILE when writing autofix results (#19926)
(TKDev7)
28cc7ab
fix: Remove incorrect RuleContext types (#19910)
(Nicholas C. Zakas)
Documentation
664cb44
docs: Update README (GitHub Actions Bot)
40dbe2a
docs: fix mismatch between globalIgnores() code and text
(#19914)
(MaoShizhong)
5a0069d
docs: Update README (GitHub Actions Bot)
fef04b5
docs: Update working on issues info (#19902)
(Nicholas C. Zakas)
Chores
3ddd454
chore: upgrade to @eslint/js@9.31.0 (#19935)
(Francesco Trotta)
d5054e5
chore: package.json update for @eslint/js release
(Jenkins)
0f4a378
chore: update eslint (#19933)
(renovate[bot])
76c2340
chore: bump mocha to v11 (#19917)
(루밀LuMir)
v9.30.1
Bug Fixes
e91bb87
fix: allow separate default and named type imports (#19899)
(xbinaryx)
Documentation
ab7c625
docs: Update README (GitHub Actions Bot)
dae1e5b
docs: update jsdoc's link (#19896)
(JamesVanWaza)
Chores
b035f74
chore: upgrade to @eslint/js@9.30.1 (#19906)
(Francesco Trotta)
b3dbc16
chore: package.json update for @eslint/js release
(Jenkins)
v9.30.0
Features
52a5fca
feat: Support basePath property in config objects (#19879)
(Milos Djermanovic)
4ab4482
feat: add allowSeparateTypeImports option to
no-duplicate-imports (#19872)
(sethamus)
b8a7e7a
feat: throw error when column is negative in
getIndexFromLoc (#19831)
(루밀LuMir)
Bug Fixes
6a0f164
fix: handle null type loc in
getIndexFromLoc method (#19862)
(루밀LuMir)
3fbcd70
fix: update error message for no-restricted-properties (#19855)
(Tanuj Kanti)
7ef4cf7
fix: remove unnecessary semicolon from fixes (#19857)
(Francesco Trotta)
7dabc38
fix: use process.version in --env-info (#19865)
(TKDev7)
Documentation
8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887)
(ntnyq)
... (truncated)
Changelog
Sourced from eslint's
changelog.
v9.31.0 - July 11, 2025
3ddd454
chore: upgrade to @eslint/js@9.31.0 (#19935)
(Francesco Trotta)
d5054e5
chore: package.json update for @eslint/js release
(Jenkins)
0f4a378
chore: update eslint (#19933)
(renovate[bot])
664cb44
docs: Update README (GitHub Actions Bot)
07fac6c
fix: retry on EMFILE when writing autofix results (#19926)
(TKDev7)
35cf44c
feat: output full actual location in rule tester if different (#19904)
(ST-DDT)
40dbe2a
docs: fix mismatch between globalIgnores() code and text
(#19914)
(MaoShizhong)
76c2340
chore: bump mocha to v11 (#19917)
(루밀LuMir)
28cc7ab
fix: Remove incorrect RuleContext types (#19910)
(Nicholas C. Zakas)
a6a6325
feat: support explicit resource management in no-loop-func
(#19895)
(Milos Djermanovic)
4682cdc
feat: support explicit resource management in no-undef-init
(#19894)
(Milos Djermanovic)
5848216
feat: support explicit resource management in
init-declarations (#19893)
(Milos Djermanovic)
bb370b8
feat: support explicit resource management in
no-const-assign (#19892)
(Milos Djermanovic)
5a0069d
docs: Update README (GitHub Actions Bot)
fef04b5
docs: Update working on issues info (#19902)
(Nicholas C. Zakas)
v9.30.1 - July 1, 2025
b035f74
chore: upgrade to @eslint/js@9.30.1 (#19906)
(Francesco Trotta)
b3dbc16
chore: package.json update for @eslint/js release
(Jenkins)
e91bb87
fix: allow separate default and named type imports (#19899)
(xbinaryx)
ab7c625
docs: Update README (GitHub Actions Bot)
dae1e5b
docs: update jsdoc's link (#19896)
(JamesVanWaza)
v9.30.0 - June 27, 2025
2b6491c
chore: upgrade to @eslint/js@9.30.0 (#19889)
(Francesco Trotta)
5a5d526
chore: package.json update for @eslint/js release
(Jenkins)
52a5fca
feat: Support basePath property in config objects (#19879)
(Milos Djermanovic)
6a0f164
fix: handle null type loc in
getIndexFromLoc method (#19862)
(루밀LuMir)
8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887)
(ntnyq)
eaf8a41
chore: Correct typos in linter tests (#19878)
(kilavvy)
4ab4482
feat: add allowSeparateTypeImports option to
no-duplicate-imports (#19872)
(sethamus)
3fbcd70
fix: update error message for no-restricted-properties (#19855)
(Tanuj Kanti)
20158b0
docs: typo in comment for unused variables handling (#19870)
(leopardracer)
ebfb5b4
docs: Fixed Typo in configuration-files.md (#19873)
(0-20)
b8a7e7a
feat: throw error when column is negative in
getIndexFromLoc (#19831)
(루밀LuMir)
7ef4cf7
fix: remove unnecessary semicolon from fixes (#19857)
(Francesco Trotta)
7dabc38
fix: use process.version in --env-info (#19865)
(TKDev7)
4112fd0
docs: clarify that boolean is still allowed for rule
meta.deprecated (#19866)
(Bryan Mishkin)
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
rust/gui-client/package.json | 2 +-
rust/gui-client/pnpm-lock.yaml | 122 +++++++++++++++++----------------
2 files changed, 64 insertions(+), 60 deletions(-)
diff --git a/rust/gui-client/package.json b/rust/gui-client/package.json
index 132a5a958..b1c6b4097 100644
--- a/rust/gui-client/package.json
+++ b/rust/gui-client/package.json
@@ -29,7 +29,7 @@
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.1",
- "eslint": "^9.29.0",
+ "eslint": "^9.31.0",
"eslint-plugin-react": "^7.37.5",
"flowbite": "^3.1.2",
"flowbite-react": "^0.11.8",
diff --git a/rust/gui-client/pnpm-lock.yaml b/rust/gui-client/pnpm-lock.yaml
index 4f65ff7c0..9face18fc 100644
--- a/rust/gui-client/pnpm-lock.yaml
+++ b/rust/gui-client/pnpm-lock.yaml
@@ -48,11 +48,11 @@ importers:
specifier: ^4.5.1
version: 4.5.1(vite@6.3.5(@types/node@22.15.30)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.6.0))
eslint:
- specifier: ^9.29.0
- version: 9.29.0(jiti@2.4.2)
+ specifier: ^9.31.0
+ version: 9.31.0(jiti@2.4.2)
eslint-plugin-react:
specifier: ^7.37.5
- version: 7.37.5(eslint@9.29.0(jiti@2.4.2))
+ version: 7.37.5(eslint@9.31.0(jiti@2.4.2))
flowbite:
specifier: ^3.1.2
version: 3.1.2(rollup@4.40.1)
@@ -82,7 +82,7 @@ importers:
version: 5.8.3
typescript-eslint:
specifier: ^8.34.1
- version: 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
vite:
specifier: ^6.3.4
version: 6.3.5(@types/node@22.15.30)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.6.0)
@@ -335,20 +335,16 @@ packages:
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/config-array@0.20.1':
- resolution: {integrity: sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==}
+ '@eslint/config-array@0.21.0':
+ resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/config-helpers@0.2.3':
- resolution: {integrity: sha512-u180qk2Um1le4yf0ruXH3PYFeEZeYC3p/4wCTKrr2U1CmGdzGi3KtY0nuPDH48UJxlKCC5RDzbcbh4X0XlqgHg==}
+ '@eslint/config-helpers@0.3.0':
+ resolution: {integrity: sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/core@0.14.0':
- resolution: {integrity: sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
- '@eslint/core@0.15.0':
- resolution: {integrity: sha512-b7ePw78tEWWkpgZCDYkbqDOP8dmM6qe+AOC6iuJqlq1R/0ahMAeH3qynpnqKFGkMltrp44ohV4ubGyvLX28tzw==}
+ '@eslint/core@0.15.1':
+ resolution: {integrity: sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/eslintrc@3.3.1':
@@ -359,12 +355,16 @@ packages:
resolution: {integrity: sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@eslint/js@9.31.0':
+ resolution: {integrity: sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@eslint/object-schema@2.1.6':
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/plugin-kit@0.3.2':
- resolution: {integrity: sha512-4SaFZCNfJqvk/kenHpI8xvN42DMaoycy4PzKc5otHxRswww1kAt82OlBuwRVLofCACCTZEcla2Ydxv8scMXaTg==}
+ '@eslint/plugin-kit@0.3.3':
+ resolution: {integrity: sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@floating-ui/core@1.6.9':
@@ -1279,8 +1279,8 @@ packages:
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.29.0:
- resolution: {integrity: sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==}
+ eslint@9.31.0:
+ resolution: {integrity: sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -1865,6 +1865,10 @@ packages:
resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
engines: {node: '>=12'}
+ picomatch@4.0.3:
+ resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
+ engines: {node: '>=12'}
+
possible-typed-array-names@1.1.0:
resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==}
engines: {node: '>= 0.4'}
@@ -2435,14 +2439,14 @@ snapshots:
'@esbuild/win32-x64@0.25.3':
optional: true
- '@eslint-community/eslint-utils@4.7.0(eslint@9.29.0(jiti@2.4.2))':
+ '@eslint-community/eslint-utils@4.7.0(eslint@9.31.0(jiti@2.4.2))':
dependencies:
- eslint: 9.29.0(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.4.2)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.1': {}
- '@eslint/config-array@0.20.1':
+ '@eslint/config-array@0.21.0':
dependencies:
'@eslint/object-schema': 2.1.6
debug: 4.4.1
@@ -2450,13 +2454,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/config-helpers@0.2.3': {}
+ '@eslint/config-helpers@0.3.0': {}
- '@eslint/core@0.14.0':
- dependencies:
- '@types/json-schema': 7.0.15
-
- '@eslint/core@0.15.0':
+ '@eslint/core@0.15.1':
dependencies:
'@types/json-schema': 7.0.15
@@ -2476,11 +2476,13 @@ snapshots:
'@eslint/js@9.29.0': {}
+ '@eslint/js@9.31.0': {}
+
'@eslint/object-schema@2.1.6': {}
- '@eslint/plugin-kit@0.3.2':
+ '@eslint/plugin-kit@0.3.3':
dependencies:
- '@eslint/core': 0.15.0
+ '@eslint/core': 0.15.1
levn: 0.4.1
'@floating-ui/core@1.6.9':
@@ -2661,7 +2663,7 @@ snapshots:
'@rollup/pluginutils@5.1.4(rollup@4.40.1)':
dependencies:
- '@types/estree': 1.0.7
+ '@types/estree': 1.0.8
estree-walker: 2.0.2
picomatch: 4.0.2
optionalDependencies:
@@ -2671,7 +2673,7 @@ snapshots:
dependencies:
'@types/estree': 1.0.8
estree-walker: 2.0.2
- picomatch: 4.0.2
+ picomatch: 4.0.3
optionalDependencies:
rollup: 4.40.1
@@ -2941,15 +2943,15 @@ snapshots:
'@types/resolve@1.20.2': {}
- '@typescript-eslint/eslint-plugin@8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@typescript-eslint/eslint-plugin@8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
'@typescript-eslint/scope-manager': 8.34.1
- '@typescript-eslint/type-utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/type-utils': 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
'@typescript-eslint/visitor-keys': 8.34.1
- eslint: 9.29.0(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.4.2)
graphemer: 1.4.0
ignore: 7.0.5
natural-compare: 1.4.0
@@ -2958,14 +2960,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@typescript-eslint/parser@8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@typescript-eslint/scope-manager': 8.34.1
'@typescript-eslint/types': 8.34.1
'@typescript-eslint/typescript-estree': 8.34.1(typescript@5.8.3)
'@typescript-eslint/visitor-keys': 8.34.1
debug: 4.4.1
- eslint: 9.29.0(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.4.2)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
@@ -2988,12 +2990,12 @@ snapshots:
dependencies:
typescript: 5.8.3
- '@typescript-eslint/type-utils@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@typescript-eslint/type-utils@8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@typescript-eslint/typescript-estree': 8.34.1(typescript@5.8.3)
- '@typescript-eslint/utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
debug: 4.4.1
- eslint: 9.29.0(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.4.2)
ts-api-utils: 2.1.0(typescript@5.8.3)
typescript: 5.8.3
transitivePeerDependencies:
@@ -3033,13 +3035,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@typescript-eslint/utils@8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.4.2))
'@typescript-eslint/scope-manager': 8.34.1
'@typescript-eslint/types': 8.34.1
'@typescript-eslint/typescript-estree': 8.34.1(typescript@5.8.3)
- eslint: 9.29.0(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.4.2)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
@@ -3436,7 +3438,7 @@ snapshots:
escape-string-regexp@4.0.0: {}
- eslint-plugin-react@7.37.5(eslint@9.29.0(jiti@2.4.2)):
+ eslint-plugin-react@7.37.5(eslint@9.31.0(jiti@2.4.2)):
dependencies:
array-includes: 3.1.9
array.prototype.findlast: 1.2.5
@@ -3444,7 +3446,7 @@ snapshots:
array.prototype.tosorted: 1.1.4
doctrine: 2.1.0
es-iterator-helpers: 1.2.1
- eslint: 9.29.0(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.4.2)
estraverse: 5.3.0
hasown: 2.0.2
jsx-ast-utils: 3.3.5
@@ -3467,20 +3469,20 @@ snapshots:
eslint-visitor-keys@4.2.1: {}
- eslint@9.29.0(jiti@2.4.2):
+ eslint@9.31.0(jiti@2.4.2):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.4.2))
'@eslint-community/regexpp': 4.12.1
- '@eslint/config-array': 0.20.1
- '@eslint/config-helpers': 0.2.3
- '@eslint/core': 0.14.0
+ '@eslint/config-array': 0.21.0
+ '@eslint/config-helpers': 0.3.0
+ '@eslint/core': 0.15.1
'@eslint/eslintrc': 3.3.1
- '@eslint/js': 9.29.0
- '@eslint/plugin-kit': 0.3.2
+ '@eslint/js': 9.31.0
+ '@eslint/plugin-kit': 0.3.3
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.4.3
- '@types/estree': 1.0.7
+ '@types/estree': 1.0.8
'@types/json-schema': 7.0.15
ajv: 6.12.6
chalk: 4.1.2
@@ -4071,6 +4073,8 @@ snapshots:
picomatch@4.0.2: {}
+ picomatch@4.0.3: {}
+
possible-typed-array-names@1.1.0: {}
postcss@8.5.3:
@@ -4407,12 +4411,12 @@ snapshots:
possible-typed-array-names: 1.1.0
reflect.getprototypeof: 1.0.10
- typescript-eslint@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3):
+ typescript-eslint@8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/parser': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
- eslint: 9.29.0(jiti@2.4.2)
+ '@typescript-eslint/eslint-plugin': 8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
+ eslint: 9.31.0(jiti@2.4.2)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color