chore(deps): bump dependencies and rebuild lockfiles#95
Merged
Conversation
- 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.
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.
Summary
Cargo.lockdeleted and regenerated; loose pins pick up the latest patch on every workspace dep. Explicit toml bumps:google-cloud-auth1.9 → 1.10 and the pinnedreqwestgit rev.docs/package-lock.jsondeleted and regenerated;astro6.1.10 → 6.3.3 plusnpm audit fixforcesdevalueto 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.aws-actions/configure-aws-credentialsv6.1.1,EmbarkStudios/cargo-deny-actionv2.0.18,orhun/git-cliff-actionv4.8.0,sigstore/cosign-installerv4.1.2.schemars0.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
cargo test --workspace --locked,cargo fmt --check,cargo clippy --workspace --all-targets --locked -- -D warnings,cargo deny checknpm run --prefix docs build(docs site)Local gate
npm audit: 0 vulnerabilities