chore: upgrade to Yarn 4 (node-modules) with supply-chain age gate#19
Merged
Conversation
Apply the standard elliottech Yarn 1.22 → 4.15.0 migration: - .yarnrc.yml: nodeLinker node-modules, npmMinimalAgeGate "7d" (internal packages preapproved), httpTimeout, npmScopes; committed Yarn 4 release + yarnPath + classic .yarnrc so Yarn 1 consumers/CI delegate to Yarn 4. - pkg-guard plugin (afterAllInstalled) for malware/vuln scans; the age check lives only in Yarn's native npmMinimalAgeGate (pkg-guard.config.json has ageCheck disabled). This repo had no pkg-guard before — added for parity. - CI (publish, prerelease): corepack enable, `yarn install --immutable`, and Yarn 4 `yarn version <v>` syntax (was the removed `--new-version`/ `--no-git-tag-version`). Publishing unaffected (uses `npm publish`). - .gitignore: Yarn Berry entries. Verified: yarn install + --immutable (exit 0). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
✅ PR Checklist Validation PassedStatus: All 2 checklist items completed 🎉 This PR meets all requirements and is ready for review! This validation ensures all PR requirements are met before merging. |
🚀 Prerelease PublishedVersion: Update package.json:"@elliottech/react-native-kline-view": "0.19.0-furkando.3e98e85.chore-yarn-v4-upgrade"Previous prereleases for this PR have been cleaned up. This prerelease will be automatically cleaned up when the PR is merged. |
sinantalhakosar
approved these changes
Jun 23, 2026
🧹 Prerelease Cleanup CompleteAll prerelease versions for branch The following actions were performed:
This cleanup was performed automatically after PR merge. |
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.
Pull Request
Summary
Apply the standard elliottech Yarn 1.22 → 4.15.0 migration:
yarn install --immutable, and Yarn 4yarn version <v>syntax (was the removed--new-version/--no-git-tag-version). Publishing unaffected (usesnpm publish).Verified: yarn install + --immutable (exit 0).
Linear ticket: https://linear.app/lighter/issue/PRO-3719/upgrade-yarn-to-v4
Author Checklist