Skip to content
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 #2126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jwt-decode ^3.1.2 -> ^4.0.0 age adoption passing confidence

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:

  • No longer include a polyfill for atob, as this is supported in all major browsers (and node environments > 14).
  • Compile to ES2017, dropping support for anything that does not support ES2017 (which should be very limited according to caniuse)
  • Use Node's atob when running on node.
  • Drop support for Node 14 and 16, add support for Node 20.
  • Add support for package.json's exports field, for better CJS/ESM support
  • Reorganize build artifacts for better CJS/ESM support (cjs and esm needs to be their own directory with a cjs specific package.json file)
  • Drop manual UMD bundle creation in index.standalone.ts, but rely on rollup instead.
  • Infer JwtPayload and JwtHeader default types from the 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 for atob.

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:

-import jwtDecodefrom "jwt-decode";
+import { jwtDecode } from "jwt-decode";

Configuration

📅 Schedule: Branch creation - "after 9am every weekday,before 5pm every weekday" in timezone Europe/London, 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 27, 2023 12:22
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch 4 times, most recently from 7c44317 to 234e3cc Compare October 31, 2023 17:14
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch 3 times, most recently from 3440e20 to e692478 Compare November 13, 2023 20:47
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch 4 times, most recently from a32be40 to 1d0c691 Compare November 20, 2023 15:39
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch 6 times, most recently from 0b48044 to fa5f127 Compare December 6, 2023 11:53
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch 6 times, most recently from 3eb2e74 to 6caa69c Compare December 14, 2023 12:46
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch from 6caa69c to cd87e18 Compare December 15, 2023 17:06
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch 4 times, most recently from 07032c4 to 22ea123 Compare January 8, 2024 19:35
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch from 22ea123 to cd6a7a1 Compare January 10, 2024 15:08
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch 4 times, most recently from 970e441 to 3ba104a Compare June 4, 2024 12:32
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch 6 times, most recently from b118908 to bbd99c9 Compare June 13, 2024 13:15
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch 7 times, most recently from 9ea3043 to 24b6f6f Compare June 24, 2024 08:45
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch 5 times, most recently from 278cce4 to 9f2c14e Compare July 4, 2024 11:27
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch 6 times, most recently from 4477285 to 86a2d7d Compare July 9, 2024 13:19
@renovate renovate bot force-pushed the renovate-jwt-decode-4.x branch from 86a2d7d to 12f9176 Compare July 11, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants