Skip to content

chore(deps-dev): Bump @monodon/rust from 2.3.0 to 3.0.0#247

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/monodon/rust-3.0.0
Open

chore(deps-dev): Bump @monodon/rust from 2.3.0 to 3.0.0#247
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/monodon/rust-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor

Bumps @monodon/rust from 2.3.0 to 3.0.0.

Release notes

Sourced from @​monodon/rust's releases.

rust-3.0.0

3.0.0 (2026-06-01)

🚀 Features

  • ⚠️ rust: drop createNodes v1 and migrate to Nx 22 (#88)

⚠️ Breaking Changes

  • rust: drop createNodes v1 and migrate to Nx 22 (#88) @monodon/rust now requires Nx 22. Workspaces on Nx 19-21 should stay on the previous plugin version or run nx migrate latest first.
    • test(rust): cover RustVersionActions behavior Port the per-method behavior that the deleted release-version generator spec exercised to the new VersionActions API. The Nx release engine now owns specifier resolution and git-tag lookups, so these tests target the Cargo-specific surface the plugin still owns:
    • Reading [package].version from Cargo.toml, including error paths.
    • Resolving dependency versions across [dependencies] and [dev-dependencies], in both string and object form.
    • Writing new versions back to Cargo.toml.
    • Preserving existing version prefixes (^ ~ =) and leaving implicit-prefix declarations prefix-less when dependents are updated.
    • afterAllProjectsVersioned no-op paths (dryRun and skipLockFileUpdate).
    • fix(rust): stop TS 7016 on @​napi-rs/cli dynamic import @​napi-rs/cli v3 is ESM-only and ships a .d.ts with ESM syntax; under TS 5.9 with moduleResolution=node16 and a CJS build context, the published types resolve to any and the dynamic await import('@napi-rs/cli') fails the strict implicit-any check (TS7016). This was flaky locally and deterministic on CI once the compilation cache was cold. Add a minimal module shim covering the two methods the plugin actually uses (NapiCli#build, NapiCli#createNpmDirs) so the import type-checks without pulling in the upstream ESM declarations.
    • chore: bump pinned rustc to 1.88.0 napi-build@2.3.1 (pulled in by the @​napi-rs/cli v3 generator under e2e) now requires rustc 1.88, and unicode-segmentation@1.13.2 requires 1.85. The workspace was pinned at 1.80 both in rust-toolchain.toml and in the dtolnay/rust-toolchain@1.79.0 step of the CI setup action, so the rust-e2e napi test fails on fresh cargo resolutions. Bump both pins together so they stay in sync.
    • chore: e2e fixes

❤️ Thank You

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@monodon/rust](https://github.com/cammisuli/monodon) from 2.3.0 to 3.0.0.
- [Release notes](https://github.com/cammisuli/monodon/releases)
- [Commits](Cammisuli/monodon@rust-2.3.0...rust-3.0.0)

---
updated-dependencies:
- dependency-name: "@monodon/rust"
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Jun 4, 2026
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.

0 participants