github moonrepo/moon v1.19.0

latest releases: v1.34.1, @moonrepo/core-windows-x64-msvc@1.34.1, @moonrepo/core-macos-x64@1.34.1...
15 months ago

💥 Breaking

  • Removed the experiments.interweavedTaskInheritance setting from .moon/workspace.yml.
    Interweaved inheritance is now always enabled (was previously true by default).
  • Removed the experiments.taskOutputBoundaries setting from .moon/workspace.yml. We opted to
    remove boundaries entirely, as they caused more problems than solved. Task outputs may now overlap
    without issue.

🚀 Updates

  • Updated implicitDeps in .moon/tasks.yml and task deps in moon.yml to support arguments and
    environment variables for the dependency target.
  • Updated the action graph and pipeline to not run the same target (but with different arguments
    and environment variable variations) in parallel, to avoid unexpected collisions.
  • Updated VS Code extension to support multiple VS Code workspace folders.
  • Improved code generation and templates:
    • Added a destination field to template.yml, to customize a default location.
    • Added a extends field to template.yml, allowing templates to extend and inherit other
      templates.
    • Updated [var] syntax to support filters: [var | camel_case].

🧩 Plugins

  • Updated bun_plugin to v0.7.
  • Updated node_plugin and node_depman_plugin to v0.7.
  • Updated rust_plugin to v0.6.

⚙️ Internal

  • Updated Rust to v1.75.
  • Updated proto to v0.26.4 (from v0.25).

Don't miss a new moon release

NewReleases is sending notifications on new releases.