Skip to content

fix(clerk-expo): Use base-64 package instead of isomorphic from @clerk/shared#2230

Merged
octoper merged 2 commits intomainfrom
vaggelis/fix-expo-buffer-base-64
Nov 29, 2023
Merged

fix(clerk-expo): Use base-64 package instead of isomorphic from @clerk/shared#2230
octoper merged 2 commits intomainfrom
vaggelis/fix-expo-buffer-base-64

Conversation

@octoper
Copy link
Copy Markdown
Member

@octoper octoper commented Nov 29, 2023

Description

This PR revert's the change about using the isomorphic encode and decode helpers from @clerk/shared to use the base-64 package.

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

@octoper octoper requested a review from dimkl November 29, 2023 12:34
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Nov 29, 2023

🦋 Changeset detected

Latest commit: 151c2f5

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

This PR includes changesets to release 1 package
Name Type
@clerk/clerk-expo Minor

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

"node": ">= 10"
}
},
"node_modules/@next/swc-darwin-x64": {
Copy link
Copy Markdown
Contributor

@dimkl dimkl Nov 29, 2023

Choose a reason for hiding this comment

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

⛔ We should drop the node_modules/@next changes from the package-lock.json. Those are existing entries (check below), they are just re-ordered.

@octoper octoper enabled auto-merge November 29, 2023 12:38
@octoper octoper added this pull request to the merge queue Nov 29, 2023
Merged via the queue into main with commit 2b1d767 Nov 29, 2023
@octoper octoper deleted the vaggelis/fix-expo-buffer-base-64 branch November 29, 2023 12:54
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