chore(deps): bump the all-dependencies group with 5 updates
Bumps the all-dependencies group with 5 updates:
| Package | From | To |
|---|---|---|
| @typescript-eslint/eslint-plugin | 8.48.0 |
8.48.1 |
| @typescript-eslint/parser | 8.48.0 |
8.48.1 |
| prettier | 3.7.3 |
3.7.4 |
| typescript-eslint | 8.48.0 |
8.48.1 |
| eslint-doc-generator | 2.3.0 |
2.4.0 |
Updates @typescript-eslint/eslint-plugin from 8.48.0 to 8.48.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.48.1
8.48.1 (2025-12-02)
⏪ Reverts
- eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)
🩹 Fixes
- eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
- eslint-plugin: honor ignored base types on generic classes (#11767)
- eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
❤️ Thank You
- Josh Goldberg
- OleksandraKordonets
- SangheeSon
@Higangssh- tao
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.48.1 (2025-12-02)
🩹 Fixes
- eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
- eslint-plugin: honor ignored base types on generic classes (#11767)
- eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
❤️ Thank You
- Josh Goldberg
- OleksandraKordonets
- SangheeSon
@Higangssh- tao
You can read about our versioning strategy and releases on our website.
Commits
8fe3445chore(release): publish 8.48.15ac66a6fix(eslint-plugin): revert "[no-redundant-type-constituents] use assignabilit...906cc3cfix(eslint-plugin): [restrict-template-expressions] check base types in allow...16cf0f7test(eslint-plugin): [consistent-type-exports] add more shadowed imports test...0db02acfix(eslint-plugin): honor ignored base types on generic classes (#11767)bb9ba53fix(eslint-plugin): [consistent-type-exports] check value flag before resolvi...- See full diff in compare view
Updates @typescript-eslint/parser from 8.48.0 to 8.48.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.48.1
8.48.1 (2025-12-02)
⏪ Reverts
- eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)
🩹 Fixes
- eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
- eslint-plugin: honor ignored base types on generic classes (#11767)
- eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
❤️ Thank You
- Josh Goldberg
- OleksandraKordonets
- SangheeSon
@Higangssh- tao
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.48.1 (2025-12-02)
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
8fe3445chore(release): publish 8.48.1- See full diff in compare view
Updates prettier from 3.7.3 to 3.7.4
Release notes
Sourced from prettier's releases.
3.7.4
What's Changed
- Fix comment in union type gets duplicated by
@fiskerin prettier/prettier#18393- Fix unstable comment print in union type by
@fiskerin prettier/prettier#18395- Avoid quote around LWC interpolations by
@kovsuin prettier/prettier#18383
Changelog
Sourced from prettier's changelog.
3.7.4
LWC: Avoid quote around interpolations (#18383 by
@kovsu)<!-- Input --> <div foo={bar}> </div><!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div><!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#18393 by
@fisker)// Input type Foo = (/** comment */ a | b) | c;// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#18395 by
@fisker)// Input type X = (A | B) & ( // comment A | B );// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);// Prettier 3.7.3 (second format)
type X = (
| A
</tr></table>
... (truncated)
Commits
7848357Release 3.7.47686c59Release@prettier/plugin-hermes&@prettier/plugin-oxcv0.1.3fe49434Remove dead code checking union/intersection types length (#18396)ca02b37Fix unstable comment print (#18395)7efb988Fix comment in union type get duplicated (#18393)cfa92c1Update dependency@angular/compilerto v21.0.2 (#18392)1de2737Update dependency yaml to v2.8.2 (#18391)706aa4eSwitch js parse postprocess toonEnter(#18382)d3eb2b2Reuse arrays in visitor keys (#18386)c45fef1Fix LWC attribute with--embedded-language-formatting off(#18383)- Additional commits viewable in compare view
Updates typescript-eslint from 8.48.0 to 8.48.1
Release notes
Sourced from typescript-eslint's releases.
v8.48.1
8.48.1 (2025-12-02)
⏪ Reverts
- eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)
🩹 Fixes
- eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
- eslint-plugin: honor ignored base types on generic classes (#11767)
- eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
❤️ Thank You
- Josh Goldberg
- OleksandraKordonets
- SangheeSon
@Higangssh- tao
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.48.1 (2025-12-02)
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
8fe3445chore(release): publish 8.48.1- See full diff in compare view
Updates eslint-doc-generator from 2.3.0 to 2.4.0
Release notes
Sourced from eslint-doc-generator's releases.
v2.4.0
2.4.0 (2025-12-05)
Features
- receive plugin name via plugin metadata (712417b)
Bug Fixes
Changelog
Sourced from eslint-doc-generator's changelog.
2.4.0 (2025-12-05)
Features
- receive plugin name via plugin metadata (712417b)
Bug Fixes
Commits
832a911chore(main): release 2.4.0 (#823)d43ee47chore: squash 2 commits (#825)0d95150refactor: Start to useResolvedGenerateOptions(#824)752b4bechore(deps-dev): Bump js-yaml from 3.14.1 to 3.14.2 (#818)712417bfeat: receive plugin name via plugin meta data (#816)8fba5dafeat: Pass file path to getContext (#820)5b331cffix: prettier peer dep should be optional (#821)219be12Merge pull request #819 from bmish/dependabot/github_actions/actions/checkout-65608d61chore(deps): Bump actions/checkout from 5 to 617d0d7eMerge pull request #812 from bmish/dependabot/github_actions/actions/setup-no...- Additional commits viewable 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