chore(deps): update dependency better-auth to v1.4.13 #41

Merged
Renovate-Clanker merged 1 commits from renovate/all-dependencies into main 2026-01-15 11:01:53 +07:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v1.4.13

Compare Source

   🚀 Features
   🐞 Bug Fixes
    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.12` → `1.4.13`](https://renovatebot.com/diffs/npm/better-auth/1.4.12/1.4.13) | ![age](https://developer.mend.io/api/mc/badges/age/npm/better-auth/1.4.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/better-auth/1.4.12/1.4.13?slim=true) | --- ### Release Notes <details> <summary>better-auth/better-auth (better-auth)</summary> ### [`v1.4.13`](https://github.com/better-auth/better-auth/releases/tag/v1.4.13) [Compare Source](https://github.com/better-auth/better-auth/compare/v1.4.12...v1.4.13) #####    🚀 Features - **core**: Add version in `AuthContext`  -  by [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7362](https://github.com/better-auth/better-auth/issues/7362) [<samp>(39fcf)</samp>](https://github.com/better-auth/better-auth/commit/39fcf9731) - **integrations**: Support both react and solid flavors of tanstack-start  -  by [@&#8203;asterikx](https://github.com/asterikx) and **Erik Müller** in [#&#8203;7340](https://github.com/better-auth/better-auth/issues/7340) [<samp>(3fa5e)</samp>](https://github.com/better-auth/better-auth/commit/3fa5e4179) - **mcp**: Add setup\_auth tool  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) in [#&#8203;7307](https://github.com/better-auth/better-auth/issues/7307) [<samp>(33aaa)</samp>](https://github.com/better-auth/better-auth/commit/33aaacef8) - **organization**: Allow rejecting expired invites and filter pending invitations  -  by [@&#8203;Bekacru](https://github.com/Bekacru), **Claude** and **Copilot** in [#&#8203;7322](https://github.com/better-auth/better-auth/issues/7322) [<samp>(f5bb8)</samp>](https://github.com/better-auth/better-auth/commit/f5bb8c1ed) - **scim**: Add Microsoft Entra ID SCIM Compatibility  -  by [@&#8203;cemcevik](https://github.com/cemcevik), **Cem Cevik** and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;6589](https://github.com/better-auth/better-auth/issues/6589) [<samp>(d8a1a)</samp>](https://github.com/better-auth/better-auth/commit/d8a1ae2ff) #####    🐞 Bug Fixes - Should return dates for expiration fields  -  by [@&#8203;ping-maxwell](https://github.com/ping-maxwell) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7351](https://github.com/better-auth/better-auth/issues/7351) [<samp>(0dda7)</samp>](https://github.com/better-auth/better-auth/commit/0dda77f00) - Preserve attributes when expiring cookies  -  by [@&#8203;bytaesu](https://github.com/bytaesu) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7363](https://github.com/better-auth/better-auth/issues/7363) [<samp>(f812e)</samp>](https://github.com/better-auth/better-auth/commit/f812e875c) - **expo**: Fix cookie-based OAuth state with expo-authorization-proxy  -  by [@&#8203;ruff-exec](https://github.com/ruff-exec) and [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;6933](https://github.com/better-auth/better-auth/issues/6933) [<samp>(fb72a)</samp>](https://github.com/better-auth/better-auth/commit/fb72a5e28) - **organization**: Infer endpoints when dynamic ac and teams enabled  -  by [@&#8203;jslno](https://github.com/jslno) in [#&#8203;7359](https://github.com/better-auth/better-auth/issues/7359) [<samp>(2e83f)</samp>](https://github.com/better-auth/better-auth/commit/2e83f0a18) - **stripe**: Add generic return type to `getSchema` for proper field inference  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7353](https://github.com/better-auth/better-auth/issues/7353) [<samp>(a043b)</samp>](https://github.com/better-auth/better-auth/commit/a043b121d) #####     [View changes on GitHub](https://github.com/better-auth/better-auth/compare/v1.4.12...v1.4.13) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNzEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Renovate-Clanker added 1 commit 2026-01-15 11:01:51 +07:00
Renovate-Clanker scheduled this pull request to auto merge when all checks succeed 2026-01-15 11:01:51 +07:00
Renovate-Clanker merged commit 73a17973b6 into main 2026-01-15 11:01:53 +07:00
Renovate-Clanker deleted branch renovate/all-dependencies 2026-01-15 11:01:53 +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#41