Bump yarn from 4.10.1 to 4.14.1#230
Merged
Merged
Conversation
mj-kiwi
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
Upgrades yarn from 4.10.1 to 4.14.1 to take advantage of
approvedGitRepositories.🔄 What Changed?
approvedGitRepositoriesto.yarnrc.ymlwith empty array🚀 Why?
By enforcing no-git-dependencies, we close a security vulnerability where transient depenencies can be added to a package, resulting in unverified code being downloaded.
Any dependencies that are required via git may be added by including the glob in
approvedGitRepositoriesin.yarnrc.yml.🧪 How to Test?
List any breaking changes:
📋 Checklist
Check off completed items:
🔗 Related Issues
Link to related issues:
Closes #
Related to #
📚 Additional Notes
Any additional information, concerns, or context:
Note
Low Risk
Low risk config-only change that updates the Yarn toolchain and lockfile metadata; primary risk is CI/dev environment mismatch if Yarn 4.14.1 isn’t used consistently.
Overview
Upgrades the repo’s Yarn version requirement from
4.10.1to4.14.1(including updating Yarn constraints and regeneratingyarn.lockmetadata).Adds
approvedGitRepositories: []to.yarnrc.ymlto block git-based dependencies by default unless explicitly allowlisted.Reviewed by Cursor Bugbot for commit 455c637. Bugbot is set up for automated code reviews on this repo. Configure here.