chore(deps): bump the all-dependencies group with 3 updates by dependabot[bot] · Pull Request #604 · github/eslint-plugin-github
Bumps the all-dependencies group with 3 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser and typescript-eslint.
Updates @typescript-eslint/eslint-plugin from 8.21.0 to 8.22.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.22.0
8.22.0 (2025-01-27)
🚀 Features
- parser: add standalone isolatedDeclarations option (#10499)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
- eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
- eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
- eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
- eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
- eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
- type-utils: support matching intersection types in
TypeOrValueSpecifierwith aPackageSpecifier(#10667)❤️ Thank You
- Josh Goldberg ✨
- mdm317
- Olivier Zalmanski
@OlivierZal- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.22.0 (2025-01-27)
🩹 Fixes
- eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
- eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
- eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
- eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
- eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
- eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
❤️ Thank You
- mdm317
- Olivier Zalmanski
@OlivierZal- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
Commits
94e8098chore(release): publish 8.22.09f0ce90docs: add FAQ and docs aroundverbatimModuleSyntaxand similar options (#10...f1e9a5dfix(eslint-plugin): [no-unnecessary-template-expression] handle template lite...acab0a9fix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property ...a3a157cfix(eslint-plugin): [no-extraneous-class] handle accessor keyword (#10678)586e7ebfix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of u...9e8828bfix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (#10...74c4155chore: correct docs test snapshot for no-unused-vars1e2305efix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but...974f2b1docs(eslint-plugin): [no-unused-vars] add types-only values FAQ (#10690)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.21.0 to 8.22.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.22.0
8.22.0 (2025-01-27)
🚀 Features
- parser: add standalone isolatedDeclarations option (#10499)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
- eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
- eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
- eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
- eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
- eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
- type-utils: support matching intersection types in
TypeOrValueSpecifierwith aPackageSpecifier(#10667)❤️ Thank You
- Josh Goldberg ✨
- mdm317
- Olivier Zalmanski
@OlivierZal- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.22.0 (2025-01-27)
🚀 Features
- parser: add standalone isolatedDeclarations option (#10499)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Commits
94e8098chore(release): publish 8.22.0a885343feat(parser): add standalone isolatedDeclarations option (#10499)- See full diff in compare view
Updates typescript-eslint from 8.21.0 to 8.22.0
Release notes
Sourced from typescript-eslint's releases.
v8.22.0
8.22.0 (2025-01-27)
🚀 Features
- parser: add standalone isolatedDeclarations option (#10499)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
- eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
- eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
- eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
- eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
- eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
- type-utils: support matching intersection types in
TypeOrValueSpecifierwith aPackageSpecifier(#10667)❤️ Thank You
- Josh Goldberg ✨
- mdm317
- Olivier Zalmanski
@OlivierZal- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.22.0 (2025-01-27)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
94e8098chore(release): publish 8.22.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 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