-
Notifications
You must be signed in to change notification settings - Fork 10
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 #3019
Conversation
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
f14ec59
to
0c346a3
Compare
0c346a3
to
d738447
Compare
d738447
to
6d67cbc
Compare
6d67cbc
to
330fdee
Compare
330fdee
to
ca44d08
Compare
ca44d08
to
fb9e010
Compare
fb9e010
to
b7b4082
Compare
b7b4082
to
f9f5985
Compare
f9f5985
to
dbc00e2
Compare
dbc00e2
to
9ccf731
Compare
9ccf731
to
cdb9313
Compare
cdb9313
to
5b29a0e
Compare
5b29a0e
to
e6e88dd
Compare
e6e88dd
to
fabce90
Compare
f25d1ac
to
4dad83f
Compare
4dad83f
to
cfd31ef
Compare
cfd31ef
to
4f4c660
Compare
4f4c660
to
70ca2e2
Compare
70ca2e2
to
b7db59e
Compare
b7db59e
to
d0fe4df
Compare
d0fe4df
to
b293207
Compare
b293207
to
a5478d3
Compare
a5478d3
to
4356a7e
Compare
4356a7e
to
8f4926d
Compare
8f4926d
to
f29356a
Compare
f29356a
to
b34498e
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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 - "every weekend" in timezone Europe/Paris, 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.