chore(deps): lock file maintenance npm packages#312
Merged
renovate[bot] merged 1 commit intomainfrom Oct 26, 2025
Merged
Conversation
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:
3.3.1->3.4.111.1.6->11.1.711.1.6->11.1.711.1.6->11.1.75.0.3->5.0.424.8.1->24.9.11.5.0->1.6.016.2.4->16.2.61.23.0->1.24.010.18.3->10.19.01.0.0-beta.43->1.0.0-beta.445.0.1->5.1.0🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
napi-rs/napi-rs (@napi-rs/cli)
v3.4.1Compare Source
Bug Fixes
v3.4.0Compare Source
Bug Fixes
Features
nestjs/nest (@nestjs/common)
v11.1.7Compare Source
nestjs/nest (@nestjs/core)
v11.1.7Compare Source
nestjs/nest (@nestjs/platform-express)
v11.1.7Compare Source
toyobayashi/emnapi (emnapi)
v1.6.0Compare Source
What's Changed
Full Changelog: toyobayashi/emnapi@v1.5.0...v1.6.0
lint-staged/lint-staged (lint-staged)
v16.2.6Compare Source
Patch Changes
33d4502Thanks @Adrian-Baran-GY! - Fix problems with--continue-on-erroroption, where tasks might have still been killed (SIGINT) when one of them failed.v16.2.5Compare Source
Patch Changes
9e02d9dThanks @iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.oxc-project/oxc (oxlint)
v1.24.0Compare Source
🐛 Bug Fixes
28e76ecoxlint: Resolving JS plugin failing whenextendsis used (#14556) (camc314)pnpm/pnpm (pnpm)
v10.19.0Compare Source
Minor Changes
You can now allow specific versions of dependencies to run postinstall scripts.
onlyBuiltDependenciesnow accepts package names with lists of trusted versions. For example:Related PR: #10104.
Added support for exact versions in
minimumReleaseAgeExclude#9985.You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by
minimumReleaseAge. For example:rolldown/rolldown (rolldown)
v1.0.0-beta.44Compare Source
💥 BREAKING CHANGES
output.minifyInternalExportsforformat: 'es'orminify: true(#6594) by @sapphi-redInputOptions.jsx, prefertransform.jsxalways (#6548) by @hyf0🚀 Features
transform.jsx(#6630) by @shulaodainject_to_bodyfunction (#6622) by @shulaodais_legacyfield (#6620) by @shulaodaviteHtmlPlugin(#6609) by @shulaodaviteCSSPostPlugin(#6606) by @shulaodaviteCSSPlugin(#6605) by @shulaodaoutput.clearDirto clean updirbefore build (#6486) by @aprosailRolldownOutputinstead ofBindingOutputsfromonOutput(#6563) by @sapphi-reddropLabelsand addtransform.dropLabels(#6557) by @hyf0keepNamesand addoutput.keepNames(#6556) by @hyf0profilerNamesand addoutput.generatedCode.profilerNames(#6555) by @hyf0injectanddefineand addtransform.define,transform.inject(#6544) by @hyf0experimental.nativeMagicString(#6514) by @IWANABETHATGUY🐛 Bug Fixes
package_json_pathfrom resolveId hook (#6434) by @sapphi-redshould have idxerror happens withdeferSyncScanData+ incremental rebuild (#6568) by @sapphi-redbundler.scandoesn't get handled (#6547) by @Copilotsourcemapis disabled (#6510) by @IWANABETHATGUY🚜 Refactor
BindingAssetInlineLimit(#6625) by @shulaodaBindingAssetPluginConfig(#6624) by @shulaodaviteCSSPluginconfig (#6610) by @shulaodaTaskInputinto enum to reduce invalid states (#6575) by @hyf0ScanStageCache#merge(#6564) by @IWANABETHATGUYclient_idto check if module is executed for test environment (#6566) by @hyf0&strorJsStringto avoid unnecessary clone (#6523) by @hyf0&strto avoid unnecessary clone (#6520) by @hyf0📚 Documentation
/guide/in-depth/to/in-depth/(#6554) by @CopilotAdditional Thanksinacknowledgementspage (#6507) by @hyf0experimental.nativeMagicString(#6504) by @IWANABETHATGUY⚡ Performance
createTokioRuntime(#6618) by @hyf0ClientInput(#6565) by @hyf0cross_module_optimizationstage parallel (#6552) by @IWANABETHATGUY🧪 Testing
⚙️ Miscellaneous Tasks
replacePluginto compatible with rollup (#6639) by @IWANABETHATGUYbuild.ts(#6621) by @IWANABETHATGUYcargo publish --workspacework (#6287) by @Boshenopposite_minify_internal_exportsand removeminify_internal_exportsextend test (#6596) by @hyf0BindingBuiltinPluginName(#6574) by @shulaodanotifycrate (#6573) by @Boshen.len()and.is_empty()toHybridIndexVec(#6570) by @sapphi-redAGENT.mdwith verified prompts (#6533) by @hyf0too-many-lines-thresholdto 200 (#6530) by @shulaoda❤️ New Contributors
tinylibs/tinybench (tinybench)
v5.1.0Compare Source
🚀 Features
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.