Skip to content
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.24.3 - autoclosed #27

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@moonrepo/cli (source) 1.23.4 -> 1.24.3 age adoption passing confidence

Release Notes

moonrepo/moon (@​moonrepo/cli)

v1.24.3

Compare Source

🐞 Fixes
  • Fixed an issue where internal tasks would still run when running a task using "closest project"
    detection.
  • Fixed an issue where task's with runInCI weren't always being filtered properly.

v1.24.2

Compare Source

🐞 Fixes
  • Fixed task deps.env not supporting variable substitution.
  • Fixed an issue where Git hooks would overwrite non-local hooks. The core.hooksPath setting is
    now only used if the path is within the current repository.

v1.24.1

Compare Source

🐞 Fixes
  • Fixed an issue where versions in .prototools weren't being respected.
  • Fixed task deps.args and deps.env not expanding tokens correctly.

v1.24.0

Compare Source

🚀 Updates
  • Added an experimental moon templates command, that lists all available codegen templates.
  • Added a --dependents flag to moon project-graph <id> and moon query projects, to include
    downstream dependents of a focused/affected project.
  • Added a mutex task option, allowing for exclusivity and to ensure only 1 task is running at a
    time for the same mutex.
  • Added a runner.autoCleanCache setting to .moon/workspace.yml, allowing the post-run clean
    mechanism to be controlled.
  • Updated moon ci to automatically determine base/head revisions based on your current CI provider
    (when applicable).
  • Updated moon generate:
    • When passing variables as command line arguments, they are now entirely modeled after the
      template configuration.
      • Booleans and negated booleans now work better.
      • Numbers now support negative values.
      • Multiple values can now be passed for enums when multiple is enabled.
    • If a variable value is passed as an argument, we no longer prompt for it.
    • Internal variables will now error when passed as an argument.
  • Updated action graph and project graph visualization:
    • Slightly tweaked the colors to be easier to read.
    • Updated edges to use chevron arrows.
    • Added a new layout system to organize node/edges, controlled by the ?layout= query parameter.
    • Supported layout options: dagre (default), klay, grid, breadthfirst
  • Updated root-level tasks to have no inputs by default, instead of **/*. This is typically what
    users want, to avoid greedy tasks.
🐞 Fixes
  • Fixed YAML schema validation not allowing custom languages for the project language field.
  • Fixed an issue where Bun and Node would both attempt to install dependencies, resulting in
    collisions.
    • To resolve this issue, we currently prioritize Node over Bun if both tools are enabled.
    • If you have both and want to use Bun, set Node's package manager to
      node.packageManager: 'bun'.
  • Attempted fix for "too many open files" when moon is cleaning cached artifacts.
⚙️ Internal
  • Updated proto to v0.34.4 (from v0.32.2).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot requested a deployment to [site] (renovate/moonrepo-cli-1.x) April 30, 2024 22:20 Abandoned
@renovate renovate bot force-pushed the renovate/moonrepo-cli-1.x branch 4 times, most recently from e620e9d to 6834646 Compare May 1, 2024 19:27
@renovate renovate bot changed the title Update dependency @moonrepo/cli to v1.24.2 Update dependency @moonrepo/cli to v1.24.3 May 1, 2024
@renovate renovate bot force-pushed the renovate/moonrepo-cli-1.x branch from 6834646 to 35b86bf Compare May 1, 2024 19:43
@renovate renovate bot changed the title Update dependency @moonrepo/cli to v1.24.3 Update dependency @moonrepo/cli to v1.24.3 - autoclosed May 1, 2024
@renovate renovate bot closed this May 1, 2024
@renovate renovate bot deleted the renovate/moonrepo-cli-1.x branch May 1, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants