Skip to content

Commit b4a1e80

Browse files
chore(deps): update dependency @eslint/compat to v2 (#7938)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@eslint/compat](https://redirect.github.com/eslint/rewrite/tree/main/packages/compat#readme) ([source](https://redirect.github.com/eslint/rewrite/tree/HEAD/packages/compat)) | [`1.4.1` -> `2.0.0`](https://renovatebot.com/diffs/npm/@eslint%2fcompat/1.4.1/2.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fcompat/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint%2fcompat/1.4.1/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/rewrite (@&#8203;eslint/compat)</summary> ### [`v2.0.0`](https://redirect.github.com/eslint/rewrite/blob/HEAD/packages/compat/CHANGELOG.md#200-2025-11-14) [Compare Source](https://redirect.github.com/eslint/rewrite/compare/f5ecc7e945634a173af677d2d597d583bd2704e6...c368656dbba4d927344905f24b3993a378a59a88) ##### ⚠ BREAKING CHANGES - Require Node.js ^20.19.0 || ^22.13.0 || >=24 ([#&#8203;297](https://redirect.github.com/eslint/rewrite/issues/297)) ##### Features - patch missing context and SourceCode methods for v10 ([#&#8203;311](https://redirect.github.com/eslint/rewrite/issues/311)) ([a40d8c6](https://redirect.github.com/eslint/rewrite/commit/a40d8c60af5bc09ea5e1c778655312a34ddc9f83)) - Require Node.js ^20.19.0 || ^22.13.0 || >=24 ([#&#8203;297](https://redirect.github.com/eslint/rewrite/issues/297)) ([acc623c](https://redirect.github.com/eslint/rewrite/commit/acc623c807bf8237a26b18291f04dd99e4e4981a)) ##### Dependencies - The following workspace dependencies were updated - dependencies - [@&#8203;eslint/core](https://redirect.github.com/eslint/core) bumped from ^0.17.0 to ^1.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 742b4fa commit b4a1e80

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@babel/preset-react": "7.28.5",
5959
"@babel/preset-typescript": "7.28.5",
6060
"@cypress/code-coverage": "3.14.7",
61-
"@eslint/compat": "1.4.1",
61+
"@eslint/compat": "2.0.0",
6262
"@eslint/js": "9.39.1",
6363
"@semantic-release/github": "12.0.2",
6464
"@testing-library/cypress": "10.1.0",

yarn.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,17 +2124,17 @@ __metadata:
21242124
languageName: node
21252125
linkType: hard
21262126

2127-
"@eslint/compat@npm:1.4.1":
2128-
version: 1.4.1
2129-
resolution: "@eslint/compat@npm:1.4.1"
2127+
"@eslint/compat@npm:2.0.0":
2128+
version: 2.0.0
2129+
resolution: "@eslint/compat@npm:2.0.0"
21302130
dependencies:
2131-
"@eslint/core": "npm:^0.17.0"
2131+
"@eslint/core": "npm:^1.0.0"
21322132
peerDependencies:
21332133
eslint: ^8.40 || 9
21342134
peerDependenciesMeta:
21352135
eslint:
21362136
optional: true
2137-
checksum: 10c0/46f5ff884873c2e2366df55dd7b2d6b12f7f852bfba8e2a48dae4819cc5e58756deefa9b7f87f1b107af725ee883a05fcc02caf969b58fb142e790c6036a0450
2137+
checksum: 10c0/ba848e8ea02fbfba9985d6a6e5aeedf5c44c4f57cb01fb6b9629d2ebfa37f9eafa4506ad9690fb805e0c395269d84e09eae46bfe41884bfff6171ebd68e17373
21382138
languageName: node
21392139
linkType: hard
21402140

@@ -2167,6 +2167,15 @@ __metadata:
21672167
languageName: node
21682168
linkType: hard
21692169

2170+
"@eslint/core@npm:^1.0.0":
2171+
version: 1.0.0
2172+
resolution: "@eslint/core@npm:1.0.0"
2173+
dependencies:
2174+
"@types/json-schema": "npm:^7.0.15"
2175+
checksum: 10c0/ce94edc4e7f78afac5815ba9afcae8c99d286a7d6f80efd596f6ba08dd1984277c4f3b2d6585f7a31d8235f9124ca311780ace664a7340a0cb19d9a71b413285
2176+
languageName: node
2177+
linkType: hard
2178+
21702179
"@eslint/eslintrc@npm:^0.4.3":
21712180
version: 0.4.3
21722181
resolution: "@eslint/eslintrc@npm:0.4.3"
@@ -20917,7 +20926,7 @@ __metadata:
2091720926
"@babel/preset-react": "npm:7.28.5"
2091820927
"@babel/preset-typescript": "npm:7.28.5"
2091920928
"@cypress/code-coverage": "npm:3.14.7"
20920-
"@eslint/compat": "npm:1.4.1"
20929+
"@eslint/compat": "npm:2.0.0"
2092120930
"@eslint/js": "npm:9.39.1"
2092220931
"@semantic-release/github": "npm:12.0.2"
2092320932
"@stackblitz/sdk": "npm:1.11.0"

0 commit comments

Comments
 (0)