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 v9.10.0 #266

Merged
merged 1 commit into from
Sep 18, 2024
Merged

chore(deps): update pnpm to v9.10.0 #266

merged 1 commit into from
Sep 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
pnpm (source) packageManager minor 9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1 -> 9.10.0 OpenSSF Scorecard

Release Notes

pnpm/pnpm (pnpm)

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - "before 4am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependency updates label Sep 18, 2024
@renovate renovate bot enabled auto-merge September 18, 2024 01:31
Copy link
Contributor Author

renovate bot commented Sep 18, 2024

⚠️ 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: undefined
Command failed: corepack use pnpm@9.10.0
npm warn exec The following package was not found and will be installed: npm-only-allow@1.2.6
Error: Cannot find module './shared/const'
Require stack:
- /opt/containerbase/home/.npm/_npx/78eaa45826faac36/node_modules/npm-only-allow/src/shared/function.js
- /opt/containerbase/home/.npm/_npx/78eaa45826faac36/node_modules/npm-only-allow/src/init.js
- /opt/containerbase/home/.npm/_npx/78eaa45826faac36/node_modules/npm-only-allow/index.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
    at Module._load (node:internal/modules/cjs/loader:1051:27)
    at Module.require (node:internal/modules/cjs/loader:1311:19)
    at require (node:internal/modules/helpers:179:18)
    at /opt/containerbase/home/.npm/_npx/78eaa45826faac36/node_modules/npm-only-allow/src/shared/function.js:20:13
    at module.exports (/opt/containerbase/home/.npm/_npx/78eaa45826faac36/node_modules/npm-only-allow/src/install/index.js:27:3)
    at run (/opt/containerbase/home/.npm/_npx/78eaa45826faac36/node_modules/npm-only-allow/index.js:46:31)
    at Object.<anonymous> (/opt/containerbase/home/.npm/_npx/78eaa45826faac36/node_modules/npm-only-allow/index.js:55:1)
    at Module._compile (node:internal/modules/cjs/loader:1469:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/opt/containerbase/home/.npm/_npx/78eaa45826faac36/node_modules/npm-only-allow/src/shared/function.js',
    '/opt/containerbase/home/.npm/_npx/78eaa45826faac36/node_modules/npm-only-allow/src/init.js',
    '/opt/containerbase/home/.npm/_npx/78eaa45826faac36/node_modules/npm-only-allow/index.js'
  ]
}
npm notice
npm notice New patch version of npm available! 10.8.2 -> 10.8.3
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.3
npm notice To update run: npm install -g npm@10.8.3
npm notice

Copy link

vercel bot commented Sep 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
screamer ✅ Ready (Inspect) Visit Preview Sep 18, 2024 3:36am

Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.44%. Comparing base (0350ae4) to head (60c609c).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #266   +/-   ##
=======================================
  Coverage   23.44%   23.44%           
=======================================
  Files          53       53           
  Lines         499      499           
  Branches       69       69           
=======================================
  Hits          117      117           
  Misses        362      362           
  Partials       20       20           
Flag Coverage Δ
jest 16.83% <ø> (ø)
storybook 93.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot merged commit 4cf24ad into main Sep 18, 2024
18 of 19 checks passed
@renovate renovate bot deleted the renovate/pnpm-9.x branch September 18, 2024 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants