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
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.
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)
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.
This version was pushed to npm by auth0-oss, a new releaser for @auth0/auth0-spa-js since your current version.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 1.13.6 to 1.19.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/auth0/auth0-spa-js/releases"><code>@auth0/auth0-spa-js</code>'s releases</a>.</em></p>
<blockquote>
<h2>v1.19.2</h2>
<p>This release fixes an anomoly with a new type we exposed in <a href="https://github.com/auth0/auth0-spa-js/pull/820">#803</a>, where it was incorrectly wrapped with <code>Partial</code>. We don't expect this change to introduce any issues, but if you are affected please <a href="https://github.com/auth0/auth0-spa-js/issues">raise it on our issue tracker</a>.</p>
<p><strong>Fixed</strong></p>
<ul>
<li>GetTokenSilentlyVerboseResponse no longer uses partial TokenEndpointResponse type <a href="https://github.com/auth0/auth0-spa-js/pull/820">#820</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li>
</ul>
<h2>v1.19.1</h2>
<p>Republished version <code>1.19.0</code>, which got published during a period npm was suffering downtime issues, resulting in <code>1.19.0</code> being released but not installable for end users. Users should install <code>1.19.1</code> instead.</p>
<h2>v1.19.0</h2>
<p><strong>Added</strong></p>
<ul>
<li><a href="https://auth0team.atlassian.net/browse/SDK-2794?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ">SDK-2794</a> Return token response in getTokenSilently <a href="https://github.com/auth0/auth0-spa-js/pull/803">#803</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li>
<li><a href="https://auth0team.atlassian.net/browse/SDK-2793?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ">SDK-2793</a> Ability to define a custom now provider <a href="https://github.com/auth0/auth0-spa-js/pull/802">#802</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
</ul>
<h2>v1.18.0</h2>
<p><strong>Added</strong></p>
<ul>
<li><a href="https://auth0team.atlassian.net/browse/SDK-2750">SDK-2750</a> Expose mfa_token from the mfa_required error when getting new tokens <a href="https://github.com/auth0/auth0-spa-js/pull/789">#789</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
</ul>
<p><strong>Changed</strong></p>
<ul>
<li><a href="https://auth0team.atlassian.net/browse/SDK-2759">SDK-2759</a> Re-scoping cookies and transactions to client ID <a href="https://github.com/auth0/auth0-spa-js/pull/796">#796</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li>
<li><a href="https://auth0team.atlassian.net/browse/SDK-2320">SDK-2320</a> Throw login_required error in SPA SDK if running in a cross-origin is… <a href="https://github.com/auth0/auth0-spa-js/pull/790">#790</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
</ul>
<p><strong>Fixed</strong></p>
<ul>
<li><a href="https://auth0team.atlassian.net/browse/SDK-2692">SDK-2692</a> Remember organization ID for silent authentication <a href="https://github.com/auth0/auth0-spa-js/pull/788">#788</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li>
</ul>
<h2>v1.17.1</h2>
<p><strong>Fixed</strong></p>
<ul>
<li>Correct cache interface <a href="https://github.com/auth0/auth0-spa-js/pull/779">#779</a> (<a href="https://github.com/employee451">employee451</a>)</li>
</ul>
<h2>v1.17.0</h2>
<p><strong>Added</strong></p>
<ul>
<li>Add <code>useFormData</code> to enable <code>application/x-www-form-urlencoded</code> requests <a href="https://github.com/auth0/auth0-spa-js/pull/768">#768</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li>
</ul>
<p><strong>Changed</strong></p>
<ul>
<li>Allow providing a <code>domain</code> that includes <code>http</code> or <code>https</code>. <a href="https://github.com/auth0/auth0-spa-js/pull/768">#768</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/auth0/auth0-spa-js/blob/master/CHANGELOG.md"><code>@auth0/auth0-spa-js</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/auth0/auth0-spa-js/tree/v1.19.2">v1.19.2</a> (2021-10-18)</h2>
<p><a href="https://github.com/auth0/auth0-spa-js/compare/v1.19.1...v1.19.2">Full Changelog</a></p>
<p>This release fixes an anomoly with a new type we exposed in <a href="https://github.com/auth0/auth0-spa-js/pull/820">#803</a>, where it was incorrectly wrapped with <code>Partial</code>. We don't expect this change to introduce any issues, but if you are affected please <a href="https://github.com/auth0/auth0-spa-js/issues">raise it on our issue tracker</a>.</p>
<p><strong>Fixed</strong></p>
<ul>
<li>GetTokenSilentlyVerboseResponse no longer uses partial TokenEndpointResponse type <a href="https://github.com/auth0/auth0-spa-js/pull/820">#820</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li>
</ul>
<h2><a href="https://github.com/auth0/auth0-spa-js/tree/v1.19.1">v1.19.1</a> (2021-10-14)</h2>
<p><a href="https://github.com/auth0/auth0-spa-js/compare/v1.19.0...v1.19.1">Full Changelog</a></p>
<p>Republished version <code>1.19.0</code>, which got published during a period npm was suffering downtime issues, resulting in <code>1.19.0</code> being released but not installable for end users. Users should install <code>1.19.1</code> instead.</p>
<h2><a href="https://github.com/auth0/auth0-spa-js/tree/v1.19.0">v1.19.0</a> (2021-10-11)</h2>
<p><a href="https://github.com/auth0/auth0-spa-js/compare/v1.18.0...v1.19.0">Full Changelog</a></p>
<p><strong>Added</strong></p>
<ul>
<li>[SDK-2794] Return token response in getTokenSilently <a href="https://github.com/auth0/auth0-spa-js/pull/803">#803</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li>
<li>[SDK-2793] Ability to define a custom now provider <a href="https://github.com/auth0/auth0-spa-js/pull/802">#802</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
</ul>
<h2><a href="https://github.com/auth0/auth0-spa-js/tree/v1.18.0">v1.18.0</a> (2021-09-15)</h2>
<p><a href="https://github.com/auth0/auth0-spa-js/compare/v1.17.1...v1.18.0">Full Changelog</a></p>
<p><strong>Added</strong></p>
<ul>
<li>[SDK-2750] Expose mfa_token from the mfa_required error when getting new tokens <a href="https://github.com/auth0/auth0-spa-js/pull/789">#789</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
</ul>
<p><strong>Changed</strong></p>
<ul>
<li>[SDK-2759] Re-scoping cookies and transactions to client ID <a href="https://github.com/auth0/auth0-spa-js/pull/796">#796</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li>
<li>[SDK-2320] Throw login_required error in SPA SDK if running in a cross-origin is… <a href="https://github.com/auth0/auth0-spa-js/pull/790">#790</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
</ul>
<p><strong>Fixed</strong></p>
<ul>
<li>[SDK-2692] Remember organization ID for silent authentication <a href="https://github.com/auth0/auth0-spa-js/pull/788">#788</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li>
</ul>
<h2><a href="https://github.com/auth0/auth0-spa-js/tree/v1.17.1">v1.17.1</a> (2021-09-03)</h2>
<p><a href="https://github.com/auth0/auth0-spa-js/compare/v1.17.0...v1.17.1">Full Changelog</a></p>
<p><strong>Fixed</strong></p>
<ul>
<li>Correct cache interface <a href="https://github.com/auth0/auth0-spa-js/pull/779">#779</a> (<a href="https://github.com/employee451">employee451</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/92a39fca9527a1f7857e87efc34b84d2e0302eed"><code>92a39fc</code></a> Release v1.19.2 (<a href="https://github.com/auth0/auth0-spa-js/issues/821">#821</a>)</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/3ec6763f48a9a15b07962ef80abbc0dd3ca67c30"><code>3ec6763</code></a> GetTokenSilentlyVerboseResponse no longer uses partial TokenEndpointResponse ...</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/828808eceb133b080f4ff5eb257eb48f60736da6"><code>828808e</code></a> Release 1.19.1 (<a href="https://github.com/auth0/auth0-spa-js/issues/816">#816</a>)</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/4f9fcfedd8c0a47f65f00c3755ff06d02bc815cd"><code>4f9fcfe</code></a> Release v1.19.0 (<a href="https://github.com/auth0/auth0-spa-js/issues/815">#815</a>)</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/59017f32ee0916fa79f520f9980b1cd9baec0bfa"><code>59017f3</code></a> Revert 'Ensure getTokenWithPopup uses the cache (<a href="https://github.com/auth0/auth0-spa-js/issues/814">#814</a>)</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/9c9b58c3aa6d5ab62632d2bdf892cddc3162f4cd"><code>9c9b58c</code></a> Dependency update (<a href="https://github.com/auth0/auth0-spa-js/issues/811">#811</a>)</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/c2a6aa125e2f67ff48cab6fe41293e655a6f932c"><code>c2a6aa1</code></a> Add Auth0 setup to the readme (<a href="https://github.com/auth0/auth0-spa-js/issues/812">#812</a>)</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/4641135d0eb06ef5d96d10d38672dbe4477d98f1"><code>4641135</code></a> [SDK-2794] Return token response in getTokenSilently (<a href="https://github.com/auth0/auth0-spa-js/issues/803">#803</a>)</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/1867a1a204f37c67f5547939b877b41c4b017395"><code>1867a1a</code></a> fix: upgrade core-js from 3.17.2 to 3.17.3 (<a href="https://github.com/auth0/auth0-spa-js/issues/809">#809</a>)</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/4c0c755c51781ed8da7cd43b0f33da1c9166b963"><code>4c0c755</code></a> [SDK-2793] Ability to define a custom now provider (<a href="https://github.com/auth0/auth0-spa-js/issues/802">#802</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/auth0/auth0-spa-js/compare/v1.13.6...v1.19.2">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~auth0-oss">auth0-oss</a>, a new releaser for <code>@auth0/auth0-spa-js</code> since your current version.</p>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps @auth0/auth0-spa-js from 1.13.6 to 1.19.2.
Release notes
Sourced from
@auth0/auth0-spa-js's releases.... (truncated)
Changelog
Sourced from
@auth0/auth0-spa-js's changelog.... (truncated)
Commits
92a39fcRelease v1.19.2 (#821)3ec6763GetTokenSilentlyVerboseResponse no longer uses partial TokenEndpointResponse ...828808eRelease 1.19.1 (#816)4f9fcfeRelease v1.19.0 (#815)59017f3Revert 'Ensure getTokenWithPopup uses the cache (#814)9c9b58cDependency update (#811)c2a6aa1Add Auth0 setup to the readme (#812)4641135[SDK-2794] Return token response in getTokenSilently (#803)1867a1afix: upgrade core-js from 3.17.2 to 3.17.3 (#809)4c0c755[SDK-2793] Ability to define a custom now provider (#802)Maintainer changes
This version was pushed to npm by auth0-oss, a new releaser for
@auth0/auth0-spa-jssince your current version.Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts$dependabot recreate
added 19 commits
masterCompare with previous version
⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️$dependabot recreate
⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️resolved all threads
$dependabot recreate
⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️✅
dependabotsuccessfuly recreated merge request!aborted the automatic merge because source branch was updated
added 41 commits
masteraf05ae77- chore(deps): bump @auth0/auth0-spa-js from 1.13.6 to 1.19.2Compare with previous version
resolved all threads
mentioned in commit
56aab28eba