Skip to content

fix(clerk-js): Update minor & patch dependencies #6088

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@coinbase/wallet-sdk 4.3.0 -> 4.3.3 age adoption passing confidence
@emotion/cache (source) 11.11.0 -> 11.14.0 age adoption passing confidence
@emotion/react (source) 11.11.1 -> 11.14.0 age adoption passing confidence
@floating-ui/react (source) 0.27.5 -> 0.27.12 age adoption passing confidence
@floating-ui/react-dom (source) ^2.1.2 -> ^2.1.3 age adoption passing confidence
@formkit/auto-animate ^0.8.1 -> ^0.8.2 age adoption passing confidence
@stripe/react-stripe-js 3.1.1 -> 3.7.0 age adoption passing confidence
@stripe/stripe-js (source) 5.6.0 -> 5.10.0 age adoption passing confidence
@swc/helpers (source) ^0.5.13 -> ^0.5.17 age adoption passing confidence
browser-tabs-lock 1.2.15 -> 1.3.0 age adoption passing confidence
core-js (source) 3.41.0 -> 3.42.0 age adoption passing confidence
regenerator-runtime (source) 0.13.11 -> 0.14.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

coinbase/coinbase-wallet-sdk (@​coinbase/wallet-sdk)

v4.3.3

Compare Source

Full Changelog: coinbase/coinbase-wallet-sdk@v4.3.2...v4.3.3

WalletLink: Move heartbeat interval to a webworker 1638

v4.3.2

Compare Source

Full Changelog: coinbase/coinbase-wallet-sdk@v4.3.0...v4.3.2

v4.3.1

Compare Source

Full Changelog: coinbase/coinbase-wallet-sdk@v4.3.0...v4.3.1

emotion-js/emotion (@​emotion/cache)

v11.14.0

Compare Source

Minor Changes
  • #​3284 a19d019 Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
Patch Changes

v11.13.5

Compare Source

Patch Changes

v11.13.1

Compare Source

Patch Changes

v11.13.0

Compare Source

Minor Changes
  • #​3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #​3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

v11.12.0

Compare Source

Patch Changes
floating-ui/floating-ui (@​floating-ui/react)

v0.27.12

Compare Source

Patch Changes
  • fix(FloatingFocusManager): ensure aria-hidden/inert are cleaned up correctly when mixing outsideElementsInert true/false
  • fix(safePolygon): revert to checking if any nested child is open

v0.27.11

Compare Source

Patch Changes
  • fix(FloatingFocusManager): check if target is connected for restoreFocus prop
  • Update dependencies: @floating-ui/[email protected]

v0.27.10

Compare Source

Patch Changes
  • fix(safePolygon): handle pointer moving outside of all floating elements in a tree with a close delay
  • fix(useDismiss): bail out of blur to mark inside react tree if floating tree exists

v0.27.9

Compare Source

Patch Changes
  • fix(useListNavigation): reset internal focusItemOnOpen state when floating element is closed. This prevents the first item being highlighted on open under certain conditions when it shouldn't be.
  • fix(FloatingOverlay): lockScroll detection on iPad
  • fix(useListNavigation): avoid item rerenders upon open
  • fix(FloatingFocusManager): check for blurring to nested elements inside the React tree without FloatingTree
  • fix(FloatingFocusManager): always prevent scroll upon returning focus
  • refactor(useHover): improve handleClose option and docs. You can now more easily write a custom event handler function, including exported types.
  • feat(FloatingOverlay): add lockScroll scrollbar width CSS variable (--floating-ui-scrollbar-width)
  • feat(useListNavigation, Composite): allow disabledIndices to be a function

v0.27.8

Compare Source

Patch Changes
  • feat: export most utils under @floating-ui/react/utils. This makes it a lot easier to write your own custom interaction hooks, or copy/paste the existing ones to change the way they are implemented yourself without patching or waiting for features/breaking changes.
  • perf(FloatingFocusManager): move manual tabindex handling on floating element to an event. Improves performance when the floating element has a large amount of content or the content changes frequently e.g. virtualized scrolling.
  • fix(FloatingFocusManager): prioritize returning focus to reference if available
  • feat(useListNavigation): add parentOrientation prop

v0.27.7

Compare Source

Patch Changes
  • fix(useTransitionStatus): avoid browser from painting before floating element opens. With FloatingDelayGroup, this avoids a flicker when moving between floating elements to ensure one is always open with no missing frames.
  • fix(useListNavigation): correctly scroll to the selected item on open when using a pointer and FloatingFocusManager initialFocus is not in use
  • fix(useHover): clean up blockPointerEvents when opened with click after hover
  • fix(useRole): improve "combobox" role
  • fix(useRole): handle custom id attributes
  • feat: experimental NextFloatingDelayGroup (and useNextFloatingDelayGroup). Unlike FloatingDelayGroup, this component doesn't cause a re-render of unrelated consumers of the context when the delay changes, improving performance. This will eventually become the new default for FloatingDelayGroup in v1 (Next), as its API is different.
  • perf(FloatingFocusManager): ignore manual tabindex handling for non-dialog role floating elements
  • fix(useHover): prevent floating element unexpectedly closing when close to reference element when not using safePolygon() and a close delay
  • perf(useFloating): refactor events emitter
  • fix(FloatingFocusManager): ensure floating elements with no tabbable content are assigned tabIndex=0 when initialFocus is -1
  • fix(useListNavigation): handle list navigation for nested lists with mixed orientation

v0.27.6

Compare Source

Patch Changes
  • fix(useFloating): prevent error when using inline middleware when passing a real DOM element to refs.setPositionReference due to element.getClientRects() not being handled
  • fix: avoid marking root ancestor combobox with aria-hidden when nested virtual floating element opens
  • fix(FloatingFocusManager): set inert attribute value to empty string instead of "true"
  • fix(FloatingFocusManager): correct tabbing to different document contexts
  • fix(useClick): fix toggle behavior with Enter key when reference element is anchor
  • feat(FloatingFocusManager): getInsideElements prop. Allows you to specify elements that are considered as "inside" the floating element. These will avoid being marked with aria-hidden and data-floating-ui-inert attributes.
  • fix(useFocus): improve :focus-visible checks
floating-ui/floating-ui (@​floating-ui/react-dom)

v2.1.3

Compare Source

Patch Changes
  • fix(useFloating): correct transform default doc (@default true instead of @default false)
stripe/react-stripe-js (@​stripe/react-stripe-js)

v3.7.0

Compare Source

New features
  • Export CheckoutContextValue type for useCheckout hook (#​588)
Fixes
  • Fix clean publish bug (#​583)
  • Fix issue with ignored appearance changes. (#​589)
Changed

v3.6.0

Compare Source

Changed
  • Update stripe-js dep to v7 (#​582)

v3.5.1

Compare Source

  • Preserve Session Proxy returned from useCheckout hook (#​579)
New features
Fixes
  • Add actions to session to preserve proxy
Changed

v3.5.0

Compare Source

  • Remove silent flag (#​578)
  • Fix publish signed commit check #​697 (#​577)
  • Update implementation for Elements with Checkout Session beta 6 (#​576)
New features
Fixes
Changed

v3.4.0

Compare Source

Changed

v3.3.0

Compare Source

New features
Fixes
  • Push release commit and tag before creating release (#​560)
  • Fix lagging version in build (#​556)
Changed
  • Bump store2 from 2.12.0 to 2.14.4 (#​563)
stripe/stripe-js (@​stripe/stripe-js)

v5.10.0

Compare Source

New features
Fixes
Changed

v5.9.2

Compare Source

  • Complete release candidate testing (#​732)
  • v5.9.2-rc.1
  • Use —prerelease for non-typed release candidate versions (#​731)
  • Fix release candidate prerelease version increments (#​730)
  • Fix release candidate logic (#​729)
  • Cut over to release candidate (#​728)
New features
Fixes
Changed

v5.9.1

Compare Source

  • Add release candidate configuration (#​726)
New features
Fixes
Changed

v5.9.0

Compare Source

  • Fix TaxId Types (#​727)
  • Add types for checkout.updateTaxIdInfo and session.taxIdInfo (#​725)
New features
Fixes
Changed

v5.8.0

Compare Source

New features
Changed
  • Bump elliptic from 6.6.0 to 6.6.1 in /examples/parcel (#​722)

v5.7.0

Compare Source

  • Generalize Stripe.js detection logic (#​721)
  • Update types for ECE new integration shape (#​718)
New features
Fixes
Changed
swc-project/swc (@​swc/helpers)

v0.5.17

Compare Source

supertokens/browser-tabs-lock (browser-tabs-lock)

v1.3.0

Compare Source

  • Allows passing of custom storage handler which can be used to override the fact that this lib writes to localstorage
zloirock/core-js (core-js)

v3.42.0

Compare Source

  • Changes v3.41.0...v3.42.0 (142 commits)
  • Map upsert proposal:
    • Moved to stage 2.7, April 2025 TC39 meeting
    • Validation order of WeakMap.prototype.getOrInsertComputed updated following tc39/proposal-upsert#79
    • Built-ins:
      • Map.prototype.getOrInsert
      • Map.prototype.getOrInsertComputed
      • WeakMap.prototype.getOrInsert
      • WeakMap.prototype.getOrInsertComputed
  • Don't call well-known Symbol methods for RegExp on primitive values following tc39/ecma262#3009:
    • For avoid performance regression, temporarily, only in own core-js implementations
    • Built-ins:
      • String.prototype.matchAll
      • String.prototype.match
      • String.prototype.replaceAll
      • String.prototype.replace
      • String.prototype.search
      • String.prototype.split
  • Added workaround for the Uint8Array.prototype.setFromBase64 bug in some of Linux builds of WebKit
  • Implemented early-error iterator closing following tc39/ecma262#3467, including fix of a WebKit bug, in the following methods:
    • Iterator.prototype.drop
    • Iterator.prototype.every
    • Iterator.prototype.filter
    • Iterator.prototype.find
    • Iterator.prototype.flatMap
    • Iterator.prototype.forEach
    • Iterator.prototype.map
    • Iterator.prototype.reduce
    • Iterator.prototype.some
    • Iterator.prototype.take
  • Fixed missing forced replacement of AsyncIterator helpers
  • Added closing of sync iterator when async wrapper yields a rejection following tc39/ecma262#2600. Affected methods:
  • Added detection for throwing on undefined initial parameter in Iterator.prototype.reduce (see WebKit bug)
  • core-js-compat and core-js-builder API:
    • Added 'intersect' support for targets.esmodules (Babel 7 behavior)
    • Fixed handling of targets.esmodules: true (Babel 7 behavior)
  • Compat data improvements:
facebook/regenerator (regenerator-runtime)

v0.14.1

Compare Source

v0.14.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 7am on the first day of the week" in timezone GMT, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 8, 2025
Copy link

changeset-bot bot commented Jun 8, 2025

⚠️ No Changeset found

Latest commit: f0ec2b3

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

Copy link

vercel bot commented Jun 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 8, 2025 5:31am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clerk-js dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant