chore(deps): update dependency better-auth to v1.4.18 #52

Merged
Renovate-Clanker merged 1 commits from renovate/all-dependencies into main 2026-01-29 09:03:01 +07:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
better-auth (source) 1.4.171.4.18 age confidence

Release Notes

better-auth/better-auth (better-auth)

v1.4.18

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [better-auth](https://better-auth.com) ([source](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth)) | [`1.4.17` → `1.4.18`](https://renovatebot.com/diffs/npm/better-auth/1.4.17/1.4.18) | ![age](https://developer.mend.io/api/mc/badges/age/npm/better-auth/1.4.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/better-auth/1.4.17/1.4.18?slim=true) | --- ### Release Notes <details> <summary>better-auth/better-auth (better-auth)</summary> ### [`v1.4.18`](https://github.com/better-auth/better-auth/releases/tag/v1.4.18) [Compare Source](https://github.com/better-auth/better-auth/compare/v1.4.17...v1.4.18) #####    🚀 Features - Add `disableImplicitLinking` to accountLinking  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7270](https://github.com/better-auth/better-auth/issues/7270) [<samp>(a7740)</samp>](https://github.com/better-auth/better-auth/commit/a7740bc3b) - Mark `/forget-password/email-otp` as deprecation  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7645](https://github.com/better-auth/better-auth/issues/7645) [<samp>(8f333)</samp>](https://github.com/better-auth/better-auth/commit/8f3330dae) - **device-authorization**: - Add user id checks  -  by [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7632](https://github.com/better-auth/better-auth/issues/7632) [<samp>(4d79c)</samp>](https://github.com/better-auth/better-auth/commit/4d79c43ca) - **one-tap**: - Add button mode for Google sign-in  -  by [@&#8203;himself65](https://github.com/himself65) and **Alex Yang** in [#&#8203;7482](https://github.com/better-auth/better-auth/issues/7482) [<samp>(aeb92)</samp>](https://github.com/better-auth/better-auth/commit/aeb9213f3) - **sso**: - Support multi-domain providers  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) in [#&#8203;7541](https://github.com/better-auth/better-auth/issues/7541) [<samp>(5be34)</samp>](https://github.com/better-auth/better-auth/commit/5be34214c) - Add provider list and detail endpoints  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;6967](https://github.com/better-auth/better-auth/issues/6967) [<samp>(d0ed1)</samp>](https://github.com/better-auth/better-auth/commit/d0ed1a63c) #####    🐞 Bug Fixes - Correctly handle OAuth callback and Apple email field  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7181](https://github.com/better-auth/better-auth/issues/7181) [<samp>(c918e)</samp>](https://github.com/better-auth/better-auth/commit/c918ee658) - Centralize cookie parsing and handle Expires dates correctly  -  by [@&#8203;bytaesu](https://github.com/bytaesu), [@&#8203;cursoragent](https://github.com/cursoragent), **taesu** and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7556](https://github.com/better-auth/better-auth/issues/7556) [<samp>(d598b)</samp>](https://github.com/better-auth/better-auth/commit/d598bd03f) - Refresh `account_data` cookie when session is refreshed  -  by [@&#8203;bytaesu](https://github.com/bytaesu) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7576](https://github.com/better-auth/better-auth/issues/7576) [<samp>(5d3f7)</samp>](https://github.com/better-auth/better-auth/commit/5d3f728b0) - Remove duplicate secondary storage writes from setSessionCookie  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7592](https://github.com/better-auth/better-auth/issues/7592) [<samp>(7a4bc)</samp>](https://github.com/better-auth/better-auth/commit/7a4bc01ca) - Set default logger level to "warn"  -  by [@&#8203;bytaesu](https://github.com/bytaesu), [@&#8203;cursoragent](https://github.com/cursoragent) and **taesu** in [#&#8203;7597](https://github.com/better-auth/better-auth/issues/7597) [<samp>(5d0e7)</samp>](https://github.com/better-auth/better-auth/commit/5d0e7fc45) - Respect the explicitly set `sendOnSignUp` option  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7593](https://github.com/better-auth/better-auth/issues/7593) [<samp>(33619)</samp>](https://github.com/better-auth/better-auth/commit/33619cc9a) - Handle serial and false cases in generateId  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7474](https://github.com/better-auth/better-auth/issues/7474) [<samp>(949cd)</samp>](https://github.com/better-auth/better-auth/commit/949cdb551) - Log error when misconfigured  -  by [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7584](https://github.com/better-auth/better-auth/issues/7584) [<samp>(16201)</samp>](https://github.com/better-auth/better-auth/commit/162015af1) - Update google oauth endpoints  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7442](https://github.com/better-auth/better-auth/issues/7442) [<samp>(d401b)</samp>](https://github.com/better-auth/better-auth/commit/d401be9c8) - Consistent api version for facebook provider  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7445](https://github.com/better-auth/better-auth/issues/7445) [<samp>(cf619)</samp>](https://github.com/better-auth/better-auth/commit/cf619d7f8) - Check jsconfig.json in getPathAliases  -  by [@&#8203;jycouet](https://github.com/jycouet) in [#&#8203;7650](https://github.com/better-auth/better-auth/issues/7650) [<samp>(9cb45)</samp>](https://github.com/better-auth/better-auth/commit/9cb459c9f) - **2fa**: - Server-side trust device expiration and configurable maxAge  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7644](https://github.com/better-auth/better-auth/issues/7644) [<samp>(5d15b)</samp>](https://github.com/better-auth/better-auth/commit/5d15bf4a0) - **anonymous**: - Export types  -  by [@&#8203;CalLavicka](https://github.com/CalLavicka) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7661](https://github.com/better-auth/better-auth/issues/7661) [<samp>(133a2)</samp>](https://github.com/better-auth/better-auth/commit/133a2b27a) - **cli**: - Use inkeep remote mcp url  -  by [@&#8203;Bekacru](https://github.com/Bekacru) in [#&#8203;7543](https://github.com/better-auth/better-auth/issues/7543) [<samp>(27af8)</samp>](https://github.com/better-auth/better-auth/commit/27af866f2) - Update MCP URL from Chonkie to Inkeep  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) in [#&#8203;7585](https://github.com/better-auth/better-auth/issues/7585) [<samp>(79621)</samp>](https://github.com/better-auth/better-auth/commit/79621ac0b) - **core**: - Consolidate rateLimit table schema definition  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7551](https://github.com/better-auth/better-auth/issues/7551) [<samp>(ea589)</samp>](https://github.com/better-auth/better-auth/commit/ea589eef0) - **email-otp**: - Add stricter default rate limits for password reset endpoints  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7658](https://github.com/better-auth/better-auth/issues/7658) [<samp>(dcc28)</samp>](https://github.com/better-auth/better-auth/commit/dcc289e49) - **expo**: - Prevent null cookie key when redirect URL has no cookie param  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7555](https://github.com/better-auth/better-auth/issues/7555) [<samp>(d2ca0)</samp>](https://github.com/better-auth/better-auth/commit/d2ca08bc4) - Prevent duplicate listener notifications in FocusManager and OnlineManager  -  by [@&#8203;kimchi-developer](https://github.com/kimchi-developer) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7552](https://github.com/better-auth/better-auth/issues/7552) [<samp>(a3ffb)</samp>](https://github.com/better-auth/better-auth/commit/a3ffb568a) - **github**: - Surface OAuth token exchange errors  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) in [#&#8203;7186](https://github.com/better-auth/better-auth/issues/7186) [<samp>(94b75)</samp>](https://github.com/better-auth/better-auth/commit/94b758916) - **mcp**: - Remove local mpc  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) in [#&#8203;7574](https://github.com/better-auth/better-auth/issues/7574) [<samp>(d6d62)</samp>](https://github.com/better-auth/better-auth/commit/d6d627089) - **multi-session**: - Prevent duplicate cookies when same user signs in multiple times  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7256](https://github.com/better-auth/better-auth/issues/7256) [<samp>(9db76)</samp>](https://github.com/better-auth/better-auth/commit/9db76abbe) - **oauth-provider**: - Properly handle metadata field in client registration  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) in [#&#8203;7232](https://github.com/better-auth/better-auth/issues/7232) [<samp>(33015)</samp>](https://github.com/better-auth/better-auth/commit/33015e5f8) - **okta**: - Userinfo route mismatch  -  by [@&#8203;psigen](https://github.com/psigen) in [#&#8203;7602](https://github.com/better-auth/better-auth/issues/7602) [<samp>(acf77)</samp>](https://github.com/better-auth/better-auth/commit/acf774087) - **organization**: - Filter `returned: false` fields from API responses  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7531](https://github.com/better-auth/better-auth/issues/7531) [<samp>(57f1e)</samp>](https://github.com/better-auth/better-auth/commit/57f1e212e) - **saml**: - IdP-Initiated Callback Routing  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) and **Alex Yang** in [#&#8203;6675](https://github.com/better-auth/better-auth/issues/6675) [<samp>(c6f8f)</samp>](https://github.com/better-auth/better-auth/commit/c6f8f3b27) - **session**: - Skip invalid sessions in list  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7182](https://github.com/better-auth/better-auth/issues/7182) [<samp>(b6986)</samp>](https://github.com/better-auth/better-auth/commit/b69869656) - **stripe**: - Allow billing interval change for same plan  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7542](https://github.com/better-auth/better-auth/issues/7542) [<samp>(1cfcc)</samp>](https://github.com/better-auth/better-auth/commit/1cfcc15ea) - Find active subscription correctly when upgrading  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7547](https://github.com/better-auth/better-auth/issues/7547) [<samp>(663d4)</samp>](https://github.com/better-auth/better-auth/commit/663d43eb3) #####    🏎 Performance - Fix infinite typecheck  -  by [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7563](https://github.com/better-auth/better-auth/issues/7563) [<samp>(12f4c)</samp>](https://github.com/better-auth/better-auth/commit/12f4c625d) #####     [View changes on GitHub](https://github.com/better-auth/better-auth/compare/v1.4.17...v1.4.18) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NC42IiwidXBkYXRlZEluVmVyIjoiNDIuOTQuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Renovate-Clanker added 1 commit 2026-01-29 09:02:59 +07:00
Renovate-Clanker scheduled this pull request to auto merge when all checks succeed 2026-01-29 09:02:59 +07:00
Renovate-Clanker merged commit bc430d3c06 into main 2026-01-29 09:03:01 +07:00
Renovate-Clanker deleted branch renovate/all-dependencies 2026-01-29 09:03:01 +07:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bagas/tunnel-please-frontend#52