From f07b8197cdc96d285437d21bc59af26030a39b56 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 Mar 2025 13:54:27 +0000
Subject: [PATCH] Bump @eslint/js from 9.21.0 to 9.22.0 (#1097)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps
[@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js)
from 9.21.0 to 9.22.0.
Release notes
Sourced from @eslint/js'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/js'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 | 12 +++++++++++-
package.json | 2 +-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index d216eddf..11a74b11 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -63,7 +63,7 @@
},
"devDependencies": {
"@cypress/code-coverage": "^3.13.12",
- "@eslint/js": "^9.19.0",
+ "@eslint/js": "^9.22.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^6.0.2",
"@shellygo/cypress-test-utils": "^4.1.13",
@@ -5932,6 +5932,16 @@
"url": "https://opencollective.com/eslint"
}
},
+ "node_modules/eslint/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==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
"node_modules/eslint/node_modules/brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
diff --git a/package.json b/package.json
index 84ea4dc8..f59e81a4 100644
--- a/package.json
+++ b/package.json
@@ -94,7 +94,7 @@
},
"devDependencies": {
"@cypress/code-coverage": "^3.13.12",
- "@eslint/js": "^9.19.0",
+ "@eslint/js": "^9.22.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^6.0.2",
"@shellygo/cypress-test-utils": "^4.1.13",