-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency jwt-decode to v4 #442
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e88d3a8
to
11c6f77
Compare
4cf3087
to
f493a16
Compare
f493a16
to
155a037
Compare
155a037
to
5b6bb75
Compare
5b6bb75
to
2f09023
Compare
2f09023
to
7c1ce62
Compare
7c1ce62
to
b15517b
Compare
dfaf37f
to
ea1bf86
Compare
ea1bf86
to
e9fb802
Compare
e9fb802
to
f9e94cb
Compare
f9e94cb
to
9b7006b
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
3.1.2
->4.0.0
Release Notes
auth0/jwt-decode (jwt-decode)
v4.0.0
Compare Source
Full Changelog
A new version of the library, including a couple of improvements:
exports
field, for better CJS/ESM supportindex.standalone.ts
, but rely on rollup instead.header
argument by using overloads.Even though some users might experience breaking changes, mostly because of the
exports
field, the majority should be able to update without making any changes, assuming the SDK is used in environments with support foratob
.Migration to v4.0.0
The
jwtDecode
function is now no longer the default export, and is instead provided as a named export. Make sure to update your code in places where you are importing this function: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 Renovate Bot.