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
841
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 1.7.3 to 1.8.0

22

CHANGELOG.md
# Changelog
## 1.8.0
#### 🚀 Updates
- Added code owners (`CODEOWNERS`) support.
- Added `owners` setting to `moon.yml`.
- Added `codeowners` setting to `.moon/workspace.yml`.
- Added `moon sync codeowners` command.
- Added `vcs.provider` setting to `.moon/workspace.yml`.
- Added a new action to the graph, `SyncWorkspace`, that'll be used for workspace-level checks.
- Added `workspace.syncing` and `workspace.synced` webhooks.
- Added `MOON_OUTPUT_STYLE` and `MOON_RETRY_COUNT` environment variables.
- Rust
- Improved Cargo workspace root and members detection.
#### ⚙️ Internal
- Deprecated the `moon sync` command, use `moon sync projects` instead.
- Refactored task inputs, outputs, and file groups to be more accurate.
- Updated Rust to v1.70.
## 1.7.3

@@ -4,0 +26,0 @@

16

package.json
{
"name": "@moonrepo/cli",
"version": "1.7.3",
"version": "1.8.0",
"description": "moon command line and core system.",

@@ -32,10 +32,10 @@ "keywords": [

"optionalDependencies": {
"@moonrepo/core-linux-arm64-gnu": "^1.7.3",
"@moonrepo/core-linux-arm64-musl": "^1.7.3",
"@moonrepo/core-linux-x64-gnu": "^1.7.3",
"@moonrepo/core-linux-x64-musl": "^1.7.3",
"@moonrepo/core-macos-arm64": "^1.7.3",
"@moonrepo/core-macos-x64": "^1.7.3",
"@moonrepo/core-windows-x64-msvc": "^1.7.3"
"@moonrepo/core-linux-arm64-gnu": "^1.8.0",
"@moonrepo/core-linux-arm64-musl": "^1.8.0",
"@moonrepo/core-linux-x64-gnu": "^1.8.0",
"@moonrepo/core-linux-x64-musl": "^1.8.0",
"@moonrepo/core-macos-arm64": "^1.8.0",
"@moonrepo/core-macos-x64": "^1.8.0",
"@moonrepo/core-windows-x64-msvc": "^1.8.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