v6.9.0 #3556
zkochan
started this conversation in
Show and tell
v6.9.0
#3556
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Minor Changes
A new optional field added to the
pnpm
section ofpackage.json
:packageExtensions
. ThepackageExtensions
fields offer a way to extend the existing package definitions with additional information. For example, ifreact-redux
should havereact-dom
in itspeerDependencies
but it has not, it is possible to patchreact-redux
usingpackageExtensions
:The keys in
packageExtensions
are package names or package names and semver ranges, to it is possible to patch only some versions of a package:The following fields may be extended using
packageExtensions
:dependencies
,optionalDependencies
,peerDependencies
, andpeerDependenciesMeta
.A bigger example:
This discussion was created from the release v6.9.0.
Beta Was this translation helpful? Give feedback.
All reactions