Open
Conversation
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
…th handling in openBrowser function Co-authored-by: Copilot <copilot@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
Major Update to v3.0.0
📝 Summary
This PR marks the transition to v3.0.0. The primary focus is upgrading the core CLI engine, modernizing the development environment, and aligning the project with Node.js LTS standards.
🚀 Key Changes
yargsto v18.0.0.chalk(v5.6.2),find-up(v8.0.0),open(v11.0.0), andsemver(v7.7.4).DEVELOPER.mdwith the new Node 20+ requirement and a streamlined local testing workflow.CHANGELOG.mdwith the v3.0.0 milestone.🛠️ How to Test
npm uninstall -g swpmnpm cinpm run buildcd bin && npm linkswpm --version(should return3.0.0)npm run test📦 Deployment
This version is ready to be published to npm. Due to the breaking change in Node.js requirements, it is recommended to monitor the initial release via the
latesttag or a temporarybetatag.