Skip to content

chore(expo): TypeScript 6.0 compatibility#8200

Merged
dstaley merged 1 commit intods.chore/ts-6.0from
ds.chore/ts-6.0-expo
Mar 31, 2026
Merged

chore(expo): TypeScript 6.0 compatibility#8200
dstaley merged 1 commit intods.chore/ts-6.0from
ds.chore/ts-6.0-expo

Conversation

@dstaley
Copy link
Copy Markdown
Member

@dstaley dstaley commented Mar 30, 2026

Description

This PR updates @clerk/expo to be compatible with TypeScript 6.0 by migrating to tsdown. It included updating the lib config to es2019 from es6 to support Array.flat and Array.includes, along with replacing instances of global with globalThis.

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:

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 30, 2026

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

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Mar 30, 2026 3:51pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 30, 2026

⚠️ No Changeset found

Latest commit: 919bc53

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added the expo label Mar 30, 2026
@jacekradko jacekradko requested a review from chriscanin March 30, 2026 16:40
Copy link
Copy Markdown
Member

@wobsoriano wobsoriano left a comment

Choose a reason for hiding this comment

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

looks good here, but deferring to @chriscanin

@chriscanin
Copy link
Copy Markdown
Member

@wobsoriano @dstaley , this is looking good, I have spent a little time to build and test, and verify the removal of the legacyoutput: true does not break anything. The code is looking good, and this should be safe to merge in.

Copy link
Copy Markdown
Member

@chriscanin chriscanin left a comment

Choose a reason for hiding this comment

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

Looking good, working well. Tested and verified nothing is breaking.

@dstaley dstaley merged commit b9c484f into ds.chore/ts-6.0 Mar 31, 2026
13 checks passed
@dstaley dstaley deleted the ds.chore/ts-6.0-expo branch March 31, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants