Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@moonrepo/cli

Package Overview
Dependencies
Maintainers
1
Versions
772
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moonrepo/cli - npm Package Compare versions

Comparing version 0.23.4 to 0.24.0

42

CHANGELOG.md
# 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 @@

16

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc