Skip to content

Commit 6072f22

Browse files
dependabot[bot]Copilotbrendandburns
authored
Update @eslint/js to 9.39.4 in /src/textmate (#18981)
Updates <a href="https://github.com/eslint/eslint/tree/HEAD/packages/js">@eslint/js</a> and `eslint` to `9.39.4` in `/src/textmate`. The original dependabot bump to `@eslint/js@10.0.1` was reverted because `@eslint/js@10.0.1` requires `eslint@^10.0.0`, and upgrading to ESLint 10 breaks `eslint-plugin-notice` which relies on `context.getFilename()` — an API removed in ESLint 10. Both packages are updated to the latest compatible v9.x release (`9.39.4`). <br> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
1 parent 2f8ff5e commit 6072f22

File tree

2 files changed

+74
-63
lines changed

2 files changed

+74
-63
lines changed

src/textmate/package-lock.json

Lines changed: 72 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/textmate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"private": true,
44
"devDependencies": {
55
"@eslint/eslintrc": "^3.3.4",
6-
"@eslint/js": "^9.39.2",
6+
"@eslint/js": "^9.39.4",
77
"@types/html-escaper": "^3.0.4",
88
"@types/jest": "^30.0.0",
99
"@types/node": "^25.5.0",
1010
"@types/plist": "^3.0.5",
1111
"@typescript-eslint/eslint-plugin": "^8.46.4",
1212
"@typescript-eslint/parser": "^8.57.1",
13-
"eslint": "^9.39.2",
13+
"eslint": "^9.39.4",
1414
"eslint-config-prettier": "^10.1.8",
1515
"eslint-plugin-jest": "^29.15.0",
1616
"eslint-plugin-notice": "^1.0.0",

0 commit comments

Comments
 (0)