Open renovate[bot] opened 1 year ago
This PR contains the following updates:
^0.18.0
^0.35.0
^0.3.3
^0.9.0
1.3.1
1.9.2
2.1.10
2.4.0
20.8.9
20.16.5
18.2.33
18.3.8
18.2.14
18.3.0
6.9.0
6.21.0
8.52.0
8.57.1
14.0.0
14.2.13
2.29.0
2.30.0
6.7.1
6.10.0
7.33.2
7.36.1
4.6.0
4.6.2
^0.290.0
^0.445.0
3.6.3
3.11.3
20.9.0
20.17.0
18.2.0
18.3.1
^0.32.6
^0.33.0
5.2.2
5.6.2
2.0.0
2.1.0
4.4.4
4.5.5
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This PR contains the following updates:
^0.18.0
->^0.35.0
^0.3.3
->^0.9.0
1.3.1
->1.9.2
2.1.10
->2.4.0
20.8.9
->20.16.5
18.2.33
->18.3.8
18.2.14
->18.3.0
6.9.0
->6.21.0
6.9.0
->6.21.0
8.52.0
->8.57.1
14.0.0
->14.2.13
2.29.0
->2.30.0
6.7.1
->6.10.0
7.33.2
->7.36.1
4.6.0
->4.6.2
^0.290.0
->^0.445.0
3.6.3
->3.11.3
20.9.0
->20.17.0
18.2.0
->18.3.1
18.2.0
->18.3.1
^0.32.6
->^0.33.0
5.2.2
->5.6.2
2.0.0
->2.1.0
4.4.4
->4.5.5
Release Notes
nextauthjs/next-auth (@auth/core)
### [`v0.35.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.35.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.34.2...@auth/core@0.35.0) ##### Features - **providers**: add Forward Email provider ([#11836](https://redirect.github.com/nextauthjs/next-auth/issues/11836)) ([`1073030`](https://redirect.github.com/nextauthjs/next-auth/commit/10730305)) - **providers**: Add Concept2 provider ([#11817](https://redirect.github.com/nextauthjs/next-auth/issues/11817)) ([`edfa5e5`](https://redirect.github.com/nextauthjs/next-auth/commit/edfa5e52)) - **providers**: add Vipps provider ([#11832](https://redirect.github.com/nextauthjs/next-auth/issues/11832)) ([`120f550`](https://redirect.github.com/nextauthjs/next-auth/commit/120f550a)) - **providers**: add Mailgun email provider ([#11723](https://redirect.github.com/nextauthjs/next-auth/issues/11723)) ([`cfcb221`](https://redirect.github.com/nextauthjs/next-auth/commit/cfcb221f)) - **providers**: Add Eventbrite provider ([#11645](https://redirect.github.com/nextauthjs/next-auth/issues/11645)) ([`e65759b`](https://redirect.github.com/nextauthjs/next-auth/commit/e65759b5)) - **providers**: Add Ping Identity provider ([#6614](https://redirect.github.com/nextauthjs/next-auth/issues/6614)) ([`ed6b48c`](https://redirect.github.com/nextauthjs/next-auth/commit/ed6b48c3)) - **providers**: Add Roblox provider ([#11515](https://redirect.github.com/nextauthjs/next-auth/issues/11515)) ([`208410d`](https://redirect.github.com/nextauthjs/next-auth/commit/208410dd)) - **providers**: add wechat provider ([#10236](https://redirect.github.com/nextauthjs/next-auth/issues/10236)) ([`d1dfb52`](https://redirect.github.com/nextauthjs/next-auth/commit/d1dfb523)) - **providers**: Add Kinde OAuth provider ([#11581](https://redirect.github.com/nextauthjs/next-auth/issues/11581)) ([`51c0bbd`](https://redirect.github.com/nextauthjs/next-auth/commit/51c0bbd3)) ##### Bugfixes - **core**: Improve object merging ([#11685](https://redirect.github.com/nextauthjs/next-auth/issues/11685)) ([`b080a49`](https://redirect.github.com/nextauthjs/next-auth/commit/b080a49b)) - **core**: invalid url error when using custom error page ([#11381](https://redirect.github.com/nextauthjs/next-auth/issues/11381)) ([`4a8ab0f`](https://redirect.github.com/nextauthjs/next-auth/commit/4a8ab0ff)) - **eslint**: all outstanding eslint/test issues (re:eslint9/flatconfig upgrade) ([#11750](https://redirect.github.com/nextauthjs/next-auth/issues/11750)) ([`abb4dcd`](https://redirect.github.com/nextauthjs/next-auth/commit/abb4dcd7)) - **next-auth**: Avoid excessive basePath redundant warning ([#11636](https://redirect.github.com/nextauthjs/next-auth/issues/11636)) ([`69c0b58`](https://redirect.github.com/nextauthjs/next-auth/commit/69c0b58d)) - **provider**: Fix import path in Eventbrite provider ([#11652](https://redirect.github.com/nextauthjs/next-auth/issues/11652)) ([`9b8614f`](https://redirect.github.com/nextauthjs/next-auth/commit/9b8614fe)) - **provider**: update TikTok provider ([#11308](https://redirect.github.com/nextauthjs/next-auth/issues/11308)) ([`a681cba`](https://redirect.github.com/nextauthjs/next-auth/commit/a681cba1)) - **provider**: update tiktok token url ([#10728](https://redirect.github.com/nextauthjs/next-auth/issues/10728)) ([`0410ae5`](https://redirect.github.com/nextauthjs/next-auth/commit/0410ae54)) - **providers**: support different applications in Descope + Widget docs ([#11847](https://redirect.github.com/nextauthjs/next-auth/issues/11847)) ([`a5dacb3`](https://redirect.github.com/nextauthjs/next-auth/commit/a5dacb3d)) - **providers**: allow for custom http mail implementations off of nodemailer ([#11686](https://redirect.github.com/nextauthjs/next-auth/issues/11686)) ([`bbc6710`](https://redirect.github.com/nextauthjs/next-auth/commit/bbc67109)) - **providers**: Azure AD image fetch try catch ([#11821](https://redirect.github.com/nextauthjs/next-auth/issues/11821)) ([`270fc6c`](https://redirect.github.com/nextauthjs/next-auth/commit/270fc6cc)) - **providers**: fix Eventbrite config ([`5c721d7`](https://redirect.github.com/nextauthjs/next-auth/commit/5c721d70)) - **providers**: update Descope docs, tweak default config ([#11377](https://redirect.github.com/nextauthjs/next-auth/issues/11377)) ([`0d73205`](https://redirect.github.com/nextauthjs/next-auth/commit/0d73205a)) - **providers**: dropbox userinfo request is post ([#11397](https://redirect.github.com/nextauthjs/next-auth/issues/11397)) ([#11446](https://redirect.github.com/nextauthjs/next-auth/issues/11446)) ([`bbd3af6`](https://redirect.github.com/nextauthjs/next-auth/commit/bbd3af6d)) - **ts**: update `GetTokenParams` type definition to make `salt` optional ([#11572](https://redirect.github.com/nextauthjs/next-auth/issues/11572)) ([`1279593`](https://redirect.github.com/nextauthjs/next-auth/commit/1279593b)) - **tsconfig**: update `extends` property in packages configuration ([#11666](https://redirect.github.com/nextauthjs/next-auth/issues/11666)) ([`e6eaa95`](https://redirect.github.com/nextauthjs/next-auth/commit/e6eaa954)) - Update Apple provider config ([#11453](https://redirect.github.com/nextauthjs/next-auth/issues/11453)) - Use sub instead of id in Gitlab ([#11176](https://redirect.github.com/nextauthjs/next-auth/issues/11176)) - remove global logger ([#11565](https://redirect.github.com/nextauthjs/next-auth/issues/11565)) ##### Other - **next-auth**: fix e2e tests ([#11737](https://redirect.github.com/nextauthjs/next-auth/issues/11737)) ([`8c52012`](https://redirect.github.com/nextauthjs/next-auth/commit/8c52012e)) - fix - fix lint - Fix formatting ([#11592](https://redirect.github.com/nextauthjs/next-auth/issues/11592)) - add link to providers page ([#11178](https://redirect.github.com/nextauthjs/next-auth/issues/11178)) - feat(providers): add Nextcloud provider ([#11837](https://redirect.github.com/nextauthjs/next-auth/issues/11837)) - Enable prettier plugins ([#11623](https://redirect.github.com/nextauthjs/next-auth/issues/11623)) ### [`v0.34.2`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.34.2) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.34.1...@auth/core@0.34.2) #### Bugfixes - **core**: revert [#11050](https://redirect.github.com/nextauthjs/next-auth/issues/11050) ([#11469](https://redirect.github.com/nextauthjs/next-auth/issues/11469)) ([`0f83056`](https://redirect.github.com/nextauthjs/next-auth/commit/0f83056a)) - **providers**: add State check to Eveonline ([#11111](https://redirect.github.com/nextauthjs/next-auth/issues/11111)) ([`b690dac`](https://redirect.github.com/nextauthjs/next-auth/commit/b690dac7)) - **providers**: Apple checks should be `['state', 'nonce']` ([#11239](https://redirect.github.com/nextauthjs/next-auth/issues/11239)) ([`8ea51aa`](https://redirect.github.com/nextauthjs/next-auth/commit/8ea51aae)) - **providers**: make `connection` optional on WorkOS ([#11270](https://redirect.github.com/nextauthjs/next-auth/issues/11270)) ([`14b075d`](https://redirect.github.com/nextauthjs/next-auth/commit/14b075d5)) #### Other - **core**: remove extra dot in some `AuthError` messages ([#10964](https://redirect.github.com/nextauthjs/next-auth/issues/10964)) ([`aefae63`](https://redirect.github.com/nextauthjs/next-auth/commit/aefae630)) - **providers**: update Foursquare API Docs URL ([#11310](https://redirect.github.com/nextauthjs/next-auth/issues/11310)) ([`3cba5e2`](https://redirect.github.com/nextauthjs/next-auth/commit/3cba5e2f)) - change MissingCSRF reference path ([#11464](https://redirect.github.com/nextauthjs/next-auth/issues/11464)) - fix grammatical error ([#11260](https://redirect.github.com/nextauthjs/next-auth/issues/11260)) ### [`v0.34.1`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.34.1) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.34.0...@auth/core@0.34.1) #### Bugfixes - Add default exports to package.json for better module support ([#11224](https://redirect.github.com/nextauthjs/next-auth/issues/11224)) ### [`v0.34.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.34.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.33.0...@auth/core@0.34.0) #### Features - **providers**: add threads ([#11215](https://redirect.github.com/nextauthjs/next-auth/issues/11215)) ([`4e9d2a2`](https://redirect.github.com/nextauthjs/next-auth/commit/4e9d2a2f)) ### [`v0.33.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.33.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.32.0...@auth/core@0.33.0) ##### Features - **core**: support `private_key_jwt` token auth method ([#11132](https://redirect.github.com/nextauthjs/next-auth/issues/11132)) ([`d8a9188`](https://redirect.github.com/nextauthjs/next-auth/commit/d8a91885)) - **core**: re-introduce `idToken: boolean` ([#11161](https://redirect.github.com/nextauthjs/next-auth/issues/11161)) ([`b56b928`](https://redirect.github.com/nextauthjs/next-auth/commit/b56b928c)) - **providers**: Add BankID Norge provider ([#11162](https://redirect.github.com/nextauthjs/next-auth/issues/11162)) ([`d38fdef`](https://redirect.github.com/nextauthjs/next-auth/commit/d38fdef7)) - Add form-post specification ([#8428](https://redirect.github.com/nextauthjs/next-auth/issues/8428)) ##### Bugfixes - **core/providers/osu**: Correct the type of OsuProfile.id ([#10340](https://redirect.github.com/nextauthjs/next-auth/issues/10340)) ([`0e0c7b6`](https://redirect.github.com/nextauthjs/next-auth/commit/0e0c7b60)) - **providers**: Correct Coinbase endpoints ([#11153](https://redirect.github.com/nextauthjs/next-auth/issues/11153)) ([`28e780f`](https://redirect.github.com/nextauthjs/next-auth/commit/28e780fa)) - change API domain for twitter provider ([#11047](https://redirect.github.com/nextauthjs/next-auth/issues/11047)) ##### Other - **providers**: update Netsuite button rendering colors ([#11099](https://redirect.github.com/nextauthjs/next-auth/issues/11099)) ([`63fd886`](https://redirect.github.com/nextauthjs/next-auth/commit/63fd8869)) - `pnpm format` ([#11078](https://redirect.github.com/nextauthjs/next-auth/issues/11078)) - Fix some documentation issues ([#10980](https://redirect.github.com/nextauthjs/next-auth/issues/10980)) ### [`v0.32.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.32.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.31.0...@auth/core@0.32.0) #### Features - **providers**: add SimpleLogin oidc ([#10491](https://redirect.github.com/nextauthjs/next-auth/issues/10491)) ([`0b321a0`](https://redirect.github.com/nextauthjs/next-auth/commit/0b321a08)) - use `NodeNext` module resolution ([#9953](https://redirect.github.com/nextauthjs/next-auth/issues/9953)) #### Bugfixes - **core**: Ensure oauth4webapi uses a stable customFetch API ([#10978](https://redirect.github.com/nextauthjs/next-auth/issues/10978)) ([`f1bf7ae`](https://redirect.github.com/nextauthjs/next-auth/commit/f1bf7ae7)) - **core**: centralize `isDate` util fn and use in all adapters ([#10872](https://redirect.github.com/nextauthjs/next-auth/issues/10872)) ([`e2eacc2`](https://redirect.github.com/nextauthjs/next-auth/commit/e2eacc28)) - **errors**: do not log authjs message with CredentialsSiginin error ([#11050](https://redirect.github.com/nextauthjs/next-auth/issues/11050)) ([`d089923`](https://redirect.github.com/nextauthjs/next-auth/commit/d0899233)) #### Other - **docs**: clean up missing `npm2yarn` and other formatting ([#11041](https://redirect.github.com/nextauthjs/next-auth/issues/11041)) ([`77b20d5`](https://redirect.github.com/nextauthjs/next-auth/commit/77b20d5d)) - **docs**: Microsoft Entra ID typos ([#10834](https://redirect.github.com/nextauthjs/next-auth/issues/10834)) ([`d53d47c`](https://redirect.github.com/nextauthjs/next-auth/commit/d53d47c7)) - **docs**: fix bold style to AuthAction types ([#10893](https://redirect.github.com/nextauthjs/next-auth/issues/10893)) ([`4ab5f71`](https://redirect.github.com/nextauthjs/next-auth/commit/4ab5f714)) - fix core prettier ### [`v0.31.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.31.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.30.0...@auth/core@0.31.0) #### Features - **providers**: add NetSuite OAuth Provider ([#8865](https://redirect.github.com/nextauthjs/next-auth/issues/8865)) ([`4c4d036`](https://redirect.github.com/nextauthjs/next-auth/commit/4c4d0360)) - **sveltekit**: webauthn provider support ([#9924](https://redirect.github.com/nextauthjs/next-auth/issues/9924)) ([`e17cc71`](https://redirect.github.com/nextauthjs/next-auth/commit/e17cc715)) #### Bugfixes - **core**: update WebAuthn `authenticator` schemas and types ([#10861](https://redirect.github.com/nextauthjs/next-auth/issues/10861)) ([`5e55331`](https://redirect.github.com/nextauthjs/next-auth/commit/5e55331c)) - **core**: support `trailingSlash` in `providerAndAccountId` parsing ([#10752](https://redirect.github.com/nextauthjs/next-auth/issues/10752)) ([`46f9582`](https://redirect.github.com/nextauthjs/next-auth/commit/46f95826)) - **providers**: update linkedin oidc issuer ([#10671](https://redirect.github.com/nextauthjs/next-auth/issues/10671)) ([`6cb874e`](https://redirect.github.com/nextauthjs/next-auth/commit/6cb874e8)) - correct contributor lists ([#10742](https://redirect.github.com/nextauthjs/next-auth/issues/10742)) - strip `code_verifier` from request body when the provider doesn't support PKCE ([#10765](https://redirect.github.com/nextauthjs/next-auth/issues/10765)) #### Other - **adapters**: cleanup extraneous documentation in adapter and fix testing and release GHA ([#10854](https://redirect.github.com/nextauthjs/next-auth/issues/10854)) ([`8751fa4`](https://redirect.github.com/nextauthjs/next-auth/commit/8751fa45)) - **docs**: specify exact version for simpleweabuthn peer dep installation ([`e332a41`](https://redirect.github.com/nextauthjs/next-auth/commit/e332a410)) - **providers**: cleanup NetSuite ([#10783](https://redirect.github.com/nextauthjs/next-auth/issues/10783)) ([`e6f90b2`](https://redirect.github.com/nextauthjs/next-auth/commit/e6f90b22)) - **types**: separately export `AdapterAccountType` ([#10832](https://redirect.github.com/nextauthjs/next-auth/issues/10832)) ([`bfa7079`](https://redirect.github.com/nextauthjs/next-auth/commit/bfa70799)) - fix casings ([#10782](https://redirect.github.com/nextauthjs/next-auth/issues/10782)) - fix GitHub typo ([#10781](https://redirect.github.com/nextauthjs/next-auth/issues/10781)) ### [`v0.30.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.30.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.29.0...@auth/core@0.30.0) #### Features - **providers**: add Microsoft Entra ID provider ([#10497](https://redirect.github.com/nextauthjs/next-auth/issues/10497)) ([`536f208`](https://redirect.github.com/nextauthjs/next-auth/commit/536f208e)) - **providers**: drop Atlassian (OAuth 1.0) ([`22860bb`](https://redirect.github.com/nextauthjs/next-auth/commit/22860bb1)) #### Bugfixes - **pages**: cleanup oauth provider branded buttons ([#10542](https://redirect.github.com/nextauthjs/next-auth/issues/10542)) ([`710df18`](https://redirect.github.com/nextauthjs/next-auth/commit/710df185)) - **providers**: update providers config from verification walk-throughs ([#10582](https://redirect.github.com/nextauthjs/next-auth/issues/10582)) ([`85ab5fa`](https://redirect.github.com/nextauthjs/next-auth/commit/85ab5fac)) - **ts**: reduce public type surface ([#10557](https://redirect.github.com/nextauthjs/next-auth/issues/10557)) ([`6ddc329`](https://redirect.github.com/nextauthjs/next-auth/commit/6ddc3293)) - don't require secret at build-time ([#10592](https://redirect.github.com/nextauthjs/next-auth/issues/10592)) #### Other - **core**: update links in typedocs to new docs URLs ([#10560](https://redirect.github.com/nextauthjs/next-auth/issues/10560)) ([`6aa4c44`](https://redirect.github.com/nextauthjs/next-auth/commit/6aa4c441)) - **core**: rm unnecessary typedoc callout ([`ff7810f`](https://redirect.github.com/nextauthjs/next-auth/commit/ff7810fa)) - **salesforce**: fix multiple typos in provider ([`1de6bc7`](https://redirect.github.com/nextauthjs/next-auth/commit/1de6bc7d)) ### [`v0.29.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.29.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.28.2...@auth/core@0.29.0) #### Features - **providers**: Add Postmark email provider ([#10512](https://redirect.github.com/nextauthjs/next-auth/issues/10512)) ([`c97431b`](https://redirect.github.com/nextauthjs/next-auth/commit/c97431bf)) - **providers**: add Microsoft Entra ID provider ([#10497](https://redirect.github.com/nextauthjs/next-auth/issues/10497)) ([`2f64701`](https://redirect.github.com/nextauthjs/next-auth/commit/2f647013)) - **providers**: drop Atlassian (OAuth 1.0) ([`cb1a260`](https://redirect.github.com/nextauthjs/next-auth/commit/cb1a2605)) #### Bugfixes - **docs**: correct link to list of adapters ([#10451](https://redirect.github.com/nextauthjs/next-auth/issues/10451)) ([`bb4dc18`](https://redirect.github.com/nextauthjs/next-auth/commit/bb4dc180)) - **env**: handle provider id's with `-` durinv env inference ([`4dfc8af`](https://redirect.github.com/nextauthjs/next-auth/commit/4dfc8afd)) - **providers**: update Facebook OAuth dialog API ([`5dec6fd`](https://redirect.github.com/nextauthjs/next-auth/commit/5dec6fdd)) - **providers**: make webex apiBaseUrl optional ([#10354](https://redirect.github.com/nextauthjs/next-auth/issues/10354)) ([`edc4fe4`](https://redirect.github.com/nextauthjs/next-auth/commit/edc4fe4b)) - infer providers logo filename ([#10496](https://redirect.github.com/nextauthjs/next-auth/issues/10496)) #### Other - **docs**: update azure-ad.ts ([#10448](https://redirect.github.com/nextauthjs/next-auth/issues/10448)) ([`8120fd4`](https://redirect.github.com/nextauthjs/next-auth/commit/8120fd4c)) - **examples**: use string as `authorization` ([`5ae5009`](https://redirect.github.com/nextauthjs/next-auth/commit/5ae50098)) - revert - comment todo ### [`v0.28.2`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.28.2) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.28.1...@auth/core@0.28.2) #### Bugfixes - **core**: `createActionURL` set detectedProtocol correctly ([#10421](https://redirect.github.com/nextauthjs/next-auth/issues/10421)) ([`246a838`](https://redirect.github.com/nextauthjs/next-auth/commit/246a8385)) ### [`v0.28.1`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.28.1) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.28.0...@auth/core@0.28.1) #### Bugfixes - **core**: ignore basePath if pages configuration ([#10288](https://redirect.github.com/nextauthjs/next-auth/issues/10288)) ([`9c56e69`](https://redirect.github.com/nextauthjs/next-auth/commit/9c56e699)) - **core**: cannot parse action at /session ([#10094](https://redirect.github.com/nextauthjs/next-auth/issues/10094)) ([`4a2d511`](https://redirect.github.com/nextauthjs/next-auth/commit/4a2d5119)) - **tests**: setEnvDefaults test with `AUTH_SECRET`/`config.secret` values ([#10400](https://redirect.github.com/nextauthjs/next-auth/issues/10400)) ([`86c8822`](https://redirect.github.com/nextauthjs/next-auth/commit/86c8822f)) - export `CredentialsSignin` class to extend in custom authorize errors ([#10200](https://redirect.github.com/nextauthjs/next-auth/issues/10200)) - throw `MissingSecret` when secret missing ([#10305](https://redirect.github.com/nextauthjs/next-auth/issues/10305)) #### Other - **adapters**: fix link leading to 404 ([#10217](https://redirect.github.com/nextauthjs/next-auth/issues/10217)) ([`52758a9`](https://redirect.github.com/nextauthjs/next-auth/commit/52758a92)) - **core**: fix failed tests for webauthn ([#10281](https://redirect.github.com/nextauthjs/next-auth/issues/10281)) ([`9a5416b`](https://redirect.github.com/nextauthjs/next-auth/commit/9a5416bd)) - **jsdoc**: note different default basePaths ([#10239](https://redirect.github.com/nextauthjs/next-auth/issues/10239)) ([`e9a3e8e`](https://redirect.github.com/nextauthjs/next-auth/commit/e9a3e8ea)) - cleanup nextjs dev/example middleware.ts file ([#10222](https://redirect.github.com/nextauthjs/next-auth/issues/10222)) - fix punctuation in error logging wrapper ([#10186](https://redirect.github.com/nextauthjs/next-auth/issues/10186)) ### [`v0.28.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.28.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.27.0...@auth/core@0.28.0) #### Features - customizable `authorize()` error ([#9871](https://redirect.github.com/nextauthjs/next-auth/issues/9871)) #### Bugfixes - **docs**: webex provider jsdoc ([#10126](https://redirect.github.com/nextauthjs/next-auth/issues/10126)) ([`5081a62`](https://redirect.github.com/nextauthjs/next-auth/commit/5081a62e)) #### Other - **docs**: fix typo in `types.ts` ([#10053](https://redirect.github.com/nextauthjs/next-auth/issues/10053)) ([`e9f387f`](https://redirect.github.com/nextauthjs/next-auth/commit/e9f387ff)) - **tests**: reenable unit tests in CI and cleanup docker test setups ([#10190](https://redirect.github.com/nextauthjs/next-auth/issues/10190)) ([`5136ca4`](https://redirect.github.com/nextauthjs/next-auth/commit/5136ca40)) - add new example app for nextjs and Docker ([#10118](https://redirect.github.com/nextauthjs/next-auth/issues/10118)) - high-level tests ([#10017](https://redirect.github.com/nextauthjs/next-auth/issues/10017)) ### [`v0.27.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.27.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.26.3...@auth/core@0.27.0) ##### Features - **providers**: add webex oauth ([#9653](https://redirect.github.com/nextauthjs/next-auth/issues/9653)) ([`8be77d3`](https://redirect.github.com/nextauthjs/next-auth/commit/8be77d37)) - support Cloudflare Pages ([#9895](https://redirect.github.com/nextauthjs/next-auth/issues/9895)) ##### Bugfixes - **providers**: missing `profile.id` field in OIDC providers ([#10008](https://redirect.github.com/nextauthjs/next-auth/issues/10008)) ([`744043b`](https://redirect.github.com/nextauthjs/next-auth/commit/744043b9)) - bump [@simplewebauth/server](https://redirect.github.com/simplewebauth/server)[@9](https://redirect.github.com/9).0.2 ([#9980](https://redirect.github.com/nextauthjs/next-auth/issues/9980)) - put email helpers into own files to avoid nodemailer import ([#9964](https://redirect.github.com/nextauthjs/next-auth/issues/9964)) ##### Other - update playwright setup with poms ([#10012](https://redirect.github.com/nextauthjs/next-auth/issues/10012)) - fix E2E `@playwright/test` tests ([#9944](https://redirect.github.com/nextauthjs/next-auth/issues/9944)) ### [`v0.26.3`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.26.3) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.26.2...@auth/core@0.26.3) #### Bugfixes - **ts**: correctly type `Auth` overload ([`8cbf38c`](https://redirect.github.com/nextauthjs/next-auth/commit/8cbf38c8)) - remove unnecessary /signout appending to signout form action URL ([#9901](https://redirect.github.com/nextauthjs/next-auth/issues/9901)) - mismatched `account.providerAccountId` ([#9932](https://redirect.github.com/nextauthjs/next-auth/issues/9932)) ### [`v0.26.2`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.26.2) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.26.1...@auth/core@0.26.2) #### Bugfixes - fix `.js` imports - use correct script src for `@simplewebauthn/browser` ### [`v0.26.1`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.26.1) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.26.0...@auth/core@0.26.1) #### Bugfixes - don't break on Edge runtime when WebAuthn isn't used ([#9919](https://redirect.github.com/nextauthjs/next-auth/issues/9919)) ### [`v0.26.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.26.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.25.1...@auth/core@0.26.0) #### Features - Passkey / WebAuthn provider (experimental) ([#8808](https://redirect.github.com/nextauthjs/next-auth/issues/8808)) #### Other - swap sass css-nesting for css standard nesting postcss plugin ([#9887](https://redirect.github.com/nextauthjs/next-auth/issues/9887)) ### [`v0.25.1`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.25.1) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.25.0...@auth/core@0.25.1) #### Bugfixes - properly extend `NodemailerConfig` by `EmailConfig` ([#9890](https://redirect.github.com/nextauthjs/next-auth/issues/9890)) #### Other - **core**: export `isAuthAction` ([#9896](https://redirect.github.com/nextauthjs/next-auth/issues/9896)) ([`bb741d9`](https://redirect.github.com/nextauthjs/next-auth/commit/bb741d95)) - re-introduce E2E, add basic login/logout tests ([#9881](https://redirect.github.com/nextauthjs/next-auth/issues/9881)) ### [`v0.25.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.25.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.24.0...@auth/core@0.25.0) #### Features - add `getEnvDefaults` and `createActionURL` to `@auth/core` for use in client libs ([#9817](https://redirect.github.com/nextauthjs/next-auth/issues/9817)) #### Bugfixes - allow Facebook authorization config to be merged ([#9866](https://redirect.github.com/nextauthjs/next-auth/issues/9866)) - filter client error response, error on missing host ([#9837](https://redirect.github.com/nextauthjs/next-auth/issues/9837)) - allow string return `signIn` callback ([#9829](https://redirect.github.com/nextauthjs/next-auth/issues/9829)) ### [`v0.24.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.24.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.23.0...@auth/core@0.24.0) #### Features - support secret rotation ([#9804](https://redirect.github.com/nextauthjs/next-auth/issues/9804)) #### Other - add badge & tweak config - add test coverage ([#9805](https://redirect.github.com/nextauthjs/next-auth/issues/9805)) - replace `jest` with `vitest` ([#9818](https://redirect.github.com/nextauthjs/next-auth/issues/9818)) - global vite/vitest, move express ([#9806](https://redirect.github.com/nextauthjs/next-auth/issues/9806)) ### [`v0.23.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.23.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.22.0...@auth/core@0.23.0) #### Features - **[@auth/core](https://redirect.github.com/auth/core)**: add Ory Hydra provider ([#7755](https://redirect.github.com/nextauthjs/next-auth/issues/7755)) ([`1483efb`](https://redirect.github.com/nextauthjs/next-auth/commit/1483efba)) - **[@auth/core](https://redirect.github.com/auth/core)**: support new username system in Discord ([#8114](https://redirect.github.com/nextauthjs/next-auth/issues/8114)) ([`96908df`](https://redirect.github.com/nextauthjs/next-auth/commit/96908df2)) - **[@auth/core](https://redirect.github.com/auth/core)**: nodemailer (prev Email), Resend, SendGrid ([#9753](https://redirect.github.com/nextauthjs/next-auth/issues/9753)) ([`8f0226b`](https://redirect.github.com/nextauthjs/next-auth/commit/8f0226bc)) - **[@auth/core](https://redirect.github.com/auth/core)**: expose full session in session callback ([#9712](https://redirect.github.com/nextauthjs/next-auth/issues/9712)) ([`ab49b3d`](https://redirect.github.com/nextauthjs/next-auth/commit/ab49b3df)) #### Bugfixes - **[@auth/core](https://redirect.github.com/auth/core)**: Add email to VK provider ([#9705](https://redirect.github.com/nextauthjs/next-auth/issues/9705)) ([`5214131`](https://redirect.github.com/nextauthjs/next-auth/commit/52141318)) - **[@auth/core](https://redirect.github.com/auth/core)**: include new BattleNet OAuth endpoints ([#6697](https://redirect.github.com/nextauthjs/next-auth/issues/6697)) ([`0ff0566`](https://redirect.github.com/nextauthjs/next-auth/commit/0ff0566b)) - **[@auth/core](https://redirect.github.com/auth/core)**: drop confusing links/wording from core ([`b3c7a6c`](https://redirect.github.com/nextauthjs/next-auth/commit/b3c7a6c3)) - **[@auth/core](https://redirect.github.com/auth/core)**: always use a generated `id` for `User.id` ([#9793](https://redirect.github.com/nextauthjs/next-auth/issues/9793)) ([`80c8695`](https://redirect.github.com/nextauthjs/next-auth/commit/80c86958)) - **[@auth/core](https://redirect.github.com/auth/core)**: show `user` and `token` in `session` callback ([#9756](https://redirect.github.com/nextauthjs/next-auth/issues/9756)) ([`62f24f5`](https://redirect.github.com/nextauthjs/next-auth/commit/62f24f54)) - **[@auth/core](https://redirect.github.com/auth/core)**: use match instead of split when parsing action ([#9746](https://redirect.github.com/nextauthjs/next-auth/issues/9746)) ([`fc358df`](https://redirect.github.com/nextauthjs/next-auth/commit/fc358dfa)) - **[@auth/core](https://redirect.github.com/auth/core)**: correct typo in yandex documentation ([#9734](https://redirect.github.com/nextauthjs/next-auth/issues/9734)) ([`b89a0a8`](https://redirect.github.com/nextauthjs/next-auth/commit/b89a0a88)) #### Other - **ts**: fix build ([`d85269d`](https://redirect.github.com/nextauthjs/next-auth/commit/d85269d1)) - fix build - bump `vite` and clean lock file ([#9720](https://redirect.github.com/nextauthjs/next-auth/issues/9720)) - update JWT enc ([#9788](https://redirect.github.com/nextauthjs/next-auth/issues/9788)) ### [`v0.22.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.22.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.21.0...@auth/core@0.22.0) #### Features - **[@auth/core](https://redirect.github.com/auth/core)**: add `basePath` option ([#9686](https://redirect.github.com/nextauthjs/next-auth/issues/9686)) ([`963086b`](https://redirect.github.com/nextauthjs/next-auth/commit/963086b3)) ### [`v0.21.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.21.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.20.0...@auth/core@0.21.0) #### Features - **[@auth/core](https://redirect.github.com/auth/core)**: support self-hosted github ([#9271](https://redirect.github.com/nextauthjs/next-auth/issues/9271)) ([`05bf014`](https://redirect.github.com/nextauthjs/next-auth/commit/05bf0146)) #### Bugfixes - **[@auth/core](https://redirect.github.com/auth/core)**: bad intersection caused type to be 'never' ([#9477](https://redirect.github.com/nextauthjs/next-auth/issues/9477)) ([`bdb4019`](https://redirect.github.com/nextauthjs/next-auth/commit/bdb40193)) - **[@auth/core](https://redirect.github.com/auth/core)**: add state as default check to Okta ([#9648](https://redirect.github.com/nextauthjs/next-auth/issues/9648)) ([`e45492a`](https://redirect.github.com/nextauthjs/next-auth/commit/e45492a4)) - **[@auth/core](https://redirect.github.com/auth/core)**: Github provider tests ([#9619](https://redirect.github.com/nextauthjs/next-auth/issues/9619)) ([`0ddb8cc`](https://redirect.github.com/nextauthjs/next-auth/commit/0ddb8cc9)) ### [`v0.20.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.20.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.19.1...@auth/core@0.20.0) #### Features - **[@auth/core](https://redirect.github.com/auth/core)**: add experimental flag in options ([#9178](https://redirect.github.com/nextauthjs/next-auth/issues/9178)) ([`76d8f27`](https://redirect.github.com/nextauthjs/next-auth/commit/76d8f274)) ### [`v0.19.1`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.19.1) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.19.0...@auth/core@0.19.1) #### Bugfixes - **[@auth/core](https://redirect.github.com/auth/core)**: typo in `errors.ts` ([#9523](https://redirect.github.com/nextauthjs/next-auth/issues/9523)) ([`2693b74`](https://redirect.github.com/nextauthjs/next-auth/commit/2693b742)) - **[@auth/core](https://redirect.github.com/auth/core)**: update kakao.md - clarify callbackUrl format ([#9502](https://redirect.github.com/nextauthjs/next-auth/issues/9502)) ([`a14fe18`](https://redirect.github.com/nextauthjs/next-auth/commit/a14fe18e)) - **[@auth/core](https://redirect.github.com/auth/core)**: 42 changed their way to return images ([#9472](https://redirect.github.com/nextauthjs/next-auth/issues/9472)) ([`7e17781`](https://redirect.github.com/nextauthjs/next-auth/commit/7e17781d)) - **[@auth/core](https://redirect.github.com/auth/core)**: typo in well-known url in azure-ad ([#9288](https://redirect.github.com/nextauthjs/next-auth/issues/9288)) ([`a7034c5`](https://redirect.github.com/nextauthjs/next-auth/commit/a7034c5d)) #### Other - **core**: add some tests for callback action ([#9353](https://redirect.github.com/nextauthjs/next-auth/issues/9353)) ([`0c11823`](https://redirect.github.com/nextauthjs/next-auth/commit/0c11823c)) - bump Prettier to v3 ([#9464](https://redirect.github.com/nextauthjs/next-auth/issues/9464)) ### [`v0.19.0`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.19.0) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/@auth/core@0.18.6...@auth/core@0.19.0) #### Features - **[@auth/core](https://redirect.github.com/auth/core)**: deep-merge cookies options ([#9386](https://redirect.github.com/nextauthjs/next-auth/issues/9386)) ([`17c4426`](https://redirect.github.com/nextauthjs/next-auth/commit/17c44261)) - **[@auth/core](https://redirect.github.com/auth/core)**: add default user id generation ([#9380](https://redirect.github.com/nextauthjs/next-auth/issues/9380)) ([`87b037f`](https://redirect.github.com/nextauthjs/next-auth/commit/87b037f0)) #### Bugfixes - **[@auth/core](https://redirect.github.com/auth/core)**: document all Adapter method ([`5254ff7`](https://redirect.github.com/nextauthjs/next-auth/commit/5254ff78)) - **[@auth/core](https://redirect.github.com/auth/core)**: correct default cookie name in `getToken` ([#9382](https://redirect.github.com/nextauthjs/next-auth/issues/9382)) ([`362e6ce`](https://redirect.github.com/nextauthjs/next-auth/commit/362e6cee))biomejs/biome (@biomejs/biome)
### [`v1.9.2`](https://redirect.github.com/biomejs/biome/blob/HEAD/CHANGELOG.md#v192-2024-09-19) [Compare Source](https://redirect.github.com/biomejs/biome/compare/9bf1e4c7738a8f6fe7cb5f533b1bd9776b3f8452...5f2287e005eadb261a4c78e4ec0fdc0d46068551) ##### CLI ##### New features - Added support for custom GritQL definitions, including: - Pattern and predicate definitions: https://docs.grit.io/guides/patterns - Function definitions: https://docs.grit.io/language/functions#function-definitions Contributed by [@arendjr](https://redirect.github.com/arendjr) ##### Bug fixes - Fix [#3917](https://redirect.github.com/biomejs/biome/issues/3917), where the fixed files were incorrectly computed. Contributed by [@ematipico](https://redirect.github.com/ematipico) - Fixed an issue that caused GritQL `contains` queries to report false positives when the matched node appeared inside a sibling node. Contributed by [@arendjr](https://redirect.github.com/arendjr) ##### Editors ##### Bug fixes - Fix [#3923](https://redirect.github.com/biomejs/biome/issues/3923). NoConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.