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.0
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 ofjsonwebtoken
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:
checkSession
#943 (frederikprijck)ignoreCache
tocacheMode
and introducecache-only
#950 (ewanharris)getIdTokenClaimsOptions
type #960 (ewanharris)client_id
toclientId
#956 (ewanharris)authorizationParams
to hold properties sent to Auth0 #959 (ewanharris)advancedOptions.defaultScope
and replace withscope
#972 (ewanharris)buildAuthorizeUrl
#980 (frederikprijck)buildLogoutUrl
internal #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.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 ofjsonwebtoken
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
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
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
v1.19.1
Compare Source
Full Changelog
Republished version
1.19.0
, which got published during a period npm was suffering downtime issues, resulting in1.19.0
being released but not installable for end users. Users should install1.19.1
instead.v1.19.0
Compare Source
Full Changelog
Added
v1.18.0
Compare Source
Full Changelog
Added
Changed
Fixed
v1.17.1
Compare Source
Full Changelog
Fixed
v1.17.0
Compare Source
Full Changelog
Added
useFormData
to enableapplication/x-www-form-urlencoded
requests #768 (stevehobbsdev)Changed
domain
that includeshttp
orhttps
. #768 (stevehobbsdev)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
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 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--strictNullChecks
compiler flag totrue
.v1.13.4
Compare Source
Full Changelog
Added
Changed
v1.13.3
Compare Source
Full Changelog
Fixed
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
sessionStorage
requirement from instantiation to fix SSR environments #578 (adamjmcgrath)v1.12.0
Compare Source
Full Changelog
Added
Changed
Fixed
getTokenSilently
with primed cache #558 (adamjmcgrath)v1.11.0
Compare Source
Full Changelog
Added
message
to errors that don't have one #520 (adamjmcgrath)Fixed
v1.10.0
Compare Source
Full Changelog
Changed
Fixed
v1.9.0
Compare Source
Full Changelog
Added
auth0Client
option so wrapper libraries can send their own client info #490 (adamjmcgrath)checkSession
and ignore recoverable errors #482 (adamjmcgrath)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
login_hint
js docs to clarify usage with Lock #441 (stevehobbsdev)v1.7.0
Compare Source
Full Changelog
Added
Changed
isAuthenticated
cookie on initialization when using local storage #352 (stevehobbsdev)Fixed
Security
v1.6.5
Compare Source
Full Changelog
Changed
localOnly
logout option #362 (adamjmcgrath)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/325Added 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.
This PR was generated by Mend Renovate. View the repository job log.