sveltekit-ai-chatbot
sveltekit-ai-chatbot copied to clipboard
fix(deps): update dependency @auth/core to ^0.34.0
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @auth/core (source) | ^0.18.1 -> ^0.34.0 |
Release Notes
nextauthjs/next-auth (@auth/core)
v0.34.3
v0.34.2
Bugfixes
- core: revert #11050 (#11469) (
0f83056) - providers: add State check to Eveonline (#11111) (
b690dac) - providers: Apple checks should be
['state', 'nonce'](#11239) (8ea51aa) - providers: make
connectionoptional on WorkOS (#11270) (14b075d)
Other
- core: remove extra dot in some
AuthErrormessages (#10964) (aefae63) - providers: update Foursquare API Docs URL (#11310) (
3cba5e2) - change MissingCSRF reference path (#11464)
- fix grammatical error (#11260)
v0.34.1
Bugfixes
- Add default exports to package.json for better module support (#11224)
v0.34.0
Features
v0.33.0
Features
- core: support
private_key_jwttoken auth method (#11132) (d8a9188) - core: re-introduce
idToken: boolean(#11161) (b56b928) - providers: Add BankID Norge provider (#11162) (
d38fdef) - Add form-post specification (#8428)
Bugfixes
- core/providers/osu: Correct the type of OsuProfile.id (#10340) (
0e0c7b6) - providers: Correct Coinbase endpoints (#11153) (
28e780f) - change API domain for twitter provider (#11047)
Other
- providers: update Netsuite button rendering colors (#11099) (
63fd886) pnpm format(#11078)- Fix some documentation issues (#10980)
v0.32.0
Features
Bugfixes
- core: Ensure oauth4webapi uses a stable customFetch API (#10978) (
f1bf7ae) - core: centralize
isDateutil fn and use in all adapters (#10872) (e2eacc2) - errors: do not log authjs message with CredentialsSiginin error (#11050) (
d089923)
Other
- docs: clean up missing
npm2yarnand other formatting (#11041) (77b20d5) - docs: Microsoft Entra ID typos (#10834) (
d53d47c) - docs: fix bold style to AuthAction types (#10893) (
4ab5f71) - fix core prettier
v0.31.0
Features
- providers: add NetSuite OAuth Provider (#8865) (
4c4d036) - sveltekit: webauthn provider support (#9924) (
e17cc71)
Bugfixes
- core: update WebAuthn
authenticatorschemas and types (#10861) (5e55331) - core: support
trailingSlashinproviderAndAccountIdparsing (#10752) (46f9582) - providers: update linkedin oidc issuer (#10671) (
6cb874e) - correct contributor lists (#10742)
- strip
code_verifierfrom request body when the provider doesn't support PKCE (#10765)
Other
- adapters: cleanup extraneous documentation in adapter and fix testing and release GHA (#10854) (
8751fa4) - docs: specify exact version for simpleweabuthn peer dep installation (
e332a41) - providers: cleanup NetSuite (#10783) (
e6f90b2) - types: separately export
AdapterAccountType(#10832) (bfa7079) - fix casings (#10782)
- fix GitHub typo (#10781)
v0.30.0
Features
- providers: add Microsoft Entra ID provider (#10497) (
536f208) - providers: drop Atlassian (OAuth 1.0) (
22860bb)
Bugfixes
- pages: cleanup oauth provider branded buttons (#10542) (
710df18) - providers: update providers config from verification walk-throughs (#10582) (
85ab5fa) - ts: reduce public type surface (#10557) (
6ddc329) - don't require secret at build-time (#10592)
Other
- core: update links in typedocs to new docs URLs (#10560) (
6aa4c44) - core: rm unnecessary typedoc callout (
ff7810f) - salesforce: fix multiple typos in provider (
1de6bc7)
v0.29.0
Features
- providers: Add Postmark email provider (#10512) (
c97431b) - providers: add Microsoft Entra ID provider (#10497) (
2f64701) - providers: drop Atlassian (OAuth 1.0) (
cb1a260)
Bugfixes
- docs: correct link to list of adapters (#10451) (
bb4dc18) - env: handle provider id's with
-durinv env inference (4dfc8af) - providers: update Facebook OAuth dialog API (
5dec6fd) - providers: make webex apiBaseUrl optional (#10354) (
edc4fe4) - infer providers logo filename (#10496)
Other
- docs: update azure-ad.ts (#10448) (
8120fd4) - examples: use string as
authorization(5ae5009) - revert
- comment todo
v0.28.2
Bugfixes
v0.28.1
Bugfixes
- core: ignore basePath if pages configuration (#10288) (
9c56e69) - core: cannot parse action at /session (#10094) (
4a2d511) - tests: setEnvDefaults test with
AUTH_SECRET/config.secretvalues (#10400) (86c8822) - export
CredentialsSigninclass to extend in custom authorize errors (#10200) - throw
MissingSecretwhen secret missing (#10305)
Other
- adapters: fix link leading to 404 (#10217) (
52758a9) - core: fix failed tests for webauthn (#10281) (
9a5416b) - jsdoc: note different default basePaths (#10239) (
e9a3e8e) - cleanup nextjs dev/example middleware.ts file (#10222)
- fix punctuation in error logging wrapper (#10186)
v0.28.0
Features
- customizable
authorize()error (#9871)
Bugfixes
Other
- docs: fix typo in
types.ts(#10053) (e9f387f) - tests: reenable unit tests in CI and cleanup docker test setups (#10190) (
5136ca4) - add new example app for nextjs and Docker (#10118)
- high-level tests (#10017)
v0.27.0
Features
Bugfixes
- providers: missing
profile.idfield in OIDC providers (#10008) (744043b) - bump @simplewebauth/server@9.0.2 (#9980)
- put email helpers into own files to avoid nodemailer import (#9964)
Other
v0.26.3
Bugfixes
- ts: correctly type
Authoverload (8cbf38c) - remove unnecessary /signout appending to signout form action URL (#9901)
- mismatched
account.providerAccountId(#9932)
v0.26.2
Bugfixes
- fix
.jsimports - use correct script src for
@simplewebauthn/browser
v0.26.1
Bugfixes
- don't break on Edge runtime when WebAuthn isn't used (#9919)
v0.26.0
Features
- Passkey / WebAuthn provider (experimental) (#8808)
Other
- swap sass css-nesting for css standard nesting postcss plugin (#9887)
v0.25.1
Bugfixes
- properly extend
NodemailerConfigbyEmailConfig(#9890)
Other
- core: export
isAuthAction(#9896) (bb741d9) - re-introduce E2E, add basic login/logout tests (#9881)
v0.25.0
Features
- add
getEnvDefaultsandcreateActionURLto@auth/corefor use in client libs (#9817)
Bugfixes
- allow Facebook authorization config to be merged (#9866)
- filter client error response, error on missing host (#9837)
- allow string return
signIncallback (#9829)
v0.24.0
Features
- support secret rotation (#9804)
Other
- add badge & tweak config
- add test coverage (#9805)
- replace
jestwithvitest(#9818) - global vite/vitest, move express (#9806)
v0.23.0
Features
- @auth/core: add Ory Hydra provider (#7755) (
1483efb) - @auth/core: support new username system in Discord (#8114) (
96908df) - @auth/core: nodemailer (prev Email), Resend, SendGrid (#9753) (
8f0226b) - @auth/core: expose full session in session callback (#9712) (
ab49b3d)
Bugfixes
- @auth/core: Add email to VK provider (#9705) (
5214131) - @auth/core: include new BattleNet OAuth endpoints (#6697) (
0ff0566) - @auth/core: drop confusing links/wording from core (
b3c7a6c) - @auth/core: always use a generated
idforUser.id(#9793) (80c8695) - @auth/core: show
userandtokeninsessioncallback (#9756) (62f24f5) - @auth/core: use match instead of split when parsing action (#9746) (
fc358df) - @auth/core: correct typo in yandex documentation (#9734) (
b89a0a8)
Other
v0.22.0
Features
- @auth/core: add
basePathoption (#9686) (963086b)
v0.21.0
Features
- @auth/core: support self-hosted github (#9271) (
05bf014)
Bugfixes
- @auth/core: bad intersection caused type to be 'never' (#9477) (
bdb4019) - @auth/core: add state as default check to Okta (#9648) (
e45492a) - @auth/core: Github provider tests (#9619) (
0ddb8cc)
v0.20.0
Features
- @auth/core: add experimental flag in options (#9178) (
76d8f27)
v0.19.1
Bugfixes
- @auth/core: typo in
errors.ts(#9523) (2693b74) - @auth/core: update kakao.md - clarify callbackUrl format (#9502) (
a14fe18) - @auth/core: 42 changed their way to return images (#9472) (
7e17781) - @auth/core: typo in well-known url in azure-ad (#9288) (
a7034c5)
Other
v0.19.0
Features
- @auth/core: deep-merge cookies options (#9386) (
17c4426) - @auth/core: add default user id generation (#9380) (
87b037f)
Bugfixes
- @auth/core: document all Adapter method (
5254ff7) - @auth/core: correct default cookie name in
getToken(#9382) (362e6ce)
v0.18.6
Bugfixes
- @auth/core: correct resource links (
10f3762)
Other
- bump dependencies
- add
utilspackage (#9378)
v0.18.5
Bugfixes
- @auth/core: correctly type
CookiesOptions(#9358) (677ddf8) - @auth/core: broken link (#9318) (
a1bd309) - @auth/core: Bad intersection caused type to be 'never' (#9348) (
faabc14)
Other
v0.18.4
Bugfixes
- @auth/core: add
partitionedcookie option (5d5220e) - @auth/core: better logging of errors (
d93901c) - @auth/core: document all Auth.js errors (
83dc317)
v0.18.3
Bugfixes
- @auth/core: correct
actionsimport (#9205) (363f2ca)
v0.18.2
Bugfixes
- @auth/core: imports in actoins/index.ts (
1856166) - @auth/core: refactor osu! in accordance with branding guidelines (#9186) (
f0c8c6e)
Other
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| sveltekit-ai-chatbot | Oct 30, 2025 0:48am |