Skip to content

Conversation

@spalmurray
Copy link
Contributor

@spalmurray spalmurray commented Jun 20, 2025

Updates yarn to 4.9.2

@spalmurray spalmurray changed the title Update yarn to 4.9.2 chore: Update yarn to 4.9.2 Jun 20, 2025
@codecov-staging
Copy link

Bundle Report

Bundle size has no change ✅

@codecov
Copy link

codecov bot commented Jun 20, 2025

Bundle Report

Bundle size has no change ✅

@codecov-qa
Copy link

codecov-qa bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.72%. Comparing base (da1b018) to head (734c4ad).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

@@           Coverage Diff           @@
##             main    #3901   +/-   ##
=======================================
  Coverage   98.72%   98.72%           
=======================================
  Files         827      827           
  Lines       15029    15029           
  Branches     4297     4297           
=======================================
  Hits        14837    14837           
  Misses        185      185           
  Partials        7        7           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.71% <ø> (ø)
Pages 98.27% <ø> (ø)
Services 99.35% <ø> (ø)
Shared 99.11% <ø> (ø)
UI 99.15% <ø> (ø)

Continue to review full report in Codecov by Sentry.

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codecov-notifications
Copy link

codecov-notifications bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

@@           Coverage Diff           @@
##             main    #3901   +/-   ##
=======================================
  Coverage   98.72%   98.72%           
=======================================
  Files         827      827           
  Lines       15029    15029           
  Branches     4305     4305           
=======================================
  Hits        14837    14837           
  Misses        185      185           
  Partials        7        7           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.71% <ø> (ø)
Pages 98.27% <ø> (ø)
Services 99.35% <ø> (ø)
Shared 99.11% <ø> (ø)
UI 99.15% <ø> (ø)

Continue to review full report in Codecov by Sentry.

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

@codecov-public-qa
Copy link

codecov-public-qa bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.72%. Comparing base (da1b018) to head (734c4ad).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

@@           Coverage Diff           @@
##             main    #3901   +/-   ##
=======================================
  Coverage   98.72%   98.72%           
=======================================
  Files         827      827           
  Lines       15029    15029           
  Branches     4305     4305           
=======================================
  Hits        14837    14837           
  Misses        185      185           
  Partials        7        7           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.71% <ø> (ø)
Pages 98.27% <ø> (ø)
Services 99.35% <ø> (ø)
Shared 99.11% <ø> (ø)
UI 99.15% <ø> (ø)

Continue to review full report in Codecov by Sentry.

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codecov-releaser
Copy link
Contributor

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
734c4ad Fri, 20 Jun 2025 19:39:14 GMT Cloud Enterprise

@seer-by-sentry
Copy link
Contributor

Sentry detected 1 potential issue in your recent changes

Suspicion of a Docker build failure due to `yarnPath` in `.yarnrc.yml` pointing to a non-existent yarn binary, which takes precedence over corepack and will cause the build to fail.
  • Description: The Docker build process attempts to execute yarn install after enabling corepack. However, the .yarnrc.yml file contains a yarnPath configuration pointing to .yarn/releases/yarn-4.9.2.cjs. This file does not exist in the repository. According to research, yarnPath takes precedence over corepack's packageManager field. Consequently, when yarn install is run, the system will attempt to use the non-existent binary specified by yarnPath, resulting in an ENOENT (Error: No such file or directory) error. This will halt the Docker build process. For example, if the system tries to execute /app/.yarn/releases/yarn-4.9.2.cjs and the file is missing, the command will fail.
  • Code location: docker/Dockerfile:49~50
  • Suggested fix: Remove the yarnPath line from .yarnrc.yml to allow corepack to manage the yarn version based on the packageManager field in package.json, or ensure the specified yarn binary exists at the configured path.

Did you find this useful? React with a 👍 or 👎

@spalmurray spalmurray added this pull request to the merge queue Jun 24, 2025
Merged via the queue into main with commit 4d54c6a Jun 24, 2025
63 of 64 checks passed
@spalmurray spalmurray deleted the spalmurray/update-yarn-4.9.2 branch June 24, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants