graphql-boilerplates / react-fullstack-graphql

Starter projects for fullstack applications based on React & GraphQL.
1.44k stars 323 forks source link

chore(deps): update dependency jwt-decode to v3 - autoclosed #730

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 4 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jwt-decode 2.2.0 -> 3.1.2 age adoption passing confidence

Release Notes

auth0/jwt-decode (jwt-decode) ### [`v3.1.2`](https://togithub.com/auth0/jwt-decode/blob/HEAD/CHANGELOG.md#Version-312) [Compare Source](https://togithub.com/auth0/jwt-decode/compare/v3.1.1...v3.1.2) [Full Changelog](https://togithub.com/auth0/jwt-decode/compare/v3.1.1..v3.1.2) - Add a generic as return type so the user can specify what's expected, this will still be `unknown` by default - Export `JwtHeader`and `JwtPayload` that can be used with the generic return type as-is or extended. ### [`v3.1.1`](https://togithub.com/auth0/jwt-decode/compare/v3.1.0...v3.1.1) [Compare Source](https://togithub.com/auth0/jwt-decode/compare/v3.1.0...v3.1.1) ### [`v3.1.0`](https://togithub.com/auth0/jwt-decode/blob/HEAD/CHANGELOG.md#Version-310) [Compare Source](https://togithub.com/auth0/jwt-decode/compare/v3.0.0...v3.1.0) [Full Changelog](https://togithub.com/auth0/jwt-decode/compare/v3.0.0..v3.1.0) - Add TypeScript type definition - Fix CJS default export ### [`v3.0.0`](https://togithub.com/auth0/jwt-decode/blob/HEAD/CHANGELOG.md#Version-300) [Compare Source](https://togithub.com/auth0/jwt-decode/compare/v2.2.0...v3.0.0) [Full Changelog](https://togithub.com/auth0/jwt-decode/compare/v2.0.0..v3.0.0) - Include an ESM build for native JavaScript imports **Warning: this version has some potentially breaking changes!** - If you've previously imported the library as `import * as jwt_decode from 'jwt-decode'`, you'll have to change your import to `import jwt_decode from 'jwt-decode';`.

Configuration

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

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



This PR has been generated by Mend Renovate. View repository job log here.