Skip to content

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

Merged
nikosdouvlis merged 1 commit into
mainfrom
fix-sdk-node-clerk-client
Dec 15, 2023
Merged

fix(clerk-sdk-node): Fix forgotten Clerk instead of createClerkClient#2368
nikosdouvlis merged 1 commit into
mainfrom
fix-sdk-node-clerk-client

Conversation

@dimkl

@dimkl dimkl commented Dec 15, 2023

Copy link
Copy Markdown
Contributor

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
@changeset-bot

changeset-bot Bot commented Dec 15, 2023

Copy link
Copy Markdown

🦋 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
@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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants