archbuddy / backend

Backend to handle all application interaction, authentication and so on
MIT License
0 stars 1 forks source link

Bump @fastify/jwt from 6.3.2 to 6.4.0 #147

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @fastify/jwt from 6.3.2 to 6.4.0.

Release notes

Sourced from @​fastify/jwt's releases.

v6.4.0

What's Changed

Full Changelog: https://github.com/fastify/fastify-jwt/compare/v6.3.3...v6.4.0

v6.3.3

📚 PR:

  • docs(readme): replace use of deprecated variadic listen() (#253)
  • bump fast-jwt to get support for Node 18 (#257)
  • build(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#256)
  • build(deps-dev): bump @​fastify/cookie from 7.4.0 to 8.1.0 (#255)
  • build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#259)
  • run lint on pre-commit (#262)
  • remove dev dependency typescript (#261)
  • fix(types): Add onlyCookie verify option tests and types (#266)
Commits
  • 052a431 Bumped v6.4.0
  • 4c66076 refactor: enable error cache to prevent breaking changes (#269)
  • c399fbe build(deps): bump fast-jwt from 1.7.2 to 2.0.0 (#267)
  • d902fce Bumped v6.3.3
  • 56979d8 fix(types): Add onlyCookie verify option tests and types (#266)
  • 47c5fdc remove dev dependency typescript (#261)
  • 48c73ee run lint on pre-commit (#262)
  • c87ebc1 build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#259)
  • adcc618 build(deps-dev): bump @​fastify/cookie from 7.4.0 to 8.1.0 (#255)
  • cc3967d build(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#256)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by climba03003, a new releaser for @​fastify/jwt since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dependabot[bot] commented 1 year ago

Superseded by #152.