Skip to content

chore: bump deps#175

Merged
veverkap merged 1 commit into
mainfrom
bump-deps
May 2, 2026
Merged

chore: bump deps#175
veverkap merged 1 commit into
mainfrom
bump-deps

Conversation

@veverkap
Copy link
Copy Markdown
Contributor

@veverkap veverkap commented May 2, 2026

This pull request updates two dependencies in the go.mod file to their latest patch and minor versions. These are routine maintenance changes to keep dependencies up to date.

Greptile Summary

This PR bumps two dependencies: github.com/go-webauthn/webauthn from v0.16.4 to v0.17.0 (minor version) and github.com/tinylib/msgp from v1.6.3 to v1.6.4 (patch). The go.sum file is updated accordingly with new hashes for both packages.

The go-webauthn/webauthn v0.17.0 release adds new opt-in features (FilteringConfig, ValidateFilteredCredential) and a backward-compatible Credential.UnmarshalJSON migration; no breaking changes are noted in the library's BREAKING.md for this version. The msgp bump is a routine patch.

Confidence Score: 5/5

This PR is safe to merge — routine dependency bumps with no breaking changes.

Both version bumps are well-scoped: the msgp bump is a patch, and go-webauthn v0.17.0 adds only additive features and a backward-compatible JSON migration with no entries in the library's BREAKING.md. No logic changes, no custom-rule violations.

No files require special attention.

Important Files Changed

Filename Overview
go.mod Bumps go-webauthn/webauthn v0.16.4→v0.17.0 (minor, additive only) and tinylib/msgp v1.6.3→v1.6.4 (patch); no breaking changes identified.
go.sum Hash entries updated to match the two bumped dependencies; all other checksums remain unchanged.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[go.mod / go.sum bump] --> B[go-webauthn/webauthn]
    A --> C[tinylib/msgp]
    B --> D[v0.16.4 → v0.17.0\nMinor version bump]
    C --> E[v1.6.3 → v1.6.4\nPatch version bump]
    D --> F[New additive features\nFilteringConfig\nValidateFilteredCredential\nCredential.UnmarshalJSON migration]
    D --> G[No BREAKING.md entry\nfor v0.17.0]
    E --> H[Patch-level fix\nNo breaking changes]
Loading

Reviews (1): Last reviewed commit: "chore: bump deps" | Re-trigger Greptile

@veverkap veverkap requested review from a team and Copilot May 2, 2026 21:15
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Routine dependency maintenance to keep the Go module dependencies current by bumping go-webauthn/webauthn (minor) and tinylib/msgp (patch), along with corresponding checksum updates.

Changes:

  • Bump github.com/go-webauthn/webauthn from v0.16.4 to v0.17.0
  • Bump github.com/tinylib/msgp from v1.6.3 to v1.6.4 (indirect)
  • Update go.sum to match the new resolved module versions
Show a summary per file
File Description
go.mod Updates required module versions for webauthn and indirect msgp.
go.sum Refreshes checksums to reflect the updated module versions.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/2 changed files
  • Comments generated: 0

@veverkap veverkap merged commit c3a8e90 into main May 2, 2026
11 checks passed
@veverkap veverkap deleted the bump-deps branch May 2, 2026 21:17
@github-actions github-actions Bot mentioned this pull request May 2, 2026
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.

2 participants