deps: safe bumps across rust / kotlin / js / actions#264
Open
dignifiedquire wants to merge 1 commit into
Open
Conversation
Everything in this PR is a semver-compatible or patch/minor bump.
Larger migrations (uniffi 0.31→0.32, gradle 8→9, agp 8→9,
kotlin 2.2→2.4, typescript 5→6) are held for their own PRs.
Rust (cargo update — 61 crates within existing semver ranges):
iroh 1.0.0 → 1.0.2, iroh-{base,relay,services,dns} 1.0.0 → 1.0.2,
uniffi 0.31.1 → 0.31.2, napi 3.9.2 → 3.10.3, plus many transitives.
Kotlin (patch/minor within same majors):
Gradle wrapper 8.13 → 8.14.5
Kotlin plugins 2.2.20 → 2.2.21
AGP 8.13.0 → 8.13.2
Dokka 2.0.0 → 2.2.0
Vanniktech 0.34.0 → 0.37.0
JS:
@napi-rs/cli ^3.6.2 → ^3.7.2
typedoc ^0.27.6 → ^0.28.20
GitHub Actions:
actions/checkout master/v4 → v5 (fixes @master weak pin)
actions/setup-node v4 → v6 (was mixed; standardize)
actions/setup-java v4 → v5
actions/setup-python v5 → v6
Held for follow-up PRs (need code changes or need review):
- uniffi 0.31 → 0.32 (breaking API in 0.x versions)
- actions/upload-artifact v4 → v7, download-artifact v4 → v8
- actions/deploy-pages v4 → v5, upload-pages-artifact v3 → v5
- gradle/actions v4 → v6, android-actions/setup-android v3 → v4
- Gradle 8 → 9, AGP 8 → 9, Kotlin 2.2 → 2.4, TypeScript 5 → 6
Verified locally: rust tests (17), kotlin tests (19), js tests (20),
python tests (20) all pass.
ramfox
approved these changes
Jul 8, 2026
ramfox
left a comment
Member
There was a problem hiding this comment.
looks good.
I have questions around process for every time we do an iroh release, but we can do that async/write up a guide.
| try { | ||
| const binding = require('@number0/iroh-linux-arm-musleabihf') | ||
| const bindingPackageVersion = require('@number0/iroh-linux-arm-musleabihf/package.json').version | ||
| if (bindingPackageVersion !== '1.0.0-rc.1' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { |
Member
There was a problem hiding this comment.
is this file generated? or do we need to update it every time we increase versions?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.