fix(deps): update all non-major dependencies#707
Merged
sapphi-red merged 1 commit intomainfrom Nov 26, 2025
Merged
Conversation
commit: |
d9f9f0b to
24e7010
Compare
24e7010 to
2b278f8
Compare
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.51^1.0.0-beta.50->^1.0.0-beta.51^1.15.2->^1.15.3^16.2.6->^16.2.7^2.0.0->^2.1.1^1.56.1->^1.57.010.22.0->10.23.0^1.94.0->^1.94.2^0.16.4->^0.16.7^8.46.4->^8.48.0^7.2.5->^7.2.7^4.0.9->^4.0.14^3.5.24->^3.5.25Release Notes
rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-beta.51Compare Source
💥 BREAKING CHANGES
🚀 Features
get_hashutility function (#7059) by @shulaodaCSSEntriesCache(#7015) by @shulaodatransformIndexHtmllogic (#7010) by @shulaodabindingifyViteHtmlPlugin(#7008) by @shulaodageneratedCode.symbolsfor reexport dynamic modules. (#6993) by @IWANABETHATGUYmodule.exportsESM export (#6967) by @Copilot🐛 Bug Fixes
canonical name not found for "__toESM"error when only named imports are used from a CJS module (#7094) by @sapphi-redrender_asset_url_in_js(#7061) by @shulaodaget_or_insert_defaultforHTMLProxyResult(#7052) by @shulaodacommonjs-proxyCSS requests (#7050) by @shulaodais_css_module(#7049) by @shulaodais_css_request(#7048) by @shulaodahandle_style_tag_or_attribute(#7038) by @shulaodaconfigtohtmlInlineProxyPlugin(#7036) by @shulaoda/*$vite$:1*/correctly (#7018) by @shulaodastyle_urls(#7017) by @shulaodaviteHtmlPluginrelated logic (#7013) by @shulaodaensure_latest_bundle_outputshouldn't loop infinitely (#6974) by @hyf0DevEngine#ensure_latest_bundle_outputshould schedule a rebuild task if there're no queued tasks (#6968) by @hyf0🚜 Refactor
rootinstead ofcwd(#7035) by @shulaodarootinstead ofcwd(#7034) by @shulaodarootinstead ofcwd(#7033) by @shulaodarootinstead ofcwd(#7032) by @shulaodarootinstead ofcwd(#7031) by @shulaodarootinstead ofcwd(#7030) by @shulaodarootinstead ofcwd(#7029) by @shulaodarolldown_devcrate (#6997) by @hyf0rolldown_devcrate (#6996) by @hyf0Fs(#6998) by @shulaodais_module_facade()tois_entry_point()for clarity (#6994) by @IWANABETHATGUYResult<_>from the return type ofBundleCoordinator::schedule_build_if_stale(#6980) by @sapphi-redCoordinatorStatustoCoordinatorStateSnapshot(#6973) by @hyf0InitialBuildStatewithCoordinatorState(#6972) by @hyf0Debug,Clone,CopyforCjsGlobalAssignmentType(#6971) by @camc314CoordinatorMsg::HasLatestBuildOutputwithGetStatus(#6960) by @hyf0ensure_current_build_finishshouldn't block the coordinator's event loop (#6959) by @hyf0📚 Documentation
⚡ Performance
collect_vec(#6999) by @IWANABETHATGUY🧪 Testing
⚙️ Miscellaneous Tasks
rolldown_debugtorolldown_devtools(#7026) by @hyf0recover_from_initial_build_errortoerror_recovery/from_initial_build_syntax_error(#6990) by @hyf0typescript/consistent-type-importsrule (#6987) by @shulaodaswc-project/swc (@swc/core)
v1.15.3Compare Source
Bug Fixes
(es/codegen) Restore missing top-level comments (#11302) (0998c93)
(es/codegen) Emit comments of all nodes (#11314) (387ee0f)
(es/minifier) Prevent compress.comparisons from transforming expressions with side effects (#11256) (58a9d81)
(es/minifier) Remove unused arrow functions in dead code elimination (#11319) (88c6ac7)
(es/parser) Make the span of Program start at input start (#11199) (b56e008)
(es/plugin) Use
#[cfg]to avoid compilation error (#11316) (f615cdb)(es/quote) Replace usage of
swc_atomswithswc_core::atoms(#11299) (c1e32fa)Miscellaneous Tasks
Performance
(es/compat) Merge
regexppass intoTransformer(#11307) (440b391)(es/compat) Merge
export_namespace_fromtoTransformer(#11309) (7a528ce)Refactor
lint-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.sxzz/obug (obug)
v2.1.1Compare Source
🏎 Performance
View changes on GitHub
v2.1.0Compare Source
🚀 Features
humanize- by @sxzz (47658)View changes on GitHub
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
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
rolldown/tsdown (tsdown)
v0.16.7Compare Source
🚀 Features
ci-only/local-onlyon addon features - by @sxzz (8bbf0)View changes on GitHub
v0.16.6Compare Source
🚀 Features
View changes on GitHub
v0.16.5Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
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.
vitejs/rolldown-vite (vite)
v7.2.7Compare Source
Bug Fixes
bindCLIShortcutscalls with shortcut merging (#21103) (5909efd)Performance Improvements
Miscellaneous Chores
v7.2.6Compare Source
Features
vitest-dev/vitest (vitest)
v4.0.14Compare Source
🚀 Experimental Features
utils.configurePrettyDOM- by @sheremet-va in #9103 (2cc34)toMatchScreenshotwith comparison slider - by @macarie in #8813 (c37c2)🐞 Bug Fixes
collecttoimport, removeprepare- by @sheremet-va in #9091 (1256b)onCancelon rpc destroy - by @AriPerkkio in #9088 (f5b72)VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by @AriPerkkio in #9085 (37918)postMessageto send ports to workers - by @whitphx and @AriPerkkio in #9078 (9d176)🏎 Performance
debugwithobug- by @sxzz and @AriPerkkio in #9057 (acc51)View changes on GitHub
v4.0.13Compare Source
🐞 Bug Fixes
🏎 Performance
fsCacheModuleis enabled, read from the memory when possible - by @sheremet-va in #9076 (6b9a1)View changes on GitHub
v4.0.12Compare Source
🐞 Bug Fixes
fsModuleCachePathby default - by @sheremet-va in #9063 (9a8bc)@opentelemetry/apiin public types - by @sheremet-va in #9066 (e944a)View changes on GitHub
v4.0.11Compare Source
🚀 Experimental Features
taskinMatchState- by @macarie in #9022 (afd1f)🏎 Performance
View changes on GitHub
v4.0.10Compare Source
🐞 Bug Fixes
onCancelwhen worker is terminated - by @sheremet-va in #9033 (6d7f0)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.