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";
v4.0.0-beta.4
Breaking changes
Raise minimum Node.js version to 18 #209 (jonkoops)
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 jwtDecode from "jwt-decode";
+import { jwtDecode } from "jwt-decode";
This version was pushed to npm by auth0-oss, a new releaser for jwt-decode since your current version.
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps jwt-decode from 3.1.2 to 4.0.0.
Release notes
Sourced from jwt-decode's releases.
... (truncated)
Changelog
Sourced from jwt-decode's changelog.
... (truncated)
Commits
3b2d105
Update CHANGELOG.mdbd50db0
Release v4.0.0 (#232)bcfd7da
Bump actions/checkout from 3 to 4 (#228)6ec1cba
Bump concurrently from 8.2.0 to 8.2.2 (#226)807d123
Bump@typescript-eslint/eslint-plugin
from 6.4.1 to 6.9.0 (#229)f68e292
Bump eslint-plugin-import from 2.28.1 to 2.29.0 (#230)b2e7489
Bump eslint-import-resolver-typescript from 3.6.0 to 3.6.1 (#225)ccb6488
Bump lint-staged from 14.0.1 to 15.0.2 (#231)cf3cd4f
Bump actions/setup-node from 3 to 4 (#227)0ce8017
pin babel/core to recent version and bump jestMaintainer changes
This version was pushed to npm by auth0-oss, a new releaser for jwt-decode since your current version.
You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show