build(deps): bump the npm group with 5 updates by dependabot[bot] · Pull Request #2750 · github/codeql-action
Bumps the npm group with 5 updates:
| Package | From | To |
|---|---|---|
| @octokit/types | 13.7.0 |
13.8.0 |
| semver | 7.6.3 |
7.7.0 |
| @typescript-eslint/eslint-plugin | 8.22.0 |
8.23.0 |
| @typescript-eslint/parser | 8.22.0 |
8.23.0 |
| eslint-plugin-github | 5.1.5 |
5.1.7 |
Updates @octokit/types from 13.7.0 to 13.8.0
Commits
bb399b2feat(GraphQL): add type documentation forqueryandoperationName(#662)- See full diff in compare view
Updates semver from 7.6.3 to 7.7.0
Release notes
Sourced from semver's releases.
v7.7.0
7.7.0 (2025-01-29)
Features
Bug Fixes
d588e37#755 diff: fix prerelease to stable version diff logic (#755) (@eminberkayd, berkay.daglar)8a34bde#754 add identifier validation toinc()(#754) (@mbtools)Documentation
67e5478#756 readme: added missing period for consistency (#756) (@shaymolcho)868d4bb#749 clarify comment about obsolete prefixes (#749) (@mbtools,@ljharb)Chores
145c554#741 bump@npmcli/eslint-configfrom 4.0.5 to 5.0.0 (@dependabot[bot])753e02b#747 bump@npmcli/template-ossfrom 4.23.3 to 4.23.4 (#747) (@dependabot[bot],@npm-cli-bot)0b812d5#744 postinstall for dependabot template-oss PR (@hashtagchris)
Changelog
Sourced from semver's changelog.
7.7.0 (2025-01-29)
Features
Bug Fixes
d588e37#755 diff: fix prerelease to stable version diff logic (#755) (@eminberkayd, berkay.daglar)8a34bde#754 add identifier validation toinc()(#754) (@mbtools)Documentation
67e5478#756 readme: added missing period for consistency (#756) (@shaymolcho)868d4bb#749 clarify comment about obsolete prefixes (#749) (@mbtools,@ljharb)Chores
145c554#741 bump@npmcli/eslint-configfrom 4.0.5 to 5.0.0 (@dependabot[bot])753e02b#747 bump@npmcli/template-ossfrom 4.23.3 to 4.23.4 (#747) (@dependabot[bot],@npm-cli-bot)0b812d5#744 postinstall for dependabot template-oss PR (@hashtagchris)
Commits
2cfcbb5chore: release 7.7.0 (#750)d588e37fix(diff): fix prerelease to stable version diff logic (#755)753e02bchore: bump@npmcli/template-ossfrom 4.23.3 to 4.23.4 (#747)8a34bdefix: add identifier validation toinc()(#754)0864b3cfeat: add "release" inc type (#753)67e5478docs(readme): added missing period for consistency (#756)868d4bbdocs: clarify comment about obsolete prefixes (#749)145c554chore: bump@npmcli/eslint-configfrom 4.0.5 to 5.0.00b812d5chore: postinstall for dependabot template-oss PR6502a15chore: bump@npmcli/template-ossfrom 4.23.1 to 4.23.3- Additional commits viewable in compare view
Updates @typescript-eslint/eslint-plugin from 8.22.0 to 8.23.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.23.0
8.23.0 (2025-02-03)
🚀 Features
- eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#10712)
- types: add strict
parenttypes for function-declaration, default-export and named-export nodes (#10685)🩹 Fixes
- bump ts-api-utils to ^2.0.1 (#10761)
- deps: update eslint monorepo to v9.19.0 (#10752)
- eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#10618)
- eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#10697)
- eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#10739)
- eslint-plugin: [prefer-nullish-coalescing] fix missing return (#10732)
- eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#10644)
- eslint-plugin: [no-restricted-imports] support regex option (#10699)
- eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#10710)
❤️ Thank You
- Josh Goldberg ✨
- Olivier Zalmanski
@OlivierZal- Ronen Amiel
- Ryan Poon
@sopa301- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.23.0 (2025-02-03)
🚀 Features
- eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#10712)
🩹 Fixes
- eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#10710)
- eslint-plugin: [no-restricted-imports] support regex option (#10699)
- eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#10644)
- eslint-plugin: [prefer-nullish-coalescing] fix missing return (#10732)
- bump ts-api-utils to ^2.0.1 (#10761)
- eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#10739)
- eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#10697)
- eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#10618)
❤️ Thank You
- Josh Goldberg ✨
- Olivier Zalmanski
@OlivierZal- Ryan Poon
@sopa301- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
Commits
2a96020chore(release): publish 8.23.006925f8feat(eslint-plugin): [no-unnecessary-boolean-literal-compare] enforce strictN...884995dfix(eslint-plugin): [no-shadow] ignore declare variables in definition files ...cd15629docs(eslint-plugin): [class-methods-use-this] refresh options docs (#10728)a9cbcc9fix(eslint-plugin): [no-restricted-imports] support regex option (#10699)3e44913fix(eslint-plugin): [dot-notation] handle noPropertyAccessFromIndexSignature ...82cb00dfix(eslint-plugin): [prefer-nullish-coalescing] fix missing return (#10732)c58d816fix: bump ts-api-utils to ^2.0.1 (#10761)345e82edocs(eslint-plugin): remove duplicate option descriptions on various rules (#...77df70dfix(eslint-plugin): [no-unnecessary-template-expression] allow interpolating ...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.22.0 to 8.23.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.23.0
8.23.0 (2025-02-03)
🚀 Features
- eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#10712)
- types: add strict
parenttypes for function-declaration, default-export and named-export nodes (#10685)🩹 Fixes
- bump ts-api-utils to ^2.0.1 (#10761)
- deps: update eslint monorepo to v9.19.0 (#10752)
- eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#10618)
- eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#10697)
- eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#10739)
- eslint-plugin: [prefer-nullish-coalescing] fix missing return (#10732)
- eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#10644)
- eslint-plugin: [no-restricted-imports] support regex option (#10699)
- eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#10710)
❤️ Thank You
- Josh Goldberg ✨
- Olivier Zalmanski
@OlivierZal- Ronen Amiel
- Ryan Poon
@sopa301- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.23.0 (2025-02-03)
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
2a96020chore(release): publish 8.23.0- See full diff in compare view
Updates eslint-plugin-github from 5.1.5 to 5.1.7
Release notes
Sourced from eslint-plugin-github's releases.
v5.1.7
What's Changed
- Upgrade eslint-plugin-import for eslint 9 support by
@tomupsin github/eslint-plugin-github#603- chore(deps): bump the all-dependencies group with 3 updates by
@dependabotin github/eslint-plugin-github#604- Update names back to original for eslint-comments and no-only-tests by
@graceparkin github/eslint-plugin-github#605New Contributors
@tomupsmade their first contribution in github/eslint-plugin-github#603Full Changelog: github/eslint-plugin-github@v5.1.6...v5.1.7
v5.1.6
What's Changed
- fix: upgrade eslint-plugin-jsx-a11y by
@hyldmoin github/eslint-plugin-github#597- chore(deps): bump the all-dependencies group with 5 updates by
@dependabotin github/eslint-plugin-github#598- chore(deps): bump the all-dependencies group across 1 directory with 7 updates by
@dependabotin github/eslint-plugin-github#601- Update naming of plugins by
@graceparkin github/eslint-plugin-github#602New Contributors
@hyldmomade their first contribution in github/eslint-plugin-github#597Full Changelog: github/eslint-plugin-github@v5.1.5...v.5.1.6
Commits
a40a2b9Merge pull request #605 from github/update-eslint-comments-no-only-tests-name5e285aaupdate names back to original for eslint-comments and no-only-tests1c04510chore(deps): bump the all-dependencies group with 3 updates (#604)1c97898Upgrade eslint-plugin-import for eslint 9 support (#603)3d1ffeeMerge pull request #602 from github/update-escompatbc44e01update importf14cf2aupdate jsx-a11y name764eab3run prettiera937d83Update TypeScript ESLint configurationa397ae8prettier updates- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| @octokit/types | [< 7, > 6.21.1] |
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions