pountzas / insta-clone-next

This is a clone project of Instagram a desktop app.
https://insta-clone-next-black.vercel.app/
2 stars 0 forks source link

Update dependency next-auth to v4.7.0 #35

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next-auth (source) 4.3.4 -> 4.7.0 age adoption passing confidence

Release Notes

nextauthjs/next-auth ### [`v4.7.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.7.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.6.1...next-auth@v4.7.0) #### Features - **core**: pass `profile` to `linkAccount` event ([#​4242](https://togithub.com/nextauthjs/next-auth/issues/4242)) ([`d8d9ab9`](https://togithub.com/nextauthjs/next-auth/commit/d8d9ab9)) - update Middleware ([#​4757](https://togithub.com/nextauthjs/next-auth/issues/4757)) #### Bugfixes - **core**: respect `NEXTAUTH_SECRET` in `unstable_getServerSession` ([#​4774](https://togithub.com/nextauthjs/next-auth/issues/4774)) ([`c194261`](https://togithub.com/nextauthjs/next-auth/commit/c194261)) #### Other - **deps**: upgrade dependencies ([`a911b4a`](https://togithub.com/nextauthjs/next-auth/commit/a911b4a)) ### [`v4.6.1`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.6.1) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.6.0...next-auth@v4.6.1) #### Bugfixes - **build** - include utils in package ([https://github.com/nextauthjs/next-auth/pull/4760](https://togithub.com/nextauthjs/next-auth/pull/4760)) ### [`v4.6.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.6.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.5.0...next-auth@v4.6.0) #### Features - allow standard `Request` in `NextAuthHandler` ([#​4704](https://togithub.com/nextauthjs/next-auth/issues/4704)) - introduce experimental `unstable_getServerSession` API ([#​4116](https://togithub.com/nextauthjs/next-auth/issues/4116)) #### Bugfixes - **edge**: support request.cookies as a map ([#​4745](https://togithub.com/nextauthjs/next-auth/issues/4745)) ([`73d489b`](https://togithub.com/nextauthjs/next-auth/commit/73d489b)) - **providers**: use `client_secret_post` auth method for Instagram ([#​4705](https://togithub.com/nextauthjs/next-auth/issues/4705)) ([`92dfc3c`](https://togithub.com/nextauthjs/next-auth/commit/92dfc3c)) - **ts**: infer provider type in `signIn` ([#​4679](https://togithub.com/nextauthjs/next-auth/issues/4679)) ([`e03e234`](https://togithub.com/nextauthjs/next-auth/commit/e03e234)) #### Other - **adapters**: fix references to deprecated adapters repo ([#​4737](https://togithub.com/nextauthjs/next-auth/issues/4737)) ([`172813f`](https://togithub.com/nextauthjs/next-auth/commit/172813f)) - add test for invalid `callbackUrl` handling ### [`v4.5.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.5.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.4.0...next-auth@v4.5.0) #### Bugfixes - don't show error on relative callbackUrl ### [`v4.4.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.4.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.3.4...next-auth@v4.4.0) #### Features - **callback**: return always status code 401 on error ([#​4601](https://togithub.com/nextauthjs/next-auth/issues/4601)) ([`4daa63d`](https://togithub.com/nextauthjs/next-auth/commit/4daa63d)) - **middleware**: support custom `cookieName` ([#​4385](https://togithub.com/nextauthjs/next-auth/issues/4385)) ([`7d8cc70`](https://togithub.com/nextauthjs/next-auth/commit/7d8cc70)) - **middleware**: support custom `jwt.decode` ([#​4210](https://togithub.com/nextauthjs/next-auth/issues/4210)) ([`16622f6`](https://togithub.com/nextauthjs/next-auth/commit/16622f6)) - **provider**: Add United Effects provider ([#​4546](https://togithub.com/nextauthjs/next-auth/issues/4546)) ([`81afeef`](https://togithub.com/nextauthjs/next-auth/commit/81afeef)) - **providers**: make `issuer` configurable on Salesforce ([#​4658](https://togithub.com/nextauthjs/next-auth/issues/4658)) ([`358b80d`](https://togithub.com/nextauthjs/next-auth/commit/358b80d)) #### Bugfixes - **middleware**: use relative URL for sign-in page `callbackUrl` ([#​4534](https://togithub.com/nextauthjs/next-auth/issues/4534)) ([`75602a3`](https://togithub.com/nextauthjs/next-auth/commit/75602a3)) - **ts**: allow `getToken` in `getServerSideProps` ([#​4659](https://togithub.com/nextauthjs/next-auth/issues/4659)) ([`e4ee520`](https://togithub.com/nextauthjs/next-auth/commit/e4ee520)) - **ts**: remove unused type ([#​4657](https://togithub.com/nextauthjs/next-auth/issues/4657)) ([`0a7a916`](https://togithub.com/nextauthjs/next-auth/commit/0a7a916)) - **ts**: signIn infer provider type ([#​4623](https://togithub.com/nextauthjs/next-auth/issues/4623)) ([`46089eb`](https://togithub.com/nextauthjs/next-auth/commit/46089eb)) - handle invalid `callbackUrl` #### Other - **signout**: fix skipped test ([#​4484](https://togithub.com/nextauthjs/next-auth/issues/4484)) ([`0b953bd`](https://togithub.com/nextauthjs/next-auth/commit/0b953bd))

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.



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