chore(deps): update dependency better-auth to v1.4.10 #28

Merged
bagas merged 1 commits from renovate/all-dependencies into main 2025-12-31 16:12:35 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v1.4.10

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.9` → `1.4.10`](https://renovatebot.com/diffs/npm/better-auth/1.4.9/1.4.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/better-auth/1.4.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/better-auth/1.4.9/1.4.10?slim=true) | --- ### Release Notes <details> <summary>better-auth/better-auth (better-auth)</summary> ### [`v1.4.10`](https://github.com/better-auth/better-auth/releases/tag/v1.4.10) [Compare Source](https://github.com/better-auth/better-auth/compare/v1.4.9...v1.4.10) #####    🚀 Features - Support form data for email sign-in/sign-up and fallback to checking fetch Metadata for first login  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania), [@&#8203;bytaesu](https://github.com/bytaesu), **Bereket Engida** and [@&#8203;jonathansamines](https://github.com/jonathansamines) in [#&#8203;6314](https://github.com/better-auth/better-auth/issues/6314) [<samp>(3f06d)</samp>](https://github.com/better-auth/better-auth/commit/3f06dd2dd) - **expo**: - Add `webBrowserOptions` to openAuthSessionAsync  -  by [@&#8203;himself65](https://github.com/himself65) and **Copilot** in [#&#8203;7054](https://github.com/better-auth/better-auth/issues/7054) [<samp>(d1184)</samp>](https://github.com/better-auth/better-auth/commit/d1184d8df) - **saml**: - Add XML parser hardening with configurable size limits  -  by [@&#8203;Paola3stefania](https://github.com/Paola3stefania) in [#&#8203;6805](https://github.com/better-auth/better-auth/issues/6805) [<samp>(6e1f4)</samp>](https://github.com/better-auth/better-auth/commit/6e1f41f50) - **stripe**: - Flexible subscription cancellation and termination management  -  by [@&#8203;bytaesu](https://github.com/bytaesu) and [@&#8203;GautamBytes](https://github.com/GautamBytes) in [#&#8203;6961](https://github.com/better-auth/better-auth/issues/6961) [<samp>(c128d)</samp>](https://github.com/better-auth/better-auth/commit/c128d4c8e) - Handle `customer.subscription.created` webhook event  -  by [@&#8203;bytaesu](https://github.com/bytaesu), **Copilot** and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;6924](https://github.com/better-auth/better-auth/issues/6924) [<samp>(cf64f)</samp>](https://github.com/better-auth/better-auth/commit/cf64f36a4) - Add `disableRedirect` option for subscription and billing  -  by [@&#8203;himself65](https://github.com/himself65) and **Valerii Strilets** in [#&#8203;7068](https://github.com/better-auth/better-auth/issues/7068) [<samp>(11493)</samp>](https://github.com/better-auth/better-auth/commit/11493d48c) #####    🐞 Bug Fixes - Correct `accountLinking` default to `true`  -  by [@&#8203;bytaesu](https://github.com/bytaesu) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;6963](https://github.com/better-auth/better-auth/issues/6963) [<samp>(0ccdf)</samp>](https://github.com/better-auth/better-auth/commit/0ccdf966d) - Add supportsArrays to memory and mongodb adapters  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;6984](https://github.com/better-auth/better-auth/issues/6984) [<samp>(855db)</samp>](https://github.com/better-auth/better-auth/commit/855db0481) - Sync `updateSession` changes to secondary storage and active-sessions list  -  by [@&#8203;Ridhim-RR](https://github.com/Ridhim-RR), [@&#8203;bytaesu](https://github.com/bytaesu) and **Taesu** in [#&#8203;6988](https://github.com/better-auth/better-auth/issues/6988) [<samp>(13dbf)</samp>](https://github.com/better-auth/better-auth/commit/13dbfd696) - **admin**: - Custom role type inference  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;6997](https://github.com/better-auth/better-auth/issues/6997) [<samp>(63438)</samp>](https://github.com/better-auth/better-auth/commit/63438d0a9) - UserId check in `/has-permission`  -  by [@&#8203;himself65](https://github.com/himself65) and **Copilot** in [#&#8203;7016](https://github.com/better-auth/better-auth/issues/7016) [<samp>(adc88)</samp>](https://github.com/better-auth/better-auth/commit/adc88c75d) - **anonymous**: - Missing path breaks anonymous hooks  -  by [@&#8203;ping-maxwell](https://github.com/ping-maxwell) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;6794](https://github.com/better-auth/better-auth/issues/6794) [<samp>(8e85b)</samp>](https://github.com/better-auth/better-auth/commit/8e85b0d15) - **api**: - Chain plugin `onRequest` hooks properly  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7070](https://github.com/better-auth/better-auth/issues/7070) [<samp>(1ee6d)</samp>](https://github.com/better-auth/better-auth/commit/1ee6d2030) - **client**: - Prevent duplicate signal processing in atom listeners  -  by [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7018](https://github.com/better-auth/better-auth/issues/7018) [<samp>(016ba)</samp>](https://github.com/better-auth/better-auth/commit/016ba1df7) - Apply rate limit focus refetch regardless of session state  -  by [@&#8203;bytaesu](https://github.com/bytaesu) and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;7048](https://github.com/better-auth/better-auth/issues/7048) [<samp>(bf423)</samp>](https://github.com/better-auth/better-auth/commit/bf42379be) - **expo**: - Improve `parseSetCookieHeader`  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;6990](https://github.com/better-auth/better-auth/issues/6990) [<samp>(66a61)</samp>](https://github.com/better-auth/better-auth/commit/66a6131e4) - **oauth-provider**: - Support jwksPath  -  by [@&#8203;dvanmali](https://github.com/dvanmali) in [#&#8203;6989](https://github.com/better-auth/better-auth/issues/6989) [<samp>(54847)</samp>](https://github.com/better-auth/better-auth/commit/5484706ce) - Only session db store currently supported  -  by [@&#8203;dvanmali](https://github.com/dvanmali) in [#&#8203;7000](https://github.com/better-auth/better-auth/issues/7000) [<samp>(49821)</samp>](https://github.com/better-auth/better-auth/commit/49821baed) - **oauth-proxy**: - Point provider requests to production and fix cookie handling in non-HTTPS environments  -  by [@&#8203;bytaesu](https://github.com/bytaesu) and **Bereket Engida** in [#&#8203;6472](https://github.com/better-auth/better-auth/issues/6472) [<samp>(8e6ad)</samp>](https://github.com/better-auth/better-auth/commit/8e6ad9304) - **organization**: - Remove unnecessary type re-export  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;7011](https://github.com/better-auth/better-auth/issues/7011) [<samp>(40df9)</samp>](https://github.com/better-auth/better-auth/commit/40df9a4f1) - **passkey**: - Use `data.id` instead of `challengeId` in deleteVerificationValue  -  by [@&#8203;GautamBytes](https://github.com/GautamBytes) in [#&#8203;6826](https://github.com/better-auth/better-auth/issues/6826) [<samp>(8b4cd)</samp>](https://github.com/better-auth/better-auth/commit/8b4cdc766) - **stripe**: - Add 'subscription/restore' to pathMethods  -  by [@&#8203;bytaesu](https://github.com/bytaesu) in [#&#8203;6959](https://github.com/better-auth/better-auth/issues/6959) [<samp>(9acb7)</samp>](https://github.com/better-auth/better-auth/commit/9acb79980) - Prevent trial abuse by checking all user subscriptions  -  by [@&#8203;GautamBytes](https://github.com/GautamBytes), **Taesu** and [@&#8203;himself65](https://github.com/himself65) in [#&#8203;6950](https://github.com/better-auth/better-auth/issues/6950) [<samp>(08895)</samp>](https://github.com/better-auth/better-auth/commit/088955af7) #####     [View changes on GitHub](https://github.com/better-auth/better-auth/compare/v1.4.9...v1.4.10) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni45IiwidXBkYXRlZEluVmVyIjoiNDIuNjYuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Renovate-Clanker added 1 commit 2025-12-31 15:26:41 +00:00
Renovate-Clanker scheduled this pull request to auto merge when all checks succeed 2025-12-31 15:26:41 +00:00
bagas merged commit aef6f72396 into main 2025-12-31 16:12:35 +00: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#28