build(afm): refresh pinned dev tooling and crate deps to latest#50
Merged
Conversation
Currency sweep so nothing dev-facing lingers on a stale pin: - Dockerfile: cargo-binstall 1.15.6 → 1.19.1, just 1.36.0 → 1.51.0, lefthook 2.1.6 → 2.1.9, wasm-pack 0.13.1 → 0.15.0. (sccache stays at 0.10.0 — that pin is a documented 0.15+-regression workaround, not drift.) - docs.yml: jetli wasm-pack `v0.13.1` → `v0.15.0` to keep the `verify-version-pins` gate happy with the Dockerfile bump. - dependency-review-action v4 → v5. - `cargo update`: 15 crates to their latest 1.95-compatible versions (serde_json 1.0.149 → 1.0.150, wasm-bindgen 0.2.120 → 0.2.122, …), superseding the pending Dependabot rust-deps / serde_json PR. Verified on a freshly-rebuilt image: tool versions correct, `just verify-version-pins` green, `just wasm-build` green (wasm-pack 0.15 + wasm-bindgen 0.2.122 round-trip), `just ci` at pre-push. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Currency sweep so nothing dev-facing lingers on a stale pin:
lefthook 2.1.6 → 2.1.9, wasm-pack 0.13.1 → 0.15.0. (sccache stays at
0.10.0 — a documented 0.15+-regression workaround, not drift.)
v0.13.1→v0.15.0(keepsverify-version-pinsconsistent with the Dockerfile).cargo update: 15 crates to latest 1.95-compatible (serde_json1.0.149 → 1.0.150, wasm-bindgen 0.2.120 → 0.2.122, …) — supersedes the
pending Dependabot rust-deps / serde_json PR.
Verified on a freshly-rebuilt image:
just verify-version-pinsgreen,just wasm-buildgreen (wasm-pack 0.15 + wasm-bindgen 0.2.122 round-trip),tool versions correct. The
build & pushdev-image job re-verifies theDockerfile build; build/test/coverage verify the
cargo update.🤖 Generated with Claude Code