Skip to content

chore(deps): bump dependencies and rebuild lockfiles#95

Merged
bryantbiggs merged 1 commit into
mainfrom
chore/deps-update
May 17, 2026
Merged

chore(deps): bump dependencies and rebuild lockfiles#95
bryantbiggs merged 1 commit into
mainfrom
chore/deps-update

Conversation

@bryantbiggs

Copy link
Copy Markdown
Member

Summary

  • Cargo: Cargo.lock deleted and regenerated; loose pins pick up the latest patch on every workspace dep. Explicit toml bumps: google-cloud-auth 1.9 → 1.10 and the pinned reqwest git rev.
  • npm: docs/package-lock.json deleted and regenerated; astro 6.1.10 → 6.3.3 plus npm audit fix forces devalue to 5.8.1, resolving dependabot chore(deps): bump devalue from 5.7.1 to 5.8.1 in /docs in the npm_and_yarn group across 1 directory #92 / GHSA-77vg-94rm-hx3p.
  • Actions: aws-actions/configure-aws-credentials v6.1.1, EmbarkStudios/cargo-deny-action v2.0.18, orhun/git-cliff-action v4.8.0, sigstore/cosign-installer v4.1.2.
  • Deliberately deferred: schemars 0.8 → 1.x. That's a breaking-API rewrite (module layout, trait signatures, derive output) and the generated schema is user-facing — wants its own PR with schema-diff validation.

Test plan

Local gate

  • All 1376 Rust tests pass; fmt, clippy, deny clean
  • Docs build: 28 pages, 1.16s, no errors
  • npm audit: 0 vulnerabilities

- Cargo: bump `google-cloud-auth` 1.9 -> 1.10 and the pinned `reqwest`
  git rev. Delete `Cargo.lock` and regenerate so every loose pin picks
  up the latest patch.
- npm: bump `astro` 6.1.10 -> 6.3.3, delete `docs/package-lock.json`
  and reinstall. `npm audit fix` then forces `devalue` to 5.8.1
  (resolves dependabot #92, GHSA-77vg-94rm-hx3p).
- GitHub Actions: bump `aws-actions/configure-aws-credentials` v6.1.1,
  `EmbarkStudios/cargo-deny-action` v2.0.18, `orhun/git-cliff-action`
  v4.8.0, `sigstore/cosign-installer` v4.1.2.

`schemars` 0.8 -> 1.x is a breaking-API rewrite (module layout, trait
signatures, derive output) that warrants its own PR with schema-diff
validation, so it is deliberately left at 0.8 here.
@bryantbiggs bryantbiggs merged commit 951a7fa into main May 17, 2026
16 checks passed
@bryantbiggs bryantbiggs deleted the chore/deps-update branch May 17, 2026 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant