Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.7.3 -> 3.7.4 age confidence
svelte (source) 5.45.4 -> 5.45.5 age confidence
svelte-eslint-parser 1.4.0 -> 1.4.1 age confidence
typescript-eslint (source) 8.48.0 -> 8.48.1 age confidence

Release Notes

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);
sveltejs/svelte (svelte)

v5.45.5

Compare Source

Patch Changes
  • fix: correctly reconcile each blocks after outroing branches are resumed (#​17258)

  • fix: destroy each items after siblings are resumed (#​17258)

sveltejs/svelte-eslint-parser (svelte-eslint-parser)

v1.4.1

Compare Source

Patch Changes
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 - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot added the dependencies label Oct 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from ae61ea3 to d74e5f6 Compare October 12, 2025 21:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from da60ec1 to 09a8047 Compare October 21, 2025 05:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2b32747 to 87a0620 Compare October 22, 2025 17:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 6669e1a to 61a3b29 Compare November 27, 2025 18:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 852ad68 to 5cfc0fa Compare December 3, 2025 14:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5cfc0fa to 939ea67 Compare December 5, 2025 09:25
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency typescript-eslint to v8.48.1 Dec 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 939ea67 to 56477b3 Compare December 6, 2025 05:39
@renovate renovate bot changed the title chore(deps): update dependency typescript-eslint to v8.48.1 chore(deps): update all non-major dependencies Dec 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 56477b3 to 7ede874 Compare December 6, 2025 21:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ede874 to 9fd8d44 Compare December 7, 2025 01:43
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