Skip to content

chore(deps): update pnpm to v7.15.0 #1561

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

Merged
merged 1 commit into from
Nov 14, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

pnpm/pnpm

v7.15.0

Compare Source

Minor Changes

  • Support --format=json option to output outdated packages in JSON format with outdated command #​2705.

    pnpm outdated --format=json
    #or
    pnpm outdated --json
  • A new setting supported for ignoring vulnerabilities by their CVEs. The ignored CVEs may be listed in the pnpm.auditConfig.ignoreCves field of package.json. For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreCves": [
            "CVE-2019-10742",
            "CVE-2020-28168",
            "CVE-2021-3749",
            "CVE-2020-7598"
          ]
        }
      }
    }

Patch Changes

  • The reporter should not crash when the CLI process is kill during lifecycle scripts execution #​5588.
  • Installation shouldn't fail when the injected dependency has broken symlinks. The broken symlinks should be just skipped #​5598.

Our Gold Sponsors

Our Silver Sponsors


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (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, check this box

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 November 14, 2022 00:34
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Nov 14, 2022
@codecov
Copy link

codecov bot commented Nov 14, 2022

Codecov Report

Merging #1561 (7410255) into next (30f129f) will decrease coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #1561      +/-   ##
==========================================
- Coverage   99.64%   99.63%   -0.01%     
==========================================
  Files        2214     2214              
  Lines      238812   238812              
  Branches     1032     1029       -3     
==========================================
- Hits       237968   237950      -18     
- Misses        823      841      +18     
  Partials       21       21              
Impacted Files Coverage Δ
src/modules/internet/user-agent.ts 92.59% <0.00%> (-4.77%) ⬇️

@Shinigami92 Shinigami92 enabled auto-merge (squash) November 14, 2022 07:49
Shinigami92
Shinigami92 previously approved these changes Nov 14, 2022
ST-DDT
ST-DDT previously approved these changes Nov 14, 2022
@renovate renovate bot dismissed stale reviews from ST-DDT and Shinigami92 via 4aca110 November 14, 2022 09:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 28948ad to 4aca110 Compare November 14, 2022 09:08
ST-DDT
ST-DDT previously approved these changes Nov 14, 2022
ST-DDT
ST-DDT previously approved these changes Nov 14, 2022
Shinigami92
Shinigami92 previously approved these changes Nov 14, 2022
@renovate renovate bot dismissed stale reviews from Shinigami92 and ST-DDT via 7410255 November 14, 2022 10:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9af553c to 7410255 Compare November 14, 2022 10:27
@Shinigami92 Shinigami92 merged commit fb0dabd into next Nov 14, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch November 14, 2022 11:16
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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants