Title: build(deps): bump the npm group across 1 directory with 4 updates by dependabot[bot] · Pull Request #2892 · github/codeql-action · GitHub
Open Graph Title: build(deps): bump the npm group across 1 directory with 4 updates by dependabot[bot] · Pull Request #2892 · github/codeql-action
X Title: build(deps): bump the npm group across 1 directory with 4 updates by dependabot[bot] · Pull Request #2892 · github/codeql-action
Description: Bumps the npm group with 4 updates in the / directory: semver, @eslint/js, @typescript-eslint/eslint-plugin and @typescript-eslint/parser.
Updates semver from 7.7.1 to 7.7.2
Release notes
Sourced from semver's releases.
v7.7.2
7.7.2 (2025-05-12)
Bug Fixes
fcafb61 #780 add missing 'use strict' directives (#780) (@Fdawgs)
c99f336 #781 prerelease identifier starting with digits (#781) (@mbtools)
Chores
c760403 #784 template-oss-apply for workflow permissions (#784) (@wraithgar)
2677f2a #778 bump @npmcli/template-oss from 4.23.6 to 4.24.3 (#778) (@dependabot[bot], @npm-cli-bot)
Changelog
Sourced from semver's changelog.
7.7.2 (2025-05-12)
Bug Fixes
fcafb61 #780 add missing 'use strict' directives (#780) (@Fdawgs)
c99f336 #781 prerelease identifier starting with digits (#781) (@mbtools)
Chores
c760403 #784 template-oss-apply for workflow permissions (#784) (@wraithgar)
2677f2a #778 bump @npmcli/template-oss from 4.23.6 to 4.24.3 (#778) (@dependabot[bot], @npm-cli-bot)
Commits
281055e chore: release 7.7.2 (#783)
fcafb61 fix: add missing 'use strict' directives (#780)
c760403 chore: template-oss-apply for workflow permissions (#784)
c99f336 fix: prerelease identifier starting with digits (#781)
2677f2a chore: bump @npmcli/template-oss from 4.23.6 to 4.24.3 (#778)
0b98655 chore: bump @npmcli/template-oss from 4.23.4 to 4.23.6 (#760)
See full diff in compare view
Updates @eslint/js from 9.25.1 to 9.26.0
Release notes
Sourced from @eslint/js's releases.
v9.26.0
Features
e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)
0fa2b7a feat: add suggestions for eqeqeq rule (#19640) (Nitin Kumar)
dcbdcc9 feat: Add MCP server (#19592) (Nicholas C. Zakas)
2dfd83e feat: add ignoreDirectives option in no-unused-expressions (#19645) (sethamus)
Bug Fixes
96e84de fix: check cache file existence before deletion (#19648) (sethamus)
d683aeb fix: don't crash on tests with circular references in RuleTester (#19664) (Milos Djermanovic)
9736d5d fix: add namespace to Plugin.meta type (#19661) (Milos Djermanovic)
17bae69 fix: update RuleTester.run() type (#19634) (Nitin Kumar)
Documentation
dd98d63 docs: Update README (GitHub Actions Bot)
c25e858 docs: Update README (GitHub Actions Bot)
b2397e9 docs: Update README (GitHub Actions Bot)
addd0a6 docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)
a21b38d docs: Update README (GitHub Actions Bot)
c0721a7 docs: fix double space in command (#19657) (CamWass)
Chores
5b247c8 chore: upgrade to @eslint/js@9.26.0 (#19681) (Francesco Trotta)
d6fa4ac chore: package.json update for @eslint/js release (Jenkins)
0958690 chore: disambiguate internal types LanguageOptions and Rule (#19669) (Francesco Trotta)
f1c858e chore: fix internal type references to Plugin and Rule (#19665) (Francesco Trotta)
40dd299 refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)
1cfd702 chore: update dependency @eslint/json to ^0.12.0 (#19656) (renovate[bot])
Changelog
Sourced from @eslint/js's changelog.
v9.26.0 - May 2, 2025
5b247c8 chore: upgrade to @eslint/js@9.26.0 (#19681) (Francesco Trotta)
d6fa4ac chore: package.json update for @eslint/js release (Jenkins)
e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)
0fa2b7a feat: add suggestions for eqeqeq rule (#19640) (Nitin Kumar)
dd98d63 docs: Update README (GitHub Actions Bot)
96e84de fix: check cache file existence before deletion (#19648) (sethamus)
c25e858 docs: Update README (GitHub Actions Bot)
0958690 chore: disambiguate internal types LanguageOptions and Rule (#19669) (Francesco Trotta)
dcbdcc9 feat: Add MCP server (#19592) (Nicholas C. Zakas)
b2397e9 docs: Update README (GitHub Actions Bot)
d683aeb fix: don't crash on tests with circular references in RuleTester (#19664) (Milos Djermanovic)
f1c858e chore: fix internal type references to Plugin and Rule (#19665) (Francesco Trotta)
9736d5d fix: add namespace to Plugin.meta type (#19661) (Milos Djermanovic)
40dd299 refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)
addd0a6 docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)
a21b38d docs: Update README (GitHub Actions Bot)
c0721a7 docs: fix double space in command (#19657) (CamWass)
1cfd702 chore: update dependency @eslint/json to ^0.12.0 (#19656) (renovate[bot])
2dfd83e feat: add ignoreDirectives option in no-unused-expressions (#19645) (sethamus)
17bae69 fix: update RuleTester.run() type (#19634) (Nitin Kumar)
Commits
d6fa4ac chore: package.json update for @eslint/js release
addd0a6 docs: fix formatting of unordered lists in Markdown (#19660)
See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.31.1 to 8.32.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
eslint-plugin: [no-deprecated] support computed member access (#10867)
eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
Azat S. @azat-io
Dima Barabash @dbarabashh
Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
eslint-plugin: [only-throw-error] add option allowRethrowing (#11075)
🩹 Fixes
deps: update dependency typedoc to ^0.28.0 (1fef33521)
eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#11005)
eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
typescript-estree: ensure consistent TSMappedType AST shape (#11086)
typescript-estree: correct TSImportType property name when assert (#11115)
❤️ Thank You
Andy Edwards
Dima Barabash @dbarabashh
Kirk Waiblinger @kirkwaiblinger
mdm317
overlookmotel
Sasha Kondrashov
Yukihiro Hasegawa @y-hsgw
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.32.1 (2025-05-12)
🩹 Fixes
eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
eslint-plugin: [no-deprecated] support computed member access (#10867)
eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
❤️ Thank You
Azat S. @azat-io
Dima Barabash @dbarabashh
Ronen Amiel
You can read about our versioning strategy and releases on our website.
8.32.0 (2025-05-05)
🚀 Features
eslint-plugin: [only-throw-error] add option allowRethrowing (#11075)
eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
🩹 Fixes
eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#11005)
eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
❤️ Thank You
Andy Edwards
Kirk Waiblinger @kirkwaiblinger
mdm317
Sasha Kondrashov
Yukihiro Hasegawa @y-hsgw
You can read about our versioning strategy and releases on our website.
Commits
af077a0 chore(release): publish 8.32.1
f8db925 fix(eslint-plugin): [consistent-indexed-object-style] check for indirect circ...
98c5c4c fix(eslint-plugin): [consistent-indexed-object-style] adjust auto-fixer to ge...
b2be3dc chore: simplify tsconfig setup using configDir (#11136)
523b3ea fix(eslint-plugin): [no-deprecated] support computed member access (#10867)
0d822bd docs: use T[] instead of [T, ...T[]] in rule options (#11129)
aeb7402 chore(ast-spec): finish migrating to vitest (#11126)
a89d5e3 fix(eslint-plugin): [no-unnecessary-type-conversion] shouldn't have fixable p...
7598496 chore: remove now-stub @types/marked package
0cee7ca chore(deps): update dependency ignore to v7 (#11163)
Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.31.1 to 8.32.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
eslint-plugin: [no-deprecated] support computed member access (#10867)
eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
Azat S. @azat-io
Dima Barabash @dbarabashh
Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
eslint-plugin: [only-throw-error] add option allowRethrowing (#11075)
🩹 Fixes
deps: update dependency typedoc to ^0.28.0 (1fef33521)
eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#11005)
eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
typescript-estree: ensure consistent TSMappedType AST shape (#11086)
typescript-estree: correct TSImportType property name when assert (#11115)
❤️ Thank You
Andy Edwards
Dima Barabash @dbarabashh
Kirk Waiblinger @kirkwaiblinger
mdm317
overlookmotel
Sasha Kondrashov
Yukihiro Hasegawa @y-hsgw
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.32.1 (2025-05-12)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.32.0 (2025-05-05)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
af077a0 chore(release): publish 8.32.1
b2be3dc chore: simplify tsconfig setup using configDir (#11136)
aeb7402 chore(ast-spec): finish migrating to vitest (#11126)
819a03f chore(release): publish 8.32.0
172ab8a chore(eslint-plugin): resolve remaining issues from vitest migration (#11100)
a9c9251 chore: revert vitest related changes in tsconfig files (#11124)
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 4 updates in the / directory: semver, @eslint/js, @typescript-eslint/eslint-plugin and @typescript-eslint/parser. Updates semver from 7.7.1 to 7.7.2 Release notes Sourced ...
X Description: Bumps the npm group with 4 updates in the / directory: semver, @eslint/js, @typescript-eslint/eslint-plugin and @typescript-eslint/parser. Updates semver from 7.7.1 to 7.7.2 Release notes Sourced ...
Opengraph URL: https://github.com/github/codeql-action/pull/2892
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:6497613e-4a9f-02ba-f960-bbe76cb4ad2c |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | AC86:1E4E:25FDA0:324934:6A4C5FEF |
| html-safe-nonce | 9be4e2e9dee1385df4897cdff80456c6a660920d0996154224c50450f08c2d02 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQzg2OjFFNEU6MjVGREEwOjMyNDkzNDo2QTRDNUZFRiIsInZpc2l0b3JfaWQiOiI1Mjc4OTQ3MDc1NTUwODk2MTEyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 885c2b13d5a32f2636a0fd37e11016ecfbf43fabaf7e480b332d5afab0386427 |
| hovercard-subject-tag | pull_request:2514540411 |
| 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/2892/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 4 updates in the / directory: semver, @eslint/js, @typescript-eslint/eslint-plugin and @typescript-eslint/parser. Updates semver from 7.7.1 to 7.7.2 Release notes Sourced ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c |
| 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 | 14099438da5379150f15a2892474c7c7e6c0e55e |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width