Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@stripe/react-stripe-js ^3.7.0^5.0.0 age confidence

Release Notes

stripe/react-stripe-js (@​stripe/react-stripe-js)

v5.5.0

Compare Source

New features
  • Add full PaymentFormElement props and options support (#​654)
Fixes

v5.4.1

Compare Source

Changed
  • Bump min-document from 2.19.0 to 2.19.2 (#​644)
  • Bump js-yaml from 3.14.1 to 3.14.2 (#​641)

v5.4.0

Compare Source

New features
  • Add PaymentForm Element (#​643)
  • Removes beta comment from CurrencySelector element. (#​642)
  • Export disclosure components with typing (#​640)

v5.3.0

Compare Source

New features
  • Add Issuing disclosure React component (#​633)
Fixes
  • Add onChange to Shipping and Billing Address Element (#​637)
Changed
  • [EwCS]: Update storybook with loadActionsResult (#​632)

v5.2.0

Compare Source

  • v5.1.0
  • Add Financial Account for Platforms disclosure React component (#​630)
New features
Fixes
Changed

v5.0.0

Compare Source

Stripe.js Clover changelog: https://docs.stripe.com/changelog?category=stripejs

Fixes
  • export StripeCheckoutValue from checkout entrypoint #​625 (#​625)
Changed
  • Remove Clover element types (#​626)
  • [breaking] Update CheckoutProvider to use new shape (#​615)
  • [EwCS] update storybook example to v4 (#​622)

v4.0.2

Compare Source

Changed
  • Add release candidate logic to publish script (#​618)

v4.0.1

Compare Source

Fixes
  • Fix Shipping/BillingAddressElement Render (#​616)
Changed
  • Bump sha.js from 2.4.11 to 2.4.12 (#​610)
  • Bump cipher-base from 1.0.4 to 1.0.6 (#​614)

v4.0.0

Compare Source

Changed
  • [breaking] split out custom checkout imports (#​609)
  • Update useCheckout to return loading/error states (#​606)
Upgrade guidance
Import changes

Checkout paths changed:
Note: this only applies to Elements with Checkout Sessions API integrations.

import {useCheckout, PaymentElement} from '@​stripe/react-stripe-js';

to

import {useCheckout, PaymentElement} from '@​stripe/react-stripe-js/checkout';
useCheckout changes

Previously:

  • CheckoutProvider renders children if initCheckout succeeded, and null otherwise.
  • useCheckout() returns the SDK if initCheckout succeeded, and throws an error otherwise.

Now (>= v4.0.0):

  • CheckoutProvider renders children unconditionally.
  • useCheckout() returns a disjoint union describing the asynchronous state. The new return value now looks like:
type useCheckout = () =>
  | {type: 'loading'}
  | {
      type: 'success';
      checkout: CheckoutValue;
    }
  | {type: 'error'; error: {message: string}};

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/stripe-react-stripe-js-5.x branch from cd108de to 6a19607 Compare October 8, 2025 04:27
@renovate renovate bot force-pushed the renovate/stripe-react-stripe-js-5.x branch from 6a19607 to ec660f2 Compare October 27, 2025 20:02
@renovate renovate bot force-pushed the renovate/stripe-react-stripe-js-5.x branch 2 times, most recently from d93b6e4 to 2554b9a Compare November 10, 2025 18:39
@renovate renovate bot force-pushed the renovate/stripe-react-stripe-js-5.x branch from 2554b9a to befe2d1 Compare November 18, 2025 23:05
@renovate renovate bot changed the title Update dependency @stripe/react-stripe-js to v5 fix(deps): update dependency @stripe/react-stripe-js to v5 Nov 21, 2025
@renovate renovate bot force-pushed the renovate/stripe-react-stripe-js-5.x branch from befe2d1 to ba79d71 Compare November 24, 2025 21:05
@renovate renovate bot force-pushed the renovate/stripe-react-stripe-js-5.x branch from ba79d71 to 651d2d1 Compare December 3, 2025 18:45
@renovate renovate bot force-pushed the renovate/stripe-react-stripe-js-5.x branch from 651d2d1 to 9872366 Compare December 31, 2025 17:15
@renovate renovate bot force-pushed the renovate/stripe-react-stripe-js-5.x branch from 9872366 to 7a6db13 Compare January 19, 2026 16:03
@renovate renovate bot force-pushed the renovate/stripe-react-stripe-js-5.x branch from 7a6db13 to 4d61774 Compare January 26, 2026 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant