feat: add yarn berry / modern (version 2 and later) examples#838
Merged
Conversation
This was referenced Mar 17, 2023
AtofStryker
approved these changes
Mar 17, 2023
|
🎉 This PR is included in version 5.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Collaborator
Author
|
Many thanks for merging! Now that Yarn Classic and Modern are documented, I will follow up by documenting |
Collaborator
Author
|
If you are able to, please follow the instructions in Updating the latest version in GitHub Marketplace since the Marketplace version is lagging behind at v5.3.1. If not, then perhaps @jaffrepaul will need to take action? |
Contributor
|
Thanks @MikeMcC399, done! The marketplace now shows 5.5.1 as the latest. |
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.
This PR is related to issue #799 "Examples for Yarn 1 (Classic) and Yarn Berry / Modern (Version 2 and later)" and it complements the Yarn 1 (Classic) examples added through PR #828.
It provides new examples for Yarn Modern under the directories:
examples/yarn-modernexamples/v9/yarn-moderntogether with a new corresponding workflow
example-yarn-modern.ymlan update to the following script to automate maintenance updates to
cypress@latestscripts/update-cypress-latest-other.shand an update to
README.mdVerification
Local
nvm use 18 # for node v18.15.0 npm install yarn -g yarn -vexpect
1.22.19Yarn Modern with Cypress 9.7.0
From root of repository ...
Confirm Cypress test passes.
Yarn Modern with Cypress 12.8.1
From root of repository ...
Confirm Cypress test passes.
Update script
From root of repository ...
Confirm that Cypress has been updated to latest version (12.8.1).
GitHub
Manually run the workflow
example-yarn-modern.ymland confirm success.