-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @moonrepo/cli to v1.28.3 - autoclosed #165
Conversation
754be3f
to
00b6948
Compare
00b6948
to
5fa7b07
Compare
5fa7b07
to
165706d
Compare
165706d
to
b06f947
Compare
b06f947
to
8b31941
Compare
|
8b31941
to
5b7ba8c
Compare
5b7ba8c
to
c1be2ea
Compare
c1be2ea
to
52f2cd3
Compare
52f2cd3
to
8d3292b
Compare
8d3292b
to
3dbabc4
Compare
3dbabc4
to
85ce9be
Compare
85ce9be
to
0c60fa0
Compare
0c60fa0
to
6e4904a
Compare
79e480c
to
c67831c
Compare
c67831c
to
0bf5c83
Compare
This PR contains the following updates:
1.27.2
->1.28.3
Release Notes
moonrepo/moon (@moonrepo/cli)
v1.28.3
Compare Source
🐞 Fixes
.git
to exist).id
was renamed inmoon.yml
wasn't being reflected wheninheriting project dependencies through the toolchain/platform integration.
optionalDependencies
not being considered a project relationship for Bun/Node implicitpackage.json
detection.v1.28.2
Compare Source
🚀 Updates
with an error. This change was made as there are currently no actionable or human-readable error
messages.
🐞 Fixes
in
moon ci
.should be correct now.
v1.28.1
Compare Source
🚀 Updates
bun bun.lockb
commands, instead of running them for every task.based on a trailing flag syntax.
$FOO
or${FOO}
- If variable is missing, keeps the original syntax (current default).$FOO?
or${FOO?}
- If variable is missing, replaces with an empty string.$FOO!
or${FOO!}
- Ignores variable substitution and preserves the syntax (without !).🐞 Fixes
to run because Bash expansion fails. We now quote file paths that contain
*
,$
,+
, and[]
.⚙️ Internal
v1.28.0
Compare Source
💥 Breaking
register_extension
API. All built-in extensionshave been updated.
🚀 Updates
actionPipelineV2
experiment and the new pipeline is now always enabled. The oldpipeline code has been deleted. If you run into any problems, please report an issue!
strictProjectAliases
experiment and enabled its functionality going forward.preset
task setting, that enables a collection of task options.local
setting, which is now deprecated.os
task option, which allows a specific operating system to be targeted for the task.@meta
token function that can access project metadata.$projectName
,$projectChannel
, and$projectOwner
token variables.codeowners.requiredApprovals
setting to.moon/workspace.yml
, that will applyrequirements to all paths.
disallowRunInCiMismatch
, that errors when a task that isrunInCI
enabled depends on a task that is
runInCI
disabled. These kinds of relationships cause a handfulof issues in the pipeline.
moon ci
and may also apply tomoon run
in the future.MOON_TOOLCHAIN_FORCE_GLOBALS
to support filtering by tool IDs, instead of applying toeverything.
⚙️ Internal
This is a retroactive change that applies to all moon versions.
v1.27.10
Compare Source
🐞 Fixes
v1.27.9
Compare Source
🐞 Fixes
would result in passthrough arguments being unintentionally passed deeper.
v1.27.8
Compare Source
🚀 Updates
.prototools
.🐞 Fixes
.prototools
wasn't always loaded.v1.27.7
Compare Source
🐞 Fixes
requiredAppprovals
wouldn't allow1
.runInCI: false
, would not runas affected in
moon ci
because the dependency task was skipped.v1.27.6
Compare Source
📢 Notice
There have been reports of the
moon.exe
binary being flagged as a Trojan on Windows. This looks tobe a common false positive (
Wacatac.B!ml
) that targets Rust built binaries (as seen in theTauri project as well).
While this isn't a simple fix on our end, we're publishing a new binary to replace the old one. You
may also have to unquarantine moon on your system. And lastly, we also suggest
adding an exclusion for
moon.exe
to Windows Defender.⚙️ Internal
v1.27.5
Compare Source
🐞 Fixes
are used.
moon query
results.v1.27.4
Compare Source
🐞 Fixes
moon docker scaffold
would not respect.gitignore
files.files from
git status
.branches.
v1.27.3
Compare Source
🚀 Updates
project.metadata
tomoon.yml
so that custom fields can be defined.🐞 Fixes
requests to finish. The old pipeline was not affected.
@in
and@out
tokens not being able to reference other token functions.Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.