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
768
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.13.0 to 0.14.0

30

CHANGELOG.md
# Changelog
## 0.14.0
#### 🎉 Release
- Released a new GitHub action,
[`moonrepo/run-report-action`](https://github.com/marketplace/actions/moon-ci-run-reports)!
#### 💥 Breaking
- Reworked how caching/hashing works when running in a Docker container/image. If the VCS root
cannot be found, we disable caching. This removes the requirement of mounting a `.git` volume for
Docker.
#### 🚀 Updates
- Added a new `moon generate` command, for code generation and scaffolding.
- Added a `generator` setting to `.moon/workspace.yml`, for controlling aspects of the generator and
its templates.
- Updated the project graph to scan and find implicit dependencies based on language specific
semantics. For example, will determine moon project relationships based on `package.json` names
and dependencies.
- Updated `moon setup` to also install Node.js dependencies.
#### 🐞 Fixes
- Fixed an issue where project and task names were not being cleaned/formatted properly.
## 0.13.0

@@ -46,3 +73,4 @@

- Added support for Linux ARM musl (`aarch64-unknown-linux-musl`).
- Added a `typescript` setting to `moon.yml`, allowing TypeScript support to be toggled per project.
- Added a `workspace.typescript` setting to `moon.yml`, allowing TypeScript support to be toggled
per project.
- Added a `--report` option to the `moon run` command, for generating run reports for debugging.

@@ -49,0 +77,0 @@ - Added an `--affected` option to the `moon query projects` command.

16

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

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

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