chore(deps): update all non-major dependencies #68
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:
^22.14.1
->^22.18.1
^1.0.8
->^1.1.0
^10.1.0
->^10.2.3
10.8.0
->10.15.1
^2.12.1
->^2.13.1
^8.4.0
->^8.5.0
^0.28.2
->^0.28.12
^5.8.3
->^5.9.2
^2.26.5
->^2.37.5
^3.1.1
->^3.2.4
Release Notes
wevm/abitype (abitype)
v1.1.0
Compare Source
Minor Changes
c15ef92
Thanks @wobsoriano! - Added support for Zod v4.v1.0.9
Compare Source
Patch Changes
3446180
Thanks @khaidarkairbek! - FixedparseAbi
runtime logic to support"payable"
function argument modifier.antfu-collective/bumpp (bumpp)
v10.2.3
Compare Source
🐞 Bug Fixes
-a
alias support for--all
- by @kingyue737 in #93 (7c0bb)View changes on GitHub
v10.2.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.2.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.2.0
Compare Source
🚀 Features
View changes on GitHub
v10.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
pnpm/pnpm (pnpm)
v10.15.1
Compare Source
Patch Changes
.pnp.cjs
crash when importing subpath #9904.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.v10.12.1
Minor Changes
Experimental. Added support for global virtual stores. When enabled,
node_modules
contains only symlinks to a central virtual store, rather tonode_modules/.pnpm
. By default, this central store is located at<store-path>/links
(you can find the store path by runningpnpm store path
).In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.
To enable the global virtual store, set
enableGlobalVirtualStore: true
in your rootpnpm-workspace.yaml
, or globally via:NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.
Related PR: #8190
pnpm update
command now supports updatingcatalog:
protocol dependencies and writes new specifiers topnpm-workspace.yaml
.--save-catalog
and--save-catalog-name=<name>
) topnpm add
to save new dependencies as catalog entries.catalog:
orcatalog:<name>
will be added topackage.json
and the package specifier will be added to thecatalogs
orcatalog[<name>]
object inpnpm-workspace.yaml
#9425.ci
for explicitly telling pnpm if the current environment is a CI or not.Patch Changes
pnpm patch
using semantic versioning rules.v10.11.1
Compare Source
Patch Changes
pnpm deploy --legacy
creates unexpected directories when the rootpackage.json
has a workspace package as a peer dependency #9550.strictPeerDependencies
istrue
but all issues are ignored bypeerDependencyRules
#9505.pnpm_config_
env variables instead ofnpm_config_
#9571.--lockfile-only
flag onpnpm update
to produce a differentpnpm-lock.yaml
than an update without the flag.pnpm deploy
work in repos withoverrides
wheninject-workspace-packages=true
#9283.pnpm -r --silent run
should not print out section #9563.v10.11.0
Compare Source
Minor Changes
A new setting added for
pnpm init
to create apackage.json
withtype=module
, wheninit-type
ismodule
. Works as a flag for the init command too #9463.Added support for Nushell to
pnpm setup
#6476.Added two new flags to the
pnpm audit
command,--ignore
and--ignore-unfixable
#8474.Ignore all vulnerabilities that have no solution:
> pnpm audit --ignore-unfixable
Provide a list of CVE's to ignore those specifically, even if they have a resolution.
> pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678
Added support for recursively running pack in every project of a workspace #4351.
Now you can run
pnpm -r pack
to pack all packages in the workspace.Patch Changes
dangerouslyAllowAllBuilds
is set totrue
#9472.pnpm link
should work from inside a workspace #9506.workspaceConcurrency
toMath.min(os.availableParallelism(), 4)
#9493.strictPeerDependencies
istrue
but all issues are ignored bypeerDependencyRules
#9505.updateConfig
frompnpm-workspace.yaml
#9500.recursive pack
url.parse
usage to fix warning on Node.js 24 #9492.pnpm run
should be able to run commands from the workspace root, ifignoreScripts
is set tottrue
#4858.v10.10.0
Compare Source
Minor Changes
preResolution
,importPackage
, andfetchers
hooks from local pnpmfile.Patch Changes
cd
command, whenshellEmulator
istrue
#7838.pnpm-workspace.yaml
#9453.npm_package_json
environment variable to the executed scripts #9452.--reporter=silent
option.v10.9.0
Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will add the following entry to your
package.json
:When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
Related issue: #8941.
Note: The
@jsr
scope defaults to https://npm.jsr.io/ if the@jsr:registry
setting is not defined.Added a new setting,
dangerouslyAllowAllBuilds
, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this topnpm-workspace.yaml
:dangerouslyAllowAllBuilds
has the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRun
whennodeLinker
ishoisted
and there is a workspace package without dependencies andnode_modules
directory #9424.verifyDepsBeforeRun
support fornodeLinker: pnp
. CombiningverifyDepsBeforeRun
andnodeLinker: pnp
will now print a warning.v10.8.1
Compare Source
Patch Changes
package.json
,onlyBuiltDependencies
will be written topnpm-workspace.yaml
file #9404.toplenboren/simple-git-hooks (simple-git-hooks)
v2.13.1
Compare Source
Patch Changes
#128
2ad5514
Thanks @OlofFredriksson! - fix: postinstall should ignore adding hooks if SKIP_INSTALL_SIMPLE_GIT_HOOKS is defined#130
1abdcd7
Thanks @cexoso! - fix: only get localcoore.hooksPath
configv2.13.0
Compare Source
Minor Changes
#121
d9d7823
Thanks @chouchouji! - feat: only remove some hooks that are not inpreserveUnused
option#125
8486a22
Thanks @nathanwhit! - feat: supportdeno
'snode_modules
structure#127
8bb9818
Thanks @yyz945947732! - feat: optimize the migration experience fromhusky
egoist/tsup (tsup)
v8.5.0
Compare Source
🚀 Features
fix-dts-default-cjs-exports
to transform CJS types - by @userquin in #1310 (c654e)🐞 Bug Fixes
removeNodeProtocol
work withshims
- by @aryaemami59 (769aa)View changes on GitHub
TypeStrong/TypeDoc (typedoc)
v0.28.12
Compare Source
Bug Fixes
@enum
now work for symbols imported from another module, #3003.API:
Reflection.hasComment
andComment.hasVisibleComponent
now accepts an optionalnotRenderedTags
parameter.v0.28.11
Compare Source
Features
if they do not have their own comment, #2999.
Bug Fixes
?
in the reflection preview and signature, #2995.compilerOptions
option now functions properly with non-boolean options, #3000.compilerOptions
option are now handled gracefully, #3000.v0.28.10
Compare Source
Bug Fixes
v0.28.9
Compare Source
Features
Bug Fixes
v0.28.8
Compare Source
Features
plugin
function can now be given plugin functions to load.-
within tag names to supporttypescript-json-schema
's@TJS-type
tag, #2972.Context.createSymbolId
for use by plugins.Bug Fixes
<img srcset>
will now be discovered by TypeDoc, #2975.<source src>
and<source srcset>
elements will now be discovered by TypeDoc, #2975.Thanks!
v0.28.7
Compare Source
Features
@sortStrategy
tag to override thesort
option on a specific reflection, #2965.Bug Fixes
export { type X }
are no longer missing comments, #2970.locale
to an unknown value will now cause TypeDoc to operate in English instead of a debug locale.v0.28.6
Compare Source
Features
Bug Fixes
export { type X }
are now detected and converted as interfaces/type aliases, #2962.Thanks!
v0.28.5
Compare Source
Bug Fixes
ignoredHighlightLanguages
can now be used to prevent warnings for codeblocks containing languageswhich are supported by Shiki but are not loaded, #2956.
v0.28.4
Compare Source
Features
Bug Fixes
The
chevronSmall
helper is now deprecated and will be removed with v0.29.0.@hidden
will no longer appear in the"Hierarchy" section of the docs.
Thanks!
v0.28.3
Compare Source
Bug Fixes
@inline
now functions when referencing tuple types, #2932.@link
links to the current page are now rendered, #2934.@includeCode
now supports regions in TypeScript files with.mts
and.cts
file extensions, #2935.microsoft/TypeScript (typescript)
v5.9.2
Compare Source
wevm/viem (viem)
v2.37.5
Compare Source
Patch Changes
#3935
1a85c7a9bdd4a1319d6940b5b6f2d84c7c997611
Thanks @sandyup! - Added Plasma Devnet.#3922
06673e0a6ac6284f9d9897d8f84816978c2187dd
Thanks @cruzdanilo! - Added support forblockOverrides
onreadContract
.#3922
06673e0a6ac6284f9d9897d8f84816978c2187dd
Thanks @cruzdanilo! - Added support forblockOverrides
onmulticall
.v2.37.4
Compare Source
Patch Changes
#3921
fbd71b713fc38c07aad3004f99f938cac94d2210
Thanks @mattw09! - Added Plasma chain.#3925
54be8905faa661e67ff374c7d2da3ef79b7463b9
Thanks @Yutaro-Mori-eng! - Added Tea Sepolia.#3928
68b0c109df2773a147cd4a293f738983402538e1
Thanks @fubhy! - TweakedwatchBlockNumber
to work with genesis blocks#3927
b34a0654de59e9fbb6d66661851fb81414e4c558
Thanks @moonhee0507! - Added Creditcoin Devnet chain.v2.37.3
Compare Source
Patch Changes
fb8bbc87ea3be7a0df70cc7784d58a0d3ad22a28
Thanks @jxom! - AddedverifyHash
to public decorators.v2.37.2
Compare Source
Patch Changes
#3916
7196b6ce7ebd67c00540de8d3d96484e1b84f798
Thanks @chybisov! - AddedgetAction
towaitForCallsStatus
.#3918
e72d35631d5dd5c35730f7d7c914d8bc649762b2
Thanks @wobsoriano! - Bumpedabitype
to1.1.0
.#3917
d4104d3b545371ddeeeaacab703cff6fe1570e45
Thanks @coffeexcoin! - AddedfetchFn
tohttp
transport.da117f66d73c3e9bc65a83931495877930f4ed2e
Thanks @jxom! - ReplacedportalAbi
withportal2Abi
inproveWithdrawal
#3907
014aad66bbf0171b144e95d6ecbaa860af87ab59
Thanks @Eteriaio! - Added Eteria chain.v2.37.1
Compare Source
Patch Changes
f3b2d7352d352be06e87d146ab6ac3008a21bca3
Thanks @jxom! - Prefer namedox
imports.v2.37.0
Compare Source
Minor Changes
f134e8e20415986573d88dbf2a1c8cf0327c8b5a
Thanks @jxom! - Added support for ERC-8010: Pre-delegated Signature Verification.v2.36.1
Compare Source
Patch Changes
#3892
32f10d5fa330134f5248d8cb8efbd78e8172fb95
Thanks @fe-dudu! - Updated Creditcoin chain name.#3895
30d80c216d7a6fc84881f3877a8950d1d71c9bd7
Thanks @coffeexcoin! - AddedfetchFn
parameter tohttp
transport configuration.c83a5e119635d6f82c6cc4b453f051504437d3b3
Thanks @jxom! - FixedgetAssets
aggregation duplicates.#3904
06e29d5fb636ecf2681e1699cbd1518c91c7a16c
Thanks @Yutaro-Mori-eng! - Added OpenLedger mainnet.37b8a437cf3803b7a3e00056acf4db38b7e27fef
Thanks @jxom! - Updated dependencies.#3898
c261db9b533cc19796216c88b30d3a19accd0ca8
Thanks @b-tarczynski! - AddedblockTime
to Unichain.#3896
de5fccf43cc509c961c3b2ca44343224278f7ca4
Thanks @iamshvetsov! - Added support for CrossFiv2.36.0
Compare Source
Minor Changes
#3883
4758e2ca5ba8a91bec4da9fa952d9e9b920c045d
Thanks @jxom! - Addeddeployless
option tobatch.multicall
oncreateClient
.#3883
4758e2ca5ba8a91bec4da9fa952d9e9b920c045d
Thanks @jxom! - Addeddeployless
parameter tomulticall
Action.Patch Changes
427ff4c156b8ef6b2bd4b6f833f6b9008f0ac4b8
Thanks @jxom! - Updated Ox.v2.35.1
Compare Source
Patch Changes
768cf82c32dc7f5d9601eb5f601efcef857184c2
Thanks @jxom! - AddedauthorizationList
toreadContract
andmulticall
.v2.35.0
Compare Source
Minor Changes
390fff8db23f388f520356c9d3847a22acf56a72
Thanks @TateB! - Added support for chain-specific ENS resolution and ENS UniversalResolver v3.Patch Changes
#3871
318218989aaafe413f2d659bed619b30dcf672d3
Thanks @bearpong! - AddedblockTime
for Berachain.#3874
59fd7d5f7f02c0d3eb12ac6d497e5edd5ebc8b77
Thanks @BigtoMantraDev! - Add MANTRA DuKong EVM Testnet#3876
77901c8fa3d8868d26e3821ccc1650457b07092c
Thanks @copilot-swe-agent! - Fixed_unwatch is not a function
error inwaitForTransactionReceipt
.#3870
f9a10532b4cd8fd8f9dc1430a966a9fad87962df
Thanks @essserrr! - AddedblockTime
for:avalanche
berachain
bsc
etherlink
hemi
megaethTestnet
monadTestnet
sonic
v2.34.0
Compare Source
Minor Changes
15352db6d002742f455946380fd77b16a8c5e3e1
Thanks @jxom! - Experimental: Added support for ERC-7811getAssets
Patch Changes
c88ae75376af7ed7cae920c25116804214a4fea3
Thanks @jxom! - Updated dependencies.#3854
160841ff0d3d0387c3cfe60fc7c2dfef123942d9
Thanks @0xdevant! - Added Hyperliquid EVM Testnet.#3856
97512ca3adda768db41efb3514de8b8476abf2b2
Thanks @cr-eative-dev! - Added Agung testnet chain.Updated PEAQ chain RPC URLs.
#3849
9d41203c46cf989a489ee33b3f8a12128aad4236
Thanks @Yutaro-Mori-eng! - Added Humanity Mainnet.#3867
122b28dc11f6d4feccb0d78820cab72e63b33004
Thanks @johanneskares! - Added support for magic.link insendCalls
fallback.29b6853c58a96088c94793da23d2fab5354ce296
Thanks @jxom! - AddedblockTime
tomainnet
.#3868 [
5e6d33efc9ac25dc2520bbec8e94632cffbe26d0
](https://redirect.githConfiguration
📅 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.