@moonrepo/core-macos-arm64
Advanced tools
Changelog
1.32.0
yarn.lock
files throughout the repository, allowing for
multiple Yarn/Node workspaces..pkl
) based configuration to always be enabled, and is no longer hidden behind an
experimental flag.
http(s)
protocols for gRPC servers, instead of just grpc(s)
.unstable_remote.api
setting, which can be used to inform the server's API format.
Defaults to grpc
.unstable_remote.auth
setting, which can be used for HTTP Bearer/token Authorization
based endpoints. Can also be used to set headers for all requests.MOON_DEBUG_REMOTE
environment variable, which can be used to debug internal errors for
diagnosing connection/integration issues.bun.lock
file. We do our best to detect this, but we suggest
configuring --save-text-lockfile
.deno install
. Will now run this command instead of deno cache
.deno_lockfile
crate).deno.installArgs
setting.python.packageManager
and python.uv
settings.
python.rootRequirementsOnly
to python.rootVenvOnly
(old name still works)..prototools
.dependsOn
) are now automatically inferred from Cargo.toml
dependencies.inferInputs
option to not infer environment variables from popular CI/CD
providers, as those values constantly change, causing tasks to always be affected. If you would
like to reference these values, add them as an explicit inputs.