Skip to content

@moonrepo/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 02:11
· 1013 commits to master since this release

💥 Breaking

  • Updated node.version and node.<packageManager>.version to no longer default to a hard-coded
    version. When not defined, will fallback to the binary available on PATH.
  • Updated touched files (in context and queries) to be workspace relative paths instead of absolute.

🚀 Updates

  • Added experimental Deno tier 2 support.
  • Added offline (no internet connection) support.
  • Added project-level TypeScript settings via toolchain.typescript in moon.yml.
  • Updated language setting in moon.yml to support any custom language.
  • Updated project, task, and target identifiers to support periods (.).
Moonbase
  • CI runs can now be tracked in moonbase to gather insights and metrics.

🐞 Fixes

  • Fixed an issue where task outputs were considered as input sources when hashing, causing
    unnecessary cache misses.

⚙️ Internal

  • Updated Rust to v1.67.
  • Updated local development to support BSD based unix distros.
  • Added context to pipeline.started and pipeline.finished events.
  • Refactored glob matching to use workspace relative paths instead of absolute. Please report an
    issue if hashing or affected detection is now inaccurate.
  • We now build against older operating systems in an attempt to solve GLIBC version errors.