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

chore(deps): update dependency @auth0/auth0-spa-js to v2 #53

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@auth0/auth0-spa-js ^1.6.0 -> ^2.0.0 age adoption passing confidence

Release Notes

auth0/auth0-spa-js (@​auth0/auth0-spa-js)

v2.1.3

Compare Source

Full Changelog

Changed

v2.1.2

Compare Source

Full Changelog

Fixed

v2.1.1

Compare Source

Full Changelog

Changed

v2.1.0

Compare Source

Full Changelog

Added

Fixed

v2.0.8

Compare Source

Full Changelog

Changed

v2.0.7

Compare Source

Full Changelog

Changed

v2.0.6

Compare Source

Full Changelog

Fixed

v2.0.5

Compare Source

Full Changelog

Changed

v2.0.4

Compare Source

Full Changelog

Fixed

v2.0.3

Compare Source

Full Changelog

Fixed

v2.0.2

Compare Source

Full Changelog

Security

This patch release is identical to 2.0.1 but has been released to ensure tooling no longer detects a vulnerable version of jsonwebtoken being used.

Even though 2.0.1 was not vulnerable for the related CVE because of the fact that jsonwebtoken is a devDependency, we are cutting a release to ensure build tools no longer report our SDK as vulnerable to the mentioned CVE.

v2.0.1

Compare Source

Full Changelog

Changed

Fixed

v2.0.0

Compare Source

Full Changelog

Auth0-SPA-JS v2 includes many significant changes compared to v1:

As with any major version bump, v2 of Auth0-SPA-JS contains a set of breaking changes. Please review the migration guide thoroughly to understand the changes required to migrate your application to v2.

v1.22.6

Compare Source

Security

This patch release is identical to 1.22.5 but has been released to ensure tooling no longer detects a vulnerable version of jsonwebtoken being used.

Even though 1.22.5 was not vulnerable for the related CVE because of the fact that jsonwebtoken is a devDependency, we are cutting a release to ensure build tools no longer report our SDK as vulnerable to the mentioned CVE.

v1.22.5

Compare Source

Full Changelog

Fixed

v1.22.4

Compare Source

Full Changelog

Fixed

v1.22.3

Compare Source

Full Changelog

Changed

  • feat(ClientStorage#remove):added support of cookieDomain #​935 (Dannnir)

Fixed

v1.22.2

Compare Source

Full Changelog

Changed

v1.22.1

Compare Source

Full Changelog

Changed

v1.22.0

Compare Source

Full Changelog

Added

Security

v1.21.1

Compare Source

Full Changelog

Fixed

  • Organization ID hint cookie now respects cookieDomain config setting #​900 (Dannnir)

Security

v1.21.0

Compare Source

Full Changelog

Added

Fixed

v1.20.1

Compare Source

Full Changelog

Fixed

v1.20.0

Compare Source

Full Changelog

Added

Changed

Fixed

Security

v1.19.4

Compare Source

Full Changelog

Fixed

Security

v1.19.3

Compare Source

Full Changelog

Changed

Fixed

v1.19.2

Compare Source

Full Changelog

This release fixes an anomoly with a new type we exposed in #​803, where it was incorrectly wrapped with Partial. We don't expect this change to introduce any issues, but if you are affected please raise it on our issue tracker.

Fixed

  • GetTokenSilentlyVerboseResponse no longer uses partial TokenEndpointResponse type #​820 (stevehobbsdev)

v1.19.1

Compare Source

Full Changelog

Republished version 1.19.0, which got published during a period npm was suffering downtime issues, resulting in 1.19.0 being released but not installable for end users. Users should install 1.19.1 instead.

v1.19.0

Compare Source

Full Changelog

Added

v1.18.0

Compare Source

Full Changelog

Added

  • [SDK-2750] Expose mfa_token from the mfa_required error when getting new tokens #​789 (frederikprijck)

Changed

Fixed

v1.17.1

Compare Source

Full Changelog

Fixed

v1.17.0

Compare Source

Full Changelog

Added

Changed

v1.16.1

Compare Source

Full Changelog

Fixed

v1.16.0

Compare Source

Full Changelog

Added

v1.15.0

Compare Source

Full Changelog

Added

Fixed

v1.14.0

Compare Source

Full Changelog

Added

Changed

Fixed

  • Updated minor syntax, to allow for TypeScript compiler to be happier #​714 (kachihro)
  • Revert [SDK-2183] Add warning when requested scopes differ from retrieved scopes #​712 (frederikprijck)

v1.13.6

Compare Source

Full Changelog

Changed

Fixed

Security

v1.13.5

Compare Source

Full Changelog

Changed

Fixed

Remarks

This release updates the getUser return type to be more correct. Instead of returning Promise<TUser>, it now returns Promise<TUser | undefined>, which might lead to an Object is possible 'undefined' compiler error in situation where the return value is not checked for being undefined while having set the TypeScript's --strictNullChecks compiler flag to true.

v1.13.4

Compare Source

Full Changelog

Added

Changed

v1.13.3

Compare Source

Full Changelog

Fixed

  • [SDK-2156] Heed timeoutInSeconds when calling getTokenSilently with refresh tokens #​639 (stevehobbsdev)

v1.13.2

Compare Source

Full Changelog

Added

v1.13.1

Compare Source

Full Changelog

Changed

Fixed

v1.13.0

Compare Source

Full Changelog

Added

Fixed

v1.12.1

Compare Source

Full Changelog

Fixed

  • Remove sessionStorage requirement from instantiation to fix SSR environments #​578 (adamjmcgrath)

v1.12.0

Compare Source

Full Changelog

Added

Changed

Fixed

v1.11.0

Compare Source

Full Changelog

Added

Fixed

v1.10.0

Compare Source

Full Changelog

Changed

Fixed

v1.9.0

Compare Source

Full Changelog

Added

Fixed

v1.8.2

Compare Source

Full Changelog

Fixed

v1.8.1

Compare Source

Full Changelog

Fixed

v1.8.0

Compare Source

Full Changelog

Added

Fixed

v1.7.0

Compare Source

Full Changelog

Added

Changed

Fixed

Security

v1.6.5

Compare Source

Full Changelog

Changed

Fixed

v1.6.4

Compare Source

Full Changelog

Changed

v1.6.3

Compare Source

Full Changelog

Fixed

v1.6.2

Compare Source

Full Changelog

Removed

Removed future issued-at claim check stevehobbsdev - https://github.com/auth0/auth0-spa-js/pull/329

v1.6.1

Compare Source

Fixed

Included core-js polyfill for String.includes to fix an issue with browser-tabs-lock in IE11 stevehobbsdev - https://github.com/auth0/auth0-spa-js/pull/325
Added import definition to Getting Started section in the Readme for clarity thundermiracle - https://github.com/auth0/auth0-spa-js/pull/294


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 force-pushed the renovate/auth0-auth0-spa-js-2.x branch from 7e4026c to 649d9b0 Compare February 22, 2024 14:47
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