Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0 #717

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-auth0-auth0-spa-js-2.0.0 into master 2022-11-01 22:04:52 +00:00
argoyle commented 2022-10-28 04:38:16 +00:00 (Migrated from gitlab.com)

Bumps @auth0/auth0-spa-js from 1.22.5 to 2.0.0.

Release notes

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

v2.0.0

Auth0-SPA-JS v2 includes many significant changes compared to v1:

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.

v2.0.0-beta.1

Fixed

  • Ensure getTokenSilently works when mixing return types #1016 (frederikprijck)
  • Close MessageChannel after receiving and processing message from worker #1023 (ewanharris)

v2.0.0-beta.0

Auth0-SPA-JS v2 includes many significant changes compared to v1:

... (truncated)

Changelog

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

v2.0.0 (2022-10-27)

Full Changelog

Auth0-SPA-JS v2 includes many significant changes compared to v1:

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.

v2.0.0-beta.1 (2022-10-12)

Full Changelog

Fixed

  • Ensure getTokenSilently works when mixing return types #1016 (frederikprijck)
  • Close MessageChannel after receiving and processing message from worker #1023 (ewanharris)

v2.0.0-beta.0 (2022-10-01)

Full Changelog

Auth0-SPA-JS v2 includes many significant changes compared to v1:

... (truncated)

Commits


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.22.5 to 2.0.0. <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>v2.0.0</h2> <p>Auth0-SPA-JS v2 includes many significant changes compared to v1:</p> <ul> <li>Refactor module output and avoid default export <a href="https://github.com/auth0/auth0-spa-js/pull/942">#942</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Do not throw from <code>checkSession</code> <a href="https://github.com/auth0/auth0-spa-js/pull/943">#943</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Rework <code>ignoreCache</code> to <code>cacheMode</code> and introduce <code>cache-only</code> <a href="https://github.com/auth0/auth0-spa-js/pull/950">#950</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Do not fallback to refreshing tokens via iframe method by default <a href="https://github.com/auth0/auth0-spa-js/pull/946">#946</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Use form-encoded data by default <a href="https://github.com/auth0/auth0-spa-js/pull/945">#945</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Remove <code>getIdTokenClaimsOptions</code> type <a href="https://github.com/auth0/auth0-spa-js/pull/960">#960</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Rename <code>client_id</code> to <code>clientId</code> <a href="https://github.com/auth0/auth0-spa-js/pull/956">#956</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Remove polyfills from bundles <a href="https://github.com/auth0/auth0-spa-js/pull/951">#951</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Update output target to <strong>ES2017</strong> <a href="https://github.com/auth0/auth0-spa-js/pull/953">#953</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Introduce <code>authorizationParams</code> to hold properties sent to Auth0 <a href="https://github.com/auth0/auth0-spa-js/pull/959">#959</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Do not build Common JS module with externals <a href="https://github.com/auth0/auth0-spa-js/pull/971">#971</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>De-dupe Id token; getUser and getIdTokenClaims no longer take any arguments <a href="https://github.com/auth0/auth0-spa-js/pull/967">#967</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Remove <code>advancedOptions.defaultScope</code> and replace with <code>scope</code> <a href="https://github.com/auth0/auth0-spa-js/pull/972">#972</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Cache and return id token from memory <a href="https://github.com/auth0/auth0-spa-js/pull/975">#975</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Remove <code>buildAuthorizeUrl</code> <a href="https://github.com/auth0/auth0-spa-js/pull/980">#980</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Make <code>buildLogoutUrl</code> internal <a href="https://github.com/auth0/auth0-spa-js/pull/982">#982</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Fix spelling mistakes in id token validation messages <a href="https://github.com/auth0/auth0-spa-js/pull/940">#940</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> </ul> <p>As with any major version bump, v2 of Auth0-SPA-JS contains a set of breaking changes. <strong>Please review <a href="https://github.com/auth0/auth0-spa-js/blob/master/MIGRATION_GUIDE.md">the migration guide</a> thoroughly to understand the changes required to migrate your application to v2.</strong></p> <h2>v2.0.0-beta.1</h2> <p><strong>Fixed</strong></p> <ul> <li>Ensure getTokenSilently works when mixing return types <a href="https://github.com/auth0/auth0-spa-js/pull/1016">#1016</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Close MessageChannel after receiving and processing message from worker <a href="https://github.com/auth0/auth0-spa-js/pull/1023">#1023</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> </ul> <h2>v2.0.0-beta.0</h2> <p>Auth0-SPA-JS v2 includes many significant changes compared to v1:</p> <ul> <li>Refactor module output and avoid default export <a href="https://github.com/auth0/auth0-spa-js/pull/942">#942</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Do not throw from <code>checkSession</code> <a href="https://github.com/auth0/auth0-spa-js/pull/943">#943</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Rework <code>ignoreCache</code> to <code>cacheMode</code> and introduce <code>cache-only</code> <a href="https://github.com/auth0/auth0-spa-js/pull/950">#950</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Do not fallback to refreshing tokens via iframe method by default <a href="https://github.com/auth0/auth0-spa-js/pull/946">#946</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Use form-encoded data by default <a href="https://github.com/auth0/auth0-spa-js/pull/945">#945</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Remove <code>getIdTokenClaimsOptions</code> type <a href="https://github.com/auth0/auth0-spa-js/pull/960">#960</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Rename <code>client_id</code> to <code>clientId</code> <a href="https://github.com/auth0/auth0-spa-js/pull/956">#956</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Remove polyfills from bundles <a href="https://github.com/auth0/auth0-spa-js/pull/951">#951</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Update output target to <strong>ES2017</strong> <a href="https://github.com/auth0/auth0-spa-js/pull/953">#953</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Introduce <code>authorizationParams</code> to hold properties sent to Auth0 <a href="https://github.com/auth0/auth0-spa-js/pull/959">#959</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Do not build Common JS module with externals <a href="https://github.com/auth0/auth0-spa-js/pull/971">#971</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>De-dupe Id token; getUser and getIdTokenClaims no longer take any arguments <a href="https://github.com/auth0/auth0-spa-js/pull/967">#967</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Remove <code>advancedOptions.defaultScope</code> and replace with <code>scope</code> <a href="https://github.com/auth0/auth0-spa-js/pull/972">#972</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Cache and return id token from memory <a href="https://github.com/auth0/auth0-spa-js/pull/975">#975</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Remove <code>buildAuthorizeUrl</code> <a href="https://github.com/auth0/auth0-spa-js/pull/980">#980</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Make <code>buildLogoutUrl</code> internal <a href="https://github.com/auth0/auth0-spa-js/pull/982">#982</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Fix spelling mistakes in id token validation messages <a href="https://github.com/auth0/auth0-spa-js/pull/940">#940</a> (<a href="https://github.com/frederikprijck">frederikprijck</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/v2.0.0">v2.0.0</a> (2022-10-27)</h2> <p><a href="https://github.com/auth0/auth0-spa-js/compare/v1.22.5...v2.0.0">Full Changelog</a></p> <p>Auth0-SPA-JS v2 includes many significant changes compared to v1:</p> <ul> <li>Refactor module output and avoid default export <a href="https://github.com/auth0/auth0-spa-js/pull/942">#942</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Do not throw from <code>checkSession</code> <a href="https://github.com/auth0/auth0-spa-js/pull/943">#943</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Rework <code>ignoreCache</code> to <code>cacheMode</code> and introduce <code>cache-only</code> <a href="https://github.com/auth0/auth0-spa-js/pull/950">#950</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Do not fallback to refreshing tokens via iframe method by default <a href="https://github.com/auth0/auth0-spa-js/pull/946">#946</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Use form-encoded data by default <a href="https://github.com/auth0/auth0-spa-js/pull/945">#945</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Remove <code>getIdTokenClaimsOptions</code> type <a href="https://github.com/auth0/auth0-spa-js/pull/960">#960</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Rename <code>client_id</code> to <code>clientId</code> <a href="https://github.com/auth0/auth0-spa-js/pull/956">#956</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Remove polyfills from bundles <a href="https://github.com/auth0/auth0-spa-js/pull/951">#951</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Update output target to <strong>ES2017</strong> <a href="https://github.com/auth0/auth0-spa-js/pull/953">#953</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Introduce <code>authorizationParams</code> to hold properties sent to Auth0 <a href="https://github.com/auth0/auth0-spa-js/pull/959">#959</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Do not build Common JS module with externals <a href="https://github.com/auth0/auth0-spa-js/pull/971">#971</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>De-dupe Id token; getUser and getIdTokenClaims no longer take any arguments <a href="https://github.com/auth0/auth0-spa-js/pull/967">#967</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Remove <code>advancedOptions.defaultScope</code> and replace with <code>scope</code> <a href="https://github.com/auth0/auth0-spa-js/pull/972">#972</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Cache and return id token from memory <a href="https://github.com/auth0/auth0-spa-js/pull/975">#975</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Remove <code>buildAuthorizeUrl</code> <a href="https://github.com/auth0/auth0-spa-js/pull/980">#980</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Make <code>buildLogoutUrl</code> internal <a href="https://github.com/auth0/auth0-spa-js/pull/982">#982</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Fix spelling mistakes in id token validation messages <a href="https://github.com/auth0/auth0-spa-js/pull/940">#940</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> </ul> <p>As with any major version bump, v2 of Auth0-SPA-JS contains a set of breaking changes. <strong>Please review <a href="https://github.com/auth0/auth0-spa-js/blob/master/MIGRATION_GUIDE.md">the migration guide</a> thoroughly to understand the changes required to migrate your application to v2.</strong></p> <h2><a href="https://github.com/auth0/auth0-spa-js/tree/v2.0.0-beta.1">v2.0.0-beta.1</a> (2022-10-12)</h2> <p><a href="https://github.com/auth0/auth0-spa-js/compare/v2.0.0-beta.0...v2.0.0-beta.1">Full Changelog</a></p> <p><strong>Fixed</strong></p> <ul> <li>Ensure getTokenSilently works when mixing return types <a href="https://github.com/auth0/auth0-spa-js/pull/1016">#1016</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Close MessageChannel after receiving and processing message from worker <a href="https://github.com/auth0/auth0-spa-js/pull/1023">#1023</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> </ul> <h2><a href="https://github.com/auth0/auth0-spa-js/tree/v2.0.0-beta.0">v2.0.0-beta.0</a> (2022-10-01)</h2> <p><a href="https://github.com/auth0/auth0-spa-js/compare/v1.22.5...v2.0.0-beta.0">Full Changelog</a></p> <p>Auth0-SPA-JS v2 includes many significant changes compared to v1:</p> <ul> <li>Refactor module output and avoid default export <a href="https://github.com/auth0/auth0-spa-js/pull/942">#942</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Do not throw from <code>checkSession</code> <a href="https://github.com/auth0/auth0-spa-js/pull/943">#943</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Rework <code>ignoreCache</code> to <code>cacheMode</code> and introduce <code>cache-only</code> <a href="https://github.com/auth0/auth0-spa-js/pull/950">#950</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Do not fallback to refreshing tokens via iframe method by default <a href="https://github.com/auth0/auth0-spa-js/pull/946">#946</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Use form-encoded data by default <a href="https://github.com/auth0/auth0-spa-js/pull/945">#945</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Remove <code>getIdTokenClaimsOptions</code> type <a href="https://github.com/auth0/auth0-spa-js/pull/960">#960</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Rename <code>client_id</code> to <code>clientId</code> <a href="https://github.com/auth0/auth0-spa-js/pull/956">#956</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li> <li>Remove polyfills from bundles <a href="https://github.com/auth0/auth0-spa-js/pull/951">#951</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li> <li>Update output target to <strong>ES2017</strong> <a href="https://github.com/auth0/auth0-spa-js/pull/953">#953</a> (<a href="https://github.com/frederikprijck">frederikprijck</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/78bed4d5566db7253615e93bc9cd663ba9c92bad"><code>78bed4d</code></a> Merge pull request <a href="https://github.com/auth0/auth0-spa-js/issues/1034">#1034</a> from auth0/release/v2.0.0</li> <li><a href="https://github.com/auth0/auth0-spa-js/commit/b23928695248504bd22a075da3bf7ce4339c45aa"><code>b239286</code></a> Generate API documentation</li> <li><a href="https://github.com/auth0/auth0-spa-js/commit/7a44c1aa3a415ce3cc319d4ee2d7623a12453062"><code>7a44c1a</code></a> Remove publish command from circle config</li> <li><a href="https://github.com/auth0/auth0-spa-js/commit/e6e269e5f63ca24f9497d12c7d5148524f08fba3"><code>e6e269e</code></a> Remove beta references</li> <li><a href="https://github.com/auth0/auth0-spa-js/commit/0886f0319bf1b4ee12719f3e439f95cd379f106a"><code>0886f03</code></a> Bump version</li> <li><a href="https://github.com/auth0/auth0-spa-js/commit/acc7f7a0799c66241a7f51c640925af091cc09ab"><code>acc7f7a</code></a> Update changelog</li> <li><a href="https://github.com/auth0/auth0-spa-js/commit/091009df09fcde0b7c67084178fd5b59aa41cb0a"><code>091009d</code></a> Revert current docs for v1 until v2 is released (<a href="https://github.com/auth0/auth0-spa-js/issues/1035">#1035</a>)</li> <li><a href="https://github.com/auth0/auth0-spa-js/commit/bb5a26aa3e60436e022aac98e9dcb9f423e66cb0"><code>bb5a26a</code></a> Merge pull request <a href="https://github.com/auth0/auth0-spa-js/issues/1033">#1033</a> from auth0/beta</li> <li><a href="https://github.com/auth0/auth0-spa-js/commit/e8af4cd4e03688ebd1135f330a82d4b918a6ac13"><code>e8af4cd</code></a> Remove incorrect beta reference from readme (<a href="https://github.com/auth0/auth0-spa-js/issues/1031">#1031</a>)</li> <li><a href="https://github.com/auth0/auth0-spa-js/commit/64976e9bf4629d5ef88d9f72ee68cbdd4cf54f47"><code>64976e9</code></a> Merge pull request <a href="https://github.com/auth0/auth0-spa-js/issues/1028">#1028</a> from auth0/chore/update-beta-with-master</li> <li>Additional commits viewable in <a href="https://github.com/auth0/auth0-spa-js/compare/v1.22.5...v2.0.0">compare view</a></li> </ul> </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 2022-10-28 06:30:42 +00:00 (Migrated from gitlab.com)

added 2 commits

  • fc2861b5 - 1 commit from branch master
  • 6e7ec22a - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0

Compare with previous version

added 2 commits <ul><li>fc2861b5 - 1 commit from branch <code>master</code></li><li>6e7ec22a - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/668/diffs?diff_id=519655406&start_sha=9b38936cbcf9fdee8137fe0637a4c7aff88d0c3a)
argoyle commented 2022-10-28 09:09:45 +00:00 (Migrated from gitlab.com)

added 2 commits

  • b00c6254 - 1 commit from branch master
  • 0789ce2c - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0

Compare with previous version

added 2 commits <ul><li>b00c6254 - 1 commit from branch <code>master</code></li><li>0789ce2c - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/668/diffs?diff_id=519804864&start_sha=6e7ec22a2f81d4557e3e532fb8fc8fc9b8ce3c81)
argoyle commented 2022-10-28 09:27:32 +00:00 (Migrated from gitlab.com)

added 2 commits

  • e015d222 - 1 commit from branch master
  • 4988c49b - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0

Compare with previous version

added 2 commits <ul><li>e015d222 - 1 commit from branch <code>master</code></li><li>4988c49b - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/668/diffs?diff_id=519824613&start_sha=0789ce2c6c909d4fca4e852b7561711c842e92f6)
argoyle commented 2022-10-29 04:38:06 +00:00 (Migrated from gitlab.com)

added 5 commits

  • 4988c49b...c3dfb524 - 4 commits from branch master
  • 280f575e - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0

Compare with previous version

added 5 commits <ul><li>4988c49b...c3dfb524 - 4 commits from branch <code>master</code></li><li>280f575e - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/668/diffs?diff_id=520469213&start_sha=4988c49bbc6f7be5b170acafc0394317e35d9931)
argoyle commented 2022-11-01 14:17:25 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 297cc0ab - 1 commit from branch master
  • 17fc63a9 - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0

Compare with previous version

added 2 commits <ul><li>297cc0ab - 1 commit from branch <code>master</code></li><li>17fc63a9 - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/668/diffs?diff_id=522197694&start_sha=280f575e501f9871289e5bdb9df8a69c6da4772c)
argoyle commented 2022-11-01 14:59:35 +00:00 (Migrated from gitlab.com)

added 2 commits

  • f3690e2a - 1 commit from branch master
  • 5ea71d5d - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0

Compare with previous version

added 2 commits <ul><li>f3690e2a - 1 commit from branch <code>master</code></li><li>5ea71d5d - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/668/diffs?diff_id=522240345&start_sha=17fc63a92c4e36a244fcf82ed562cefc0d788598)
argoyle commented 2022-11-01 16:47:44 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 20b528d5 - 1 commit from branch master
  • 4fbcbc9f - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0

Compare with previous version

added 2 commits <ul><li>20b528d5 - 1 commit from branch <code>master</code></li><li>4fbcbc9f - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/668/diffs?diff_id=522337332&start_sha=5ea71d5da50fa2aa628178920ba230cff56704ae)
argoyle commented 2022-11-01 19:05:06 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 44148465 - 1 commit from branch master
  • 173e9fd9 - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0

Compare with previous version

added 2 commits <ul><li>44148465 - 1 commit from branch <code>master</code></li><li>173e9fd9 - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/668/diffs?diff_id=522433608&start_sha=4fbcbc9fb2ae06b229e7d943ab8ee8d6529d1bb5)
argoyle commented 2022-11-01 21:51:24 +00:00 (Migrated from gitlab.com)

added 1 commit

  • e788a9fc - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0

Compare with previous version

added 1 commit <ul><li>e788a9fc - Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/668/diffs?diff_id=522532514&start_sha=173e9fd95e3bfce37b098a6cdd8c97c35afd18b8)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-11-01 21:55:07 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-11-01 22:04:52 +00:00
Sign in to join this conversation.