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
770
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.22.0 to 0.23.0

30

CHANGELOG.md
# Changelog
#### 0.23.0
#### 💥 Breaking
- Renamed `.moon/project.yml` to `.moon/tasks.yml`.
- Moved `runner.implicitDeps` from `.moon/workspace.yml` to `.moon/tasks.yml` as `implicitDeps`.
- Moved `runner.implicitInputs` from `.moon/workspace.yml` to `.moon/tasks.yml` as `implicitInputs`.
#### 🚀 Updates
- We've improved our task inheritance model to support scoped inheritance based on a project's
`language` and `type`.
- Now supports `.moon/tasks/<language>.yml` and `.moon/tasks/<language>-<type>.yml` configuration
files.
- Added a top-level `env` setting to `moon.yml`.
- Updated task `outputs` to support globs.
- Updated `moon migrate from-turborepo` to preserve globs in outputs.
- Updated project graph to no longer cache when there's no VCS root.
- Updated pnpm to use the new `pnpm dedupe` command when the version is >= 7.26.0.
#### 🐞 Fixes
- Fixed an issue where directories in task `inputs` not using `**/*` would crash git.
- Fixed an issue where the project graph cache was not always resetting based on changes.
- Fixed an issue where run report action durations were innacurate.
#### ⚙️ Internal
- Updated our internal hasher to also take into account untracked files when hashing a directory.
#### 0.22.0

@@ -4,0 +34,0 @@

16

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

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

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