Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(clerk-sdk-node): Fix forgotten Clerk instead of createClerkClient #2368

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

dimkl
Copy link
Member

@dimkl dimkl commented Dec 15, 2023

Description

This error was silent due to an existing ts-expect-error that was added in the past for a different reason. To allow type checking for the import, we splitted it to 2 different lines and added the ts-expect-error only to the part that we wanted to.

Checklist

  • npm test runs as expected.
  • npm run 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:

Packages affected

  • @clerk/backend
  • @clerk/chrome-extension
  • @clerk/clerk-js
  • @clerk/clerk-expo
  • @clerk/fastify
  • gatsby-plugin-clerk
  • @clerk/localizations
  • @clerk/nextjs
  • @clerk/clerk-react
  • @clerk/remix
  • @clerk/clerk-sdk-node
  • @clerk/shared
  • @clerk/themes
  • @clerk/types
  • build/tooling/chore

This error was silent due to a existing ts-expect-error that
was added in the past for a different reason. To allow type
checking for the import, we splitted it to 2 different lines
and added the ts-expect-error only to the part that we wanted to.
@dimkl dimkl self-assigned this Dec 15, 2023
Copy link

changeset-bot bot commented Dec 15, 2023

馃 Changeset detected

Latest commit: 85da7a4

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

This PR includes changesets to release 2 packages
Name Type
@clerk/clerk-sdk-node Minor
gatsby-plugin-clerk 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

@nikosdouvlis nikosdouvlis added this pull request to the merge queue Dec 15, 2023
Merged via the queue into main with commit a86a5fc Dec 15, 2023
8 checks passed
@nikosdouvlis nikosdouvlis deleted the fix-sdk-node-clerk-client branch December 15, 2023 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants