Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@polar-sh/better-auth": "^1.6.3",
"@polar-sh/sdk": "^0.42.1",
"@sinclair/typebox": "^0.34.15",
"better-auth": "1.4.7",
"better-auth": "1.4.9",
"drizzle-orm": "^0.44.7",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Lockfile not updated alongside package.json

The root bun.lock file was not updated as part of this PR and still references better-auth at 1.4.7. Because Bun resolves installed packages from the lockfile rather than package.json directly, any environment that runs bun install using the existing lockfile will continue to install 1.4.7 rather than the intended 1.4.9.

To fix, run bun install locally after merging (or as part of this PR) to regenerate bun.lock with the updated better-auth version, and commit the updated lockfile.

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/server/package.json
Line: 22

Comment:
**Lockfile not updated alongside package.json**

The root `bun.lock` file was not updated as part of this PR and still references `better-auth` at `1.4.7`. Because Bun resolves installed packages from the lockfile rather than `package.json` directly, any environment that runs `bun install` using the existing lockfile will continue to install `1.4.7` rather than the intended `1.4.9`.

To fix, run `bun install` locally after merging (or as part of this PR) to regenerate `bun.lock` with the updated `better-auth` version, and commit the updated lockfile.

How can I resolve this? If you propose a fix, please make it concise.

"elysia": "^1.4.19",
"ioredis": "^5.4.2",
Expand Down