Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@sveltejs/kit (source) ^2.49.0 -> ^2.49.1 age confidence devDependencies patch 2.49.2
eslint-plugin-svelte (source) ^3.13.0 -> ^3.13.1 age confidence devDependencies patch
peter-evans/create-pull-request (changelog) 84ae59a -> 22a9089 action digest
prettier (source) ^3.7.1 -> ^3.7.4 age confidence devDependencies patch
svelte (source) ^5.45.2 -> ^5.45.6 age confidence devDependencies patch 5.45.8 (+1)
turbo (source) ^2.6.1 -> ^2.6.3 age confidence devDependencies patch
typescript-eslint (source) ^8.48.0 -> ^8.48.1 age confidence devDependencies patch 8.49.0
vite (source) ^7.2.4 -> ^7.2.7 age confidence devDependencies patch
vitest (source) ^4.0.14 -> ^4.0.15 age confidence devDependencies patch

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.49.1

Compare Source

Patch Changes
  • fix: suppress state_referenced_locally warnings in .svelte-kit/generated/root.svelte (#​15013)

  • fix: TypeError when doing response.clone() in page load (#​15005)

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v3.13.1

Compare Source

Patch Changes
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.6

Compare Source

Patch Changes
  • fix: don't issue a11y warning for <video> without captions if it has no src (#​17311)

  • fix: add srcObject to permitted <audio>/<video> attributes (#​17310)

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)

v5.45.4

Compare Source

Patch Changes
  • chore: move DOM-related effect properties to effect.nodes (#​17293)

  • fix: allow $props.id() to occur after an await (#​17285)

  • fix: keep reactions up to date even when read outside of effect (#​17295)

v5.45.3

Compare Source

Patch Changes
  • add props to state_referenced_locally (#​17266)

  • fix: preserve node locations for better sourcemaps (#​17269)

  • fix: handle cross-realm Promises in hydratable (#​17284)

vercel/turborepo (turbo)

v2.6.3

Compare Source

v2.6.2

Compare Source

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.

vitejs/vite (vite)

v7.2.7

Compare Source

vitest-dev/vitest (vitest)

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (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 has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@vercel
Copy link

vercel bot commented Dec 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
sanity-sveltekit Ready Ready Preview Comment Dec 11, 2025 5:09am

@socket-security
Copy link

socket-security bot commented Dec 5, 2025

@renovate renovate bot force-pushed the renovate/non-major branch from d936a41 to 822811a Compare December 5, 2025 22:16
@renovate renovate bot force-pushed the renovate/non-major branch from 822811a to 8003409 Compare December 6, 2025 04:12
@renovate renovate bot force-pushed the renovate/non-major branch from 8003409 to cf13d9a Compare December 6, 2025 05:54
@renovate renovate bot force-pushed the renovate/non-major branch from cf13d9a to 3a23ef1 Compare December 6, 2025 18:59
@renovate renovate bot force-pushed the renovate/non-major branch from 3a23ef1 to b052d74 Compare December 6, 2025 22:39
@renovate renovate bot force-pushed the renovate/non-major branch from b052d74 to 80a8228 Compare December 7, 2025 18:46
@renovate renovate bot force-pushed the renovate/non-major branch from 80a8228 to d6383c7 Compare December 8, 2025 02:58
@renovate renovate bot force-pushed the renovate/non-major branch from d6383c7 to 6b8f5fb Compare December 9, 2025 11:46
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.

0 participants