@moonrepo/cli
Advanced tools
Comparing version 0.25.4 to 0.26.0
# Changelog | ||
## 0.26.0 | ||
#### 💥 Breaking | ||
- Toolchain has been moved to `~/.proto` from `~/.moon`. This should be a transparent change, but at | ||
minimum your tools will be re-downloaded and installed. | ||
- Targets that generate an empty hash are now considered a failure, as they may be an edge case not | ||
accounted for. | ||
#### 🚀 Updates | ||
- Added a `moon docker setup` command for efficiently installing project dependencies. | ||
- Added a `moon query hash` command for inspecting the hash manifest. | ||
- Added a `moon query hash-diff` command for diffing 2 hashes. | ||
- Updated moon's toolchain to build upon [proto](https://github.com/moonrepo/proto), our new | ||
toolchain layer. | ||
- Updated our toolchain and configuration to take `.prototools` into account. | ||
#### 🐞 Fixes | ||
- Fixed hashing to avoid including `git status` files when running in CI. | ||
- Fixed an issue where dependencies of an affected target were not always being ran. | ||
- Fixed an issue where gitignored folders were being considered projects if the globs matched. | ||
- Fixed an issue where project-level glob negations (starting with `!`) weren't being handled | ||
correctly. | ||
#### ⚙️ Internal | ||
- Updated terminal checkpoint colors for tools to pink (to match proto). | ||
- Migrated to rustls from openssl. Please report any TLS/SSL issues. | ||
- Loosened `package.json` parsing. | ||
## 0.25.4 | ||
@@ -4,0 +36,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "0.25.4", | ||
"version": "0.26.0", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^0.25.4", | ||
"@moonrepo/core-linux-arm64-musl": "^0.25.4", | ||
"@moonrepo/core-linux-x64-gnu": "^0.25.4", | ||
"@moonrepo/core-linux-x64-musl": "^0.25.4", | ||
"@moonrepo/core-macos-arm64": "^0.25.4", | ||
"@moonrepo/core-macos-x64": "^0.25.4", | ||
"@moonrepo/core-windows-x64-msvc": "^0.25.4" | ||
"@moonrepo/core-linux-arm64-gnu": "^0.26.0", | ||
"@moonrepo/core-linux-arm64-musl": "^0.26.0", | ||
"@moonrepo/core-linux-x64-gnu": "^0.26.0", | ||
"@moonrepo/core-linux-x64-musl": "^0.26.0", | ||
"@moonrepo/core-macos-arm64": "^0.26.0", | ||
"@moonrepo/core-macos-x64": "^0.26.0", | ||
"@moonrepo/core-windows-x64-msvc": "^0.26.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
47123