chore(deps): bump better-auth from 1.4.7 to 1.4.9 in /apps/web#56
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump better-auth from 1.4.7 to 1.4.9 in /apps/web#56dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) from 1.4.7 to 1.4.9. - [Release notes](https://github.com/better-auth/better-auth/releases) - [Commits](https://github.com/better-auth/better-auth/commits/v1.4.9/packages/better-auth) --- updated-dependencies: - dependency-name: better-auth dependency-version: 1.4.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
| "@tsparticles/slim": "^3.9.1", | ||
| "@types/mdx": "^2.0.13", | ||
| "better-auth": "1.4.7", | ||
| "better-auth": "1.4.9", |
Contributor
There was a problem hiding this comment.
Lockfile not updated alongside
package.json
The root bun.lock file still resolves better-auth to 1.4.7 (confirmed at line 21 and line 64 of the lockfile), even though this PR bumps apps/web/package.json to 1.4.9. Bun uses the lockfile for deterministic installs, so any developer or CI pipeline running bun install --frozen-lockfile (or relying on the lockfile for reproducible builds) will continue installing 1.4.7, not 1.4.9.
Dependabot appears not to have updated the bun.lock file — likely because full Bun lockfile support isn't available for this Dependabot configuration. After merging, the lockfile should be regenerated by running bun install and committing the updated bun.lock.
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/web/package.json
Line: 32
Comment:
**Lockfile not updated alongside `package.json`**
The root `bun.lock` file still resolves `better-auth` to `1.4.7` (confirmed at line 21 and line 64 of the lockfile), even though this PR bumps `apps/web/package.json` to `1.4.9`. Bun uses the lockfile for deterministic installs, so any developer or CI pipeline running `bun install --frozen-lockfile` (or relying on the lockfile for reproducible builds) will continue installing 1.4.7, not 1.4.9.
Dependabot appears not to have updated the `bun.lock` file — likely because full Bun lockfile support isn't available for this Dependabot configuration. After merging, the lockfile should be regenerated by running `bun install` and committing the updated `bun.lock`.
How can I resolve this? If you propose a fix, please make it concise.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps better-auth from 1.4.7 to 1.4.9.
Release notes
Sourced from better-auth's releases.
... (truncated)
Commits
35fcd1achore: release v1.4.9b96c38bMerge branch 'canary'148b32echore: release v1.4.85c2180efix: correct wildcard pattern matching fortrustedOrigins(#6904)ae90b48fix: correct wildcard pattern matching fortrustedOrigins(#6904)70d49e7fix: don't set state query param if state is not provided (#6822)cd77223fix: don't set state query param if state is not provided (#6822)60c77fafix: use operator in list members where clause (#6850)da82085fix: use operator in list members where clause (#6850)d808c31fix(client): set session data on refreshManager (#6932)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Greptile Summary
This PR is a Dependabot-generated dependency bump that updates
better-authfrom1.4.7to1.4.9inapps/web/package.json.bun.lockfile was not updated by Dependabot alongsidepackage.json. It still pinsbetter-authat1.4.7. Since the project uses Bun,bun installwill respect the lockfile and continue installing1.4.7until the lockfile is regenerated and committed. A follow-upbun install+ lockfile commit is needed after merging.Prevent impersonating admins by default. If the application usesbetter-auth's admin plugin with the user impersonation feature, this behaviour change should be reviewed to confirm it doesn't regress any admin functionality.Important Files Changed
better-authfrom 1.4.7 to 1.4.9, but the rootbun.lockfile is not updated, leaving a version mismatch between the manifest and the lockfile.Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "chore(deps): bump better-auth from 1.4.7..." | Re-trigger Greptile