Major Update to v3.1.0#111
Open
equiman wants to merge 41 commits into
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>
Co-authored-by: aider (groq/llama-3.3-70b-versatile) <aider@aider.chat>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
…into feature/deno
- Fix upgrade command to use 'outdated --update' instead of 'add' - Remove unnecessary mappings for identical commands (install, add, test, init, build, publish, outdated) - Mark '--save-peer' as not available in Deno - Mark '--global/-g' as not available in Deno - Fix '--latest' to use package decoration pattern '<package>@latest' - Map '--save-dev' to '--dev' and '--save-optional' to '--optional' - Update CHEATSHEET.md and README.md with correct Deno support status
- Mark --global, --save-peer, --save-exact as not available in deno - Update status.test.ts to read version dynamically from package.json - Fix add.test.ts, remove.test.ts and sag.test.ts with correct deno expectations - Remove hardcoded version numbers to prevent future test failures
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.1.0: Deno Support and Status Command
Overview
This PR introduces full support for Deno 2.0+ as a first-class package manager and a new status command designed for
CI/CD environments and advanced configuration inspection.
Key Changes
🦕 Deno Support
remove, task, test, publish).
environment identification in hybrid projects.
📊 New status Command
plain:using).
codes for automation scripts.
🛠 Technical Improvements
ensuring safe access to potentially undefined objects.
dependencies.
scenarios.
Documentation
Quality Assurance
command formats.