fix(deps): update all non-major dependencies#21146
Merged
sapphi-red merged 2 commits intomainfrom Nov 26, 2025
Merged
Conversation
3f022ef to
8d57da7
Compare
8d57da7 to
721ddbe
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
sapphi-red
approved these changes
Nov 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^1.0.0-beta.50->^1.0.0-beta.52^19.2.5->^19.2.7^6.0.1->^6.0.2^3.5.24->^3.5.25^2.8.28->^2.8.31^3.46.0->^3.47.0^1.22.0->^1.23.0^16.2.6->^16.2.7^4.20251109.1->^4.20251118.1^1.56.1->^1.57.010.22.0->10.23.07.2.5->7.2.7^1.94.0->^1.94.2^5.43.8->^5.44.1^8.46.4->^8.48.0^2.0.0-alpha.13->^2.0.0-alpha.15^1.9.2->^1.9.3^4.0.9->^4.0.14^3.5.24->^3.5.25^3.1.4->^3.1.5Release Notes
rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-beta.52💥 BREAKING CHANGES
output.generatedCode.profilerNamesdefault to false (#7139) by @Copilot🚀 Features
plugins(#7210) by @sxzzinlineparameter tocssMinifycallback (#7191) by @shulaodarender_chunkto replace__VITE_IS_MODERN__flag (#7178) by @shulaodaDevEngine::hasLatestBuildOutputwithDevEngine::getBundleState(#7145) by @sapphi-red@vite-ignorecomment (#7141) by @shulaodaasset_resolverlogic (#7137) by @shulaodatry_fs_resolvelogic (#7136) by @shulaodaviteAssetImportMetaUrlPluginand add dynamic URL tests (#7119) by @shulaoda🐛 Bug Fixes
html5gumwith correct span tracking (#7193) by @shulaodaoriginal_file_name(#7175) by @shulaodafilenameinstead ofreference_idfor imported assets (#7174) by @shulaodapublic_baseforhtml_result_mapkey (#7169) by @shulaodafile_to_urlcache (#7166) by @shulaodaFileEmitter::emit_filecausing duplicate asset emissions (#7164) by @shulaodareference_idparsing inrender_asset_url_in_js(#7143) by @shulaodainlineDynamicImportsis enabled (#7129) by @IWANABETHATGUYparse/parseSyncfunctions (#7127) by @sapphi-red🚜 Refactor
oxc_resolverfor tsconfig discovery (#7220) by @shulaodaresolve_filefor tsconfig discovery (#7216) by @shulaodaViteMetadata::get_or_insert_default()(#7189) by @shulaodaViteMetadata::get()to always return a value (#7188) by @shulaodaguess_mime_skip_utf8_checkfor binary assets (#7161) by @shulaodaAssetUrlIter(#7144) by @shulaoda📚 Documentation
🧪 Testing
playwright installin case playwright binary is missing (#7226) by @sapphi-redwaitBuildFinishedifERRORevent occurs (#7224) by @sapphi-red⚙️ Miscellaneous Tasks
oxc_resolver_napito 11.14.0 (#7217) by @shulaodarolldown-plugin-dtsto 0.18.0 (#7125) by @shulaodavitejs/vite-plugin-vue (@vitejs/plugin-vue)
v6.0.2Bug Fixes
Miscellaneous Chores
vuejs/core (@vue/shared)
v3.5.25Compare Source
Bug Fixes
provideafter mounting (#13954) (247b2c2), closes #13921 #13924web-platform-dx/baseline-browser-mapping (baseline-browser-mapping)
v2.8.31Compare Source
v2.8.30Compare Source
v2.8.29Compare Source
zloirock/core-js (core-js)
v3.47.0Compare Source
JSON.parsesource text access proposal :JSON.isRawJSONJSON.parseJSON.rawJSONJSON.stringifyes.namespace modules,/es/and/stable/namespaces entriesJSON.stringifyinternalsIteratorsequencing proposal:Iterator.concates.namespace modules,/es/and/stable/namespaces entriesIterator.zipIterator.zipKeyed/actual/namespace entries, unconditional forced replacement changed to feature detection.sizeinURLSearchParams.prototype.appendpolyfill in IE8-Iterator.concatmarked as shipped in FF147Mapupsert proposal features marked as shipped in Safari 26.2Math.sumPrecisemarked as shipped in Safari 26.2Uint8Array.{ fromBase64, prototype.setFromBase64 }marked as fixed in Safari 26.2lint-staged/lint-staged (lint-staged)
v16.2.7Compare Source
Patch Changes
ef74c8dThanks @iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.cloudflare/workers-sdk (miniflare)
v4.20251118.1Compare Source
Minor Changes
524a6e5Thanks @Ltadrian! - Implement Hyperdrive binding TLS miniflare proxy. This will allow for wrangler dev hyperdrive bindings to connect to externaldatabases that require TLS.
v4.20251118.0Compare Source
Patch Changes
#11318
e5ec8cfThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20251113.0Compare Source
Minor Changes
c5c4ee5Thanks @danlapid! - Add support for streaming tail consumers in local dev. This is an experimental new feature that allows you to register atailStream()handler (compared to the existingtail()handler), which will receive streamed tail events from your Worker (compared to thetail()handler, which only receives batched events after your Worker has finished processing).Patch Changes
#11235
d0041e2Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11277
827d017Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
microsoft/playwright (playwright-chromium)
v1.57.0Compare Source
pnpm/pnpm (pnpm)
v10.23.0: pnpm 10.23Compare Source
Minor Changes
--lockfile-onlyoption topnpm list#10020.Patch Changes
pnpm self-updateshould download pnpm from the configured npm registry #10205.pnpm self-updateshould always install the non-executable pnpm package (pnpm in the registry) and never the@pnpm/exepackage, when installing v11 or newer. We currently cannot ship@pnpm/exeaspkgdoesn't work with ESM #10190.pnpm add, if there's aengines.runtimesetting declared inpackage.json#10209.pnpm listandpnpm whynow display npm: protocol for aliased packages (e.g.,foo npm:is-odd@3.0.1) #8660.pnpm store pruneshould not fail if the store contains Node.js packages #10131.Platinum Sponsors
Gold Sponsors
vitejs/rolldown-vite (rolldown-vite)
v7.2.7Compare Source
Bug Fixes
bindCLIShortcutscalls with shortcut merging (#21103) (5909efd)Performance Improvements
Miscellaneous Chores
v7.2.6Compare Source
Features
sass/dart-sass (sass)
v1.94.2Compare Source
Command-Line Interface
--fatal-deprecation <version>no longer emits warnings aboutdeprecations that are obsolete.
Dart API
Deprecation.forVersionnow excludes obsolete deprecations from the set itreturns.
JS API
fatalDeprecationswhen aVersionispassed.
Node.js Embedded Host
async compilation.
v1.94.1Compare Source
sveltejs/svelte (svelte)
v5.44.1Compare Source
Patch Changes
fix: await blockers before initialising const (#17226)
fix: link offscreen items and last effect in each block correctly (#17244)
fix: generate correct code for simple destructurings (#17237)
fix: ensure each block animations don't mess with transitions (#17238)
v5.44.0Compare Source
Minor Changes
hydratableAPI (#17154)v5.43.15Compare Source
Patch Changes
fix: don't execute attachments and attribute effects eagerly (#17208)
chore: lift "flushSync cannot be called in effects" restriction (#17139)
fix: store forked derived values (#17212)
v5.43.14Compare Source
Patch Changes
fix: correctly migrate named self closing slots (#17199)
fix: error at compile time instead of at runtime on await expressions inside bindings/transitions/animations/attachments (#17198)
fix: take async blockers into account for bindings/transitions/animations/attachments (#17198)
v5.43.13Compare Source
Patch Changes
v5.43.12Compare Source
Patch Changes
v5.43.11Compare Source
Patch Changes
perf: don't use tracing overeager during dev (#17183)
fix: don't cancel transition of already outroing elements (#17186)
v5.43.10Compare Source
Patch Changes
v5.43.9Compare Source
Patch Changes
fix: correctly handle functions when determining async blockers (#17137)
fix: keep deriveds reactive after their original parent effect was destroyed (#17171)
fix: ensure eager effects don't break reactions chain (#17138)
fix: ensure async
@constin boundary hydrates correctly (#17165)fix: take blockers into account when creating
#awaitblocks (#17137)fix: parallelize async
@consts in the template (#17165)typescript-eslint/typescript-eslint (typescript-eslint)
v8.48.0Compare 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.
v8.47.0Compare 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.
vuejs/vitepress (vitepress)
v2.0.0-alpha.15Compare Source
Bug Fixes
v2.0.0-alpha.14Compare Source
Bug Fixes
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.
This PR was generated by Mend Renovate. View the repository job log.