Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update New value References Sourcegraph
@sveltejs/kit (source) ^2.47.2^2.50.1 age confidence devDependencies minor ^2.50.1 homepage, source code search for "@sveltejs/kit"
@sveltejs/vite-plugin-svelte (source) ^6.2.1^6.2.4 age confidence devDependencies patch ^6.2.4 source code search for "@sveltejs/vite-plugin-svelte"
@types/react (source) 19.2.219.2.9 age confidence devDependencies patch 19.2.9 homepage, source code search for "@types/react"
@types/react-dom (source) 19.2.219.2.3 age confidence devDependencies patch 19.2.3 homepage, source code search for "@types/react-dom"
@vitejs/plugin-react (source) 5.0.45.1.2 age confidence devDependencies minor 5.1.2 homepage, source code search for "@vitejs/plugin-react"
node (source) 25.0.025.4.0 age confidence minor 25.4.0 homepage, source code search for "node"
react (source) ^19.2.0^19.2.3 age confidence dependencies patch ^19.2.3 homepage, source code search for "react"
react-dom (source) ^19.2.0^19.2.3 age confidence dependencies patch ^19.2.3 homepage, source code search for "react-dom"
svelte (source) ^5.41.2^5.48.2 age confidence devDependencies minor ^5.48.2 homepage, source code search for "svelte"
vite (source) ^7.1.11^7.3.1 age confidence devDependencies minor ^7.3.1 homepage, source code search for "vite"
vite (source) 7.1.117.3.1 age confidence devDependencies minor 7.3.1 homepage, source code search for "vite"

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.50.1

Compare Source

Patch Changes
  • fix: include hooks.server and hooks.universal as explicit Vite build inputs to ensure assets imported by hooks files are correctly discovered (#​15178)

  • fix: improves fields type for generic components (#​14974)

  • fix: preload links if href changes (#​15191)

v2.50.0

Compare Source

Minor Changes
  • breaking: remove buttonProps from experimental remote form functions; use e.g. <button {...myForm.fields.action.as('submit', 'register')}>Register</button> button instead (#​15144)

v2.49.5

Compare Source

Patch Changes
  • fix: avoid overriding Vite default base when running Vitest 4 (#​14866)

  • fix: ensure url decoded pathnames are not mistaken as rerouted requests (d9ae9b0)

  • fix: add length checks to remote forms (8ed8155)

v2.49.4

Compare Source

Patch Changes
  • fix: support instrumentation for vite preview (#​15105)

  • fix: support for URLSearchParams.has(name, value) overload (#​15076)

  • fix: put forking behind experimental.forkPreloads (#​15135)

v2.49.3

Compare Source

Patch Changes
  • fix: avoid false-positive Vite config overridden warning when using Vitest 4 (#​15121)

  • fix: add typescript as an optional peer dependency (#​15074)

  • fix: use hasOwn check when deep-setting object properties (#​15127)

v2.49.2

Compare Source

Patch Changes
  • fix: Stop re-loading already-loaded CSS during server-side route resolution (#​15014)

  • fix: posixify the instrumentation file import on Windows (#​14993)

  • fix: Correctly handle shared memory when decoding binary form data (#​15028)

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)

v2.49.0

Compare Source

Minor Changes
  • feat: stream file uploads inside form remote functions allowing form data to be accessed before large files finish uploading (#​14775)

v2.48.8

Compare Source

Patch Changes
  • breaking: invalid now must be imported from @sveltejs/kit (#​14768)

  • breaking: remove submitter option from experimental form validate() method, always provide default submitter (#​14762)

v2.48.7

Compare Source

Patch Changes
  • fix: allow multiple server-timing headers (#​14700)

  • fix: allow access to root-level issues in schema-less forms (#​14893)

  • fix: allow hosting hash-based apps from non-index.html files (#​14825)

v2.48.6

Compare Source

Patch Changes
  • fix: clear issues upon passing validation (#​14683)

  • fix: don't use fork of unrelated route (#​14947)

  • fix: prevent type errors when optional @opentelemetry/api dependency isn't installed (#​14949)

  • fix: preserve this when invoking standard validator (#​14943)

  • fix: treat client/universal hooks as entrypoints for illegal server import detection (#​14876)

  • fix: correct query .set and .refresh behavior in commands (#​14877)

  • fix: improved the accuracy of the types of the output of field.as('...') (#​14908)

v2.48.5

Compare Source

Patch Changes
  • fix: wait an extra microtask in dev before calling $_init_$ (#​14799)

  • fix: discard preload fork before creating a new one (#​14865)

  • fix: delete RemoteFormAllIssue, add path to RemoteFormIssue (#​14864)

v2.48.4

Compare Source

Patch Changes
  • fix: adjust query's promise implementation to properly allow chaining (#​14859)

  • fix: make prerender cache work, including in development (#​14860)

v2.48.3

Compare Source

Patch Changes
  • fix: include hash when using resolve with hash routing enabled (#​14786)

  • fix: afterNavigate callback not running after hydration when experimental async is enabled (#​14644)
    fix: Snapshot restore method not called after reload when experimental async is enabled

  • fix: expose issue.path in .allIssues() (#​14784)

v2.48.2

Compare Source

Patch Changes
  • fix: update DOM before running navigate callbacks (#​14829)

v2.48.1

Compare Source

Patch Changes
  • fix: wait for commit promise instead of settled (#​14818)

v2.48.0

Compare Source

Minor Changes
  • feat: use experimental fork API when available (#​14793)
Patch Changes
  • fix: await for settled instead of tick in navigate (#​14800)

v2.47.3

Compare Source

Patch Changes
  • fix: avoid hanging when error() is used while streaming promises from a server load function (#​14722)

  • chore: treeshake load function code if we know it's unused (#​14764)

  • fix: RecursiveFormFields type for recursive or unknown schemas (#​14734)

  • fix: rework internal representation of form value to be $state (#​14771)

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v6.2.4

Compare Source

Patch Changes
  • fix(hmr): ensure that svelte files are recompiled and updated css modules returned correctly when reported out of order (#​1258)

v6.2.3

Compare Source

Patch Changes
  • fix(filter): ignore zero-tagged ids per rollup convention (#​1255)

v6.2.2

Compare Source

Patch Changes
  • Update experimental support for rolldown-vite to vite 8 beta (#​1246)

  • perf: switch from debug to obug (smaller, esm-only) (#​1241)

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.2

Compare Source

v5.1.1

Compare Source

Update code to support newer rolldown-vite (#​976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

v5.1.0

Compare Source

Add @vitejs/plugin-react/preamble virtual module for SSR HMR (#​890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#​930)

Rolldown 1.0.0-beta.44+ removed the top-level jsx option in favor of transform.jsx. This plugin now uses the transform.jsx option to support Rolldown 1.0.0-beta.44+.

nodejs/node (node)

v25.4.0: 2026-01-19, Version 25.4.0 (Current), @​RafaelGSS

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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 force-pushed the renovate/javascript-demos branch 6 times, most recently from ed4e275 to d40f5ca Compare November 8, 2025 19:14
@renovate renovate bot force-pushed the renovate/javascript-demos branch 11 times, most recently from 944616e to 494fa12 Compare November 18, 2025 04:42
@renovate renovate bot force-pushed the renovate/javascript-demos branch 7 times, most recently from 2ac169f to 6b21dd8 Compare November 25, 2025 02:47
@renovate renovate bot force-pushed the renovate/javascript-demos branch 4 times, most recently from 57e0763 to 944c675 Compare December 1, 2025 22:32
@renovate renovate bot changed the title chore(deps): update javascript demos fix(deps): update javascript demos Dec 3, 2025
@renovate renovate bot force-pushed the renovate/javascript-demos branch 8 times, most recently from ebdbd35 to 36ebb00 Compare December 13, 2025 03:46
@renovate renovate bot force-pushed the renovate/javascript-demos branch from 36ebb00 to 61b5571 Compare December 15, 2025 11:41
@renovate renovate bot force-pushed the renovate/javascript-demos branch from 61b5571 to e6b4fc7 Compare December 24, 2025 10:56
@renovate renovate bot force-pushed the renovate/javascript-demos branch 7 times, most recently from 113e342 to e3e5e4e Compare January 10, 2026 10:03
@renovate renovate bot force-pushed the renovate/javascript-demos branch 5 times, most recently from 553c033 to bfbafbb Compare January 18, 2026 23:37
@renovate renovate bot force-pushed the renovate/javascript-demos branch 5 times, most recently from 6004915 to 2816716 Compare January 24, 2026 06:41
@renovate renovate bot force-pushed the renovate/javascript-demos branch from 2816716 to 9e91e9f Compare January 24, 2026 18:37
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