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 pnpm to v7.3.0 #1092

Merged
merged 1 commit into from
Jun 19, 2022
Merged

chore(deps): update pnpm to v7.3.0 #1092

merged 1 commit into from
Jun 19, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

pnpm/pnpm

v7.3.0

Compare Source

Minor Changes
  • A new setting added: pnpm.peerDependencyRules.allowAny. allowAny is an array of package name patterns, any peer dependency matching the pattern will be resolved from any version, regardless of the range specified in peerDependencies. For instance:

    {
       "pnpm": {
         "peerDependencyRules": {
           "allowAny": ["@​babel/*", "eslint"]
         }
       }
    }

    The above setting will mute any warnings about peer dependency version mismatches related to @babel/ packages or eslint.

  • The pnpm.peerDependencyRules.ignoreMissing setting may accept package name patterns. So you may ignore any missing @babel/* peer dependencies, for instance:

    {
      "pnpm": {
        "peerDependencyRules": {
          "ignoreMissing": ["@​babel/*"]
        }
      }
    }
  • Experimental. New settings added: use-git-branch-lockfile, merge-git-branch-lockfiles, merge-git-branch-lockfiles-branch-pattern #​4475.

Patch Changes
  • Packages that should be built are always cloned or copied from the store. This is required to prevent the postinstall scripts from modifying the original source files of the package.
Our Sponsors
##### What's Changed * feat: enhance peer dependency rules by @​TravisJRyan in https://github.com/pnpm/pnpm/pull/4876 * feat: add git-branch-lockfile config to generate lockfile in each branch by @​chengcyber in https://github.com/pnpm/pnpm/pull/4475 * fix: built packages should not modify the original files in the store by @​zkochan in https://github.com/pnpm/pnpm/pull/4898 ##### New Contributors * @​TravisJRyan made their first contribution in https://github.com/pnpm/pnpm/pull/4876

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


Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), 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.

@renovate renovate bot requested a review from a team as a code owner June 19, 2022 01:13
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Jun 19, 2022
@codecov
Copy link

codecov bot commented Jun 19, 2022

Codecov Report

Merging #1092 (b0d0ea2) into main (c8abd96) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1092   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files        2146     2146           
  Lines      230393   230393           
  Branches      979      979           
=======================================
  Hits       229582   229582           
  Misses        790      790           
  Partials       21       21           

@import-brain import-brain added this to the v7 - Current Major milestone Jun 19, 2022
import-brain
import-brain previously approved these changes Jun 19, 2022
@import-brain import-brain requested a review from a team June 19, 2022 01:37
ST-DDT
ST-DDT previously approved these changes Jun 19, 2022
@ST-DDT ST-DDT enabled auto-merge (squash) June 19, 2022 08:16
@renovate renovate bot dismissed stale reviews from ST-DDT and import-brain via b0d0ea2 June 19, 2022 08:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 95634eb to b0d0ea2 Compare June 19, 2022 08:16
@ST-DDT ST-DDT merged commit b501168 into main Jun 19, 2022
@ST-DDT ST-DDT deleted the renovate/all-minor-patch branch June 19, 2022 11:32
Minozzzi pushed a commit to Minozzzi/faker that referenced this pull request Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants