Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

Note: This PR body was truncated due to platform limits.

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.11.1

Compare Source

Full Changelog

Fixed

v2.11.0

Compare Source

Full Changelog

Added

v2.10.0

Compare Source

Full Changelog

Added

v2.9.1

Compare Source

Full Changelog

Added

v2.9.0

Compare Source

Full Changelog

Added

  • feat: add support scopes parameter for connected accounts #​1458 (guabu)

Security

  • security: Upgrade component-cdn-uploader to v2.4.0 to address critical vulnerability of form-data package #​1454 (ankita10119)

v2.8.0

Compare Source

Full Changelog

Added

Fixed

v2.7.0

Compare Source

Full Changelog

Added

Fixed

v2.6.0

Compare Source

Full Changelog

Added

Fixed

v2.5.0

Compare Source

Full Changelog

Added

v2.4.1

Compare Source

Full Changelog

Fixed

v2.4.0

Compare Source

Full Changelog

Added

v2.3.0

Compare Source

Full Changelog

Fixed

v2.2.0

Compare Source

Full Changelog

Added

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


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
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-2.x branch from 649d9b0 to 3d1aa12 Compare August 10, 2025 13:56
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-2.x branch 2 times, most recently from db36a21 to 8bf386f Compare September 10, 2025 13:37
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-2.x branch from 8bf386f to 2d97198 Compare October 1, 2025 21:06
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-2.x branch 2 times, most recently from a7aed2e to e4ea72e Compare October 17, 2025 19:57
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-2.x branch from e4ea72e to d255036 Compare October 27, 2025 16:59
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-2.x branch 2 times, most recently from a186681 to d9095d8 Compare November 21, 2025 09:54
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-2.x branch from d9095d8 to 1e5aac1 Compare December 3, 2025 10:14
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-2.x branch from 1e5aac1 to 648606e Compare December 11, 2025 17:02
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-2.x branch from 648606e to 234a5c8 Compare January 8, 2026 10:12
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.

1 participant