@moonrepo/cli
Advanced tools
Comparing version 0.23.4 to 0.24.0
# Changelog | ||
## 0.24.0 | ||
Remote caching is now publicly available through our new service | ||
[moonbase](https://moonrepo.dev/moonbase)! Sign up for a [free account](https://moonrepo.app/) and | ||
immediately see the benefits in your CI pipelines. | ||
#### 💥 Breaking | ||
- Moved `moon query projects` JSON output behind a `--json` flag. | ||
- Moved `moon query touched-files` JSON output behind a `--json` flag. | ||
#### 🚀 Updates | ||
- Added a `moon completions` command for generating shell completions. | ||
- Added [TypeScript v5](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/) | ||
support. | ||
- Added a `hasher.walkStrategy` setting to `.moon/workspace.yml`. | ||
- Updated `moon query projects` and `moon query touched-files` default output to be easily readable | ||
and parseable. | ||
##### Projects | ||
- Added a `platform` setting to `moon.yml`, allowing the default platform to be defined for all | ||
tasks. | ||
- Updated task `outputs` to support token functions (`@group`, `@globs`, etc). | ||
##### Runner | ||
- Added an `--interactive` flag to `moon run` to force a target to run in interactive mode. | ||
- Updated tasks marked as `local` to always run in interactive mode. | ||
#### 🐞 Fixes | ||
- Fixed an issue where moon would write to `package.json` or `tsconfig.json` with no changes, | ||
causing modified events to trigger. | ||
#### ⚙️ Internal | ||
- Added initial Go lang support to our toolchain. | ||
- Added a `comparisonEstimate` block to run reports. | ||
- Added `baselineDuration` and `estimatedSavings` to `pipeline.finished` events. | ||
## 0.23.4 | ||
@@ -4,0 +46,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "0.23.4", | ||
"version": "0.24.0", | ||
"description": "moon command line and core system.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-arm64-gnu": "^0.23.4", | ||
"@moonrepo/core-linux-arm64-musl": "^0.23.4", | ||
"@moonrepo/core-linux-x64-gnu": "^0.23.4", | ||
"@moonrepo/core-linux-x64-musl": "^0.23.4", | ||
"@moonrepo/core-macos-arm64": "^0.23.4", | ||
"@moonrepo/core-macos-x64": "^0.23.4", | ||
"@moonrepo/core-windows-x64-msvc": "^0.23.4" | ||
"@moonrepo/core-linux-arm64-gnu": "^0.24.0", | ||
"@moonrepo/core-linux-arm64-musl": "^0.24.0", | ||
"@moonrepo/core-linux-x64-gnu": "^0.24.0", | ||
"@moonrepo/core-linux-x64-musl": "^0.24.0", | ||
"@moonrepo/core-macos-arm64": "^0.24.0", | ||
"@moonrepo/core-macos-x64": "^0.24.0", | ||
"@moonrepo/core-windows-x64-msvc": "^0.24.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
42846