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 react-stripe-elements to v6 #38

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-stripe-elements 5.1.0 -> 6.1.2 age adoption passing confidence

Release Notes

stripe/react-stripe-elements

v6.1.2

Compare Source

Bug Fixes
  • Fix a bug where the elements prop is not injected by injectStripe when using async Stripe and mounting only a CardCvcElement or CardExpiry Element. (#​519 )

v6.1.1

Compare Source

Changes
  • Register package version with Stripe instance (#​512)

v6.1.0

Compare Source

New Features

Added the auBankAccount and fpxBank elements. These elements will not have
automatic Element detection/insertion. To use them you will need to use
elements.getElement and pass them directly to other Stripe.js methods (e.g.
stripe.confirmFpxPayment):

const FpxForm = injectStripe(({stripe, elements}) => {
  const handleSubmit = async (event) => {
    event.preventDefault();
    const {error} = await stripe.confirmFpxPayment('{{CLIENT_SECRET}}', {
      payment_method: {
        fpx: elements.getElement('fpxBank'),
      },
    });
  };

  return (
    <form onSubmit={handleSubmit}>
      <FpxBankElement accountHolderType="individual" />
      <button>Pay</button>
    </form>
  );
});

v6.0.1

Compare Source

Version bump that fixes some typos, no changes.


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 has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Nov 13, 2019

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/moltin/moltin-stripe-paymentintents/CC1qki1Ryss15yBrByYwLgE7nHCQ
✅ Preview: https://moltin-stripe-paymentintents-git-renovate-react-s-fba954-moltin.vercel.app

@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from 12a8c72 to 6307c9d Compare November 18, 2019 11:38
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from 6307c9d to f6f3a74 Compare November 19, 2019 11:02
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from f6f3a74 to c561b07 Compare November 19, 2019 13:31
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from c561b07 to b85c9f3 Compare January 22, 2020 11:30
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from b85c9f3 to 4685ae9 Compare January 24, 2020 01:37
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from 4685ae9 to b424e34 Compare February 14, 2020 18:31
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from b424e34 to 2ac1318 Compare March 30, 2020 21:43
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from 2ac1318 to 6ef0aa6 Compare April 1, 2020 17:17
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from 6ef0aa6 to c61d5fd Compare April 21, 2020 18:47
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from c61d5fd to b41a8f4 Compare April 28, 2020 15:46
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from b41a8f4 to 01e34e6 Compare May 27, 2020 20:51
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from 01e34e6 to c795cf3 Compare July 13, 2020 20:10
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from c795cf3 to e9b506b Compare October 21, 2020 12:35
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from e9b506b to 12baa28 Compare May 10, 2021 02:57
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from 0b1a0d1 to 68a3885 Compare June 10, 2022 05:06
@vercel
Copy link

vercel bot commented Jun 10, 2022

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

Name Status Preview Updated
moltin-stripe-paymentintents ✅ Ready (Inspect) Visit Preview Jun 10, 2022 at 5:07AM (UTC)

@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

Successfully merging this pull request may close these issues.

1 participant