chore(deps): lock file maintenance npm packages #98
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.14.0
1.0.0-beta.27
->1.0.0-beta.32
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
pnpm/pnpm (pnpm)
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.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 @shulaodarender_asset_url_in_js
support (#5504) by @shulaodasourcemapBaseUrl
from NormalizedOutputOptions (#5513) by @sapphi-red🐛 Bug Fixes
generateBundle
andwriteBundle
(#5580) by @shulaodaexport * from ...
(#5578) by @hyf0export * from ...
(#5566) by @hyf0import.meta
correctly (#5565) by @shulaodaimport
/require
conditions for external modules resolution (#5540) by @sapphi-redresolve.externalConditions
(#5491) by @sapphi-redmodule.exports.__esModule = true
(#5503) by @overlookmotelsourcemapBaseUrl
is an invalid URL (#5514) by @sapphi-red🚜 Refactor
__rolldown_exports__
as the name for esm module namespace object (#5579) by @hyf0_configName
to_testName
in configuration files and update variant formatting in snapshots (#5569) by @hyf0rolldown_rstr
crate and useCompactStr
directly (#5542) by @CopilotImportRecordMeta
(#5539) by @IWANABETHATGUYsourcemap_base_url
parsing (#5517) by @IWANABETHATGUYto_output_file_path_in_js
(#5505) by @shulaoda📚 Documentation
🧪 Testing
configName
to_configName
and add comments (#5568) by @hyf0rolldown_testing_config
(#5567) by @hyf0⚙️ Miscellaneous Tasks
code-spell-checker
extension (#5530) by @shulaoda❤️ New Contributors
v1.0.0-beta.30
Compare Source
💥 BREAKING CHANGES
strictExecutionOrder
by default (#5436) by @hyf0🚀 Features
this.fs
support (#5475) by @sapphi-redgenerate_bundle
logic (#5480) by @shulaodaimport.meta.hot.invalidate
(#5457) by @hyf0toESM
as pure (#5461) by @IWANABETHATGUYfile_to_built_url
(#5450) by @shulaodashould_inline
logic (#5308) by @AliceLannistefile_to_built_url
support (#5445) by @shulaodaoptimization.pifeForModuleWrappers
option (#5433) by @sapphi-redoptimization.pifeForModuleWrappers
option (#5432) by @sapphi-redcreateCjsInitializer
(#5427) by @sapphi-red__commonJSMin
/_commonJS
wrapper (#5426) by @sapphi-redcreateEsmInitializer
(#5425) by @sapphi-red__esm
wrapper (#5424) by @sapphi-red__esmMin
wrapper (#5319) by @sapphi-redoutput.sourcemapBaseUrl
(#5413) by @situ2001__commonJS
CallExpression as Pure (#5419) by @IWANABETHATGUYencode_uri_path
logic (#5410) by @shulaodaimport.meta
for non-esm
output format (#5378) by @7086cmd🐛 Bug Fixes
await
(#5487) by @situ2001__toESM
in cjs format (#5454) by @IWANABETHATGUY__esm
(#5396) by @IWANABETHATGUY🚜 Refactor
HmrOutput
withHmrUpdate
(#5488) by @hyf0asset_to_data_url
(#5481) by @shulaodatest-dev-server
(#5462) by @hyf0Log#code
anOption
(#5416) by @shulaodapropagate_update
(#5402) by @hyf0__esm
top level bindings hoisted (#5397) by @IWANABETHATGUY📚 Documentation
⚡ Performance
🧪 Testing
optimization.pifeForModuleWrappers
(#5435) by @sapphi-red⚙️ Miscellaneous Tasks
unknown-session
(#5502) by @hyf0__commonJSMin
in runtime-base.js (#5455) by @IWANABETHATGUYfile_to_dev_url
temporarily (#5446) by @shulaodaremove_url_query
intorolldown_plugin_utils
(#5444) by @shulaoda.cursorignore
to ignore meaningless files for AI (#5422) by @hyf0v1.0.0-beta.29
Compare Source
🚀 Features
close_bundle
(#5361) by @shulaodatransform_ast
hook metadata order topost
(#5339) by @shulaoda🐛 Bug Fixes
import(..)
(#5351) by @hyf0Configuration
📅 Schedule: Branch creation - "before 10am" 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.