-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update dependency jwt-decode to v4 #968
Conversation
2d18087
to
5b55d24
Compare
5b55d24
to
0e04859
Compare
0e04859
to
a144b6d
Compare
e69e658
to
91306f1
Compare
91306f1
to
dd29dc8
Compare
dd29dc8
to
7835b45
Compare
7835b45
to
470c9b2
Compare
470c9b2
to
54803f4
Compare
54803f4
to
1421d58
Compare
1421d58
to
baf6e04
Compare
26fbc8f
to
07ea5cf
Compare
07ea5cf
to
6412dec
Compare
6412dec
to
ef47ca9
Compare
ef47ca9
to
3713305
Compare
3713305
to
4ec2f60
Compare
4ec2f60
to
ae5ac38
Compare
ae5ac38
to
bdfacf8
Compare
bdfacf8
to
5ce432a
Compare
5ce432a
to
c2fe3f4
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This upgrade is too complicated and not worth the effort as web-public is being deprecated and replaced by idam-hmcts-access in the next months. |
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 - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.