From cc2252bea943a53c7dc88763d8ab65e0713c1d9d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 21 Apr 2025 14:06:44 +0000
Subject: [PATCH] Bump @eslint/js from 9.24.0 to 9.25.0 (#1148)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js)
from 9.24.0 to 9.25.0.
Release notes
Sourced from @eslint/js's
releases.
v9.25.0
Features
dcd95aa
feat: support TypeScript syntax in no-empty-function rule (#19551)
(sethamus)
77d6d5b
feat: support TS syntax in no-unused-expressions (#19564)
(Sweta Tanwar)
90228e5
feat: support JSRuleDefinition type (#19604)
(루밀LuMir)
59ba6b7
feat: add allowObjects option to no-restricted-properties (#19607)
(sethamus)
db650a0
feat: support TypeScript syntax in no-invalid-this rule (#19532)
(Tanuj Kanti)
9535cff
feat: support TS syntax in no-loop-func (#19559)
(Nitin Kumar)
Bug Fixes
910bd13
fix: nodeTypeKey not being used in
NodeEventGenerator (#19631)
(StyleShit)
Documentation
ca7a735
docs: update no-undef-init when not to use section (#19624)
(Tanuj Kanti)
1b870c9
docs: use eslint-config-xo in the getting started guide (#19629)
(Nitin Kumar)
5d4af16
docs: add types for multiple rule options (#19616)
(Tanuj Kanti)
e8f8d57
docs: Update README (GitHub Actions Bot)
a40348f
docs: no-use-before-define tweaks (#19622)
(Kirk Waiblinger)
0ba3ae3
docs: Update README (GitHub Actions Bot)
865dbfe
docs: ensure "learn more" deprecation links point to useful
resource (#19590)
(Kirk Waiblinger)
f80b746
docs: add known limitations for no-self-compare (#19612)
(Nitin Kumar)
865aed6
docs: Update README (GitHub Actions Bot)
Chores
88dc196
chore: upgrade @eslint/js@9.25.0 (#19636)
(Milos Djermanovic)
345288d
chore: package.json update for @eslint/js release
(Jenkins)
affe6be
chore: upgrade trunk (#19628)
(sethamus)
dd20cf2
test: fix no-loop-func test with duplicate variable reports
(#19610)
(Milos Djermanovic)
bd05397
chore: upgrade @eslint/* dependencies (#19606)
(Milos Djermanovic)
22ea18b
chore: replace invalid int type with number
inside JSDocs. (#19597)
(Arya Emami)
Changelog
Sourced from @eslint/js's
changelog.
v9.25.0 - April 18, 2025
88dc196
chore: upgrade @eslint/js@9.25.0 (#19636)
(Milos Djermanovic)
345288d
chore: package.json update for @eslint/js release
(Jenkins)
910bd13
fix: nodeTypeKey not being used in
NodeEventGenerator (#19631)
(StyleShit)
ca7a735
docs: update no-undef-init when not to use section (#19624)
(Tanuj Kanti)
affe6be
chore: upgrade trunk (#19628)
(sethamus)
1b870c9
docs: use eslint-config-xo in the getting started guide (#19629)
(Nitin Kumar)
5d4af16
docs: add types for multiple rule options (#19616)
(Tanuj Kanti)
e8f8d57
docs: Update README (GitHub Actions Bot)
a40348f
docs: no-use-before-define tweaks (#19622)
(Kirk Waiblinger)
0ba3ae3
docs: Update README (GitHub Actions Bot)
865dbfe
docs: ensure "learn more" deprecation links point to useful
resource (#19590)
(Kirk Waiblinger)
dcd95aa
feat: support TypeScript syntax in no-empty-function rule (#19551)
(sethamus)
77d6d5b
feat: support TS syntax in no-unused-expressions (#19564)
(Sweta Tanwar)
90228e5
feat: support JSRuleDefinition type (#19604)
(루밀LuMir)
f80b746
docs: add known limitations for no-self-compare (#19612)
(Nitin Kumar)
59ba6b7
feat: add allowObjects option to no-restricted-properties (#19607)
(sethamus)
db650a0
feat: support TypeScript syntax in no-invalid-this rule (#19532)
(Tanuj Kanti)
dd20cf2
test: fix no-loop-func test with duplicate variable reports
(#19610)
(Milos Djermanovic)
9535cff
feat: support TS syntax in no-loop-func (#19559)
(Nitin Kumar)
bd05397
chore: upgrade @eslint/* dependencies (#19606)
(Milos Djermanovic)
22ea18b
chore: replace invalid int type with number
inside JSDocs. (#19597)
(Arya Emami)
865aed6
docs: Update README (GitHub Actions Bot)
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 | 18 ++++++++++++++----
package.json | 2 +-
2 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 210d21b6..1d83a232 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -63,7 +63,7 @@
},
"devDependencies": {
"@cypress/code-coverage": "^3.14.0",
- "@eslint/js": "^9.23.0",
+ "@eslint/js": "^9.25.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^6.0.2",
"@shellygo/cypress-test-utils": "^4.1.18",
@@ -1288,9 +1288,9 @@
}
},
"node_modules/@eslint/js": {
- "version": "9.24.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.24.0.tgz",
- "integrity": "sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==",
+ "version": "9.25.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.25.0.tgz",
+ "integrity": "sha512-iWhsUS8Wgxz9AXNfvfOPFSW4VfMXdVhp1hjkZVhXCrpgh/aLcc45rX6MPu+tIVUWDw0HfNwth7O28M1xDxNf9w==",
"dev": true,
"license": "MIT",
"engines": {
@@ -5916,6 +5916,16 @@
"url": "https://opencollective.com/eslint"
}
},
+ "node_modules/eslint/node_modules/@eslint/js": {
+ "version": "9.24.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.24.0.tgz",
+ "integrity": "sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==",
+ "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 3d0755b5..7fc13fc5 100644
--- a/package.json
+++ b/package.json
@@ -94,7 +94,7 @@
},
"devDependencies": {
"@cypress/code-coverage": "^3.14.0",
- "@eslint/js": "^9.23.0",
+ "@eslint/js": "^9.25.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^6.0.2",
"@shellygo/cypress-test-utils": "^4.1.18",