Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/parser (source) 8.48.0 -> 8.48.1 age confidence
@vitest/coverage-v8 (source) 4.0.14 -> 4.0.15 age confidence
prettier (source) 3.7.3 -> 3.7.4 age confidence
typescript-eslint (source) 8.48.0 -> 8.48.1 age confidence
vitest (source) 4.0.14 -> 4.0.15 age confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.48.1

Compare Source

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.

vitest-dev/vitest (@​vitest/coverage-v8)

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
prettier/prettier (prettier)

v3.7.4

Compare Source

diff

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
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);
typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.1

Compare Source

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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Oct 20, 2025

⚠️ No Changeset found

Latest commit: bf754d3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a387c7 to 2ee0c7e Compare October 20, 2025 08:47
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.4.1 chore(deps): update dependency vite to v6.4.1 - autoclosed Oct 20, 2025
@renovate renovate bot closed this Oct 20, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch October 20, 2025 08:48
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.4.1 - autoclosed chore(deps): update dependency @astrojs/check to v0.9.5 Oct 20, 2025
@renovate renovate bot reopened this Oct 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 164fc36 to a4ed684 Compare October 20, 2025 16:53
@renovate renovate bot changed the title chore(deps): update dependency @astrojs/check to v0.9.5 chore(deps): update all non-major dependencies Oct 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f24c7a0 to b8cbbb6 Compare October 27, 2025 17:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from d456069 to 6275952 Compare November 3, 2025 21:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 46575a9 to 1e4060b Compare November 6, 2025 17:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4202640 to baff618 Compare November 15, 2025 17:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e59c66e to da87406 Compare November 24, 2025 17:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b862164 to a1a4089 Compare November 29, 2025 23:01
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Dec 1, 2025
@renovate renovate bot closed this Dec 1, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies to v8.48.1 Dec 2, 2025
@renovate renovate bot reopened this Dec 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1048760 to 88d779a Compare December 2, 2025 17:30
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v8.48.1 chore(deps): update all non-major dependencies Dec 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88d779a to bf754d3 Compare December 3, 2025 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant