fix(deps): update all non-major dependencies #679
Merged
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:
^9.36.0->^9.37.01.0.0-beta.41->1.0.0-beta.43^1.0.0-beta.41->^1.0.0-beta.43^22.18.8->^22.18.10^9.36.0->^9.37.0^4.4.1->^4.4.2^16.2.3->^16.2.4^1.55.1->^1.56.010.17.1->10.18.3v4.1.0->v4.2.0^0.15.6->^0.15.7^8.45.0->^8.46.1^7.1.15->^7.1.16^4.5.1->^4.6.0Release Notes
eslint/eslint (@eslint/js)
v9.37.0Compare Source
rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-beta.43Compare Source
🚀 Features
processedHtmllogic (#6494) by @shulaodanativeMagicStringoptions (#6469) by @IWANABETHATGUYclose(#6483) by @hyf0output.paths(#6470) by @IWANABETHATGUYpreserveEntrySignatureswithincludeDependenciesRecursivelyoption (#6468) by @hyf0on_hmr_updatrsto node (#6454) by @hyf0on_outputto node (#6453) by @hyf0on_hmr_updatrscallback (#6443) by @hyf0🐛 Bug Fixes
experimental.nativeMagicString: false(#6488) by @IWANABETHATGUYresolve.modulesinto account (#6484) by @PickachuadvancedChunks#includeDependenciesRecursivelyto rust (#6448) by @hyf0minify: { compress: true }(#6433) by @sapphi-red🚜 Refactor
Bundlerfor public usage (#6480) by @hyf0BindingClientHmrUpdate(#6456) by @hyf0DevOnHmrUpdatesAPI (#6455) by @hyf0📚 Documentation
experimental.strictExecutionOrder(#6450) by @hyf0why-plugin-hook-filterin depth (#6446) by @IWANABETHATGUY⚡ Performance
⚙️ Miscellaneous Tasks
DiagnosticOptions#stabilize_path(#6447) by @hyf0BindingHmrOutput(#6457) by @hyf0utils.rs(#6460) by @shulaoda"type": "module"inpackage.json(#6441) by @iiio2❤️ New Contributors
v1.0.0-beta.42Compare Source
🚀 Features
RebuildStrategy#Autoby default (#6420) by @hyf0DevOptions#on_output(#6412) by @hyf0DevOptions#rebuild_strategy(#6396) by @hyf0RebuildStrategy::Autoto issue rebuild automatically if detecting full reload hmr update (#6395) by @hyf0call_idforrenderChunkhook (#6392) by @hyf0DevEngine#close(#6377) by @hyf0DevEngine#close(#6376) by @hyf0🐛 Bug Fixes
watchChangehook (#6403) by @sapphi-redevalandarguments(#6381) by @sapphi-red🚜 Refactor
PackageJsonand remove unused fields (#6418) by @hyf0BindingResultto pass errors from rust to js (#6390) by @hyf0BindingErrorto coverJsErrorandNativeError(#6388) by @hyf0BindingErrortoNativeError(#6387) by @hyf0📚 Documentation
⚡ Performance
setTimeout->clearTimeout(#6375) by @sapphi-red🧪 Testing
this.addWatchFile(#5219) by @sapphi-red⚙️ Miscellaneous Tasks
SnapshotSectionto organize snapshot content (#6407) by @hyf0ArtifactsSnapshotandBuildRoundOutputinto standalone files (#6406) by @hyf0ArtifactsSnapshotto make generating snapshot more clear (#6405) by @hyf0GitHubcasing (#6401) by @iiio2rolldown_binding_watchercrate (#6386) by @hyf0normalizeErrorsintoaggregateBindingErrorsIntoError(#6389) by @hyf0add_watch_filethat the path should be a normalized absolute path (#6371) by @sapphi-redeslint/eslint (eslint)
v9.37.0Compare Source
less/less.js (less)
v4.4.2Compare Source
lint-staged/lint-staged (lint-staged)
v16.2.4Compare Source
Patch Changes
#1682
0176038Thanks @iiroj! - Update dependencies, includingnano-spawn@2.0.0with bug fixes.#1671
581a54eThanks @iiroj! - Speed up execution by only importing theyamldepedency if using YAML configuration files.microsoft/playwright (playwright-chromium)
v1.56.0Compare Source
pnpm/pnpm (pnpm)
v10.18.3Compare Source
Patch Changes
verifyDepsBeforeInstall: installand pre/post install scripts that called other pnpm scripts #10060.@scope:registry) being parsed as property paths inpnpm config getwhen--location=projectis used #9362.pnpm config set --location=projectincorrectly handling keys with slashes (auth tokens, registry settings) #9884.pnpm-workspace.yamland.npmrcexist,pnpm config set --location=projectnow writes topnpm-workspace.yaml(matching read priority) #10072.pnpm outdated --long#10040.v10.18.2Compare Source
Patch Changes
pnpm outdated --longshould work #10040.pnpm dlxshould request the full metadata of packages, whenminimumReleaseAgeis set #9963.EPIPEerrors when piping output to other commands #10027.v10.18.1Compare Source
Patch Changes
--lockfile-onlyis used #8320.pnpm setupcreates a command shim to the pnpm executable. This is needed to be able to runpnpm self-updateon Windows #5700.pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalogas originally intended.v10.18.0Compare Source
Minor Changes
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds:
fetchWarnTimeoutMsandfetchMinSpeedKiBps.Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR: #10025.
Patch Changes
minimumReleaseAgeconfiguration #10030.cleanupUnusedCatalogsconfiguration when removing dependent packages.scriptShellis set tofalse#8748.pnpm dlxshould not fail whenminimumReleaseAgeis set #10037.pnpm/action-setup (pnpm/action-setup)
v4.2.0Compare Source
When there's a
.npmrcfile at the root of the repository, pnpm will be fetched from the registry that is specified in that.npmrcfile #179rolldown/tsdown (tsdown)
v0.15.7Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.1Compare 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.46.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/rolldown-vite (vite)
v7.1.16Compare Source
Features
Bug Fixes
Reverts
vuejs/router (vue-router)
v4.6.0Compare Source
Please refer to CHANGELOG.md for details.
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.