Commit Graph
125 Commits
Author SHA1 Message Date
Gustavo Valverde bf7f2c5b4e chore: sync main to next 2026-06-10 11:30:38 -07:00
TaesuandGitHub 2ac00fe421 chore: bump better-call and @better-fetch/fetch (#9955) 2026-06-09 21:34:16 +00:00
ef4e131b85 fix(kysely-adapter): inline migration-table constants to fix Turbopack build (#9933)
Co-authored-by: bytaesu <166604494+bytaesu@users.noreply.github.com>
2026-06-08 12:20:53 +00:00
0933c050ff fix(kysely-adapter): import migration constants from 'kysely/migration' (#9811)
Co-authored-by: unsiqasik <rkhandriantonew@gmail.com>
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
2026-06-03 22:32:20 +00:00
Gustavo Valverde a99a331376 chore: pin kysely and zod, regenerate lockfiles for merged deps (#9533)
Reconcile pnpm-lock.yaml (root) and demo/nextjs/pnpm-lock.yaml with the merged
package.json and pnpm-workspace.yaml overrides: next's workspace versions plus
main's security bumps (samlify 2.13.1, fast-xml-parser 5.8.0) and the #9820
transitive-version overrides. demo/nextjs is a standalone pnpm project whose
lockfile was resolved to next's during the merge while its workspace took
main's overrides, so it is regenerated to match.

Two root overrides pin dependencies to next's working versions:
- kysely 0.28.17 (main's resolved version). The catalog range permits 0.29,
  but kysely 0.29's ESM build dropped the migration-table exports the
  kysely-adapter node:sqlite introspector imports, breaking table discovery.
- zod 4.x to 4.3.6. better-call's zod peer otherwise resolves to 4.4.3, which
  produces a third zod copy that makes the docs app resolve zod to the 3.x
  line and fails react-hook-form's zodResolver type check.

main reaches these versions through its release-age policy; next pins them
explicitly because that policy does not resolve in every environment. Remove
the pins once the kysely 0.29 and zod 4.4 upgrades land with their fixes.

Verified: frozen install (root and all demos) under the strict policy, docs
tsc, build, and the OAuth/SSO/oauth-provider regression suites.
2026-05-31 01:36:10 +01:00
Gustavo ValverdeandGitHub a1028d9f1f fix(deps): force patched transitive versions via pnpm overrides (#9820) 2026-05-30 23:40:38 +01:00
TaesuandGitHub 6f3caa390b chore: exclude @better-auth/*, @better-fetch/fetch and better-call from minimumReleaseAge (#9790) 2026-05-28 23:49:50 +00:00
TaesuandGitHub 2b7937fc2f chore: bump @better-auth/utils (#9791) 2026-05-28 23:25:57 +00:00
04303a92ac fix(deps): widen Kysely peer dependency range for 0.29 support (#9683)
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
Co-authored-by: ping-maxwell <maxwell.multinite@gmail.com>
2026-05-19 17:28:38 +00:00
Gustavo ValverdeandGitHub e637c7d8ff fix(deps): resolve dependabot security alerts (#9662) 2026-05-18 01:41:47 +00:00
TaesuandGitHub c0afab040b chore(pnpm): set minimumReleaseAge to 1440 minutes (#9594) 2026-05-12 19:25:21 +00:00
TaesuandGitHub 8cd6fc5136 chore: restore pnpm v11 upgrade and bump to v11.1.1 (#9541) 2026-05-12 19:12:14 +00:00
TaesuandGitHub 62b8793c11 chore(deps): consolidate kysely into pnpm catalog (#9569) 2026-05-12 07:38:59 +00:00
TaesuandGitHub 698678bcd0 chore: revert pnpm v11 upgrade and action-setup bump (#9529) 2026-05-09 15:54:10 +00:00
TaesuandGitHub ad667541c9 chore: bump pnpm/action-setup and drop unnecessary pnpm config (#9527) 2026-05-09 15:27:09 +00:00
TaesuandGitHub d4d7888d62 chore: upgrade to pnpm v11 (#9416) 2026-05-01 02:22:49 +00:00
TaesuandGitHub fe64413cef chore: bump vitest (#9413) 2026-05-01 01:40:28 +00:00
Gustavo ValverdeandGitHub 19a3dfa63a chore(deps): add pnpm overrides for vulnerable transitive dependencies (#9167) 2026-04-22 11:06:37 +00:00
ee8b40d502 fix(deps): patch Dependabot security issues (#8838)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-06 13:16:45 +00:00
TaesuandGitHub 475d512376 chore: revert better-call v2 migration, downgrade to v1.3.5 (#8973) 2026-04-05 23:18:54 +00:00
Gustavo ValverdeandGitHub 271a5bc3fc fix: patch changesets to fix pre-release peer dep version escalation (#8942) 2026-04-03 23:12:26 +00:00
Gustavo ValverdeandGitHub e089ce127d chore(knip): fix CI blind spots and remove dead code (#8888) 2026-04-02 19:28:30 +00:00
TaesuandGitHub e3d1063a0a chore: merge landing app into docs (#8878) 2026-04-01 13:38:37 +00:00
TaesuandGitHub b495001f65 chore: add lefthook pre-commit hook (#8874) 2026-04-01 10:16:57 +00:00
TaesuandGitHub 9a539d0b53 chore: pin axios below 1.14.0 (#8852) 2026-03-31 04:21:41 +00:00
TaesuandGitHub 76ff49a934 chore: disable enableGlobalVirtualStore (#8787) 2026-03-26 14:53:38 +00:00
TaesuandGitHub 14347d2627 chore: centralize to use catalog and bump @better-auth/utils, better-call (#8684) 2026-03-26 04:09:49 +00:00
Alex YangandGitHub 5f348988b3 chore: ignore built electron dependencies (#8602) 2026-03-13 23:26:19 +00:00
Alex YangandGitHub 6bdfa5dd82 chore: enable global virtual store for git worktree support (#8600) 2026-03-13 22:39:49 +00:00
Alex YangandGitHub 0fd3ba6344 chore: bump tsdown (#8532) 2026-03-10 16:01:55 +00:00
Alex YangandGitHub 721ef3d678 chore: add method type constraints and ensure method is set (#8466) 2026-03-07 00:02:06 +00:00
Alex YangandGitHub 29b7567c2b chore: use better-call v2 (#8021) 2026-03-03 04:09:25 +00:00
Alex YangandGitHub 7a57b61f8c chore: no electron build on root (#8282) 2026-03-02 22:19:20 +09:00
Alex YangandGitHub 32c8a11de7 chore: separate the demo into different lock files (#8251) 2026-03-01 13:58:04 +00:00
Alex YangandGitHub e667d584c2 chore: bump tsdown (#8240) 2026-03-01 07:55:23 +00:00
788e58b06e docs: use local source instead of fetch script (#8231)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-03-01 06:24:28 +00:00
Alex YangandGitHub cde159ae0e chore: fix deps (#8201) 2026-02-28 10:49:58 +09:00
MaxwellandGitHub 5bc743b002 docs: new documentation/landing page (#8195) 2026-02-27 16:49:34 -08:00
Alex YangandGitHub 8048a1d367 chore: upgrade dependencies (#8183) 2026-02-27 08:11:46 +00:00
Alex YangandGitHub d5955d6ab2 chore: bump version (#7882) 2026-02-12 13:27:12 +00:00
Alex YangandGitHub 61c7d07857 chore: bump better-call (#7938) 2026-02-12 09:38:40 +00:00
Alex YangandGitHub 5bd49694a0 chore: bump better-call (#7906) 2026-02-11 09:31:04 +00:00
1c9aab3bce feat: electron integration (#7647)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-02-04 20:37:05 +00:00
TaesuandGitHub e6740d96e2 chore: bump better-call (#7740) 2026-02-01 05:59:09 +00:00
Alex YangandGitHub c1f046f588 chore: bump version (#7646) 2026-01-27 23:12:31 +00:00
Alex YangandGitHub b0a6fb89c4 chore: bump version (#7626) 2026-01-27 21:05:02 +00:00
Alex YangandGitHub c937fa0b74 chore: update pnpm and enable new security features (#7634) 2026-01-27 17:53:48 +00:00
Alex YangandGitHub 89e1043d4e chore: fix pnpm config (#7580) 2026-01-23 21:05:12 +00:00
Alex YangandGitHub 8446508bc4 chore: cleanup pnpm settings (#7498) 2026-01-20 20:32:47 +00:00
Alex YangandGitHub 4bf407d161 refactor: separate adapters into different packages (#7439) 2026-01-20 06:25:17 +00:00