@moonrepo/cli
Advanced tools
Comparing version 1.6.1 to 1.7.0
# Changelog | ||
## 1.7.0 | ||
#### 🚀 Updates | ||
- Rewrote configuration from the ground-up: | ||
- Strict parsing to bubble up typos, invalid nesting, and more. | ||
- Recursive merging and validation. | ||
- And many more improvements. | ||
- Rewrote error handling and rendering. | ||
- Improved error messages. | ||
- Added custom error messages for certain situations. | ||
- Added support for npm lockfile v3 format. | ||
#### 🐞 Fixes | ||
- Fixed an issue where colors were not being forced when passing `--color`. | ||
- Fixed an issue where `--log` or `MOON_LOG` would error when running nested `moon` commands. | ||
#### ⚙️ Internal | ||
- Updated to proto v0.10. | ||
- Updated Cargo dependencies. | ||
## 1.6.1 | ||
@@ -4,0 +27,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^1.6.1", | ||
"@moonrepo/core-linux-arm64-musl": "^1.6.1", | ||
"@moonrepo/core-linux-x64-gnu": "^1.6.1", | ||
"@moonrepo/core-linux-x64-musl": "^1.6.1", | ||
"@moonrepo/core-macos-arm64": "^1.6.1", | ||
"@moonrepo/core-macos-x64": "^1.6.1", | ||
"@moonrepo/core-windows-x64-msvc": "^1.6.1" | ||
"@moonrepo/core-linux-arm64-gnu": "^1.7.0", | ||
"@moonrepo/core-linux-arm64-musl": "^1.7.0", | ||
"@moonrepo/core-linux-x64-gnu": "^1.7.0", | ||
"@moonrepo/core-linux-x64-musl": "^1.7.0", | ||
"@moonrepo/core-macos-arm64": "^1.7.0", | ||
"@moonrepo/core-macos-x64": "^1.7.0", | ||
"@moonrepo/core-windows-x64-msvc": "^1.7.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56782