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

Update dependency @auth0/auth0-spa-js to v1.22.1 #5

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 13, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

auth0/auth0-spa-js

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


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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-1.x branch from f4233f2 to 5c17267 Compare January 14, 2022 17:56
@renovate renovate bot changed the title Update dependency @auth0/auth0-spa-js to v1.19.3 Update dependency @auth0/auth0-spa-js to v1.19.4 Jan 14, 2022
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-1.x branch from 5c17267 to 67dfb40 Compare February 14, 2022 15:54
@renovate renovate bot changed the title Update dependency @auth0/auth0-spa-js to v1.19.4 Update dependency @auth0/auth0-spa-js to v1.20.0 Feb 14, 2022
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-1.x branch from 67dfb40 to c502be0 Compare March 7, 2022 18:34
@renovate renovate bot changed the title Update dependency @auth0/auth0-spa-js to v1.20.0 Update dependency @auth0/auth0-spa-js to v1.20.1 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-1.x branch from c502be0 to f58290f Compare April 24, 2022 19:51
@renovate renovate bot changed the title Update dependency @auth0/auth0-spa-js to v1.20.1 Update dependency @auth0/auth0-spa-js to v1.21.0 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-1.x branch from f58290f to d59cf95 Compare May 15, 2022 22:49
@renovate renovate bot changed the title Update dependency @auth0/auth0-spa-js to v1.21.0 Update dependency @auth0/auth0-spa-js to v1.21.1 May 15, 2022
@renovate renovate bot force-pushed the renovate/auth0-auth0-spa-js-1.x branch from d59cf95 to 196f677 Compare June 18, 2022 23:23
@renovate renovate bot changed the title Update dependency @auth0/auth0-spa-js to v1.21.1 Update dependency @auth0/auth0-spa-js to v1.22.1 Jun 18, 2022
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.

None yet

0 participants