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

chore(deps): bump stripe/stripe-php from 15.3.0 to 15.5.0 #2312

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps stripe/stripe-php from 15.3.0 to 15.5.0.

Release notes

Sourced from stripe/stripe-php's releases.

v15.5.0

  • #1727 Update generated code
    • Add support for new resources Billing.AlertTriggered and Billing.Alert
    • Add support for new value charge_exceeds_transaction_limit on enum StripeError.code
    • Add support for new value billing.alert.triggered on enum Event.type

See the changelog for more details.

v15.5.0-beta.1

  • #1723 Update generated code for beta
    • Add support for new resources Billing.AlertTriggered, Billing.Alert, and Tax.Association
    • Add support for activate, all, archive, create, deactivate, and retrieve methods on resource Alert
    • Add support for find method on resource Association
    • Add support for new values issuing.account_closed_for_not_providing_business_model_clarification, issuing.account_closed_for_not_providing_url_clarification, and issuing.account_closed_for_not_providing_use_case_clarification on enum AccountNotice.reason
    • Add support for async_workflows on PaymentIntent
    • Add support for payto on PaymentMethodConfiguration
    • Add support for display_name on Treasury.FinancialAccount

See the changelog for more details.

v15.4.0

  • #1726 Update generated code
    • Add support for update method on resource Checkout.Session
    • Add support for new values invoice.overdue and invoice.will_be_due on enum Event.type
    • Add support for twint on PaymentMethodConfiguration

See the changelog for more details.

Changelog

Sourced from stripe/stripe-php's changelog.

15.5.0 - 2024-08-01

  • #1727 Update generated code
    • Add support for new resources Billing.AlertTriggered and Billing.Alert
    • Add support for new value charge_exceeds_transaction_limit on enum StripeError.code
    • Add support for new value billing.alert.triggered on enum Event.type

15.4.0 - 2024-07-25

  • #1726 Update generated code
    • Add support for update method on resource Checkout.Session
    • Add support for new values invoice.overdue and invoice.will_be_due on enum Event.type
    • Add support for twint on PaymentMethodConfiguration
Commits

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/stripe-php](https://github.com/stripe/stripe-php) from 15.3.0 to 15.5.0.
- [Release notes](https://github.com/stripe/stripe-php/releases)
- [Changelog](https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-php@v15.3.0...v15.5.0)

---
updated-dependencies:
- dependency-name: stripe/stripe-php
  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 php Pull requests that update Php code labels Aug 1, 2024
@pirate-bot
Copy link
Contributor

Plugin build for f5bdace is ready 🛎️!

@pirate-bot
Copy link
Contributor

Bundle Size Diff

Package Old Size New Size Diff
Animations 263.53 KB 263.53 KB 0 B (0.00%)
Blocks 1.51 MB 1.51 MB 0 B (0.00%)
CSS 93.23 KB 93.23 KB 0 B (0.00%)
Dashboard 196.5 KB 196.5 KB 0 B (0.00%)
Onboarding 153.19 KB 153.19 KB 0 B (0.00%)
Export Import 90.25 KB 90.25 KB 0 B (0.00%)
Pro 365.23 KB 365.23 KB 0 B (0.00%)

@pirate-bot
Copy link
Contributor

E2E Tests

Playwright Test Status:

Performance Results serverResponse: 248.45, firstPaint: 175.75, domContentLoaded: 1630.7, loaded: 1631.55, firstContentfulPaint: 3650.4, firstBlock: 8172.7, type: 14.77, minType: 12.53, maxType: 21.76, typeContainer: 9.85, minTypeContainer: 8.18, maxTypeContainer: 16.19, focus: 37, minFocus: 30.69, maxFocus: 52.55, inserterOpen: 23.2, minInserterOpen: 20.97, maxInserterOpen: 27.39, inserterSearch: 0.75, minInserterSearch: 0.63, maxInserterSearch: 0.85, inserterHover: 3.78, minInserterHover: 2.89, maxInserterHover: 6.05, listViewOpen: 156.54, minListViewOpen: 140.41, maxListViewOpen: 173.5

@HardeepAsrani HardeepAsrani merged commit 2323292 into development Aug 2, 2024
13 checks passed
@HardeepAsrani HardeepAsrani deleted the dependabot/composer/development/stripe/stripe-php-15.5.0 branch August 2, 2024 18:06
@pirate-bot
Copy link
Contributor

🎉 This PR is included in version 3.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@pirate-bot pirate-bot added the released Indicate that an issue has been resolved and released in a particular version of the product. label Aug 12, 2024
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 php Pull requests that update Php code released Indicate that an issue has been resolved and released in a particular version of the product.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants