@moonrepo/core-macos-arm64
Advanced tools
Changelog
1.22.2
Changelog
1.22.1
In v1.22, we made a change to affected tasks that
pass all inputs
as arguments, instead of passing .
. This change was made to not overzealously
pass files to the task that it doesn't care about, but it ended up causing problems for certain
commands.
We didn't want to revert the change, but it also wasn't easy to fix without causing other issues, so
as a compromise, we opted to introduce a new task option, affectedPassInputs
to handle this
functionality.
Changelog
1.22.0
configuration
and scaffolding
variants to the project type
setting in moon.yml
.
stack
setting to moon.yml
, for categorizing which tech stack it belongs to.
frontend
, backend
, infrastructure
, and systems
.projectStack
field to the query language (MQL).$projectStack
token variable for tasks.moon query projects
command to support a --stack
option, and include the stack
in the output.moon project
command to include the stack in the output.description
setting for tasks, for providing human-readable information.
moon project
and moon task
commands to include the description in the output.installArgs
setting for bun/npm/pnpm/yarn in .moon/toolchain.yml
, to customize the
args used when installing dependencies.migrate-nx
, for migrating from Nx to moon.
nx.json
, workspace.json
, and project.json
files.*
, for example
$VITE_*
.
VITE_
.envFile
task option to support a list of file paths.migrate-turborepo
extension.
inputs
as the list of files provided, instead of .
.bun install
was not running with --production
in Docker prune.$PWD
in a task was pointing to the wrong directory.deno_plugin
to v0.9.1.
rust_plugin
to v0.8.1.