feat(clerk-js): add update user metadata method#8537
Conversation
🦋 Changeset detectedLatest commit: 59982f4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 20 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis PR adds a new Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
|
!snapshot |
|
Hey @brunol95 - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/astro@3.2.3-snapshot.v20260513155808 --save-exact
npm i @clerk/backend@3.4.8-snapshot.v20260513155808 --save-exact
npm i @clerk/chrome-extension@3.1.25-snapshot.v20260513155808 --save-exact
npm i @clerk/clerk-js@6.11.0-snapshot.v20260513155808 --save-exact
npm i @clerk/dev-cli@0.1.1-snapshot.v20260513155808 --save-exact
npm i @clerk/expo@3.2.11-snapshot.v20260513155808 --save-exact
npm i @clerk/expo-passkeys@1.0.24-snapshot.v20260513155808 --save-exact
npm i @clerk/express@2.1.16-snapshot.v20260513155808 --save-exact
npm i @clerk/fastify@3.1.26-snapshot.v20260513155808 --save-exact
npm i @clerk/hono@0.1.26-snapshot.v20260513155808 --save-exact
npm i @clerk/localizations@4.6.3-snapshot.v20260513155808 --save-exact
npm i @clerk/msw@0.0.24-snapshot.v20260513155808 --save-exact
npm i @clerk/nextjs@7.3.4-snapshot.v20260513155808 --save-exact
npm i @clerk/nuxt@2.4.3-snapshot.v20260513155808 --save-exact
npm i @clerk/react@6.6.3-snapshot.v20260513155808 --save-exact
npm i @clerk/react-router@3.2.4-snapshot.v20260513155808 --save-exact
npm i @clerk/shared@4.11.0-snapshot.v20260513155808 --save-exact
npm i @clerk/tanstack-react-start@1.2.4-snapshot.v20260513155808 --save-exact
npm i @clerk/testing@2.0.28-snapshot.v20260513155808 --save-exact
npm i @clerk/ui@1.9.2-snapshot.v20260513155808 --save-exact
npm i @clerk/upgrade@2.0.3-snapshot.v20260513155808 --save-exact
npm i @clerk/vue@2.2.3-snapshot.v20260513155808 --save-exact |
Description
This PR introduces the
updateMetadatamethod on the user objecthttps://clerk.com/docs/reference/frontend-api/2025-11-10/tag/user/PATCH/v1/me/metadata
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change