·
1345 commits
to master
since this release
🚀 Updates
- When running multiple targets in parallel, we've reworked the output prefix to be uniform amongst
all targets, and to be colored to uniquely identify each target. - Added a new
moon docker scaffold
command for scaffolding a skeleton workspace for use within
Dockerfile
s. - Added a new
moon docker prune
command for pruning the Docker environment for a build/deply. - Added frontmatter support to all template files.
- Added a
node.yarn.plugins
setting to.moon/workspace.yml
. - Updated run reports (via
--report
) to include additional information, like the total duration,
and estimated time savings. - Updated default versions of tools:
- node 16.16.0 -> 16.17.0
- npm 8.16.0 -> 8.19.2
- pnpm 7.9.0 -> 7.12.1
- yarn 3.2.2 -> 3.2.3
🐞 Fixes
- Added missing
.npmrc
to the list of pnpm config files. - Improved the handling of Rust/Go binaries shipped in pnpm node modules.
⚙️ Internal
- Updated Rust to v1.64.
- Windows:
- Will always use PowerShell and avoids
cmd.exe
entirely. - Reworked commands that run through PowerShell to pass arguments via stdin.
- Will always use PowerShell and avoids