From 2649577203b38250c8ffdef213b2c37e4cc2c1a9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 Mar 2025 13:53:10 +0000
Subject: [PATCH] Bump eslint from 9.21.0 to 9.22.0 (#1096)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [eslint](https://github.com/eslint/eslint) from 9.21.0 to 9.22.0.
Release notes
Sourced from eslint's
releases.
v9.22.0
Features
7ddb095
feat: Export defineConfig, globalIgnores (#19487)
(Nicholas C. Zakas)
Bug Fixes
19c0127
fix: improve message for no-console suggestions (#19483)
(Francesco Trotta)
49e624f
fix: improve error message for falsy parsed JS AST (#19458)
(Josh Goldberg ✨)
Documentation
86c5f37
docs: Update README (GitHub Actions Bot)
fbdeff0
docs: Update README (GitHub Actions Bot)
c9e8510
docs: generate deprecation notice in TSDoc comments from rule metadata
(#19461)
(Francesco Trotta)
2f386ad
docs: replace var with const in rule examples
(#19469)
(Tanuj Kanti)
0e688e3
docs: Update README (GitHub Actions Bot)
06b596d
docs: Restore the carrot to the position where the search input was lost
(#19459)
(Amaresh S M)
Chores
97f788b
chore: upgrade @eslint/js@9.22.0 (#19489)
(Milos Djermanovic)
eed409a
chore: package.json update for @eslint/js release
(Jenkins)
f9a56d3
chore: upgrade eslint-scope@8.3.0 (#19488)
(Milos Djermanovic)
Changelog
Sourced from eslint's
changelog.
v9.22.0 - March 7, 2025
97f788b
chore: upgrade @eslint/js@9.22.0 (#19489)
(Milos Djermanovic)
eed409a
chore: package.json update for @eslint/js release
(Jenkins)
f9a56d3
chore: upgrade eslint-scope@8.3.0 (#19488)
(Milos Djermanovic)
7ddb095
feat: Export defineConfig, globalIgnores (#19487)
(Nicholas C. Zakas)
86c5f37
docs: Update README (GitHub Actions Bot)
19c0127
fix: improve message for no-console suggestions (#19483)
(Francesco Trotta)
fbdeff0
docs: Update README (GitHub Actions Bot)
c9e8510
docs: generate deprecation notice in TSDoc comments from rule metadata
(#19461)
(Francesco Trotta)
2f386ad
docs: replace var with const in rule examples
(#19469)
(Tanuj Kanti)
0e688e3
docs: Update README (GitHub Actions Bot)
49e624f
fix: improve error message for falsy parsed JS AST (#19458)
(Josh Goldberg ✨)
06b596d
docs: Restore the carrot to the position where the search input was lost
(#19459)
(Amaresh S M)
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>
---
package-lock.json | 35 +++++++++++++++++++++++------------
package.json | 2 +-
2 files changed, 24 insertions(+), 13 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index b84797db..d216eddf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -96,7 +96,7 @@
"cors": "^2.8.5",
"cypress": "^14.1.0",
"cypress-plugin-tab": "^1.0.5",
- "eslint": "^9.21.0",
+ "eslint": "^9.22.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
@@ -1201,6 +1201,16 @@
"node": "*"
}
},
+ "node_modules/@eslint/config-helpers": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.1.0.tgz",
+ "integrity": "sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
"node_modules/@eslint/core": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz",
@@ -1276,9 +1286,9 @@
}
},
"node_modules/@eslint/js": {
- "version": "9.21.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.21.0.tgz",
- "integrity": "sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==",
+ "version": "9.22.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.22.0.tgz",
+ "integrity": "sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==",
"dev": true,
"license": "MIT",
"engines": {
@@ -5734,18 +5744,19 @@
}
},
"node_modules/eslint": {
- "version": "9.21.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.21.0.tgz",
- "integrity": "sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==",
+ "version": "9.22.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.22.0.tgz",
+ "integrity": "sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.12.1",
"@eslint/config-array": "^0.19.2",
+ "@eslint/config-helpers": "^0.1.0",
"@eslint/core": "^0.12.0",
"@eslint/eslintrc": "^3.3.0",
- "@eslint/js": "9.21.0",
+ "@eslint/js": "9.22.0",
"@eslint/plugin-kit": "^0.2.7",
"@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
@@ -5757,7 +5768,7 @@
"cross-spawn": "^7.0.6",
"debug": "^4.3.2",
"escape-string-regexp": "^4.0.0",
- "eslint-scope": "^8.2.0",
+ "eslint-scope": "^8.3.0",
"eslint-visitor-keys": "^4.2.0",
"espree": "^10.3.0",
"esquery": "^1.5.0",
@@ -5893,9 +5904,9 @@
}
},
"node_modules/eslint-scope": {
- "version": "8.2.0",
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz",
- "integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==",
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
+ "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
diff --git a/package.json b/package.json
index 2b80a36f..84ea4dc8 100644
--- a/package.json
+++ b/package.json
@@ -127,7 +127,7 @@
"cors": "^2.8.5",
"cypress": "^14.1.0",
"cypress-plugin-tab": "^1.0.5",
- "eslint": "^9.21.0",
+ "eslint": "^9.22.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",