chore(deps): bump @auth0/auth0-spa-js from 1.13.6 to 1.19.2 #79

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-auth0-auth0-spa-js-1.19.2 into master 2021-11-10 20:50:19 +00:00
argoyle commented 2021-11-08 05:22:44 +00:00 (Migrated from gitlab.com)

Bumps @auth0/auth0-spa-js from 1.13.6 to 1.19.2.

Release notes

Sourced from @​auth0/auth0-spa-js's releases.

v1.19.2

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.

v1.19.0

Added

v1.18.0

Added

Changed

Fixed

v1.17.1

Fixed

v1.17.0

Added

  • Add useFormData to enable application/x-www-form-urlencoded requests #768 (stevehobbsdev)

Changed

... (truncated)

Changelog

Sourced from @​auth0/auth0-spa-js's changelog.

v1.19.2 (2021-10-18)

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 (2021-10-14)

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 (2021-10-11)

Full Changelog

Added

v1.18.0 (2021-09-15)

Full Changelog

Added

  • [SDK-2750] Expose mfa_token from the mfa_required error when getting new tokens #789 (frederikprijck)

Changed

  • [SDK-2759] Re-scoping cookies and transactions to client ID #796 (stevehobbsdev)
  • [SDK-2320] Throw login_required error in SPA SDK if running in a cross-origin is… #790 (frederikprijck)

Fixed

v1.17.1 (2021-09-03)

Full Changelog

Fixed

... (truncated)

Commits
Maintainer changes

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>
argoyle commented 2021-11-08 09:48:09 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-08 13:34:33 +00:00 (Migrated from gitlab.com)

added 19 commits

  • 6a3ca158...b100a932 - 18 commits from branch master
  • a26c0540 - chore(deps): bump @auth0/auth0-spa-js from 1.13.6 to 1.19.2

Compare with previous version

added 19 commits <ul><li>6a3ca158...b100a932 - 18 commits from branch <code>master</code></li><li>a26c0540 - chore(deps): bump @auth0/auth0-spa-js from 1.13.6 to 1.19.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/30/diffs?diff_id=274702427&start_sha=6a3ca158e645d6dcb4a581a70164e3f254ffbb3d)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2021-11-08 13:35:11 +00:00
argoyle commented 2021-11-08 15:53:35 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-10 06:45:14 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-10 07:07:13 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-10 07:30:08 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2021-11-10 20:34:49 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-10 20:34:57 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-10 20:40:30 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-10 20:40:30 +00:00 (Migrated from gitlab.com)

aborted the automatic merge because source branch was updated

aborted the automatic merge because source branch was updated
argoyle commented 2021-11-10 20:40:30 +00:00 (Migrated from gitlab.com)

added 41 commits

  • a26c0540...250c7653 - 40 commits from branch master
  • af05ae77 - chore(deps): bump @auth0/auth0-spa-js from 1.13.6 to 1.19.2

Compare with previous version

added 41 commits <ul><li>a26c0540...250c7653 - 40 commits from branch <code>master</code></li><li>af05ae77 - chore(deps): bump @auth0/auth0-spa-js from 1.13.6 to 1.19.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/30/diffs?diff_id=276620275&start_sha=a26c05405e8c7d821142108909cc59f6fe7d9f11)
argoyle commented 2021-11-10 20:41:29 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2021-11-10 20:41:47 +00:00
argoyle commented 2021-11-10 20:50:19 +00:00 (Migrated from gitlab.com)

mentioned in commit 56aab28eba

mentioned in commit 56aab28eba7c6b034b846d8b1dff034981b9f435
argoyle (Migrated from gitlab.com) merged commit 56aab28eba into master 2021-11-10 20:50:20 +00:00
Sign in to join this conversation.