module-federation / federation-dashboard

Dashboard service to command, control, and visualize module federation based systems
federation-dashboard-alpha.vercel.app
Apache License 2.0
19 stars 5 forks source link

Update dependency @auth0/nextjs-auth0 to v1 #333

Closed ScriptedAlchemy closed 3 years ago

ScriptedAlchemy commented 3 years ago

This PR contains the following updates:

Package Type Update Change
@auth0/nextjs-auth0 dependencies major ^0.16.0 -> ^1.0.0

Release Notes

auth0/nextjs-auth0 ### [`v1.5.0`](https://togithub.com/auth0/nextjs-auth0/blob/master/CHANGELOG.md#​150-httpsgithubcomauth0nextjs-auth0treev150-2021-07-14) [Compare Source](https://togithub.com/auth0/nextjs-auth0/compare/v1.4.2...v1.5.0) **Added** - Add IE11 support [#​432](https://togithub.com/auth0/nextjs-auth0/pull/432) ([Widcket](https://togithub.com/Widcket)) ### [`v1.4.2`](https://togithub.com/auth0/nextjs-auth0/blob/master/CHANGELOG.md#​142-httpsgithubcomauth0nextjs-auth0treev142-2021-06-24) [Compare Source](https://togithub.com/auth0/nextjs-auth0/compare/v1.4.1...v1.4.2) **Fixed** - Fix reflected XSS from the callback handler's error query parameter [CVE-2021-32702](https://togithub.com/auth0/nextjs-auth0/security/advisories/GHSA-954c-jjx6-cxv7) ([adamjmcgrath](https://togithub.com/adamjmcgrath)) ### [`v1.4.1`](https://togithub.com/auth0/nextjs-auth0/compare/v1.4.0...v1.4.1) [Compare Source](https://togithub.com/auth0/nextjs-auth0/compare/v1.4.0...v1.4.1) ### [`v1.4.0`](https://togithub.com/auth0/nextjs-auth0/blob/master/CHANGELOG.md#​140-httpsgithubcomauth0nextjs-auth0treev140-2021-06-03) [Compare Source](https://togithub.com/auth0/nextjs-auth0/compare/v1.3.1...v1.4.0) **Added** - `withPageAuthRequired` CSR now adds `user` to wrapped component props [#​405](https://togithub.com/auth0/nextjs-auth0/pull/405) ([adamjmcgrath](https://togithub.com/adamjmcgrath)) **Fixed** - env var substitutions now means you can define `AUTH0_BASE_URL` from `VERCEL_URL` in `next.config.js` [#​404](https://togithub.com/auth0/nextjs-auth0/pull/404) ([adamjmcgrath](https://togithub.com/adamjmcgrath)) ### [`v1.3.1`](https://togithub.com/auth0/nextjs-auth0/blob/master/CHANGELOG.md#​131-httpsgithubcomauth0nextjs-auth0treev131-2021-05-05) [Compare Source](https://togithub.com/auth0/nextjs-auth0/compare/v1.3.0...v1.3.1) **Fixed** - Use `window.location.toString()` as the default `returnTo` value [#​370](https://togithub.com/auth0/nextjs-auth0/pull/370) ([Widcket](https://togithub.com/Widcket)) - `returnTo` should be encoded as it contains url unsafe chars [#​365](https://togithub.com/auth0/nextjs-auth0/pull/365) ([adamjmcgrath](https://togithub.com/adamjmcgrath)) ### [`v1.3.0`](https://togithub.com/auth0/nextjs-auth0/blob/master/CHANGELOG.md#​130-httpsgithubcomauth0nextjs-auth0treev130-2021-03-26) [Compare Source](https://togithub.com/auth0/nextjs-auth0/compare/v1.2.0...v1.3.0) **Added** - Organizations support [#​343](https://togithub.com/auth0/nextjs-auth0/pull/343) ([adamjmcgrath](https://togithub.com/adamjmcgrath)) ### [`v1.2.0`](https://togithub.com/auth0/nextjs-auth0/blob/master/CHANGELOG.md#​120-httpsgithubcomauth0nextjs-auth0treev120-2021-03-10) [Compare Source](https://togithub.com/auth0/nextjs-auth0/compare/v1.1.0...v1.2.0) **Added** - Export `UserContext` for overriding default hook initialisation behaviour [#​325](https://togithub.com/auth0/nextjs-auth0/pull/325) ([adamjmcgrath](https://togithub.com/adamjmcgrath)) **Fixed** - `returnTo` should respect application’s `basePath` configuration [#​317](https://togithub.com/auth0/nextjs-auth0/pull/317) ([Widcket](https://togithub.com/Widcket)) ### [`v1.1.0`](https://togithub.com/auth0/nextjs-auth0/blob/master/CHANGELOG.md#​110-httpsgithubcomauth0nextjs-auth0treev110-2021-02-24) [Compare Source](https://togithub.com/auth0/nextjs-auth0/compare/v1.0.0...v1.1.0) **Added** - Add `redirect_uri` option to callback handler [#​298](https://togithub.com/auth0/nextjs-auth0/pull/298) ([mariano](https://togithub.com/mariano)) **Fixed** - Chunked cookies should not exceed browser max [#​301](https://togithub.com/auth0/nextjs-auth0/pull/301) ([adamjmcgrath](https://togithub.com/adamjmcgrath)) - Cleanup unused cookies when switching between chunked and unchunked [#​303](https://togithub.com/auth0/nextjs-auth0/pull/303) ([adamjmcgrath](https://togithub.com/adamjmcgrath)) - New tokens should be applied to existing session after handleProfile [#​307](https://togithub.com/auth0/nextjs-auth0/pull/307) ([adamjmcgrath](https://togithub.com/adamjmcgrath)) ### [`v1.0.0`](https://togithub.com/auth0/nextjs-auth0/blob/master/CHANGELOG.md#​100-httpsgithubcomauth0nextjs-auth0treev100-2021-02-15) [Compare Source](https://togithub.com/auth0/nextjs-auth0/compare/v0.16.1...v1.0.0) **New features** - New suite of frontend tools: - `useUser` hook and `UserProvider` to simplify checking and managing the user’s logged in state on the client. - `withPageAuthRequired` higher order component to protect client side routes. - New `handleAuth` feature to reduce the amount of boilerplate required to set up the server side authentication handlers. - Simpler server side API where creation of an SDK instance is handled by the SDK. **Breaking changes** For a full list of breaking changes and migration guide, checkout the [V1\_MIGRATION_GUIDE.md](./V1\_MIGRATION_GUIDE.md) ### [`v0.16.1`](https://togithub.com/auth0/nextjs-auth0/releases/v0.16.1) [Compare Source](https://togithub.com/auth0/nextjs-auth0/compare/9c5471e2900eb724e68af20c759b60214906eadd...v0.16.1) - Updating dependencies with security issues

Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

ScriptedAlchemy commented 3 years ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: yarn.lock
node:internal/modules/cjs/loader:930
  throw err;
  ^

Error: Cannot find module '/private/var/folders/l2/1v0t_mh939q76tpqqxvnmbvw0000gq/T/renovate/repos/github/module-federation/federation-dashboard/.yarn/releases/yarn-berry.cjs'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:927:15)
    at Function.Module._load (node:internal/modules/cjs/loader:772:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:79:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
changeset-bot[bot] commented 3 years ago

⚠️ No Changeset found

Latest commit: c88bdbf0cc4eabb79ca26d15e6daf84e46020470

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

ScriptedAlchemy commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 1.x releases. However, if you upgrade to 1.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.