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

Already on GitHub? Sign in to your account

fix(deps): update dependency @stripe/stripe-js to v4 #10757

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stripe/stripe-js (source) 2.4.0 -> 4.10.0 age adoption passing confidence

Release Notes

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

v4.10.0

Compare Source

New features
  • Add missing payment element layout visibleAccordionItemsCount type (#​674)
Fixes
  • Update amount currency option type and ECE available PMs type (#​675)
Changed

v4.9.0

Compare Source

New features
  • Add bindings for CurrencySelectorElement (#​669)
  • Update Custom Checkout SDK types (#​671)
  • Add Type Support for Multibanco and Twint (#​666)
Fixes
Changed

v4.8.0

Compare Source

New features
  • Add onLineItemsChange option for embeddedCheckout (#​665)
  • Add if_required type to PE fields.billingDetails.address (#​661)
  • Add new change event types (#​659)
  • v4.7.0

v4.7.0

Compare Source

New features
  • Add microdeposit type to Setup Intent next actions object (#​656)
Fixes
  • Match @​types/node to TS version for each run of npm test:types (#​655)
  • Bump express from 4.19.2 to 4.21.0 in /examples/webpack (#​654)

v4.6.0

Compare Source

Fixes
  • Update StripeElementsUpdateOptions with customerSessionClientSecret (#​653)

v4.5.0

Compare Source

<- Please group the following commits into one of the sections below. -->
<- Remove empty sections when done. -->

New features
  • Add paymentMethodOrder option to paymentMethodMessaging element types (#​648)
Changed
  • Mark paymentMethodTypes as optional for PMME (#​646)

v4.4.0

Compare Source

New features
  • Add network preference for PE default values (#​639)
  • Add amazon_pay to Elements expressPaymentType (#​638)
Fixes
Changed

v4.3.0

Compare Source

New features
  • add networks param (#​637)
  • add options param to getElement for address element (#​636)
  • Add onShippingDetailsChange type for embedded checkout (#​633)
Fixes
Changed

v4.2.0

Compare Source

New features
  • Update Custom Checkout SDK type (#​631)
Fixes
  • Bump ws from 6.2.2 to 6.2.3 in /examples/webpack (#​626)
Changed

v4.1.0

Compare Source

New features
  • Update types for Saved Payment Methods (#​625)
Fixes
  • Bump ws from 5.2.3 to 5.2.4 in /examples/parcel (#​624)

v4.0.0

Compare Source

New features
  • Extend ButtonThemeOption type (#​620)
    This change extends ButtonThemeOption to include themes for PayPal for Express Checkout Element
Changed
  • Change ExpressCheckout Element wallets type to paymentMethods (#​622)
    This change deprecates wallets in StripeExpressCheckoutElementOptions and adds paymentMethods instead. paymentMethods extends the original wallets with link, paypal, and amazonPay.
    • ExpressCheckoutWalletOption is removed as a type. Its usage should be replaced with ExpressCheckoutPaymentMethodOptionWithAlways.

v3.5.0

Compare Source

New features
  • Add paymentMethodOrder to StripeCustomCheckoutExpressCheckoutElementsOptions (#​613)
  • Type support for MobilePay (#​610)
Fixes
  • Fix Billing Details Types (#​611)

v3.4.1

Compare Source

Fixes
  • Update stripe.d.ts for updating the StripeError interface (#​588)

v3.4.0

Compare Source

New features
  • add dedicated setupintent types; add confirmation_token (#​606)
Fixes
  • Build before running tests (#​598)
  • Add arethetypeswrong to CI/publish scripts (#​597)

v3.3.0

Compare Source

v3.2.0: v.3.2.0

Compare Source

New features
  • Add allow_redisplay parameter to ConfirmationTokenCreateParams and ConfirmPaymentData (#​584)
  • onBehalfOf should be updateable (#​585)
Changed
  • Bump express from 4.17.1 to 4.19.2 in /examples/rollup (#​582)

v3.1.0

Compare Source

New features
  • Add types for Confirmation Token GA (#​556)
Fixes
  • Improved type mismatch fix (#​577)

v3.0.10

Compare Source

Fixes
  • Revert "Fix mismatched types between entrypoint and pure modules (#​565)" (#​576)

v3.0.9

Compare Source

Fixes
  • Fix mismatched types between entrypoint and pure modules (#​565)

v3.0.8

Compare Source

New features
Fixes
  • Add allow_redisplay to Typescript definitions (#​572)
  • add fetchClientSecret param to embedded Checkout options type (#​569)
Changed

v3.0.7

Compare Source

New features
Fixes
  • Update Custom Checkout types (#​567)
Changed

v3.0.6

Compare Source

New features
Fixes
  • Fix ConfirmCashappSetupOptions typing (#​561)
Changed
  • Bump ip from 1.1.5 to 1.1.9 in /examples/webpack (#​557)

v3.0.5

Compare Source

Fixes
  • Remove window declarations from pure types (#​560)

v3.0.4

Compare Source

This release removes conditional exports added in the 3.0.x release series. Support for the moduleResolution=node strategy in TypeScript is restored.

Fixes
  • Remove conditional exports (#​555)
  • Add pure dir to prettierignore (#​558)

v3.0.3

Compare Source

Fixes
  • Fix types for node16/bundler module resolution strategies (#​553)
  • revert mts (#​552)
Changed

v3.0.3 provides a fix for some of the issues in previous v3.0.x releases.

v3.0.2

Compare Source

⚠️ We are aware of an issue impacting builds for some TypeScript users in our package releases v3.0.0, v3.0.1, v3.0.2 and recommend users to upgrade to our latest package release v3.0.3 which contains a fix. ⚠️

Fixes
  • Fix TypeScript types for some builds (#​551)
Changed

An additional fix for ESM change from v3.0.0

v3.0.1

Compare Source

⚠️ We are aware of an issue impacting builds for some TypeScript users in our package releases v3.0.0, v3.0.1, v3.0.2 and recommend users to upgrade to our latest package release v3.0.3 which contains a fix. ⚠️

Fixes
Changed

New release provides fix for v3.0.0 related issues

v3.0.0

Compare Source

⚠️ We are aware of an issue impacting builds for some TypeScript users in our package releases v3.0.0, v3.0.1, v3.0.2 and recommend users to upgrade to our latest package release v3.0.3 which contains a fix. ⚠️

Fixes
Changed
  • Bump follow-redirects from 1.14.9 to 1.15.4 in /examples/webpack (#​536)
  • v2.4.0

Note: This release fixes ES module imports with this pull request [https://github.com/stripe/stripe-js/pull/541](https://redirect.github.com/stripe/stripe-js/pull/541)1]. Please update imports accordingly when updating to this new major release.


Configuration

📅 Schedule: Branch creation - "every weekday after 2:00 am before 6:00 am,every weekend" (UTC), 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.

Copy link

vercel bot commented Oct 24, 2024

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

Name Status Preview Comments Updated (UTC)
opencollective-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 0:24am
opencollective-styleguide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 0:24am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant