-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all non-major dependencies #42
Conversation
Codecov Report
@@ Coverage Diff @@
## main #42 +/- ##
=======================================
Coverage 89.50% 89.50%
=======================================
Files 4 4
Lines 305 305
Branches 46 46
=======================================
Hits 273 273
Misses 32 32 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
406e626
to
7a59452
Compare
7a59452
to
af85512
Compare
af85512
to
526febb
Compare
42222d7
to
678f52d
Compare
678f52d
to
3b4da8c
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pnpm-lock.yaml
|
3b4da8c
to
24b6918
Compare
This PR contains the following updates:
^0.23.4
->^0.24.3
7.12.1
->7.13.4
^7.3.7
->^7.3.8
Release Notes
vitest-dev/vitest
v0.24.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.24.2
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.24.1
Compare Source
🐞 Bug Fixes
istanbul-lib-instrument
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2121View changes on GitHub
v0.24.0
Compare Source
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
View changes on GitHub
pnpm/pnpm
v7.13.4
Compare Source
Patch Changes
pnpm link <pkg> --global
should work when a custom target directory is specified with the--dir
CLI option #5473.Our Gold Sponsors
Our Silver Sponsors
v7.13.3
Compare Source
Patch Changes
auto-install-peers
is set totrue
and installation is done on a workspace with that has the same dependencies in multiple projects #5454.pnpm link --help
#5461.install
,update
,add
, andremove
#1021.pnpm pack
, when a custom destination directory is used #5471.Our Gold Sponsors
Our Silver Sponsors
v7.13.2
Compare Source
Patch Changes
When linking commands to a directory, remove any .exe files that are already present in that target directory by the same name.
This fixes an issue with pnpm global update on Windows. If pnpm was installed with the standalone script and then updated with pnpm using
pnpm add --global pnpm
, the exe file initially created by the standalone script should be removed.When a direct dependency fails to resolve, print the path to the project directory in the error message.
pnpm patch-commit
should work when the patch directory is specified with a trailing slash #5449.Our Gold Sponsors
Our Silver Sponsors
v7.13.1
Compare Source
Patch Changes
pnpm update --interactive
should not list dependencies ignored via thepnpm.updateConfig.ignoreDependencies
setting.Our Gold Sponsors
Our Silver Sponsors
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
v7.12.2
Compare Source
Patch Changes
pnpm link --global
should work with the--dir=<path>
option #5371.Our Gold Sponsors
Our Silver Sponsors
What's Changed
New Contributors
Full Changelog: pnpm/pnpm@v7.12.1...v7.12.2
npm/node-semver
v7.3.8
Compare Source
Bug Fixes
d8ef32c
#383 add support for node.js esm auto exports (#383) (@MylesBorins)Documentation
7209b14
#477 update range.js comments to clarify the caret ranges examples (#477) (@amitse)7.3.7 (2022-04-11)
Bug Fixes
Dependencies
7.3.6 (2022-04-05)
Bug Fixes
GTE0
regexes (#432) (11494f1)Documentation
Dependencies
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.