Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2020

This PR contains the following updates:

Package Type Update Change
jwt-decode dependencies major ^2.2.0 -> ^3.0.0

Release Notes

auth0/jwt-decode

v3.0.0

Compare Source

Full Changelog

  • 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';.

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.

@github-actions github-actions bot added the type: bug code to address defects in shipped code label Oct 5, 2020
@erezrokah erezrokah merged commit 857e5b2 into master Oct 5, 2020
@erezrokah erezrokah deleted the renovate/jwt-decode-3.x branch October 5, 2020 07:55
@erezrokah
Copy link
Contributor

We're using CommonJS

var jwtDecode = require('jwt-decode');
so this is not a breaking change for us:
https://github.com/auth0/jwt-decode#use-as-a-commonjs-package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants