Update dependency fastify-jwt to v4 #12

Merged
niggl merged 1 commits from renovate/fastify-jwt-4.x into main 2022-01-12 16:30:00 +00:00

This PR contains the following updates:

Package Type Update Change
fastify-jwt dependencies major ^3.0.1 -> ^4.0.0

Release Notes

fastify/fastify-jwt

v4.1.3

Compare Source

📚 PR:

  • fix: reply.jwtSign sets wrong exp (#​208)

v4.1.2

Compare Source

📚 PR:

  • build(deps-dev): bump @​types/node from 16.11.14 to 17.0.0 (#​202)
  • chore: upgrade github-action-merge-dependabot to v3 (#​203)
  • chore: upgrade github-action-merge-dependabot to v3 (#​204)
  • build(deps): bump http-errors from 1.8.1 to 2.0.0 (#​205)
  • chore: remove named export of fastifyJwt (#​206)

v4.1.1

Compare Source

📚 PR:

  • build(deps): bump fastify/github-action-merge-dependabot (#​199)
  • secret function can also return a Buffer as type (#​198)

v4.1.0

Compare Source

📚 PR:

  • build(deps): bump fastify/github-action-merge-dependabot (#​197)
  • refactor(definitions): remove duplicate method overloads (#​196)
  • chore: Remove JwtHeader type definition (#​195)

v4.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-jwt/compare/v4.0.0...v4.0.1

v4.0.0

Compare Source

Major Release

In this release we did a major change regarding JWT handling. We moved away from using jsonwebtoken to fast-jwt for singing, decoding and verifying JWTs.
This move helped us improve the speed of handling the JWTs by roughly 30%. If you want more information about the fast-jwt package check out their documentation.

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-jwt/compare/v3.2.1...v4.0.0

v3.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-jwt/compare/v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-jwt/compare/v3.1.0...v3.2.0

v3.1.0

Compare Source

📚 PR:

  • build(deps): bump actions/setup-node from 2.3.0 to 2.3.1 (#​167)
  • build(deps): bump actions/setup-node from 2.3.1 to 2.3.2 (#​168)
  • build(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#​169)
  • build(deps): bump fastify/github-action-merge-dependabot (#​170)
  • build(deps): bump fastify/github-action-merge-dependabot (#​171)
  • Improved README for module augmentation (#​177)
  • feat: add namespaces (#​175)

Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fastify-jwt](https://github.com/fastify/fastify-jwt) | dependencies | major | [`^3.0.1` -> `^4.0.0`](https://renovatebot.com/diffs/npm/fastify-jwt/3.0.1/4.1.3) | --- ### Release Notes <details> <summary>fastify/fastify-jwt</summary> ### [`v4.1.3`](https://github.com/fastify/fastify-jwt/releases/v4.1.3) [Compare Source](https://github.com/fastify/fastify-jwt/compare/v4.1.2...v4.1.3) 📚 PR: - fix: reply.jwtSign sets wrong exp ([#&#8203;208](https://github.com/fastify/fastify-jwt/issues/208)) ### [`v4.1.2`](https://github.com/fastify/fastify-jwt/releases/v4.1.2) [Compare Source](https://github.com/fastify/fastify-jwt/compare/v4.1.1...v4.1.2) 📚 PR: - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 16.11.14 to 17.0.0 ([#&#8203;202](https://github.com/fastify/fastify-jwt/issues/202)) - chore: upgrade github-action-merge-dependabot to v3 ([#&#8203;203](https://github.com/fastify/fastify-jwt/issues/203)) - chore: upgrade github-action-merge-dependabot to v3 ([#&#8203;204](https://github.com/fastify/fastify-jwt/issues/204)) - build(deps): bump http-errors from 1.8.1 to 2.0.0 ([#&#8203;205](https://github.com/fastify/fastify-jwt/issues/205)) - chore: remove named export of fastifyJwt ([#&#8203;206](https://github.com/fastify/fastify-jwt/issues/206)) ### [`v4.1.1`](https://github.com/fastify/fastify-jwt/releases/v4.1.1) [Compare Source](https://github.com/fastify/fastify-jwt/compare/v4.1.0...v4.1.1) 📚 PR: - build(deps): bump fastify/github-action-merge-dependabot ([#&#8203;199](https://github.com/fastify/fastify-jwt/issues/199)) - secret function can also return a Buffer as type ([#&#8203;198](https://github.com/fastify/fastify-jwt/issues/198)) ### [`v4.1.0`](https://github.com/fastify/fastify-jwt/releases/v4.1.0) [Compare Source](https://github.com/fastify/fastify-jwt/compare/v4.0.1...v4.1.0) 📚 PR: - build(deps): bump fastify/github-action-merge-dependabot ([#&#8203;197](https://github.com/fastify/fastify-jwt/issues/197)) - refactor(definitions): remove duplicate method overloads ([#&#8203;196](https://github.com/fastify/fastify-jwt/issues/196)) - chore: Remove JwtHeader type definition ([#&#8203;195](https://github.com/fastify/fastify-jwt/issues/195)) ### [`v4.0.1`](https://github.com/fastify/fastify-jwt/releases/v4.0.1) [Compare Source](https://github.com/fastify/fastify-jwt/compare/v4.0.0...v4.0.1) #### What's Changed - test: reorganize tests in the project by [@&#8203;darkgl0w](https://github.com/darkgl0w) in https://github.com/fastify/fastify-jwt/pull/193 - Fix missing Typescript properties for messages by [@&#8203;amit548](https://github.com/amit548) in https://github.com/fastify/fastify-jwt/pull/194 #### New Contributors - [@&#8203;amit548](https://github.com/amit548) made their first contribution in https://github.com/fastify/fastify-jwt/pull/194 **Full Changelog**: https://github.com/fastify/fastify-jwt/compare/v4.0.0...v4.0.1 ### [`v4.0.0`](https://github.com/fastify/fastify-jwt/releases/v4.0.0) [Compare Source](https://github.com/fastify/fastify-jwt/compare/v3.2.1...v4.0.0) #### Major Release In this release we did a major change regarding JWT handling. We moved away from using jsonwebtoken to fast-jwt for singing, decoding and verifying JWTs. This move helped us improve the speed of handling the JWTs by roughly 30%. If you want more information about the fast-jwt package check out their [documentation](https://github.com/nearform/fast-jwt). #### What's Changed - build(deps): bump actions/checkout from 2.3.4 to 2.3.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify-jwt/pull/183 - build(deps): bump actions/checkout from 2.3.5 to 2.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify-jwt/pull/186 - build(deps-dev): bump tsd from 0.18.0 to 0.19.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify-jwt/pull/189 - build(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify-jwt/pull/190 - fix: ECDSA key pair generation and related documentation by [@&#8203;darkgl0w](https://github.com/darkgl0w) in https://github.com/fastify/fastify-jwt/pull/191 - build(dependabot): ignore minor and patch github-actions updates by [@&#8203;Fdawgs](https://github.com/Fdawgs) in https://github.com/fastify/fastify-jwt/pull/192 - feat: Replacing jsonwebtoken with fast-jwt by [@&#8203;radomird](https://github.com/radomird) in https://github.com/fastify/fastify-jwt/pull/184 #### New Contributors - [@&#8203;radomird](https://github.com/radomird) made their first contribution in https://github.com/fastify/fastify-jwt/pull/184 **Full Changelog**: https://github.com/fastify/fastify-jwt/compare/v3.2.1...v4.0.0 ### [`v3.2.1`](https://github.com/fastify/fastify-jwt/releases/v3.2.1) [Compare Source](https://github.com/fastify/fastify-jwt/compare/v3.2.0...v3.2.1) #### What's Changed - build(deps-dev): bump tsd from 0.17.0 to 0.18.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify-jwt/pull/181 - Fix missing Typescript properties for namespaces by [@&#8203;scantarbian](https://github.com/scantarbian) in https://github.com/fastify/fastify-jwt/pull/182 #### New Contributors - [@&#8203;scantarbian](https://github.com/scantarbian) made their first contribution in https://github.com/fastify/fastify-jwt/pull/182 **Full Changelog**: https://github.com/fastify/fastify-jwt/compare/v3.2.0...v3.2.1 ### [`v3.2.0`](https://github.com/fastify/fastify-jwt/releases/v3.2.0) [Compare Source](https://github.com/fastify/fastify-jwt/compare/v3.1.0...v3.2.0) #### What's Changed - build(deps): bump fastify/github-action-merge-dependabot by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify-jwt/pull/179 - build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify-jwt/pull/180 - Expose jwtDecode for fastly-auth0-verify by [@&#8203;markrzenin](https://github.com/markrzenin) https://github.com/fastify/fastify-jwt/pull/178 #### New Contributors - [@&#8203;markrzenin](https://github.com/markrzenin) made their first contribution in https://github.com/fastify/fastify-jwt/pull/178 **Full Changelog**: https://github.com/fastify/fastify-jwt/compare/v3.1.0...v3.2.0 ### [`v3.1.0`](https://github.com/fastify/fastify-jwt/releases/v3.1.0) [Compare Source](https://github.com/fastify/fastify-jwt/compare/v3.0.1...v3.1.0) 📚 PR: - build(deps): bump actions/setup-node from 2.3.0 to 2.3.1 ([#&#8203;167](https://github.com/fastify/fastify-jwt/issues/167)) - build(deps): bump actions/setup-node from 2.3.1 to 2.3.2 ([#&#8203;168](https://github.com/fastify/fastify-jwt/issues/168)) - build(deps): bump actions/setup-node from 2.3.2 to 2.4.0 ([#&#8203;169](https://github.com/fastify/fastify-jwt/issues/169)) - build(deps): bump fastify/github-action-merge-dependabot ([#&#8203;170](https://github.com/fastify/fastify-jwt/issues/170)) - build(deps): bump fastify/github-action-merge-dependabot ([#&#8203;171](https://github.com/fastify/fastify-jwt/issues/171)) - Improved README for module augmentation ([#&#8203;177](https://github.com/fastify/fastify-jwt/issues/177)) - feat: add namespaces ([#&#8203;175](https://github.com/fastify/fastify-jwt/issues/175)) </details> --- ### Configuration 📅 **Schedule**: 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
odit_renovate added 1 commit 2021-11-25 09:00:48 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
575685f24d
Update dependency fastify-jwt to v4
niggl merged commit 3bfcd64589 into main 2022-01-12 16:30:00 +00:00
niggl deleted branch renovate/fastify-jwt-4.x 2022-01-12 16:30:04 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kauft.es/linkylinky#12
No description provided.