Title: build(deps-dev): bump @eslint/js from 9.26.0 to 9.27.0 in the npm group by dependabot[bot] · Pull Request #2898 · github/codeql-action · GitHub
Open Graph Title: build(deps-dev): bump @eslint/js from 9.26.0 to 9.27.0 in the npm group by dependabot[bot] · Pull Request #2898 · github/codeql-action
X Title: build(deps-dev): bump @eslint/js from 9.26.0 to 9.27.0 in the npm group by dependabot[bot] · Pull Request #2898 · github/codeql-action
Description: Bumps the npm group with 1 update: @eslint/js.
Updates @eslint/js from 9.26.0 to 9.27.0
Release notes
Sourced from @eslint/js's releases.
v9.27.0
Features
d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)
Bug Fixes
5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)
Documentation
25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
71317eb docs: Update README (GitHub Actions Bot)
4c289e6 docs: Update README (GitHub Actions Bot)
f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
c8d17e1 docs: Update README (GitHub Actions Bot)
Chores
f8f1560 chore: upgrade @eslint/js@9.27.0 (#19739) (Milos Djermanovic)
ecaef73 chore: package.json update for @eslint/js release (Jenkins)
596fdc6 chore: update dependency @arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
cf36352 chore: remove shared types (#19718) (Francesco Trotta)
f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
58a171e chore: update dependency @eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
3a075a2 chore: update dependency @eslint/core to ^0.14.0 (#19715) (renovate[bot])
44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)
Changelog
Sourced from @eslint/js's changelog.
v9.27.0 - May 16, 2025
f8f1560 chore: upgrade @eslint/js@9.27.0 (#19739) (Milos Djermanovic)
ecaef73 chore: package.json update for @eslint/js release (Jenkins)
25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
596fdc6 chore: update dependency @arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
cf36352 chore: remove shared types (#19718) (Francesco Trotta)
f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
71317eb docs: Update README (GitHub Actions Bot)
de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
58a171e chore: update dependency @eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
3a075a2 chore: update dependency @eslint/core to ^0.14.0 (#19715) (renovate[bot])
60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
4c289e6 docs: Update README (GitHub Actions Bot)
9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)
f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)
35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)
eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
c8d17e1 docs: Update README (GitHub Actions Bot)
Commits
ecaef73 chore: package.json update for @eslint/js release
7bc6c71 feat: add no-unassigned-vars rule (#19618)
35304dd chore: add missing funding field to packages (#19684)
See full diff in compare view
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 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
Open Graph Description: Bumps the npm group with 1 update: @eslint/js. Updates @eslint/js from 9.26.0 to 9.27.0 Release notes Sourced from @eslint/js's releases. v9.27.0 Features d71e37f feat: Allow flags to be se...
X Description: Bumps the npm group with 1 update: @eslint/js. Updates @eslint/js from 9.26.0 to 9.27.0 Release notes Sourced from @eslint/js's releases. v9.27.0 Features d71e37f feat: Allow flags to b...
Opengraph URL: https://github.com/github/codeql-action/pull/2898
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:1e9bd87d-1c0e-888f-ce00-03225228cb3c |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 9822:296F05:E1D1E2:1319805:6A4D5E9E |
| html-safe-nonce | 698e04a135bd59ee13cceadbbbc2e50976bc9158e6f467d23e20209a8fe15350 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5ODIyOjI5NkYwNTpFMUQxRTI6MTMxOTgwNTo2QTRENUU5RSIsInZpc2l0b3JfaWQiOiI4MTY5NDUxNzYzNTg3MTc4MTQyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 587d4c998aa12ed2223e10858a827759c60fa0e4fea9b5620f29812dd4ab3ef1 |
| hovercard-subject-tag | pull_request:2529431850 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/github/codeql-action/pull/2898/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the npm group with 1 update: @eslint/js. Updates @eslint/js from 9.26.0 to 9.27.0 Release notes Sourced from @eslint/js's releases. v9.27.0 Features d71e37f feat: Allow flags to be se... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 2a1443ff9733a3016431263ea73c93d8fe00c195eb4a7670ac30e7848f045441 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/github/codeql-action git https://github.com/github/codeql-action.git |
| octolytics-dimension-user_id | 9919 |
| octolytics-dimension-user_login | github |
| octolytics-dimension-repository_id | 259445878 |
| octolytics-dimension-repository_nwo | github/codeql-action |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 259445878 |
| octolytics-dimension-repository_network_root_nwo | github/codeql-action |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | f3bdd3157ea1f0fd738d408eceeead721acf1dc3 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width