HoloRes / staff-panel

Internal dashboard for staff
MIT License
0 stars 2 forks source link

Update dependency next-auth to v3.11.2 #16

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

nextauthjs/next-auth ### [`v3.11.2`](https://togithub.com/nextauthjs/next-auth/releases/v3.11.2) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/v3.11.1...v3.11.2) ##### Bug Fixes - **deps:** upgrade to latest `preact-render-to-string` ([#​1475](https://togithub.com/nextauthjs/next-auth/issues/1475)) ([810d02e](https://togithub.com/nextauthjs/next-auth/commit/810d02e671fc0f6d1568933dd6afa563d3f98471)) ### [`v3.11.1`](https://togithub.com/nextauthjs/next-auth/releases/v3.11.1) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/v3.11.0...v3.11.1) ##### Bug Fixes - **client:** set useSession loading state correctly ([#​1468](https://togithub.com/nextauthjs/next-auth/issues/1468)) ([e553573](https://togithub.com/nextauthjs/next-auth/commit/e5535734f83d2719597be57c90e4315e4d437e74)), closes [#​1467](https://togithub.com/nextauthjs/next-auth/issues/1467) [/github.com/nextauthjs/next-auth/blob/a7e08e2a3266efa9c82eb859e7141c798fcf07ae/src/client/index.js#L100-L100](https://togithub.com//github.com/nextauthjs/next-auth/blob/a7e08e2a3266efa9c82eb859e7141c798fcf07ae/src/client/index.js/issues/L100-L100) ### [`v3.11.0`](https://togithub.com/nextauthjs/next-auth/releases/v3.11.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/v3.10.1...v3.11.0) ##### Features - **provider:** add Kakao provider ([#​1459](https://togithub.com/nextauthjs/next-auth/issues/1459)) ([ba7aed1](https://togithub.com/nextauthjs/next-auth/commit/ba7aed1057174b39636f8517aa5d8150194d7999)) ### [`v3.10.1`](https://togithub.com/nextauthjs/next-auth/releases/v3.10.1) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/v3.10.0...v3.10.1) ##### Bug Fixes - make sure useSession populates session correctly ([#​1462](https://togithub.com/nextauthjs/next-auth/issues/1462)) ([a7e08e2](https://togithub.com/nextauthjs/next-auth/commit/a7e08e2a3266efa9c82eb859e7141c798fcf07ae)) ### [`v3.10.0`](https://togithub.com/nextauthjs/next-auth/releases/v3.10.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/v3.9.0...v3.10.0) ##### Features - **provider:** add Osso SAML provider ([#​1448](https://togithub.com/nextauthjs/next-auth/issues/1448)) ([9594251](https://togithub.com/nextauthjs/next-auth/commit/95942519a563fb63985ff35edd3ee417b0814044)) ### [`v3.9.0`](https://togithub.com/nextauthjs/next-auth/releases/v3.9.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/v3.8.0...v3.9.0) ##### Features - **client:** introduce NEXTAUTH_URL_INTERNAL ([#​1449](https://togithub.com/nextauthjs/next-auth/issues/1449)) ([f3e64f0](https://togithub.com/nextauthjs/next-auth/commit/f3e64f04cc9a02ffc1aee8aa2fe0681d496b5608)) ### [`v3.8.0`](https://togithub.com/nextauthjs/next-auth/releases/v3.8.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/v3.7.1...v3.8.0) ##### Features - **provider:** add Instagram provider ([#​1447](https://togithub.com/nextauthjs/next-auth/issues/1447)) ([ed5cc4a](https://togithub.com/nextauthjs/next-auth/commit/ed5cc4aa652bd147298b71b85723b4fc66fddbf6)) ### [`v3.7.1`](https://togithub.com/nextauthjs/next-auth/releases/v3.7.1) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/v3.7.0...v3.7.1) ##### Bug Fixes - send only the error message in callback redirects ([#​1424](https://togithub.com/nextauthjs/next-auth/issues/1424)) ([960ca85](https://togithub.com/nextauthjs/next-auth/commit/960ca8590736d26ff398a1e793ccdc3952f2c35b)) ### [`v3.7.0`](https://togithub.com/nextauthjs/next-auth/releases/v3.7.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/v3.6.1...v3.7.0) ##### Features - **provider:** allow disabling redirection on sign in with email ([#​1416](https://togithub.com/nextauthjs/next-auth/issues/1416)) ([71c78e8](https://togithub.com/nextauthjs/next-auth/commit/71c78e8e24b0ac4d0de17a790b7ae8a753d79436)) ### [`v3.6.1`](https://togithub.com/nextauthjs/next-auth/releases/v3.6.1) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/v3.6.0...v3.6.1) ##### Bug Fixes - **page:** add character encoding and page titles ([#​1380](https://togithub.com/nextauthjs/next-auth/issues/1380)) ([172e79c](https://togithub.com/nextauthjs/next-auth/commit/172e79cb049a07c66a90d6a2f287e8bc82abc6f3)) ### [`v3.6.0`](https://togithub.com/nextauthjs/next-auth/releases/v3.6.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/v3.5.1...v3.6.0) ##### Features - **provider:** call generateVerificationToken async ([#​1378](https://togithub.com/nextauthjs/next-auth/issues/1378)) ([d8d497c](https://togithub.com/nextauthjs/next-auth/commit/d8d497cc91a73adcc0eec2b1479a342f0b97f440)) ### [`v3.5.1`](https://togithub.com/nextauthjs/next-auth/releases/v3.5.1) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/v3.5.0...v3.5.1) ##### Bug Fixes - **provider:** use correct file type for Discord profile img ([#​1365](https://togithub.com/nextauthjs/next-auth/issues/1365)) ([96ff048](https://togithub.com/nextauthjs/next-auth/commit/96ff048b594ab2f42f62be8c773a6de7819eafc5))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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