Skip to content

fix(deps): update go dependencies#26

Open
TheFox0x7 wants to merge 1 commit into
renovate-testsfrom
renovate2/go-dependencies
Open

fix(deps): update go dependencies#26
TheFox0x7 wants to merge 1 commit into
renovate-testsfrom
renovate2/go-dependencies

Conversation

@TheFox0x7
Copy link
Copy Markdown
Owner

@TheFox0x7 TheFox0x7 commented Apr 26, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
connectrpc.com/connect v1.19.1v1.19.2 age confidence require patch
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.0v1.20.0 age confidence require minor
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.2v1.6.3 age confidence require patch
github.com/charmbracelet/git-lfs-transfer 63270091241631 require digest
github.com/go-co-op/gocron/v2 v2.21.0v2.21.1 age confidence require patch
github.com/go-webauthn/webauthn v0.16.5v0.17.0 age confidence require minor
github.com/jaytaylor/html2text 74c24191a4bdc8 age confidence require digest
github.com/microsoft/go-mssqldb v1.9.6v1.9.7 age confidence require patch
github.com/urfave/cli/v3 v3.4.1v3.6.1 age confidence require minor

Release Notes

connectrpc/connect-go (connectrpc.com/connect)

v1.19.2

Compare Source

What's Changed

Governance
Bugfixes
  • Use 'deadline_exceeded' instead of 'canceled' on HTTP/2 cancelation when appropriate by @​jhump in #​904
  • Fix nil pointer deref in duplexHTTPCall under concurrent Send + CloseAndReceive by @​simonferquel in #​919
Other changes

New Contributors

Full Changelog:

go-co-op/gocron (github.com/go-co-op/gocron/v2)

v2.21.1

Compare Source

What's Changed

  • fix: remove jobs and respect stopTime in NextRuns when WithStopDateTi… by @​jcheyer in #​922

New Contributors

Full Changelog: go-co-op/gocron@v2.21.0...v2.21.1

go-webauthn/webauthn (github.com/go-webauthn/webauthn)

v0.17.0

Compare Source

Bug Fixes
  • protocol: short-circuit apple attestation extension lookup (#​664) (5296bc7)
Features
BREAKING CHANGES
  • A bug with the Credential Record which was
    introduced early in the libraries lifecycle has resulted in a
    breaking change to the Credential struct. If you are manually
    serializing this struct instead of using encoding/json you
    will be required to make manual changes; though Integrators
    should consider these notes regardless.

    • protocol.CredentialTypeFIDOU2F has been removed;
      replace uses with protocol.AttestationFormatFIDOUniversalSecondFactor
      (cast to string where the destination field is a plain string).

    • The semantics of the AttestationType field on webauthn.Credential
      and protocol.CredentialDescriptor have changed. Integrators that
      inspect this field to detect a format (typically checking for
      "fido-u2f") must switch to the new AttestationFormat field; the
      FIDO-U2F AppID and AppIDExclude extension helpers now key on
      AttestationFormat, so a descriptor literal constructed with
      AttestationType: "fido-u2f" will no longer trigger them.

    • Stored Credential JSON records are migrated transparently by the
      new UnmarshalJSON, but re-marshaled records will carry
      attestationFormat rather than a format string in attestationType;
      downstream consumers that parsed the legacy shape directly should
      be updated.

    • The Credential.Verify method has been updated and may fail in
      previous scenarios where it passed previously. It will also update
      the AttestationType value as a side-effect when used.

  • The Cross-Origin verification semantics have changed
    significantly due to the stabilization of the WebAuthn Level 3
    specification. It is no longer possible to disable verification, and
    Cross-Origin ceremonies must explicitly be allowed in this release.

    • protocol.TopOriginIgnoreVerificationMode has been removed. Code that
      referenced it must switch to one of the other constants as there is
      no longer a mode which disables the Top Origin verification such as:

      • TopOriginExplicitVerificationMode; match against RPTopOrigins only
        (recommended, and the new coerced default)
      • TopOriginAutoVerificationMode; match against the union of
        RPTopOrigins and RPOrigins
      • TopOriginImplicitVerificationMode; match against RPOrigins only
    • webauthn.Config.validate now rewrites a zero-valued
      RPTopOriginVerificationMode to TopOriginExplicitVerificationMode.
      Integrators that left the field unset previously got ignore-mode
      semantics (any Top Origin accepted); they now get strict matching
      against RPTopOrigins and must populate that list, or explicitly
      select a different mode; for Cross-Origin flows to succeed.

    • Cross-Origin ceremonies (those where the authenticator reports
      crossOrigin = true in the ClientData) are rejected by default.
      Integrators that rely on iframe-embedded or other Cross-Origin WebAuthn
      flows must set webauthn.Config.RPAllowCrossOrigin = true. The library
      continues to enforce Top Origin verification on accepted Cross-Origin
      ceremonies per the configured mode.

    • protocol.CollectedClientData.Verify no longer accepts
      TopOriginIgnoreVerificationMode; callers that pass an unknown mode
      receive ErrNotImplemented with detail "unknown Top Origin
      verification mode".

microsoft/go-mssqldb (github.com/microsoft/go-mssqldb)

v1.9.7

Compare Source

What's Changed

New Contributors

Full Changelog: microsoft/go-mssqldb@v1.9.6...v1.9.7

urfave/cli (github.com/urfave/cli/v3)

v3.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.6.0...v3.6.1

v3.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.5.0...v3.6.0

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.4.1...v3.5.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@TheFox0x7 TheFox0x7 force-pushed the renovate2/go-dependencies branch from 7cacf93 to a5d8e18 Compare April 26, 2026 12:24
@TheFox0x7 TheFox0x7 changed the base branch from renovate to renovate-tests April 26, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant