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
839
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.14.3

Diff

Changelog

Source

1.14.3

🚀 Updates
  • Updated moon dep-graph to support a task in closest project, similar to moon run.
  • Updated to proto v0.19.
🐞 Fixes
  • Fixed an issue where local tasks could not extend global tasks using the extends setting.
milesj
published 1.14.2 •

Changelog

Source

1.14.2

🐞 Fixes
  • Fixed an issue where non-YAML files in .moon/tasks would be parsed as YAML configs.
  • Fixed an issue where arguments were not passed to generated Git hooks.
  • Fixed an issue where moonbase would fail to sign in in CI.
  • Fixed an issue where a root project with aliases, that has self referential tasks, would trigger a stack overflow error.
milesj
published 1.14.1 •

Changelog

Source

1.14.1

🐞 Fixes
  • Fixed an issue when using a global version of npm/pnpm/yarn, and the wrong arguments were being passed to commands.
  • Fixed the "running for 0s" message constantly logging for interactive tasks.
milesj
published 1.14.0 •

Changelog

Source

1.14.0

🚀 Updates
  • Added a moon run shorthand, where "run" can be omitted. For example, moon run app:build can be written as moon app:build.
    • This only works for targets that contain a :.
  • Updated moon ci to support running an explicit list of targets, instead of running everything.
  • Updated node.version, npm.version, pnpm.version, yarn.version, and rust.version to support partial versions and requirements/ranges like 1.2, 1, or ^1.2.
  • Updated .moon/tasks to support nested folders, for better organization of task files.
⚙️ Internal
  • Improved handling of certificates and proxies.
  • Updated to proto v0.18.
milesj
published 1.13.5 •

Changelog

Source

1.13.5

🐞 Fixes
  • Fixed an issue where the projectName query would not work correctly.
milesj
published 1.13.4 •

Changelog

Source

1.13.4

⚙️ Internal
  • Updated to proto v0.17.
milesj
published 1.13.3 •

Changelog

Source

1.13.3

🐞 Fixes
  • Fixed an issue where tool globals directory was not being correctly located.
  • Fixed a panic when using the rust toolchain and attempting to install bins.
milesj
published 1.13.2 •

Changelog

Source

1.13.2

🐞 Fixes
  • Fixed an issue where pnpm or yarn would panic based on configuration combination.
milesj
published 1.13.1 •

Changelog

Source

1.13.1

🐞 Fixes
  • Fixed an issue where tasks depending on arbitrary project tasks would fail to build a partial project graph.
  • Fixed an issue where task deps within global tasks would not apply exclude/rename overrides.
  • Fixed an issue with asset/binary files not working correctly with codegen templates.
  • Fixed an issue where moon upgrade would require a workspace.
milesj
published 1.13.0 •

Changelog

Source

1.13.0

🚀 Updates
  • Added an allowFailure task option, allowing tasks to fail without bailing the entire run.
    • Tasks allowed to fail cannot be depended on.
  • Added colors to command line --help menus.
  • Updated runner.archivableTargets to support tag scoped targets.
  • Updated moon query tasks to filter out projects with no tasks.
  • Updated moon query tasks --affected to filter based on affected task, instead of affected project.
  • Updated proto integration from v0.12 to v0.16:
    • proto tools are now powered by WASM plugins, which will be downloaded by moon on-demand.
    • Yarn v2+ will now download the requested version, and not downgrade to latest v1.
    • Please report any issues or degradations from this migration.
    • View entire proto changelog.
🐞 Fixes
  • Fixed moon init not using the remote default branch when scaffolding.
⚙️ Internal
  • Cleaned up moonbase and launchpad implementations.
  • Updated Rust to v1.72.
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