fix(deps): update javascript demos #41
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.47.2→^2.50.1^6.2.1→^6.2.419.2.2→19.2.919.2.2→19.2.35.0.4→5.1.225.0.0→25.4.0^19.2.0→^19.2.3^19.2.0→^19.2.3^5.41.2→^5.48.2^7.1.11→^7.3.17.1.11→7.3.1Test 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.1Compare Source
Patch Changes
fix: include
hooks.serverandhooks.universalas 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.0Compare Source
Minor Changes
buttonPropsfrom experimental remote form functions; use e.g.<button {...myForm.fields.action.as('submit', 'register')}>Register</button>button instead (#15144)v2.49.5Compare Source
Patch Changes
fix: avoid overriding Vite default
basewhen 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.4Compare 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.3Compare Source
Patch Changes
fix: avoid false-positive Vite config overridden warning when using Vitest 4 (#15121)
fix: add
typescriptas an optional peer dependency (#15074)fix: use hasOwn check when deep-setting object properties (#15127)
v2.49.2Compare 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.1Compare Source
Patch Changes
fix: suppress
state_referenced_locallywarnings in.svelte-kit/generated/root.svelte(#15013)fix: TypeError when doing response.clone() in page load (#15005)
v2.49.0Compare Source
Minor Changes
formremote functions allowing form data to be accessed before large files finish uploading (#14775)v2.48.8Compare Source
Patch Changes
breaking:
invalidnow must be imported from@sveltejs/kit(#14768)breaking: remove
submitteroption from experimental formvalidate()method, always provide default submitter (#14762)v2.48.7Compare Source
Patch Changes
fix: allow multiple
server-timingheaders (#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.6Compare 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/apidependency isn't installed (#14949)fix: preserve
thiswhen invoking standard validator (#14943)fix: treat client/universal hooks as entrypoints for illegal server import detection (#14876)
fix: correct query
.setand.refreshbehavior in commands (#14877)fix: improved the accuracy of the types of the output of
field.as('...')(#14908)v2.48.5Compare 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, addpathtoRemoteFormIssue(#14864)v2.48.4Compare 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.3Compare Source
Patch Changes
fix: include hash when using
resolvewith hash routing enabled (#14786)fix:
afterNavigatecallback not running after hydration when experimental async is enabled (#14644)fix: Snapshot
restoremethod not called after reload when experimental async is enabledfix: expose
issue.pathin.allIssues()(#14784)v2.48.2Compare Source
Patch Changes
v2.48.1Compare Source
Patch Changes
settled(#14818)v2.48.0Compare Source
Minor Changes
forkAPI when available (#14793)Patch Changes
settledinstead oftickin navigate (#14800)v2.47.3Compare Source
Patch Changes
fix: avoid hanging when
error()is used while streaming promises from a serverloadfunction (#14722)chore: treeshake load function code if we know it's unused (#14764)
fix:
RecursiveFormFieldstype 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.4Compare Source
Patch Changes
v6.2.3Compare Source
Patch Changes
v6.2.2Compare 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.2Compare Source
v5.1.1Compare Source
Update code to support newer
rolldown-vite(#976)rolldown-vitewill removeoptimizeDeps.rollupOptionsin favor ofoptimizeDeps.rolldownOptionssoon. This plugin now usesoptimizeDeps.rolldownOptionsto support newerrolldown-vite. Please updaterolldown-viteto the latest version if you are using an older version.v5.1.0Compare Source
Add
@vitejs/plugin-react/preamblevirtual module for SSR HMR (#890)SSR applications can now initialize HMR runtime by importing
@vitejs/plugin-react/preambleat the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtmlAPI.Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)
Rolldown 1.0.0-beta.44+ removed the top-level
jsxoption in favor oftransform.jsx. This plugin now uses thetransform.jsxoption to support Rolldown 1.0.0-beta.44+.nodejs/node (node)
v25.4.0: 2026-01-19, Version 25.4.0 (Current), @RafaelGSSCompare Source
Notable Changes
8f6fada8f1] - cli: add --require-module/--no-require-module (Joyee Cheung) #60959bf8e738df4] - cli: mark --heapsnapshot-near-heap-limit as stable (Joyee Cheung) #609567930d7a19b] - crypto: update root certificates to NSS 3.117 (Node.js GitHub Bot) #6074144f61dfb92] - doc: add @avivkeller to collaborators (Aviv Keller) #6111545903ee884] - doc: add gurgunday to collaborators (Gürgün Dayıoğlu) #6109477faa14d99] - doc: mark --build-snapshot and --build-snapshot-config as stable (Joyee Cheung) #60954aefbe4ba47] - (SEMVER-MINOR) events: repurposeevents.listenerCount()to accept EventTargets (René) #602148470e2993b] - (SEMVER-MINOR) http: add http.setGlobalProxyFromEnv() (Joyee Cheung) #6095324384d7438] - meta: add Renegade334 to collaborators (Renegade334) #60714c1acef6d0f] - module: mark require(esm) as stable (Joyee Cheung) #609592e39f3ed6b] - module: mark module compile cache as stable (Joyee Cheung) #60971e6a05cfb4f] - (SEMVER-MINOR) module: allow subpath imports that start with#/(Jan Martin) #60864fa927c31da] - (SEMVER-MINOR) process: preserve AsyncLocalStorage in queueMicrotask only when needed (Gürgün Dayıoğlu) #60913bd0942f4f5] - (SEMVER-MINOR) stream: do not passreadable.compose()output viaReadable.from()(René) #609075051d90100] - (SEMVER-MINOR) util: add convertProcessSignalToExitCode utility (Erick Wendel) #60963408f024906] - v8: mark v8.queryObjects() as stable (Joyee Cheung) #60957Commits
e61cfdbf50] - assert: use a set instead of an array for faster lookup (Ruben Bridgewater) #6107611861084fd] - assert,util: improve comparison performance (Ruben Bridgewater) #611764ef4f759cb] - assert,util: fix deep comparing invalid dates skipping properties (Ruben Bridgewater) #61076c8fccd585f] - assert,util: improve deep comparison performance (Ruben Bridgewater) #6107613661a0123] - benchmark: use boolean options in benchmark tests (SeokhunEom) #6012936dead3433] - benchmark: allow boolean option values (SeokhunEom) #60129376056eaef] - benchmark: add microbench on isInsideNodeModules (Chengzhong Wu) #6099122d3e85b7a] - benchmark: fix incorrect base64 input in byteLength benchmark (semimikoh) #608415016f75522] - benchmark: use typescript for import cjs benchmark (Joyee Cheung) #60663012a08f6eb] - buffer: let Buffer.of use heap (Сковорода Никита Андреевич) #6050365696e42ba] - build: add--shared-hdr-histogramconfigure flag (Antoine du Hamel) #612806155b8836e] - build: add--shared-gtestconfigure flag (Antoine du Hamel) #61279e80127f49c] - build: expose libplatform symbols in shared libnode (Joyee Cheung) #61144d99805049e] - build: fix inconsistent quoting inMakefile(Antoine du Hamel) #605113213de08e8] - build: support building crates (temporal) on windows (沈鸿飞) #611631ad8788391] - build: remove temporal updater (Chengzhong Wu) #61151e6e25d65be] - build: add --debug-symbols to build with -g without enabling DCHECKs (Joyee Cheung) #611007040ec94c8] - build: update test-wpt-report to use NODE instead of OUT_NODE (Filip Skokan) #61024990da3518d] - build: skip build-ci on actions with a separate test step (Chengzhong Wu) #610733259e395c9] - build: run embedtest with node_g when BUILDTYPE=Debug (Chengzhong Wu) #60850af42ca569f] - build: ignore built-in temporal when building with shared lib (Chengzhong Wu) #60703bec7fce07a] - build: add temporal_capi gyp (Chengzhong Wu) #60703d2f50047f7] - build: fix OpenSSL version parsing for OpenSSL < 3 (Richard Lau) #6077591b20c52df] - build: add flag to compile V8 with Temporal support (Antoine du Hamel) #607010aaed248f0] - build: add support for Visual Studio 2026 (Michaël Zasso) #607278f6fada8f1] - cli: add --require-module/--no-require-module (Joyee Cheung) #60959bf8e738df4] - cli: mark --heapsnapshot-near-heap-limit as stable (Joyee Cheung) #609567930d7a19b] - crypto: update root certificates to NSS 3.117 (Node.js GitHub Bot) #607411b15453602] - deps: update cjs-module-lexer to 2.2.0 (Node.js GitHub Bot) #61271118fa97c95] - deps: update nbytes to 0.1.2 (Node.js GitHub Bot) #612709b136db814] - deps: update ngtcp2 to 1.19.0 (Node.js GitHub Bot) #611565635f23a50] - deps: update nghttp3 to 1.14.0 (Node.js GitHub Bot) #611879ec35c0977] - deps: update nghttp3 to 1.13.1 (Node.js GitHub Bot) #600464d7d37f701] - deps: update timezone to 2025c (Node.js GitHub Bot) #611382c1e3ab19d] - deps: nghttp2: revert7784fa9(Antoine du Hamel) #6113656a6513648] - deps: update nghttp2 to 1.68.0 (nodejs-github-bot) #61136f2692c5534] - deps: remove independent temporal (Chengzhong Wu) #610723acbf3f129] - deps: apply cargo vendor (Chengzhong Wu) #61072d2759f4805] - deps: add vendor depenency crate (Chengzhong Wu) #610726330385174] - deps: update simdjson to 4.2.4 (Node.js GitHub Bot) #610569835860115] - deps: update googletest to065127f(Node.js GitHub Bot) #61055d2e6dff2f9] - deps: brotli: cherry-picke230f47(liujiahui) #6100327da9ca1c7] - deps: upgrade npm to 11.7.0 (npm team) #61011398ba68793] - deps: V8: cherry-pick72b0e27(pthier) #60706a8ae3b9557] - deps: update sqlite to 3.51.1 (Node.js GitHub Bot) #608994e1edae655] - deps: update zlib to 1.3.1-63d7e16 (Node.js GitHub Bot) #6089849b5954e74] - deps: update corepack to 0.34.5 (Node.js GitHub Bot) #608426ae415361f] - deps: upgrade npm to 11.6.4 (npm team) #608533cc857001a] - deps: add temporal_rs 0.1.0 (Chengzhong Wu) #60703660788cd4b] - deps: update sqlite to 3.51.0 (Node.js GitHub Bot) #60614c6d7a7b7cd] - deps: upgrade npm to 11.6.3 (npm team) #60785062e15bddf] - deps: update brotli to 1.2.0 (Node.js GitHub Bot) #60540db053988db] - deps: update simdjson to 4.2.2 (Node.js GitHub Bot) #60740ea5deab531] - deps: update googletest to1b96fa1(Node.js GitHub Bot) #60739c23f40cca4] - deps: update minimatch to 10.1.1 (Node.js GitHub Bot) #60543479c9290b9] - deps: update corepack to 0.34.4 (Node.js GitHub Bot) #60643e42911eddd] - deps: update inspector_protocol to1b1bcbb(Node.js GitHub Bot) #60705d908c83330] - deps: update cjs-module-lexer to 2.1.1 (Node.js GitHub Bot) #6064696530a4ca6] - deps: update simdjson to 4.2.1 (Node.js GitHub Bot) #606446b0926ef20] - deps,src: prepare for cpplint update (Michaël Zasso) #609015ed71efa3e] - doc: fix v25 changelog after security release (Marco Ippolito) #61371c2791069a2] - doc: correct description oferror.stackaccessor behavior (René) #61090134780c035] - doc: add documentation for process.traceProcessWarnings (Alireza Ebrahimkhani) #536413b08efcebb] - doc: add sqlite session disposal method (René) #61273ec1847a097] - doc: fix filename typo (Hardanish Singh) #612972c651ce460] - doc: fix typos and grammar inBUILDING.md&onboarding.md(Hardanish Singh) #6126728fe6ea4a8] - doc: mention --newVersion release script (Rafael Gonzaga) #612552fb35d897d] - doc: correct typo in BUILDING doc (Mike McCready) #612618dc2501a25] - doc: correct typo in api contributing doc (Mike McCready) #6126069e357a9d4] - doc: add PR-URL requirement for security backports (Rafael Gonzaga) #6125673326ae103] - doc: add reusePort error behavior to net module (mag123c) #6125067fbf4d371] - doc: note corepack package removal in distribution doc (Mike McCready) #612070792859e49] - doc: fix tls.connect() timeout documentation (Azad Gupta) #6107972f42b9985] - doc: missingpassed,errorandpassedproperties onTestContext(Xavier Stouder) #61185f418fcc635] - doc: clarify threat model for application-level API exposure (Rafael Gonzaga) #61184bd4710769a] - doc: correct options for net.Socket class and socket.connect (Xavier Stouder) #61179387b65ca08] - doc: document error event on readline InterfaceConstructor (Xavier Stouder) #611706d886e10e4] - doc: add a smooth scrolling effect to the sidebar (btea) #5900723fb3a64ec] - doc: fix test settime docs (Efe) #61117808eb437ee] - doc: correct invalid collaborator profile (JJ) #610915e8eb5fe6c] - doc: add a tip about developer mode on Windows (Joyee Cheung) #61112a4248776da] - doc: exclude compile-time flag features from security policy (Matteo Collina) #6110944f61dfb92] - doc: add @avivkeller to collaborators (Aviv Keller) #6111508b5347b41] - doc: warn about short GCM tags visibly (Tobias Nießen) #6108245903ee884] - doc: add gurgunday to collaborators (Gürgün Dayıoğlu) #61094ce5d6e22ef] - doc: update MDN links (Livia Medeiros) #61062657cbd4af3] - doc: mark sync module hooks as release candidate (Joyee Cheung) #60960a46368a82b] - doc: reorganize docs of module customization hooks (Joyee Cheung) #609609851278e99] - doc: mark crypto.hash as stable (Joyee Cheung) #6099477faa14d99] - doc: mark --build-snapshot and --build-snapshot-config as stable (Joyee Cheung) #609546d5f9ffc6d] - doc: add File modes cross-references in fs methods (Mohit Raj Saxena) #60286521b25a27d] - doc: add missingzstdto mjs example of zlib (Deokjin Kim) #609159a9bed9b3a] - doc: clarify fileURLToPath security considerations (Rafael Gonzaga) #60887bebb4731b1] - doc: show the use of string expressions in the SQLTagStore example (schliepa) #60873f247c24cb0] - doc: replace column with columnNumber in example ofutil.getCallSites(Deokjin Kim) #60881487c1080aa] - doc: correct spelling in BUILDING.md (Rich Trott) #608755751e3f736] - doc: update debuglog examples to use 'foo-bar' instead of 'foo' (xiaoyao) #60867ec8336b7a0] - doc: correct 'event handle' to 'event handler' in Utf8Stream drop event (Riddhi) #6069295ef052751] - doc: fix typos in changelogs (Rich Trott) #60855a10b3130c6] - doc: mark module.register as active development (Chengzhong Wu) #60849bfe8c62a2d] - doc: add fullName property to SuiteContext (PaulyBearCoding) #607622799f594e3] - doc: add additional codemods for deprecation (Augustin Mauroy) #608112b51d5d113] - doc: keep sidebar module visible when navigating docs (Botato) #604102fa9917b07] - doc: fix webstorage config file property (Marco Ippolito) #60798a0691d6eb6] - doc: correct concurrency wording in test() documentation (Azad Gupta) #60773d26842c523] - doc: clarify that CQ only picks up PRs targetingmain(René) #607313e84428ffe] - doc: clarify license section and add contributor note (KaleruMadhu) #60590745ea1d61f] - doc: correct and expand documentation for SQLTagStore (René) #60200a442c27c0a] - doc: correct tls ALPNProtocols types (René) #60143d90001a579] - doc: remove mention of SMS 2FA (Antoine du Hamel) #607077525a3fa4b] - doc: add info about renamed flag incli.md(Antoine du Hamel) #60690db0a86897b] - doc: fix incorrect slh-dsa oids in crypto.md (Artsiom Malakhau) #60681e5ede89a94] - doc:domain.add()does not accept timer objects (René) #6067536ba9d99ba] - Revert "doc, assert: correct order of changes entries" (Michaël Zasso) #60774e6e5ed7665] - doc,test: add documentation and test on how to use addons in SEA (Joyee Cheung) #59582f12eb28489] - esm: avoid throw when module specifier is not url (Craig Macomber (Microsoft)) #61000a7b92e0677] - esm: improve error messages for ambiguous module syntax (mag123c) #603766da85b576b] - events: remove eventtarget custom inspect branding (Efe) #61128aefbe4ba47] - (SEMVER-MINOR) events: repurposeevents.listenerCount()to accept EventTargets (René) #60214dc19409f36] - fs: validate statfs path (Efe) #61230206e353a4a] - fs: fix rmSync to handle non-ASCII characters (Yeaseen) #61108feee377b83] - fs: remove broken symlinks in rmSync (sangwook) #610406b577c80bb] - fs: detect dot files when using globstar (Robin van Wijngaarden) #610128470e2993b] - (SEMVER-MINOR) http: add http.setGlobalProxyFromEnv() (Joyee Cheung) #60953a731463a60] - http,https: fix double ERR_PROXY_TUNNEL emission (Shima Ryuhei) #60699b2736646b6](https://redirConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.