Skip to content

fix(shared): Add additional fields to signUp.update - #8320

Merged
dstaley merged 1 commit into
mainfrom
ds.fix/future-signup-update
Apr 15, 2026
Merged

fix(shared): Add additional fields to signUp.update#8320
dstaley merged 1 commit into
mainfrom
ds.fix/future-signup-update

Conversation

@dstaley

@dstaley dstaley commented Apr 15, 2026

Copy link
Copy Markdown
Member

Description

This PR adds TypeScript support for additional fields to signUp.update().

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@changeset-bot

changeset-bot Bot commented Apr 15, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: afc4d94

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 21 packages
Name Type
@clerk/shared Patch
@clerk/agent-toolkit Patch
@clerk/astro Patch
@clerk/backend Patch
@clerk/chrome-extension Patch
@clerk/clerk-js Patch
@clerk/expo-passkeys Patch
@clerk/expo Patch
@clerk/express Patch
@clerk/fastify Patch
@clerk/hono Patch
@clerk/localizations Patch
@clerk/msw Patch
@clerk/nextjs Patch
@clerk/nuxt Patch
@clerk/react-router Patch
@clerk/react Patch
@clerk/tanstack-react-start Patch
@clerk/testing Patch
@clerk/ui Patch
@clerk/vue Patch

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

@vercel

vercel Bot commented Apr 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Apr 15, 2026 5:32pm

Request Review

@pkg-pr-new

pkg-pr-new Bot commented Apr 15, 2026

Copy link
Copy Markdown

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@8320

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8320

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8320

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8320

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8320

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@8320

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8320

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8320

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8320

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8320

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8320

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8320

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8320

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8320

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8320

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8320

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8320

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8320

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8320

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8320

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8320

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8320

commit: afc4d94

@coderabbitai

coderabbitai Bot commented Apr 15, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 9905a49b-2e60-4b5f-a17f-c056a1b132c3

📥 Commits

Reviewing files that changed from the base of the PR and between 6399251 and afc4d94.

📒 Files selected for processing (2)
  • .changeset/green-sides-tickle.md
  • packages/shared/src/types/signUpFuture.ts

📝 Walkthrough

Walkthrough

This change extends the SignUpFutureUpdateParams interface in the Clerk shared package to include three new optional properties: emailAddress, phoneNumber, and username. A Changesets metadata file documents this as a patch release for the @clerk/shared package, indicating the addition of these properties to the signUp.update() API.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: adding additional fields to the signUp.update API in the shared package.
Description check ✅ Passed The description is related to the changeset, explaining that the PR adds TypeScript support for additional fields to signUp.update().
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dstaley
dstaley merged commit c7b0f47 into main Apr 15, 2026
42 checks passed
@dstaley
dstaley deleted the ds.fix/future-signup-update branch April 15, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants