chore(deps): update module github.com/golang-jwt/jwt/v5 to v5.3.1
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/golang-jwt/jwt/v5 | require | patch |
v5.3.0 -> v5.3.1
|
⚠️ WarningSome dependencies could not be looked up. Check the warning logs for more information.
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
golang-jwt/jwt (github.com/golang-jwt/jwt/v5)
v5.3.1
What's Changed
🔐 Features
- Add spellcheck Github action to catch common spelling mistakes by @equalsgibson in https://github.com/golang-jwt/jwt/pull/458
- Add
WithNotBeforeRequiredparser option and add test coverage by @equalsgibson in https://github.com/golang-jwt/jwt/pull/456 - Update godoc example func to properly refer to
NewWithClaims()by @equalsgibson in https://github.com/golang-jwt/jwt/pull/459 - Update github workflows by @mfridman in https://github.com/golang-jwt/jwt/pull/462
- Additional test for CustomClaims that validates unmarshalling behaviour by @equalsgibson in https://github.com/golang-jwt/jwt/pull/457
- Fix early file close in jwt cli by @mfridman in https://github.com/golang-jwt/jwt/pull/472
- Add TPM signature reference by @salrashid123 in https://github.com/golang-jwt/jwt/pull/473
- Remove misleading ParserOptions documentation in https://github.com/golang-jwt/jwt/pull/484
- Save signature to Token struct after successful signing by @EgorSheff in https://github.com/golang-jwt/jwt/pull/417
- Set token.Signature in
ParseUnverifiedby @slickwilli in https://github.com/golang-jwt/jwt/pull/414
👒 Dependencies
- Bump crate-ci/typos from 1.34.0 to 1.35.3 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/461
- Bump crate-ci/typos from 1.35.4 to 1.36.2 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/470
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/478
- Bump crate-ci/typos from 1.36.2 to 1.39.0 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/480
- Bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/481
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/469
- Bump crate-ci/typos from 1.39.0 to 1.40.0 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/488
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/487
- Bump crate-ci/typos from 1.40.0 to 1.41.0 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/490
- Bump crate-ci/typos from 1.41.0 to 1.42.1 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/492
New Contributors
- @equalsgibson made their first contribution in https://github.com/golang-jwt/jwt/pull/458
- @salrashid123 made their first contribution in https://github.com/golang-jwt/jwt/pull/473
- @EgorSheff made their first contribution in https://github.com/golang-jwt/jwt/pull/417
- @slickwilli made their first contribution in https://github.com/golang-jwt/jwt/pull/414
Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.3.0...v5.3.1
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.