chore(deps): update dependency @auth0/auth0-spa-js to v2 #53
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:
^1.6.0→^2.0.0Release Notes
auth0/auth0-spa-js (@auth0/auth0-spa-js)
v2.11.1Compare Source
Full Changelog
Fixed
v2.11.0Compare Source
Full Changelog
Added
v2.10.0Compare Source
Full Changelog
Added
v2.9.1Compare Source
Full Changelog
Added
v2.9.0Compare Source
Full Changelog
Added
scopesparameter for connected accounts #1458 (guabu)Security
v2.8.0Compare Source
Full Changelog
Added
Fixed
v2.7.0Compare Source
Full Changelog
Added
Fixed
baseUrlis present #1435 (martinml)v2.6.0Compare Source
Full Changelog
Added
Fixed
v2.5.0Compare Source
Full Changelog
Added
v2.4.1Compare Source
Full Changelog
Fixed
v2.4.0Compare Source
Full Changelog
Added
v2.3.0Compare Source
Full Changelog
Fixed
v2.2.0Compare Source
Full Changelog
Added
v2.1.3Compare Source
Full Changelog
Changed
v2.1.2Compare Source
Full Changelog
Fixed
v2.1.1Compare Source
Full Changelog
Changed
v2.1.0Compare Source
Full Changelog
Added
Fixed
v2.0.8Compare Source
Full Changelog
Changed
v2.0.7Compare Source
Full Changelog
Changed
v2.0.6Compare Source
Full Changelog
Fixed
v2.0.5Compare Source
Full Changelog
Changed
v2.0.4Compare Source
Full Changelog
Fixed
v2.0.3Compare Source
Full Changelog
Fixed
v2.0.2Compare Source
Full Changelog
Security
This patch release is identical to
2.0.1but has been released to ensure tooling no longer detects a vulnerable version ofjsonwebtokenbeing used.Even though 2.0.1 was not vulnerable for the related CVE because of the fact that
jsonwebtokenis a devDependency, we are cutting a release to ensure build tools no longer report our SDK as vulnerable to the mentioned CVE.v2.0.1Compare Source
Full Changelog
Changed
Fixed
v2.0.0Compare Source
Full Changelog
Auth0-SPA-JS v2 includes many significant changes compared to v1:
checkSession#943 (frederikprijck)ignoreCachetocacheModeand introducecache-only#950 (ewanharris)getIdTokenClaimsOptionstype #960 (ewanharris)client_idtoclientId#956 (ewanharris)authorizationParamsto hold properties sent to Auth0 #959 (ewanharris)advancedOptions.defaultScopeand replace withscope#972 (ewanharris)buildAuthorizeUrl#980 (frederikprijck)buildLogoutUrlinternal #982 (ewanharris)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.6Compare Source
Security
This patch release is identical to
1.22.5but has been released to ensure tooling no longer detects a vulnerable version ofjsonwebtokenbeing used.Even though 1.22.5 was not vulnerable for the related CVE because of the fact that
jsonwebtokenis a devDependency, we are cutting a release to ensure build tools no longer report our SDK as vulnerable to the mentioned CVE.v1.22.5Compare Source
Full Changelog
Fixed
v1.22.4Compare Source
Full Changelog
Fixed
v1.22.3Compare Source
Full Changelog
Changed
Fixed
v1.22.2Compare Source
Full Changelog
Changed
v1.22.1Compare Source
Full Changelog
Changed
v1.22.0Compare Source
Full Changelog
Added
Security
v1.21.1Compare Source
Full Changelog
Fixed
cookieDomainconfig setting #900 (Dannnir)Security
v1.21.0Compare Source
Full Changelog
Added
Fixed
v1.20.1Compare Source
Full Changelog
Fixed
v1.20.0Compare Source
Full Changelog
Added
Changed
Fixed
Security
v1.19.4Compare Source
Full Changelog
Fixed
Security
v1.19.3Compare Source
Full Changelog
Changed
Fixed
v1.19.2Compare 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
v1.19.1Compare Source
Full Changelog
Republished version
1.19.0, which got published during a period npm was suffering downtime issues, resulting in1.19.0being released but not installable for end users. Users should install1.19.1instead.v1.19.0Compare Source
Full Changelog
Added
v1.18.0Compare Source
Full Changelog
Added
Changed
Fixed
v1.17.1Compare Source
Full Changelog
Fixed
v1.17.0Compare Source
Full Changelog
Added
useFormDatato enableapplication/x-www-form-urlencodedrequests #768 (stevehobbsdev)Changed
domainthat includeshttporhttps. #768 (stevehobbsdev)v1.16.1Compare Source
Full Changelog
Fixed
v1.16.0Compare Source
Full Changelog
Added
v1.15.0Compare Source
Full Changelog
Added
Fixed
v1.14.0Compare Source
Full Changelog
Added
Changed
Fixed
v1.13.6Compare Source
Full Changelog
Changed
Fixed
Security
v1.13.5Compare Source
Full Changelog
Changed
Fixed
Remarks
This release updates the
getUserreturn type to be more correct. Instead of returningPromise<TUser>, it now returnsPromise<TUser | undefined>, which might lead to anObject is possible 'undefined'compiler error in situation where the return value is not checked for being undefined while having set the TypeScript's--strictNullCheckscompiler flag totrue.v1.13.4Compare Source
Full Changelog
Added
Changed
v1.13.3Compare Source
Full Changelog
Fixed
v1.13.2Compare Source
Full Changelog
Added
v1.13.1Compare Source
Full Changelog
Changed
Fixed
v1.13.0Compare Source
Full Changelog
Added
Fixed
v1.12.1Compare Source
Full Changelog
Fixed
sessionStoragerequirement from instantiation to fix SSR environments #578 (adamjmcgrath)v1.12.0Compare Source
Full Changelog
Added
Changed
Fixed
getTokenSilentlywith primed cache #558 (adamjmcgrath)v1.11.0Compare Source
Full Changelog
Added
messageto errors that don't have one #520 (adamjmcgrath)Fixed
v1.10.0Compare Source
Full Changelog
Changed
Fixed
v1.9.0Compare Source
Full Changelog
Added
auth0Clientoption so wrapper libraries can send their own client info #490 (adamjmcgrath)checkSessionand ignore recoverable errors #482 (adamjmcgrath)Fixed
v1.8.2Compare Source
Full Changelog
Fixed
v1.8.1Compare Source
Full Changelog
Fixed
v1.8.0Compare Source
Full Changelog
Added
Fixed
login_hintjs docs to clarify usage with Lock #441 (stevehobbsdev)v1.7.0Compare Source
Full Changelog
Added
Changed
isAuthenticatedcookie on initialization when using local storage #352 (stevehobbsdev)Fixed
Security
v1.6.5Compare Source
Full Changelog
Changed
localOnlylogout option #362 (adamjmcgrath)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.
This PR was generated by Mend Renovate. View the repository job log.