Skip to content

Commit

Permalink
fix(deps): update dependency @stripe/stripe-js to v5 (#1339)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@stripe/stripe-js](https://stripe.com/docs/js) ([source](https://redirect.github.com/stripe/stripe-js)) | [`4.10.0` -> `5.2.0`](https://renovatebot.com/diffs/npm/@stripe%2fstripe-js/4.10.0/5.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@stripe%2fstripe-js/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stripe%2fstripe-js/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stripe%2fstripe-js/4.10.0/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stripe%2fstripe-js/4.10.0/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>stripe/stripe-js (@&#8203;stripe/stripe-js)</summary>

### [`v5.2.0`](https://redirect.github.com/stripe/stripe-js/releases/tag/v5.2.0)

[Compare Source](https://redirect.github.com/stripe/stripe-js/compare/v5.1.0...v5.2.0)

<!-- Please group the following commits into one of the sections below. -->

<!-- Remove empty sections when done. -->

##### New features

##### Fixes

-   Fix updateShippingOption response type ([#&#8203;689](https://redirect.github.com/stripe/stripe-js/issues/689))

##### Changed

### [`v5.1.0`](https://redirect.github.com/stripe/stripe-js/releases/tag/v5.1.0)

[Compare Source](https://redirect.github.com/stripe/stripe-js/compare/v5.0.0...v5.1.0)

<!-- Please group the following commits into one of the sections below. -->

<!-- Remove empty sections when done. -->

##### New features

-   Update CheckoutSdk confirm args type ([#&#8203;684](https://redirect.github.com/stripe/stripe-js/issues/684))

##### Fixes

##### Changed

### [`v5.0.0`](https://redirect.github.com/stripe/stripe-js/releases/tag/v5.0.0)

[Compare Source](https://redirect.github.com/stripe/stripe-js/compare/v4.10.0...v5.0.0)

<!-- Please group the following commits into one of the sections below. -->

<!-- Remove empty sections when done. -->

##### New features

-   Rename Custom Checkout to Checkout ([#&#8203;680](https://redirect.github.com/stripe/stripe-js/issues/680))
-   add customPaymentMethods typs ([#&#8203;678](https://redirect.github.com/stripe/stripe-js/issues/678))

##### Fixes

##### Changed

</details>

---

### 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 is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kula-app/OnLaunch).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 09b6852 commit 70f9f94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@prisma/client": "5.22.0",
"@sentry/nextjs": "8.39.0",
"@stripe/react-stripe-js": "2.9.0",
"@stripe/stripe-js": "4.10.0",
"@stripe/stripe-js": "5.2.0",
"@types/bcrypt": "5.0.2",
"autoprefixer": "10.4.20",
"base64url": "3.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2502,10 +2502,10 @@ __metadata:
languageName: node
linkType: hard

"@stripe/stripe-js@npm:4.10.0":
version: 4.10.0
resolution: "@stripe/stripe-js@npm:4.10.0"
checksum: 10c0/d437c367b753b53158fe9070885424821787f627d74a1f3b526feb51614be3e26d042b8dc6827ee59e8288a94e08dd852f6011106ea28d082066b1de89aa4ba1
"@stripe/stripe-js@npm:5.2.0":
version: 5.2.0
resolution: "@stripe/stripe-js@npm:5.2.0"
checksum: 10c0/1afcf68a3a37f0337f26c3180dae4ea12f957c386a70395ace3d453d7687258d1abed0e1131e9875665ad8c796646e0bbd7af390d683ad60516f2a128ff9c484
languageName: node
linkType: hard

Expand Down Expand Up @@ -9205,7 +9205,7 @@ __metadata:
"@prisma/client": "npm:5.22.0"
"@sentry/nextjs": "npm:8.39.0"
"@stripe/react-stripe-js": "npm:2.9.0"
"@stripe/stripe-js": "npm:4.10.0"
"@stripe/stripe-js": "npm:5.2.0"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:6.6.3"
"@testing-library/react": "npm:16.0.1"
Expand Down

0 comments on commit 70f9f94

Please sign in to comment.