From 6995b7c1b1c04b8eb32a5805c7d1611d53f9f9f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:21:25 +0000 Subject: [PATCH] fix(deps): update dependency @stripe/react-stripe-js to v3 (#1345) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@stripe/react-stripe-js](https://redirect.github.com/stripe/react-stripe-js) | [`2.9.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/@stripe%2freact-stripe-js/2.9.0/3.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@stripe%2freact-stripe-js/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stripe%2freact-stripe-js/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stripe%2freact-stripe-js/2.9.0/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stripe%2freact-stripe-js/2.9.0/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
stripe/react-stripe-js (@​stripe/react-stripe-js) ### [`v3.0.0`](https://redirect.github.com/stripe/react-stripe-js/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/stripe/react-stripe-js/compare/v2.9.0...v3.0.0) ##### New features - Rename CustomCheckoutProvider to CheckoutProvider ([#​544](https://redirect.github.com/stripe/react-stripe-js/issues/544)) ##### Fixes ##### Changed
--- ### 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. --- - [ ] 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). --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e333372d..116844d9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@fontsource-variable/plus-jakarta-sans": "5.1.0", "@prisma/client": "5.22.0", "@sentry/nextjs": "8.39.0", - "@stripe/react-stripe-js": "2.9.0", + "@stripe/react-stripe-js": "3.0.0", "@stripe/stripe-js": "5.2.0", "@types/bcrypt": "5.0.2", "autoprefixer": "10.4.20", diff --git a/yarn.lock b/yarn.lock index 9a626820..e6824ef1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2489,16 +2489,16 @@ __metadata: languageName: node linkType: hard -"@stripe/react-stripe-js@npm:2.9.0": - version: 2.9.0 - resolution: "@stripe/react-stripe-js@npm:2.9.0" +"@stripe/react-stripe-js@npm:3.0.0": + version: 3.0.0 + resolution: "@stripe/react-stripe-js@npm:3.0.0" dependencies: prop-types: "npm:^15.7.2" peerDependencies: - "@stripe/stripe-js": ^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0 + "@stripe/stripe-js": ^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - checksum: 10c0/8efb985cb4e46e86ca314d3026318fabffb450d6bfdd385121af4d1730ac791c9f5458618652a27fa92a30d0ccc5cb15fbf9ea7c15c355a0b67df01b45429c3d + checksum: 10c0/863b434f28a700432312a12116873f63ff26fa1ed11e025af59cba5eed940f9c8f226768dc05b237b17836fc50d1f956b749124488e8c33146499d08fc9783f9 languageName: node linkType: hard @@ -9204,7 +9204,7 @@ __metadata: "@fontsource-variable/plus-jakarta-sans": "npm:5.1.0" "@prisma/client": "npm:5.22.0" "@sentry/nextjs": "npm:8.39.0" - "@stripe/react-stripe-js": "npm:2.9.0" + "@stripe/react-stripe-js": "npm:3.0.0" "@stripe/stripe-js": "npm:5.2.0" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3"