vue-dompurify-html
vue-dompurify-html copied to clipboard
chore(deps): update pnpm to v7.13.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| pnpm (source) | 7.12.2 -> 7.13.0 |
Release Notes
pnpm/pnpm
v7.13.0
Minor Changes
-
Ignore packages listed in
package.json>pnpm.updateConfig.ignoreDependenciesfields on update/outdated command #5358For instance, if you don't want
webpackautomatically to be updated when you runpnpm update --latest, put this to yourpackage.json:{ "pnpm": { "updateConfig": { "ignoreDependencies": ["webpack"] } } }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:pnpm update !lodashIt also works with pattends, for instance:
pnpm update !@​babel/*And it may be combined with other patterns:
pnpm update @​babel/* !@​babel/core
Patch Changes
-
Hooks should be applied on
pnpm deploy#5306. -
Stop
--filter-prodoption to run command on all the projects when used on workspace.--filter-prodoption now only filter fromdependenciesand omitdevDependenciesinstead of including all the packages when used on workspace. So what was happening is that if you use--filter-prodon workspace root like this:pnpm --filter-prod ...build-modules exec node -e 'console.log(require(`./package.json`).name)'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
- GitHub Workflows security hardening by @sashashuhttps://github.com/pnpm/pnpm/pull/5405l/5405
- feat: merge readPackage hook from opts and pnpmfile by @AGrzhttps://github.com/pnpm/pnpm/pull/5403l/5403
- feat: excluding deps from update by @zkochhttps://github.com/pnpm/pnpm/pull/5432l/5432
- fix: dir path repeated join in link global by @lvhttps://github.com/pnpm/pnpm/pull/5434l/5434
- fix: filter-prod flag including all workspace pkgs by @noorulhhttps://github.com/pnpm/pnpm/pull/5437l/5437
- Feature: ignore packages listed in
package.json > pnpm.updateConfig.ignoreDependencieson update/outdated commands by @Shinyaigehttps://github.com/pnpm/pnpm/pull/5408l/5408 - fix: don't override root deps when auto installing peers by @zkochhttps://github.com/pnpm/pnpm/pull/5442l/5442
New Contributors
- @sashashura made their first contributihttps://github.com/pnpm/pnpm/pull/5405l/5405
- @AGrzes made their first contributihttps://github.com/pnpm/pnpm/pull/5403l/5403
- @noorulh06 made their first contributihttps://github.com/pnpm/pnpm/pull/5437l/5437
Full Changelog: https://github.com/pnpm/pnpm/compare/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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.