chore(deps): update dependency @auth0/auth0-spa-js to v1.22.6 #42
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→1.22.6Release Notes
auth0/auth0-spa-js (@auth0/auth0-spa-js)
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
v1.6.4Compare Source
Full Changelog
Changed
v1.6.3Compare Source
Full Changelog
Fixed
v1.6.2Compare Source
Full Changelog
Removed
Removed future issued-at claim check stevehobbsdev - #329
v1.6.1Compare Source
Fixed
Included core-js polyfill for
String.includesto fix an issue with browser-tabs-lock in IE11 stevehobbsdev - #325Added import definition to Getting Started section in the Readme for clarity thundermiracle - #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.