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

Bump stripe from 13.5.0 to 13.6.0 #592

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps stripe from 13.5.0 to 13.6.0.

Release notes

Sourced from stripe's releases.

v13.6.0

  • #1905 Update generated code
    • Add support for new resource PaymentMethodConfiguration
    • Add support for create, list, retrieve, and update methods on resource PaymentMethodConfiguration
    • Add support for payment_method_configuration on Checkout.SessionCreateParams, PaymentIntentCreateParams, PaymentIntentUpdateParams, SetupIntentCreateParams, and SetupIntentUpdateParams
    • Add support for payment_method_configuration_details on Checkout.Session, PaymentIntent, and SetupIntent
  • #1897 Update generated code
    • Add support for capture, create, expire, increment, and reverse test helper methods on resource Issuing.Authorization
    • Add support for create_force_capture, create_unlinked_refund, and refund test helper methods on resource Issuing.Transaction
    • Add support for new value stripe_tax_inactive on enums Invoice.last_finalization_error.code, PaymentIntent.last_payment_error.code, SetupAttempt.setup_error.code, SetupIntent.last_setup_error.code, and StripeError.code
    • Add support for nonce on EphemeralKeyCreateParams
    • Add support for cashback_amount on Issuing.Authorization.amount_details, Issuing.Authorization.pending_request.amount_details, Issuing.Authorization.request_history[].amount_details, and Issuing.Transaction.amount_details
    • Add support for serial_number on Terminal.ReaderListParams
  • #1895 feat: webhook signing Nestjs
  • #1878 Use src/apiVersion.ts, not API_VERSION as source of truth

See the changelog for more details.

v13.6.0-beta.1

  • #1898 Update generated code for beta
    • Release specs are identical.
  • #1892 Update generated code for beta
    • Remove support for submit_card test helper method on resource Issuing.Card
    • Add support for tax_forms on Account.settings, AccountCreateParams.settings, and AccountUpdateParams.settings
    • Add support for card_design on Issuing.CardUpdateParams
    • Remove support for value submitted from enum Issuing.Card.shipping.status
    • Add support for new value platform_default on enums Issuing.CardDesign.preference and Issuing.CardDesignListParams.preference

See the changelog for more details.

Changelog

Sourced from stripe's changelog.

13.6.0 - 2023-09-14

  • #1905 Update generated code
    • Add support for new resource PaymentMethodConfiguration
    • Add support for create, list, retrieve, and update methods on resource PaymentMethodConfiguration
    • Add support for payment_method_configuration on Checkout.SessionCreateParams, PaymentIntentCreateParams, PaymentIntentUpdateParams, SetupIntentCreateParams, and SetupIntentUpdateParams
    • Add support for payment_method_configuration_details on Checkout.Session, PaymentIntent, and SetupIntent
  • #1897 Update generated code
    • Add support for capture, create, expire, increment, and reverse test helper methods on resource Issuing.Authorization
    • Add support for create_force_capture, create_unlinked_refund, and refund test helper methods on resource Issuing.Transaction
    • Add support for new value stripe_tax_inactive on enums Invoice.last_finalization_error.code, PaymentIntent.last_payment_error.code, SetupAttempt.setup_error.code, SetupIntent.last_setup_error.code, and StripeError.code
    • Add support for nonce on EphemeralKeyCreateParams
    • Add support for cashback_amount on Issuing.Authorization.amount_details, Issuing.Authorization.pending_request.amount_details, Issuing.Authorization.request_history[].amount_details, and Issuing.Transaction.amount_details
    • Add support for serial_number on Terminal.ReaderListParams
  • #1895 feat: webhook signing Nestjs
  • #1878 Use src/apiVersion.ts, not API_VERSION as source of truth
Commits
  • 89712ed Bump version to 13.6.0
  • 24c1e3e Update generated code (#1905)
  • 6b6cc8a Update generated code (#1897)
  • 5bfdaca feat: webhook signing Nestjs (#1895)
  • 02cdfc5 Merge pull request #1878 from stripe/richardm-switch-api-versions
  • fc92bf4 Merge branch 'master' into richardm-switch-api-versions
  • 7f7b2fc Merge branch 'master' into richardm-switch-api-versions
  • 3d809e8 Fix
  • 7680794 Use src/apiVersion.ts, not API_VERSION as source of truth for api version
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [stripe](https://github.com/stripe/stripe-node) from 13.5.0 to 13.6.0.
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-node@v13.5.0...v13.6.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 18, 2023
@shgysk8zer0 shgysk8zer0 merged commit ee8ce88 into master Sep 18, 2023
8 checks passed
@shgysk8zer0 shgysk8zer0 deleted the dependabot/npm_and_yarn/stripe-13.6.0 branch September 18, 2023 14:01
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant