From af6fcff85cb8490cbdc29dd8b622926aefd55fcc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 30 Jun 2025 16:36:17 +0000
Subject: [PATCH] chore(deps-dev): Bump eslint from 9.29.0 to 9.30.0 (#1243)
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.30.0.
Release notes
Sourced from eslint's
releases.
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)
20158b0
docs: typo in comment for unused variables handling (#19870)
(leopardracer)
ebfb5b4
docs: Fixed Typo in configuration-files.md (#19873)
(0-20)
4112fd0
docs: clarify that boolean is still allowed for rule
meta.deprecated (#19866)
(Bryan Mishkin)
Chores
2b6491c
chore: upgrade to @eslint/js@9.30.0 (#19889)
(Francesco Trotta)
5a5d526
chore: package.json update for @eslint/js release
(Jenkins)
eaf8a41
chore: Correct typos in linter tests (#19878)
(kilavvy)
Changelog
Sourced from eslint's
changelog.
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
ad1d639
9.30.0
c02d70b
Build: changelog update for 9.30.0
2b6491c
chore: upgrade to @eslint/js@9.30.0 (#19889)
5a5d526
chore: package.json update for @eslint/js release
52a5fca
feat: Support basePath property in config objects (#19879)
6a0f164
fix: handle null type loc in
getIndexFromLoc method (#19862)
8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887)
eaf8a41
chore: Correct typos in linter tests (#19878)
4ab4482
feat: add allowSeparateTypeImports option to
no-duplicate-imports (#19872)
3fbcd70
fix: update error message for no-restricted-properties (#19855)
- Additional commits viewable in compare
view
[](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>
---
package-lock.json | 39 ++++++++++++++++-----------------------
package.json | 2 +-
2 files changed, 17 insertions(+), 24 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 5c79791f..ac74ce98 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -96,7 +96,7 @@
"cors": "^2.8.5",
"cypress": "^14.5.0",
"cypress-plugin-tab": "^1.0.5",
- "eslint": "^9.29.0",
+ "eslint": "^9.30.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
@@ -1147,11 +1147,10 @@
}
},
"node_modules/@eslint/config-array": {
- "version": "0.20.1",
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.1.tgz",
- "integrity": "sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==",
+ "version": "0.21.0",
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz",
+ "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
"dev": true,
- "license": "Apache-2.0",
"dependencies": {
"@eslint/object-schema": "^2.1.6",
"debug": "^4.3.1",
@@ -1166,7 +1165,6 @@
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
"dev": true,
- "license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@@ -1177,7 +1175,6 @@
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"dev": true,
- "license": "ISC",
"dependencies": {
"brace-expansion": "^1.1.7"
},
@@ -1186,11 +1183,10 @@
}
},
"node_modules/@eslint/config-helpers": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.1.tgz",
- "integrity": "sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==",
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz",
+ "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==",
"dev": true,
- "license": "Apache-2.0",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
@@ -1270,11 +1266,10 @@
}
},
"node_modules/@eslint/js": {
- "version": "9.29.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
- "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
+ "version": "9.30.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.0.tgz",
+ "integrity": "sha512-Wzw3wQwPvc9sHM+NjakWTcPx11mbZyiYHuwWa/QfZ7cIRX7WK54PSk7bdyXDaoaopUcMatv1zaQvOAAO8hCdww==",
"dev": true,
- "license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
@@ -1287,7 +1282,6 @@
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
"integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
"dev": true,
- "license": "Apache-2.0",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
@@ -5761,19 +5755,18 @@
}
},
"node_modules/eslint": {
- "version": "9.29.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.29.0.tgz",
- "integrity": "sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==",
+ "version": "9.30.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.30.0.tgz",
+ "integrity": "sha512-iN/SiPxmQu6EVkf+m1qpBxzUhE12YqFLOSySuOyVLJLEF9nzTf+h/1AJYc1JWzCnktggeNrjvQGLngDzXirU6g==",
"dev": true,
- "license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.12.1",
- "@eslint/config-array": "^0.20.1",
- "@eslint/config-helpers": "^0.2.1",
+ "@eslint/config-array": "^0.21.0",
+ "@eslint/config-helpers": "^0.3.0",
"@eslint/core": "^0.14.0",
"@eslint/eslintrc": "^3.3.1",
- "@eslint/js": "9.29.0",
+ "@eslint/js": "9.30.0",
"@eslint/plugin-kit": "^0.3.1",
"@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
diff --git a/package.json b/package.json
index f329a4c8..a9b551e6 100644
--- a/package.json
+++ b/package.json
@@ -127,7 +127,7 @@
"cors": "^2.8.5",
"cypress": "^14.5.0",
"cypress-plugin-tab": "^1.0.5",
- "eslint": "^9.29.0",
+ "eslint": "^9.30.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",