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
824
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.25.4 to 0.26.0

32

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

16

package.json
{
"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"
}
}
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