Skip to content

build: align volta and corepack yarn versions - #522

Merged
FreekVR merged 1 commit into
mainfrom
chore/bump-yarn-4-17-1
Aug 7, 2026
Merged

build: align volta and corepack yarn versions#522
FreekVR merged 1 commit into
mainfrom
chore/bump-yarn-4-17-1

Conversation

@FreekVR

@FreekVR FreekVR commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

aligns volta and corepack on yarn 4.17.1.

Moves packageManager and volta to yarn 4.17.1, matching js-pdk, delivery-options and the plugins. Keeping one yarn version across the repos avoids corepack resolving a different one per directory, which is how a stale pin elsewhere broke a plugin build.

Running the install on 4.17.1 also refreshes yarn.lock (format version 10, plus one builtin patch hash) and has yarn write its newer settings into .yarnrc.yml. No dependency versions change. Same shape as d7f96d2f in the woocommerce repo. Verified with yarn install --immutable: exit 0, clean tree.

🤖 Generated with Claude Code

Moves packageManager and volta to yarn 4.17.1, matching js-pdk, delivery-options and the plugins. Keeping one yarn version across the repos avoids corepack picking a different one per directory.

Running the install on 4.17.1 also refreshes yarn.lock (format version 10, plus one builtin patch hash) and has yarn write its newer settings into .yarnrc.yml. No dependency versions change. Same change as d7f96d2f in the woocommerce repo, and it keeps the immutable install in CI green.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 7, 2026 14:28
@FreekVR
FreekVR requested a review from a team as a code owner August 7, 2026 14:28
@github-project-automation github-project-automation Bot moved this to Todo in PDK Aug 7, 2026
@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.33%. Comparing base (a611219) to head (603a04f).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #522   +/-   ##
=========================================
  Coverage     94.33%   94.33%           
  Complexity     2414     2414           
=========================================
  Files           352      352           
  Lines          7726     7726           
=========================================
  Hits           7288     7288           
  Misses          438      438           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aligns the Yarn version used by both Volta and Corepack to 4.17.1 to keep a consistent toolchain across related repositories and avoid Corepack resolving different Yarn versions per directory.

Changes:

  • Bump volta.yarn and packageManager in package.json to Yarn 4.17.1.
  • Refresh yarn.lock to the Yarn lockfile format produced by Yarn 4.17.1 (metadata version bump + builtin patch hash change).
  • Update .yarnrc.yml with Yarn-generated settings from the newer Yarn version.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
package.json Pins Yarn to 4.17.1 for both Volta and Corepack to avoid cross-repo version drift.
yarn.lock Updates lockfile metadata/patch hash to match Yarn 4.17.1 without changing dependency versions.
.yarnrc.yml Adds Yarn-written config entries produced by the newer Yarn version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .yarnrc.yml
Comment thread .yarnrc.yml
@FreekVR
FreekVR merged commit 0a13274 into main Aug 7, 2026
17 checks passed
@FreekVR
FreekVR deleted the chore/bump-yarn-4-17-1 branch August 7, 2026 14:31
@github-project-automation github-project-automation Bot moved this from Todo to Done in PDK Aug 7, 2026
@myparcel-bot

myparcel-bot Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 4.7.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@myparcel-bot myparcel-bot Bot added the released label Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants