Title: Bump the npm-minor group with 3 updates by dependabot[bot] · Pull Request #3195 · github/codeql-action · GitHub
Open Graph Title: Bump the npm-minor group with 3 updates by dependabot[bot] · Pull Request #3195 · github/codeql-action
X Title: Bump the npm-minor group with 3 updates by dependabot[bot] · Pull Request #3195 · github/codeql-action
Description: Bumps the npm-minor group with 3 updates: semver, @typescript-eslint/eslint-plugin and @typescript-eslint/parser.
Updates semver from 7.7.2 to 7.7.3
Release notes
Sourced from semver's releases.
v7.7.3
7.7.3 (2025-10-06)
Bug Fixes
e37e0ca #813 faster paths for compare (#813) (@H4ad)
2471d75 #811 x-range build metadata support (i529015)
Chores
8f05c87 #807 bump @npmcli/template-oss from 4.25.0 to 4.25.1 (#807) (@dependabot[bot], @owlstronaut)
Changelog
Sourced from semver's changelog.
7.7.3 (2025-10-06)
Bug Fixes
e37e0ca #813 faster paths for compare (#813) (@H4ad)
2471d75 #811 x-range build metadata support (i529015)
Chores
8f05c87 #807 bump @npmcli/template-oss from 4.25.0 to 4.25.1 (#807) (@dependabot[bot], @owlstronaut)
Commits
a25789b chore: release 7.7.3 (#812)
e37e0ca fix: faster paths for compare (#813)
2471d75 fix: x-range build metadata support
8f05c87 chore: bump @npmcli/template-oss from 4.25.0 to 4.25.1 (#807)
d17aebf chore: bump @npmcli/template-oss from 4.24.4 to 4.25.0 (#797)
3b03e3b chore: bump @npmcli/template-oss from 4.24.3 to 4.24.4 (#790)
See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for semver since your current version.
Updates @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
rule-schema-to-typescript-types: clean up and make public (#11633)
typescript-eslint: export util types (#10848, #10849)
typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
eslint-plugin: removed error type previously deprecated (#11674)
eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
typescript-estree: forbid abstract modifier in object methods (#11656)
typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
fisker Cheung @fisker
Josh Goldberg ✨
Joshua Chen
Kirk Waiblinger @kirkwaiblinger
Mark de Dios @peanutenthusiast
Mister-Hope @Mister-Hope
Richard Torres @richardtorres314
Victor Genaev @mainframev
Younsang Na @nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.46.0 (2025-10-06)
🚀 Features
eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
rule-schema-to-typescript-types: clean up and make public (#11633)
🩹 Fixes
eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
typescript-estree: forbid abstract method and accessor to have implementation (#11657)
eslint-plugin: removed error type previously deprecated (#11674)
eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
❤️ Thank You
fisker Cheung @fisker
Josh Goldberg ✨
Kirk Waiblinger @kirkwaiblinger
Mark de Dios @peanutenthusiast
Richard Torres @richardtorres314
Victor Genaev @mainframev
You can read about our versioning strategy and releases on our website.
Commits
aec785e chore(release): publish 8.46.0
a974191 fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...
02e0278 fix(typescript-estree): forbid abstract method and accessor to have implement...
f083798 feat(eslint-plugin): [no-unsafe-member-access] add allowOptionalChaining opti...
a62f625 fix(eslint-plugin): removed error type previously deprecated (#11674)
7f5fed7 chore: remove unused batchedSingleLineTests test utility (#11675)
f8412ce fix(eslint-plugin): [no-deprecated] ignore deprecated export imports (#11603)
8de997e feat(eslint-plugin): [no-unused-vars] support explicit resource management wi...
740a63f feat(rule-schema-to-typescript-types): clean up and make public (#11633)
692d4ee docs(eslint-plugin): [prefer-for-of] mention DOM elements and lib: dom.iterab...
Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.45.0 to 8.46.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
rule-schema-to-typescript-types: clean up and make public (#11633)
typescript-eslint: export util types (#10848, #10849)
typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
eslint-plugin: removed error type previously deprecated (#11674)
eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
typescript-estree: forbid abstract modifier in object methods (#11656)
typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
fisker Cheung @fisker
Josh Goldberg ✨
Joshua Chen
Kirk Waiblinger @kirkwaiblinger
Mark de Dios @peanutenthusiast
Mister-Hope @Mister-Hope
Richard Torres @richardtorres314
Victor Genaev @mainframev
Younsang Na @nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.46.0 (2025-10-06)
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
aec785e chore(release): publish 8.46.0
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-minor group with 3 updates: semver, @typescript-eslint/eslint-plugin and @typescript-eslint/parser. Updates semver from 7.7.2 to 7.7.3 Release notes Sourced from semver's release...
X Description: Bumps the npm-minor group with 3 updates: semver, @typescript-eslint/eslint-plugin and @typescript-eslint/parser. Updates semver from 7.7.2 to 7.7.3 Release notes Sourced from semver's rel...
Opengraph URL: https://github.com/github/codeql-action/pull/3195
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/commits/:range(.:format) |
| route-controller | pull_requests |
| route-action | commits |
| fetch-nonce | v2:c50b28b1-8080-fc3c-8dc9-587b546e5077 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | E93C:1CCFE3:32E717B:43B9C73:6A65531E |
| html-safe-nonce | bdde3395e26f6284960f4693906cb915549495c2385eba283f8b310b66699f67 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOTNDOjFDQ0ZFMzozMkU3MTdCOjQzQjlDNzM6NkE2NTUzMUUiLCJ2aXNpdG9yX2lkIjoiMzA5NjkzNDk2NTY4OTI3NTE2NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 6f36f9e772bb9e9010fafb6f3b22889f93b80e2d6551ecd5b1235cc2ab8cc25c |
| hovercard-subject-tag | pull_request:2904093944 |
| 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/3195/commits/b516b1d4bc3e0a5d8c81118bc70f5e79005da643 |
| 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-minor group with 3 updates: semver, @typescript-eslint/eslint-plugin and @typescript-eslint/parser. Updates semver from 7.7.2 to 7.7.3 Release notes Sourced from semver's release... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 52c76df668885aaff23b50bdca1fa1ea44ac9c1553e888ebc70ff1e4daa4625b |
| 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 | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 309153364422b3c499922d1a2a6404910a58ed8e |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width