Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

chore(devdeps): update pnpm to v7.2.1 #346

Merged
merged 1 commit into from
Jun 16, 2022
Merged

chore(devdeps): update pnpm to v7.2.1 #346

merged 1 commit into from
Jun 16, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 7.1.9 -> 7.2.1 age adoption passing confidence

Release Notes

pnpm/pnpm

v7.2.1

Compare Source

Patch Changes

  • Support Node.js from v14.6.
  • Don't fail when the cafile setting is specified #​4877. This fixes a regression introduced in pnpm v7.2.0.

Our Sponsors

#### What's Changed * fix: support Node.js v14.6 by @​zkochan in https://github.com/pnpm/pnpm/pull/4878

Full Changelog: pnpm/pnpm@v7.2.0...v7.2.1

v7.2.0

Compare Source

Minor Changes
  • A new setting is supported for ignoring specific deprecation messages: pnpm.allowedDeprecatedVersions. The setting should be provided in the pnpm section of the root package.json file. The below example will mute any deprecation warnings about the request package and warnings about express v1:

    {
      "pnpm": {
        "allowedDeprecatedVersions": {
          "request": "*",
          "express": "1"
        }
      }
    }

    Related issue: #​4306
    Related PR: #​4864

Patch Changes
  • Update the compatibility database.
  • Report only the first occurrence of a deprecated package.
  • Add better hints to the peer dependency issue errors.
Our Sponsors
##### What's Changed * fix(setup): use @​pnpm/os.env.path-extender by @​zkochan in https://github.com/pnpm/pnpm/pull/4862 * fix: don't report the same deprecated package multiple times by @​zkochan in https://github.com/pnpm/pnpm/pull/4863 * feat: allowed deprecated versions by @​zkochan in https://github.com/pnpm/pnpm/pull/4864 * fix: add better peer dep error hints by @​zkochan in https://github.com/pnpm/pnpm/pull/4875

Full Changelog: pnpm/pnpm@v7.1.9...v7.2.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 16, 2022

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.

@codecov-commenter
Copy link

codecov-commenter commented Jun 16, 2022

Codecov Report

Merging #346 (7ef1cd9) into main (1b2c9c2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #346   +/-   ##
=======================================
  Coverage   94.01%   94.01%           
=======================================
  Files          21       21           
  Lines         234      234           
  Branches       25       25           
=======================================
  Hits          220      220           
  Misses          9        9           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1b2c9c2...7ef1cd9. Read the comment docs.

@chambo-e chambo-e merged commit b266de2 into main Jun 16, 2022
@chambo-e chambo-e deleted the renovate/pnpm-7.x branch June 16, 2022 12:55
scaleway-bot pushed a commit that referenced this pull request Jun 16, 2022
## [1.17.2](v1.17.1...v1.17.2) (2022-06-16)

### 📦 Chore

* **devdeps:** update babel monorepo to v7.18.5 ([#344](#344)) ([1b2c9c2](1b2c9c2))
* **devdeps:** update pnpm to v7.2.1 ([#346](#346)) ([b266de2](b266de2))

### 🐛 Bug Fixes

* **deps:** update emotion monorepo, scaleway-ui and jest-helpers ([#342](#342)) ([ffb4783](ffb4783))
@scaleway-bot
Copy link
Collaborator

🎉 This PR is included in version 1.17.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants