Skip to content
Open
Show file tree
Hide file tree
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
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@clerk/backend": "^3.15.1",
"@clerk/backend": "^3.16.4",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔍 Transitive @clerk/shared jumps two minor versions alongside the bump

The lockfile change accompanying this bump also moves the transitive @clerk/shared dependency from 4.27.1 to 4.29.1 (see the node_modules/@clerk/shared entry in package-lock.json), which pulls in feature changes beyond the documented @clerk/backend patch notes (e.g. billing/promo-code work). @clerk/clerk-react also depends on @clerk/shared, so the frontend package now resolves against the newer shared version too. Worth confirming the local gate described in CONTRIBUTING.md (npm test, npx tsc --noEmit, npm run lint, preflight, worker dry-runs, npm audit --omit=dev --audit-level=high) was run against the updated tree, since only manifest/lockfile files changed and no code was adapted.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

"@clerk/clerk-react": "^5.61.9",
"aws4fetch": "^1.0.20",
"drizzle-orm": "0.45.2",
Expand Down
Loading