-
Notifications
You must be signed in to change notification settings - Fork 0
Bump better-auth from 1.3.8 to 1.3.24 #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
2e99f25 to
8a16613
Compare
8a16613 to
256c81d
Compare
256c81d to
45dbc01
Compare
packages/backend/package.json
Outdated
| "@polar-sh/sdk": "^0.35.4", | ||
| "@t3-oss/env-core": "^0.13.8", | ||
| "better-auth": "1.3.8", | ||
| "better-auth": "1.3.24", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The updated better-auth@1.3.24 and its transitive dependencies now require Node.js >= 20.19.0, but the project doesn't specify a minimum Node version, which could cause runtime failures.
View Details
📝 Patch Details
diff --git a/packages/backend/package.json b/packages/backend/package.json
index 3e2760e..d49fd20 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -12,6 +12,9 @@
"@types/node": "^24.3.0",
"typescript": "^5.9.2"
},
+ "engines": {
+ "node": ">=20.19.0"
+ },
"dependencies": {
"@diff0/sandbox": "workspace:*",
"@diff0/ai": "workspace:*",
Analysis
Missing Node.js version requirement for better-auth@1.3.24 cryptographic dependencies
What fails: The better-auth@1.3.24 package requires Node.js >=20.19.0 via transitive dependencies @noble/ciphers@2.0.1 and @noble/hashes@2.0.1, but the project lacks an engines field specification.
How to reproduce:
# Install dependencies on Node.js < 20.19.0
cd packages/backend
pnpm install # May succeed but runtime could fail
# Check dependency requirements
cat node_modules/.pnpm/@noble+ciphers@2.0.1/node_modules/@noble/ciphers/package.json | grep engines
cat node_modules/.pnpm/@noble+hashes@2.0.1/node_modules/@noble/hashes/package.json | grep enginesResult: Dependencies specify "engines": { "node": ">= 20.19.0" } but project has no corresponding specification, creating deployment compatibility risks.
Expected: Project should specify Node.js version requirement in engines field per npm engines documentation to match transitive dependency requirements and ensure consistent deployment environments.
45dbc01 to
fb00f9c
Compare
fb00f9c to
9815dec
Compare
9815dec to
cdf2847
Compare
cdf2847 to
d77e9c4
Compare
d77e9c4 to
0a41301
Compare
Bumps [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) from 1.3.8 to 1.3.24. - [Release notes](https://github.com/better-auth/better-auth/releases) - [Commits](https://github.com/better-auth/better-auth/commits/v1.3.24/packages/better-auth) --- updated-dependencies: - dependency-name: better-auth dependency-version: 1.3.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
0a41301 to
04d0bdd
Compare
|
Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request. |
|
Superseded by #27. |
Bumps better-auth from 1.3.8 to 1.3.24.
Commits
0fc35e4chore: release v1.3.242e9e639chore: fix adapter tests (#4844)aba9aabfix(db):onDeleteis ignored (#4973)3440829chore: misc update1b49c39fix: refresh secondary storage sessions on user update (#4522)80b8c47fix: refresh secondary storage sessions on user update (#4522)574b962perf: improve typeAuth(#4930)458cb20feat: add support for custom callback for authorization url (#4919)2852122refactor: move mockLogger into the specific test file (#4931)44d3f4erefactor: move db schema to core (#4918)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)