chore(deps): lock file maintenance npm packages #98
+10,681
−9,560
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:
10.12.1
->10.15.0
1.0.0-beta.27
->1.0.0-beta.34
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
pnpm/pnpm (pnpm)
v10.15.0
Compare Source
Minor Changes
cleanupUnusedCatalogs
configuration. When set totrue
, pnpm will remove unused catalog entries during installation #9793.@*/pnpm-plugin-*
#9780.pnpm config get
now prints an INI string for an object value #9797.pnpm config get
now accepts property paths (e.g.pnpm config get catalog.react
,pnpm config get .catalog.react
,pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'
), andpnpm config set
now accepts dot-leading or subscripted keys (e.g.pnpm config set .ignoreScripts true
).pnpm config get --json
now prints a JSON serialization of config value, andpnpm config set --json
now parses the input value as JSON.Patch Changes
pnpm create
command, must verify whether the node version is supported even if a cache already exists #9775.*/*
to theAccept
header to avoid getting a 406 error on AWS CodeArtifact #9862.pnpm dlx pkg --help
doesn't pass--help
topkg
#9823.v10.14.0
Compare Source
Minor Changes
Added support for JavaScript runtime resolution
Declare Node.js, Deno, or Bun in
devEngines.runtime
(insidepackage.json
) and let pnpm download and pin it automatically.Usage example:
How it works:
pnpm install
resolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersion
andexecutionEnv.nodeVersion
)executionEnv.nodeVersion
). So, different projects in a workspace can use different runtimes.devEngines.runtime
setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.Related PR: #9755.
Add
--cpu
,--libc
, and--os
topnpm install
,pnpm add
, andpnpm dlx
to customizesupportedArchitectures
via the CLI #7510.Patch Changes
pnpm add
downloads packages whoselibc
differ frompnpm.supportedArchitectures.libc
.dlx
to parse CLI flags and options between thedlx
command and the command to run or between thedlx
command and--
#9719.pnpm install --prod
should removing hoisted dev dependencies #9782.pnpm install
to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.v10.13.1
Compare Source
Patch Changes
v10.13.0
Compare Source
Minor Changes
Added the possibility to load multiple pnpmfiles. The
pnpmfile
setting can now accept a list of pnpmfile locations #9702.pnpm will now automatically load the
pnpmfile.cjs
file from any config dependency named@pnpm/plugin-*
orpnpm-plugin-*
#9729.The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the
pnpmfile.cjs
files in the config dependencies can be explicitly listed using thepnpmfile
setting inpnpm-workspace.yaml
.Patch Changes
pkg.pr.new
, treat them as Git tarball URLs #9694.dangerouslyAllowAllBuilds
,onlyBuiltDependencies
,onlyBuiltDependenciesFile
, andneverBuiltDependencies
#9628.pnpm-workspace.yaml
with deep #9701.pnpm rebuild
command should not add pkgs included inignoredBuiltDependencies
toignoredBuilds
innode_modules/.modules.yaml
#9338.shell-quote
withshlex
for quoting command arguments #9381.v10.12.4
Compare Source
Patch Changes
Fix
pnpm licenses
command for local dependencies #9583.Fix a bug in which
pnpm ls --filter=not-exist --json
prints nothing instead of an empty array #9672.Fix a deadlock that sometimes happens during peer dependency resolution #9673.
Running
pnpm install
afterpnpm fetch
should hoist all dependencies that need to be hoisted.Fixes a regression introduced in [v10.12.2] by [#9648]; resolves [#9689].
[v10.12.2]: https://redirect.github.com/pnpm/pnpm/releases/tag/v10.12.2Add commentMore actions
[#9648]: https://github.com/pnpm/pnpm/pull/9648
[#9689]: https://github.com/pnpm/pnpm/issues/9689
v10.12.3
Compare Source
Patch Changes
Regression introduced in v10.12.2 by #9648; resolves #9685.
v10.12.2
Compare Source
Patch Changes
enableGlobalVirtualStore
set totrue
#9648.--help
and-h
flags not working as expected for thepnpm create
command.pnpm licenses list --json
command is incorrect.pnpm deploy
fails due to overridden dependencies having peer dependencies causingERR_PNPM_OUTDATED_LOCKFILE
#9595.rolldown/rolldown (rolldown)
v1.0.0-beta.34
Compare Source
💥 BREAKING CHANGES
transform
option withtsconfig
(#5882) by @shulaodatsconfig
(#5842) by @shulaoda🚀 Features
rolldown_binding_watcher
(#5859) by @hyf0DevEngine
(#5852) by @hyf0DevEngine
to support build for devlopement scenario (#5808) by @hyf0useDefineForClassFields=false
withtarget>=es2022
(#5841) by @sapphi-redesmExternalRequirePlugin
(#5810) by @shulaodaoxc_minifier
options (#5804) by @IWANABETHATGUYinitial_indent
for concatenateWrappedModule (#5779) by @IWANABETHATGUYoption.context
(#5745) by @situ2001🐛 Bug Fixes
lang
logic correctly (#5874) by @shulaodamissing_export
diagnostic (#5862) by @IWANABETHATGUYtypescript.removeClassFieldsWithoutInitializer
foruseDefineForClassFields=false
(#5840) by @sapphi-redimport.meta.hot.accept
in patch file should work (#5823) by @sapphi-redinlineConst
with constant propagation (#5826) by @IWANABETHATGUYminify: 'dce-only'
is used (#5830) by @sapphi-redminify: dce-only
(#5792) by @Boshen/./
(#5790) by @IWANABETHATGUYoutput.topLevelVar
by options validator (#5789) by @sapphi-redtransform.jsx: 'preserve'
by options validator (#5781) by @sapphi-redpreserveModules
(#5780) by @shulaoda🚜 Refactor
finalize_vite_css_urls
(#5860) by @shulaodaNotifyWatcher
WASM-compatible (#5855) by @hyf0BuildDriver
(#5854) by @hyf0clone_in_with_semantic_ids
for program cloning (#5853) by @shulaodaresolve_dependencies
(#5795) by @shulaodaPluginContext
(#5785) by @situ2001📚 Documentation
esmExternalRequirePlugin
(#5886) by @sapphi-redesmExternalRequirePlugin
(#5813) by @shulaoda⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
oxc-resolver
to v11.7.0 (#5889) by @shulaodaquote_expr
,quote_stmt
(#5858) by @IWANABETHATGUY_VITE_TEST_JS_PLUGIN
instead of_VITE_TEST_NATIVE_PLUGIN
(#5827) by @sapphi-redvitepress@^2.0.0-alpha.12
instead (#5811) by @shulaodajsx
option in favor oftransform.jsx
(#5783) by @shulaodav1.0.0-beta.33
Compare Source
💥 BREAKING CHANGES
closeBundle
hook when bundling actually happens (#5715) by @shulaoda🚀 Features
pringStatus
(#5744) by @situ2001transform
hook logic (#5736) by @shulaodaunresolved_import
when platform isneutral
(#5700) by @IWANABETHATGUY🐛 Bug Fixes
oxc.jsx.runtime
is set (#5771) by @hi-ogawacontext
should be available in renderStart (#5672) by @situ2001npm:
prefix as a built-in module (#5709) by @sapphi-red🚜 Refactor
ScopeHoistingFinalizerContext
(#5739) by @shulaodafinalize_normal_module
intoScopeHoistingFinalizerContext
(#5738) by @shulaodawrap_kind
andoriginal_wrap_kind
and keep them sync (#5730) by @IWANABETHATGUY📚 Documentation
neutral
(#5701) by @IWANABETHATGUY⚡ Performance
dce-only
(#5707) by @Boshen🧪 Testing
toMatchFileSnapshot
(#5759) by @situ2001import.meta.hot.invalidate
(#5747) by @hyf0⚙️ Miscellaneous Tasks
binding.js
after version bump (#5704) by @shulaodav1.0.0-beta.32
Compare Source
💥 BREAKING CHANGES
advanceChunks
andpreserveEntrySignatures
(#5629) by @hyf0TreeshakingOptions
type with Rollup (#5592) by @sapphi-red🚀 Features
context
option (#5631) by @7086cmdimport ... from 'external-module'
in rolldown's best (#5599) by @hyf0treeshake.moduleSideEffects
option (#5593) by @sapphi-red🐛 Bug Fixes
./
prefix for relative imports starting with.
(#5687) by @shulaodadeconflict_import_bindings
(#5684) by @hyf0export {}
to ensure correct ESM detection (#5686) by @shulaodaoption.context
(#5669) by @situ2001typeof require === 'function'
(#5651) by @hyf0this
toexports
for cjs modules (#5641) by @hyf0this.emitFile
(#5611) by @shulaodamodule.exports
(#5607) by @hyf0require(...)
to sensible form (#5604) by @hyf0undefined
fromtreeshake.moduleSideEffects
function (#5595) by @sapphi-red🚜 Refactor
FxHashSet
andFxHashMap
(#5665) by @shulaodaconstants.rs
(#5650) by @hyf0exports,module
to__rolldown_exports__,__rolldown_module__
(#5647) by @hyf0VisitMut
toTraverse
(#5646) by @hyf0bit_index
function to getRuntimeHelper
bit index (#5634) by @IWANABETHATGUYJsCallback
andMaybeAsyncJsCallback
(#5628) by @shulaodaEnvFilter
(#5231) by @Boshentreeshake.moduleSideEffects
(#5594) by @sapphi-red📚 Documentation
⚡ Performance
🧪 Testing
option.context
(#5663) by @situ2001⚙️ Miscellaneous Tasks
just debug-test
alias to run test without extended test case (#5633) by @IWANABETHATGUYcase_sensitive_file_extension_comparisons
(#5625) by @shulaodav1.0.0-beta.31
Compare Source
🚀 Features
export * from ...
(#5577) by @hyf0watch.clearScreen
(#5518) by @situ2001name
andoriginalFileName
(#5555) by @shulaodaonInvalidate
schema to validator (#5528) by @situ2001render_chunk
logic (#5511) by @shulaodarender_asset_url_in_js
(#5508) by @shulaoda__VITE_ASSET__
(#5507) by [@shulaoda](https://redirect.github.Configuration
📅 Schedule: Branch creation - "before 10am" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.