Skip to content

chore(deps-dev): bump the dev-tooling group with 2 updates#5

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev-tooling-6ef81e68e4
Closed

chore(deps-dev): bump the dev-tooling group with 2 updates#5
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev-tooling-6ef81e68e4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps the dev-tooling group with 2 updates: @moonrepo/cli and typescript.

Updates @moonrepo/cli from 2.2.3 to 2.2.4

Release notes

Sourced from @​moonrepo/cli's releases.

2.2.4

Release Notes

🐞 Fixes

  • Fixed an issue where proto's auto-clean would remove tools installed by moon as they weren't marked as used.
  • Fixed a regression where moon would fail with Failed to execute git and capture output when .gitmodules referenced a submodule that hadn't been checked out (e.g. update = none). Uninitialized submodules are now skipped, matching the v1 behavior.
  • Fixed an issue where toolchain dependency installation would be skipped even when the vendor directory does not exist.
  • Fixed an issue where failing actions would not re-run again because their hash would be persisted, even on failure.
  • Fixed an issue where WouldBlock errors would trigger when attempting to flush buffered output to the console.
  • Fixed an issue where --upstream=none would error for missing dependencies.

🧰 Toolchains

  • Python
    • Fixed an issue where the wrong arguments were passed to uv sync depending on whether proto is managing the Python version.
    • Fixed an issue where venv paths were not available to commands run through the toolchain, like uv sync.

⚙️ Internal

  • Updated dependencies.

Install moon_cli 2.2.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/moon/releases/download/v2.2.4/moon_cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/moon/releases/download/v2.2.4/moon_cli-installer.ps1 | iex"

Download moon_cli 2.2.4

File Platform Checksum
moon_cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
moon_cli-x86_64-apple-darwin.tar.xz Intel macOS checksum

... (truncated)

Changelog

Sourced from @​moonrepo/cli's changelog.

2.2.4

🐞 Fixes

  • Fixed an issue where proto's auto-clean would remove tools installed by moon as they weren't marked as used.
  • Fixed a regression where moon would fail with Failed to execute git and capture output when .gitmodules referenced a submodule that hadn't been checked out (e.g. update = none). Uninitialized submodules are now skipped, matching the v1 behavior.
  • Fixed an issue where toolchain dependency installation would be skipped even when the vendor directory does not exist.
  • Fixed an issue where failing actions would not re-run again because their hash would be persisted, even on failure.
  • Fixed an issue where WouldBlock errors would trigger when attempting to flush buffered output to the console.
  • Fixed an issue where --upstream=none would error for missing dependencies.

🧰 Toolchains

  • Python
    • Fixed an issue where the wrong arguments were passed to uv sync depending on whether proto is managing the Python version.
    • Fixed an issue where venv paths were not available to commands run through the toolchain, like uv sync.

⚙️ Internal

  • Updated dependencies.
Commits

Updates typescript from 6.0.3 to 5.9.3

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • 5be3346 Bump version to 5.9.2 and LKG
  • ad825f2 Bump version to 5.9.1-rc and LKG
  • 463a5bf Update LKG
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-tooling group with 2 updates: [@moonrepo/cli](https://github.com/moonrepo/moon/tree/HEAD/packages/cli) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@moonrepo/cli` from 2.2.3 to 2.2.4
- [Release notes](https://github.com/moonrepo/moon/releases)
- [Changelog](https://github.com/moonrepo/moon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moonrepo/moon/commits/v2.2.4/packages/cli)

Updates `typescript` from 6.0.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.3...v5.9.3)

---
updated-dependencies:
- dependency-name: "@moonrepo/cli"
  dependency-version: 2.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-tooling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 6, 2026
@cfxdevkit
Copy link
Copy Markdown
Owner

Resolved in chore/dependencies branch — all 14 Dependabot updates applied together with breaking change fixes (wagmi 3.x, @noble/ciphers 2.x, @scure/bip39 2.x).

@cfxdevkit cfxdevkit closed this May 7, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 7, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev-tooling-6ef81e68e4 branch May 7, 2026 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant