chore(deps): update pnpm to v7.13.0 #152
Merged
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:
7.12.2
->7.13.0
Release Notes
pnpm/pnpm
v7.13.0
Compare Source
Minor Changes
Ignore packages listed in
package.json
>pnpm.updateConfig.ignoreDependencies
fields on update/outdated command #5358For instance, if you don't want
webpack
automatically to be updated when you runpnpm update --latest
, put this to yourpackage.json
:Patterns are also supported, so you may ignore for instance any packages from a scope:
@babel/*
.It is possible now to update all dependencies except the listed ones using
!
. For instance, update all dependencies, exceptlodash
:It also works with pattends, for instance:
And it may be combined with other patterns:
Patch Changes
Hooks should be applied on
pnpm deploy
#5306.Stop
--filter-prod
option to run command on all the projects when used on workspace.--filter-prod
option now only filter fromdependencies
and omitdevDependencies
instead of including all the packages when used on workspace. So what was happening is that if you use--filter-prod
on workspace root like this:it was printing all the package of workspace, where it should only print the package name of itself and packages where it has been added as
dependency
(not asdevDependencies
)Don't override the root dependency when auto installing peer dependencies #5412.
Our Gold Sponsors
Our Silver Sponsors
What's Changed
package.json > pnpm.updateConfig.ignoreDependencies
on update/outdated commands by @Shinyaigehttps://github.com/pnpm/pnpm/pull/5408l/5408New Contributors
Full Changelog: pnpm/pnpm@v7.12.2...v7.13.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.