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

@moonrepo/core-macos-arm64

Package Overview
Dependencies
Maintainers
0
Versions
838
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moonrepo/core-macos-arm64 - npm Package Versions

1
84

1.5.0

Diff

Changelog

Source

1.5.0

🚀 Updates
  • Added Rust tier 2 and 3 language support!
    • Added rust as a supported platform variant.
    • Added rust setting to .moon/toolchain.yml.
    • Added toolchain.rust setting to moon.yml.
    • Added support for rust setting in .prototools.
    • Updated moon init and moon bin commands to support Rust.
    • Updated moon docker scaffold command to scaffold Cargo files.
    • Updated moon docker prune command to delete the target directory.
🐞 Fixes
  • Fixed an issue where task type was run when it should be test.
⚙️ Internal
  • Reworked moon init --yes to not enable all tools, and instead enable based on file detection.
  • Cleaned up moon init templates. Will no longer scaffold .moon/tasks.yml.
milesj
published 1.4.0 •

Changelog

Source

1.4.0

🚀 Updates
  • Added a new target scope for tags, #tag:task, which will run a task for all projects with the given tag.
  • Updated moon query projects and moon query tasks to support MQL for filtering results.
  • Deprecated node.aliasPackageNames setting. Aliases will always be loaded now.
⚙️ Internal
  • Upgraded to proto v0.8.
  • Updated JSON schemas with missing fields.
  • Rewrote ID handling for future features.
milesj
published 1.3.2 •

Changelog

Source

1.3.2

🐞 Fixes
  • Fixed an issue where a pnpm-lock.yaml with no packages would fail to parse.
milesj
published 1.3.1 •

Changelog

Source

1.3.1

🐞 Fixes
  • Fixed a few issues during input hashing:
    • Would attempt to include deleted files from git status, which would log a warning.
    • Would attempt to hash directories for root-level projects, which would log a warning.
⚙️ Internal
  • Upgraded to proto v0.7.2.
milesj
published 1.3.0 •

Changelog

Source

1.3.0

🚀 Updates
  • Introducing MQL, a custom query language for running advanced filters on the project graph.
  • Added a --query option to the moon run command, allowing for advanced targeting.
  • Updated config loading to be strict and error on unknown fields for non-root fields.
🐞 Fixes
  • Fixed an issue where proto would fail to parse manifest.json.
⚙️ Internal
  • Updated Rust to v1.69.
  • Upgraded to proto v0.7.
  • Improved accuracy of our globbing utilities, especially around dotfiles/dotfolders.
milesj
published 1.2.2 •

Changelog

Source

1.2.2

🚀 Updates
  • Added node_modules/.bin/moon as another lookup location for the moon binary when running globally.
🐞 Fixes
  • Fixed an issue where running tasks were not killed, resulting in background zombie processes.
  • Fixed a few version comparisons between Yarn legacy and berry.
  • Updated dependency deduping to not run if the manager version is unknown.
milesj
published 1.2.1 •

Changelog

Source

1.2.1

🐞 Fixes
  • Fixed an issue where $projectAlias token was not substituting correctly.
milesj
published 1.2.0 •

Changelog

Source

1.2.0

🚀 Updates
  • Added task inheritance based on tags in the form of .moon/tasks/tag-<name>.yml.
🐞 Fixes
  • Fixed an issue where setting MOON_COLOR would fail validation.
⚙️ Internal
  • Upgraded to proto v0.6.
  • Improvements to file system operations.
  • Minor improvements to performance.
milesj
published 1.1.1 •

Changelog

Source

1.1.1

🐞 Fixes
  • Fixed an issue where token function resolving would cause massive performance degradation.
milesj
published 1.1.0 •

Changelog

Source

1.1.0

🚀 Updates
  • Added token variable substitution support for task commands.
  • Added a moon task command, for viewing resolved information about a task.
  • Updated moon run to be able to run tasks in the closest project based on current working directory.
  • Updated noop tasks to be cacheable, so that they can be used for cache hit early returns.
⚙️ Internal
  • Upgraded to proto v0.5.
  • Support pnpm v8's new lockfile format.
  • Better handling for task's that execute the moon binary.
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