Skip to content
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

Merged
merged 1 commit into from
Oct 16, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-c8 ^0.23.4 -> ^0.24.3 age adoption passing confidence
pnpm (source) 7.12.1 -> 7.13.4 age adoption passing confidence
semver ^7.3.7 -> ^7.3.8 age adoption passing confidence

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
    View 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.
  • It should be possible to override dependencies with local packages using overrides #​5443.

Our Gold Sponsors

Our Silver Sponsors

v7.13.3

Compare Source

Patch Changes

  • Don't crash when auto-install-peers is set to true and installation is done on a workspace with that has the same dependencies in multiple projects #​5454.
  • Add global option in pnpm link --help #​5461.
  • Show execution time on install, update, add, and remove #​1021.
  • Fix the return path of 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 the pnpm.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 #​5358

    For instance, if you don't want webpack automatically to be updated when you run pnpm update --latest, put this to your package.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, except lodash:

      pnpm update !lodash
    

    It also works with pattends, for instance:

      pnpm update !@&#8203;babel/*
    

    And it may be combined with other patterns:

      pnpm update @&#8203;babel/* !@&#8203;babel/core
    

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 from dependencies and omit devDependencies 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:

    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 as devDependencies)

  • Don't override the root dependency when auto installing peer dependencies #​5412.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: pnpm/pnpm@v7.12.2...v7.13.0

v7.12.2

Compare Source

Patch Changes

  • Don't crash when auto-install-peers is true and the project has many complex circular dependencies #​5394.
  • 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
Documentation
7.3.7 (2022-04-11)
Bug Fixes
Dependencies
7.3.6 (2022-04-05)
Bug Fixes
Documentation
  • clarify * range behavior (cb1ca1d)
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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Sep 23, 2022

Codecov Report

Merging #42 (678f52d) into main (c3ff561) will not change coverage.
The diff coverage is n/a.

❗ Current head 678f52d differs from pull request most recent head 24b6918. Consider uploading reports for the commit 24b6918 to get more accurate results

@@           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.

@renovate renovate bot changed the title Update pnpm to v7.12.2 chore(deps): update pnpm to v7.12.2 Sep 27, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 406e626 to 7a59452 Compare October 3, 2022 05:10
@renovate renovate bot changed the title chore(deps): update pnpm to v7.12.2 chore(deps): update pnpm to v7.13.0 Oct 3, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7a59452 to af85512 Compare October 4, 2022 12:31
@renovate renovate bot changed the title chore(deps): update pnpm to v7.13.0 chore(deps): update pnpm to v7.13.1 Oct 4, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af85512 to 526febb Compare October 4, 2022 20:14
@renovate renovate bot changed the title chore(deps): update pnpm to v7.13.1 chore(deps): update all non-major dependencies Oct 4, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 42222d7 to 678f52d Compare October 10, 2022 17:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 678f52d to 3b4da8c Compare October 14, 2022 10:17
@renovate
Copy link
Contributor Author

renovate bot commented Oct 14, 2022

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
installing v2 tool node v16.18.0
linking tool node v16.18.0
node: v16.18.0 /usr/local/bin/node
npm: 8.19.2  /usr/local/bin/npm
Installed v2 /usr/local/buildpack/tools/v2/node.sh in 6 seconds
skip cleanup, not a docker build: 1318bdbbdf3f
installing v2 tool pnpm v7.13.4

added 1 package in 3s
linking tool pnpm v7.13.4
7.13.4
Installed v2 /usr/local/buildpack/tools/v2/pnpm.sh in 4 seconds
skip cleanup, not a docker build: 1318bdbbdf3f
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 14, reused 0, downloaded 0, added 0
Progress: resolved 15, reused 0, downloaded 10, added 0
Progress: resolved 16, reused 0, downloaded 12, added 0
Progress: resolved 32, reused 0, downloaded 16, added 0
Progress: resolved 46, reused 0, downloaded 20, added 0
Progress: resolved 69, reused 0, downloaded 43, added 0
Progress: resolved 92, reused 0, downloaded 65, added 0
Progress: resolved 110, reused 0, downloaded 83, added 0
Progress: resolved 124, reused 0, downloaded 98, added 0
Progress: resolved 141, reused 0, downloaded 114, added 0
Progress: resolved 145, reused 0, downloaded 120, added 0
Progress: resolved 149, reused 0, downloaded 125, added 0
Progress: resolved 168, reused 0, downloaded 134, added 0
Progress: resolved 180, reused 0, downloaded 147, added 0
Progress: resolved 209, reused 0, downloaded 170, added 0
Progress: resolved 232, reused 0, downloaded 192, added 0
Progress: resolved 262, reused 0, downloaded 209, added 0
Progress: resolved 274, reused 0, downloaded 217, added 0
Progress: resolved 298, reused 0, downloaded 239, added 0
Progress: resolved 309, reused 0, downloaded 250, added 0
Progress: resolved 342, reused 0, downloaded 277, added 0
Progress: resolved 371, reused 0, downloaded 296, added 0
Progress: resolved 381, reused 0, downloaded 309, added 0
Progress: resolved 411, reused 0, downloaded 320, added 0
Progress: resolved 420, reused 0, downloaded 336, added 0
Progress: resolved 443, reused 0, downloaded 351, added 0
Progress: resolved 455, reused 0, downloaded 364, added 0
Progress: resolved 489, reused 0, downloaded 393, added 0
Progress: resolved 520, reused 0, downloaded 419, added 0
Progress: resolved 552, reused 0, downloaded 458, added 0
Progress: resolved 570, reused 0, downloaded 479, added 0
Progress: resolved 570, reused 0, downloaded 518, added 0
Progress: resolved 570, reused 0, downloaded 521, added 0
Progress: resolved 570, reused 0, downloaded 523, added 0
Progress: resolved 570, reused 0, downloaded 526, added 0
Progress: resolved 570, reused 0, downloaded 527, added 0
Progress: resolved 570, reused 0, downloaded 528, added 0
Progress: resolved 570, reused 0, downloaded 528, added 0, done
undefined
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

.
└─┬ unbuild 0.9.1
  ├─┬ rollup-plugin-dts 4.2.3
  │ └── ✕ unmet peer rollup@^2.55: found 3.1.0 in unbuild
  └─┬ rollup-plugin-esbuild 4.10.1
    └── ✕ unmet peer rollup@"^1.20.0 || ^2.0.0": found 3.1.0 in unbuild

hint: If you don't want pnpm to fail on peer dependency issues, add "strict-peer-dependencies=false" to an .npmrc file at the root of your project.


@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b4da8c to 24b6918 Compare October 14, 2022 13:54
@pi0 pi0 merged commit a80e372 into main Oct 16, 2022
@pi0 pi0 deleted the renovate/all-minor-patch branch October 16, 2022 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant