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.29.4 #363

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

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

Release Notes

moonrepo/moon (@​moonrepo/cli)

v1.29.4

Compare Source

🚀 Updates
  • Added an experiments.strictProjectIds setting to .moon/workspace.yml. When enabled, will
    disallow using original IDs for renamed projects (via the id setting) when building the project
    graph.
  • Updated codegen/template destination to be relative from the workspace root if prefixed with
    /, otherwise the current working directory.
🐞 Fixes
  • Fixed an issue where moon would attempt to execute a folder if it has the same name as the current
    shell.
  • Fixed an issue where [working_dir] and [workspace_root] variables were not working in the
    template.yml destination setting.
⚙️ Internal
  • Updated dependencies.
  • Updated proto to v0.42.0 (from 0.41.3).

v1.29.3

Compare Source

🐞 Fixes
  • Fixed an issue running npx commands (primarily through lockfile deduping).

v1.29.2

Compare Source

🚀 Updates
  • Removed the warning around .env files not existing in certain environments.
🐞 Fixes
  • Fixed an issue where the task option timeout would apply to the overall run, and not for each
    attempt when using the retryCount option.
⚙️ Internal
  • Updated Rust to v1.82.

v1.29.1

Compare Source

🚀 Updates
  • Added a new task option merge, that defines the same strategy for all applicable fields. Can be
    overridden with mergeX task options.
  • Added a moon setting to .moon/toolchain.yml, which can be used to customize the update check
    process.
🐞 Fixes
  • Fixed moon query projects including dependency projects by default. Can be controlled with
    --upstream.
  • Fixed moon query projects regex patterns not working when used in conjunction with affected.
  • Fixed Bash-based hooks being generated with the wrong path separators on Windows.
  • Fixed an issue where an inherited task with merge strategy "replace" will accidentally remove task
    args, deps, and env in inheriting tasks.
  • Fixed an issue where token variables and environment variables used within task args together
    would not be replaced correctly.

v1.29.0

Compare Source

🚀 Updates
  • Implemented a new affected project tracker that is more accurate and more powerful.
    • Can now control the depth of upstream (dependencies) and downstream (dependents).
    • Affected information now logs more information and is included in reports/JSON.
    • Added --upstream and --downstream options to moon query projects.
    • Coming soon for affected tasks as well!
  • Implemented experimental support for a new configuration language, Pkl!
    • Pkl is programmable, allowing for variables, loops, conditionals, and more.
  • Added a new task option, cacheLifetime, that controls how long a task will be cached for.
  • Added a new task merge strategy, preserve, that preserves the original inherited value.
  • Added a new setting vcs.hookFormat to .moon/workspace.yml, that can customize the shell/file
    format for hooks.
  • Added "sync workspace action" support to toolchain plugins. This is our first step in supporting
    toolchains via WASM plugins.
  • Updated task outputs to support token and environment variables.
  • Updated moon query projects to include the project description as a trailing value.
  • Updated moon query tasks to include the task type and platform, and the task description as a
    trailing value.
🐞 Fixes
  • Fixed an issue where a root project in a polyrepo would not default to **/* inputs for tasks.
  • Potential fix for an issue that occurs when multiple toolchains of the same type (2 different
    Node.js versions for example) would fail in weird ways when installing in parallel.
⚙️ Internal
  • Updated identifiers and targets to use compact strings.
  • Updated proto to v0.41.3 (from 0.40.4).
  • Updated wasmtime to v23 (from v17).

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from Adammatthiesen as a code owner October 21, 2024 01:00
@renovate renovate bot requested a review from a team October 21, 2024 01:00
Copy link

changeset-bot bot commented Oct 21, 2024

⚠️ No Changeset found

Latest commit: 92bb820

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@studiocms-no-reply
Copy link
Member

Thank you for submitting your Pull Request, the following links will become available for preview shortly:

Copy link

studio-cms-deployments bot commented Oct 21, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2024-10-23 08:19:43 CET

Copy link

studio-cms-deployments bot commented Oct 21, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2024-10-23 08:14:33 CET

Copy link

studio-cms-deployments bot commented Oct 21, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2024-10-23 08:13:47 CET

Copy link

studio-cms-deployments bot commented Oct 21, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2024-10-23 08:22:14 CET

@renovate renovate bot changed the title Update dependency @moonrepo/cli to v1.29.2 Update dependency @moonrepo/cli to v1.29.3 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/moonrepo-cli-1.x branch from da05adc to 92bb820 Compare October 23, 2024 08:08
@renovate renovate bot force-pushed the renovate/moonrepo-cli-1.x branch from 92bb820 to efb86a7 Compare November 3, 2024 01:30
@renovate renovate bot changed the title Update dependency @moonrepo/cli to v1.29.3 Update dependency @moonrepo/cli to v1.29.4 Nov 3, 2024
Copy link

The preview deployment is in progress. 🟡

Open Build Logs

Last updated at: 2024-11-03 01:30:42 CET

Copy link

studio-cms-deployments bot commented Nov 3, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2024-11-03 01:46:58 CET

Copy link

The preview deployment is in progress. 🟡

Open Build Logs

Last updated at: 2024-11-03 01:46:56 CET

Copy link

studio-cms-deployments bot commented Nov 3, 2024

The preview deployment failed. 🔴

Open Build Logs

Last updated at: 2024-11-03 02:47:59 CET

@Adammatthiesen Adammatthiesen deleted the renovate/moonrepo-cli-1.x branch November 24, 2024 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants