fix(deps): update dependency jwt-decode to v4#175
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
75d9eb7 to
48eb8c0
Compare
48eb8c0 to
5568997
Compare
5568997 to
770e177
Compare
770e177 to
0496d43
Compare
0496d43 to
ce413a9
Compare
ce413a9 to
bae9d59
Compare
bae9d59 to
ad548a1
Compare
ad548a1 to
8ba76f1
Compare
8ba76f1 to
e289eb0
Compare
e289eb0 to
f564e2e
Compare
f564e2e to
3208f63
Compare
3208f63 to
ec556e7
Compare
ec556e7 to
29a78db
Compare
29a78db to
5815956
Compare
5815956 to
9886517
Compare
9886517 to
fa70078
Compare
fa70078 to
194076a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.1.2→^4.0.0Release Notes
auth0/jwt-decode (jwt-decode)
v4.0.0Compare Source
Full Changelog
A new version of the library, including a couple of improvements:
exportsfield, for better CJS/ESM supportindex.standalone.ts, but rely on rollup instead.headerargument by using overloads.Even though some users might experience breaking changes, mostly because of the
exportsfield, 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
jwtDecodefunction 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 - Between 12:00 AM and 11:59 PM ( * 0-23 * * * ) in timezone America/New_York, 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 was generated by Mend Renovate. View the repository job log.