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

[Snyk] Upgrade stripe from 8.19.0 to 8.176.0 #13

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade stripe from 8.19.0 to 8.176.0.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 164 versions ahead of your current version.
  • The recommended version was released 24 days ago, on 2021-09-16.
Release notes
Package name: stripe
  • 8.176.0 - 2021-09-16
    • #1248 API Updates
      • Add support for full_name_aliases on AccountUpdateParams.individual, AccountCreateParams.individual, PersonCreateParams, PersonUpdateParams, Person, TokenCreateParams.account.individual, and TokenCreateParams.person
    • #1247 Update README.md
    • #1245 Fix StripeResource.extend type

    See the changelog for more details.

  • 8.175.0 - 2021-09-15
    • #1242 API Updates
      • Change BillingPortal.Configuration.features.subscription_cancel.cancellation_reason to be required
      • Add support for default_for on CheckoutSessionCreateParams.payment_method_options.acss_debit.mandate_options, Checkout.Session.payment_method_options.acss_debit.mandate_options, Mandate.payment_method_details.acss_debit, SetupIntentCreateParams.payment_method_options.acss_debit.mandate_options, SetupIntentUpdateParams.payment_method_options.acss_debit.mandate_options, SetupIntentConfirmParams.payment_method_options.acss_debit.mandate_options, and SetupIntent.payment_method_options.acss_debit.mandate_options
      • Add support for acss_debit on InvoiceCreateParams.payment_settings.payment_method_options, InvoiceUpdateParams.payment_settings.payment_method_options, Invoice.payment_settings.payment_method_options, SubscriptionCreateParams.payment_settings.payment_method_options, SubscriptionUpdateParams.payment_settings.payment_method_options, and Subscription.payment_settings.payment_method_options
      • Add support for new value acss_debit on enums InvoiceCreateParams.payment_settings.payment_method_types[], InvoiceUpdateParams.payment_settings.payment_method_types[], Invoice.payment_settings.payment_method_types[], SubscriptionCreateParams.payment_settings.payment_method_types[], SubscriptionUpdateParams.payment_settings.payment_method_types[], and Subscription.payment_settings.payment_method_types[]
      • Add support for livemode on Reporting.ReportType
    • #1235 API Updates
      • Change Account.future_requirements.alternatives, Account.requirements.alternatives, Capability.future_requirements.alternatives, Capability.requirements.alternatives, Checkout.Session.after_expiration, Checkout.Session.consent, Checkout.Session.consent_collection, Checkout.Session.expires_at, Checkout.Session.recovered_from, Person.future_requirements.alternatives, and Person.requirements.alternatives to be required
      • Change type of Capability.future_requirements.alternatives, Capability.requirements.alternatives, Person.future_requirements.alternatives, and Person.requirements.alternatives from array(AccountRequirementsAlternative) to nullable(array(AccountRequirementsAlternative))
      • Add support for new value rst on enums TaxRateCreateParams.tax_type, TaxRateUpdateParams.tax_type, and TaxRate.tax_type
      • Add support for new value checkout.session.expired on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
    • #1237 Add a CryptoProvider interface and NodeCryptoProvider implementation.
    • #1236 Add an HTTP client which uses fetch.

    See the changelog for more details.

  • 8.174.0 - 2021-09-02
    • #1231 API Updates
      • Add support for future_requirements on Account, Capability, and Person
      • Add support for alternatives on Account.requirements, Capability.requirements, and Person.requirements

    See the changelog for more details.

  • 8.173.0 - 2021-09-01
    • #1230 #1228 API Updates
      • Add support for after_expiration, consent_collection, and expires_at on CheckoutSessionCreateParams and Checkout.Session
      • Add support for consent and recovered_from on Checkout.Session

    See the changelog for more details.

  • 8.172.0 - 2021-09-01
    • #1198 Add support for paginting SearchResult objects.

    See the changelog for more details.

  • 8.171.0 - 2021-08-27
    • #1226 API Updates
      • Add support for cancellation_reason on BillingPortalConfigurationCreateParams.features.subscription_cancel, BillingPortalConfigurationUpdateParams.features.subscription_cancel, and BillingPortal.Configuration.features.subscription_cancel

    See the changelog for more details.

  • 8.170.0 - 2021-08-19
    • #1223 API Updates
      • Add support for new value fil on enums CheckoutSessionCreateParams.locale and Checkout.Session.locale
      • Add support for new value au_arn on enums Checkout.Session.customer_details.tax_ids[].type, Invoice.customer_tax_ids[].type, and TaxId.type
      • Add support for new value au_arn on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, and TaxIdCreateParams.type
    • #1221 Add client name property to HttpClient.
    • #1219 Update user agent computation to handle environments without process.
    • #1218 Add an HttpClient interface and NodeHttpClient implementation.
    • #1217 Update nock.

    See the changelog for more details.

  • 8.169.0 - 2021-08-11
    • #1215 API Updates
      • Add support for locale on BillingPortalSessionCreateParams and BillingPortal.Session
      • Change type of Invoice.collection_method and Subscription.collection_method from nullable(enum('charge_automatically'|'send_invoice')) to enum('charge_automatically'|'send_invoice')

    See the changelog for more details.

  • 8.168.0 - 2021-08-04
    • #1211 API Updates
      • Change type of PaymentIntentCreateParams.payment_method_options.sofort.preferred_language, PaymentIntentUpdateParams.payment_method_options.sofort.preferred_language, and PaymentIntentConfirmParams.payment_method_options.sofort.preferred_language from enum to emptyStringable(enum)
      • Change Price.tax_behavior, Product.tax_code, Quote.automatic_tax, and TaxRate.tax_type to be required

    See the changelog for more details.

  • 8.167.0 - 2021-07-28
    • #1206 Fix Typescript definition for StripeResource.LastResponse.headers
    • #1205 Prevent concurrent initial uname invocations
    • #1199 Explicitly define basic method specs
    • #1200 Add support for fullPath on method specs

    See the changelog for more details.

  • 8.166.0 - 2021-07-28
  • 8.165.0 - 2021-07-22
  • 8.164.0 - 2021-07-21
  • 8.163.0 - 2021-07-15
  • 8.162.0 - 2021-07-14
  • 8.161.0 - 2021-07-09
  • 8.160.0 - 2021-06-30
  • 8.159.0 - 2021-06-30
  • 8.158.0 - 2021-06-29
  • 8.157.0 - 2021-06-25
  • 8.156.0 - 2021-06-18
  • 8.155.0 - 2021-06-16
  • 8.154.0 - 2021-06-07
  • 8.153.0 - 2021-06-04
  • 8.152.0 - 2021-06-04
  • 8.151.0 - 2021-06-02
  • 8.150.0 - 2021-05-26
  • 8.149.0 - 2021-05-20
  • 8.148.0 - 2021-05-07
  • 8.147.0 - 2021-05-05
  • 8.146.0 - 2021-05-05
  • 8.145.0 - 2021-04-21
  • 8.144.0 - 2021-04-16
  • 8.143.0 - 2021-04-12
  • 8.142.0 - 2021-04-03
  • 8.141.0 - 2021-03-31
  • 8.140.0 - 2021-03-25
  • 8.139.0 - 2021-03-22
  • 8.138.0 - 2021-03-10
  • 8.137.0 - 2021-02-18
  • 8.136.0 - 2021-02-17
  • 8.135.0 - 2021-02-09
  • 8.134.0 - 2021-02-05
  • 8.133.0 - 2021-02-03
  • 8.132.0 - 2021-01-22
  • 8.131.1 - 2021-01-15
  • 8.131.0 - 2021-01-15
  • 8.130.0 - 2021-01-07
  • 8.129.0 - 2020-12-16
  • 8.128.0 - 2020-12-11
  • 8.127.0 - 2020-12-04
  • 8.126.0 - 2020-11-24
  • 8.125.0 - 2020-11-20
  • 8.124.0 - 2020-11-19
  • 8.123.0 - 2020-11-18
  • 8.122.1 - 2020-11-18
  • 8.122.0 - 2020-11-18
  • 8.121.0 - 2020-11-09
  • 8.120.0 - 2020-11-04
  • 8.119.0 - 2020-10-27
  • 8.118.0 - 2020-10-26
  • 8.117.0 - 2020-10-23
  • 8.116.0 - 2020-10-23
  • 8.115.0 - 2020-10-20
  • 8.114.0 - 2020-10-15
  • 8.113.0 - 2020-10-14
  • 8.112.0 - 2020-10-14
  • 8.111.0 - 2020-10-13
  • 8.110.0 - 2020-10-12
  • 8.109.0 - 2020-10-09
  • 8.108.0 - 2020-10-09
  • 8.107.0 - 2020-10-02
  • 8.106.0 - 2020-09-30
  • 8.105.0 - 2020-09-29
  • 8.104.0 - 2020-09-29
  • 8.103.0 - 2020-09-29
  • 8.102.0 - 2020-09-25
  • 8.101.0 - 2020-09-25
  • 8.100.0 - 2020-09-24
  • 8.99.0 - 2020-09-24
  • 8.98.0 - 2020-09-23
  • 8.97.0 - 2020-09-21
  • 8.96.0 - 2020-09-13
  • 8.95.0 - 2020-09-10
  • 8.94.0 - 2020-09-09
  • 8.93.0 - 2020-09-08
  • 8.92.0 - 2020-09-02
  • 8.91.0 - 2020-08-31
  • 8.90.0 - 2020-08-28
  • 8.89.0 - 2020-08-19
  • 8.88.0 - 2020-08-18
  • 8.87.0 - 2020-08-17
  • 8.86.0 - 2020-08-14
  • 8.85.0 - 2020-08-13
  • 8.84.0 - 2020-08-07
  • 8.83.0 - 2020-08-05
  • 8.82.0 - 2020-08-04
  • 8.81.0 - 2020-07-30
  • 8.80.0 - 2020-07-29
  • 8.79.0 - 2020-07-25
  • 8.78.0 - 2020-07-22
  • 8.77.0 - 2020-07-20
  • 8.76.0 - 2020-07-17
  • 8.75.0 - 2020-07-17
  • 8.74.0 - 2020-07-16
  • 8.73.0 - 2020-07-16
  • 8.72.0 - 2020-07-15
  • 8.71.0 - 2020-07-14
  • 8.70.0 - 2020-07-13
  • 8.69.0 - 2020-07-06
  • 8.68.0 - 2020-07-01
  • 8.67.0 - 2020-06-25
  • 8.66.0 - 2020-06-24
  • 8.65.0 - 2020-06-23
  • 8.64.0 - 2020-06-18
  • 8.63.0 - 2020-06-11
  • 8.62.0 - 2020-06-11
  • 8.61.0 - 2020-06-09
  • 8.60.0 - 2020-06-03
  • 8.59.0 - 2020-06-03
  • 8.58.0 - 2020-06-03
  • 8.57.0 - 2020-06-03
  • 8.56.0 - 2020-05-28
  • 8.55.0 - 2020-05-22
  • 8.54.0 - 2020-05-21
  • 8.53.0 - 2020-05-19
  • 8.52.0 - 2020-05-13
  • 8.51.0 - 2020-05-12
  • 8.50.0 - 2020-05-07
  • 8.49.0 - 2020-05-01
  • 8.48.0 - 2020-04-29
  • 8.47.1 - 2020-04-28
  • 8.47.0 - 2020-04-24
  • 8.46.0 - 2020-04-22
  • 8.45.0 - 2020-04-22
  • 8.44.0 - 2020-04-18
  • 8.43.0 - 2020-04-16
  • 8.42.0 - 2020-04-15
  • 8.41.0 - 2020-04-14
  • 8.40.0 - 2020-04-14
  • 8.39.2 - 2020-04-10
  • 8.39.1 - 2020-04-08
  • 8.39.0 - 2020-04-03
  • 8.38.0 - 2020-03-27
  • 8.37.0 - 2020-03-26
  • 8.36.0 - 2020-03-25
  • 8.35.0 - 2020-03-24
  • 8.34.0 - 2020-03-24
  • 8.33.0 - 2020-03-20
  • 8.32.0 - 2020-03-13
  • 8.31.0 - 2020-03-12
  • 8.30.0 - 2020-03-12
  • 8.29.0 - 2020-03-06
  • 8.28.1 - 2020-03-06
  • 8.28.0 - 2020-03-05
  • 8.27.0 - 2020-03-04
  • 8.26.0 - 2020-03-04
  • 8.25.0 - 2020-03-03
  • 8.24.1 - 2020-03-02
  • 8.24.0 - 2020-02-28
  • 8.23.0 - 2020-02-27
  • 8.22.0 - 2020-02-25
  • 8.21.0 - 2020-02-24
  • 8.20.0 - 2020-02-21
  • 8.19.0 - 2020-02-18
from stripe GitHub release notes
Commit messages
Package name: stripe
  • f535ae8 Bump version to 8.176.0
  • a66969b API Updates (#1248)
  • d180692 Merge pull request #1247 from seantcanavan/patch-1
  • fc48cbc Update README.md
  • fbf94a9 Fix StripeResource.extend type (#1245)
  • 0015c01 Bump version to 8.175.0
  • 168b0f2 Add missing link references. (#1244)
  • 87f8169 Add stripe-mock for testing along with a sample integration test which uses it. (#1243)
  • db9e062 API Updates (#1242)
  • a5b4f77 Add a CryptoProvider interface and NodeCryptoProvider implementation. (#1237)
  • 09836a8 Remove client name param from createHttpClientTestSuite. (#1238)
  • b4298e6 Add an HTTP client which uses fetch. (#1236)
  • 31fc49a Codegen for openapi ad7d382 (#1235)
  • 451533a Bump version to 8.174.0
  • 2467196 API Updates (#1231)
  • 827f2c3 Bump version to 8.173.0
  • 47e7613 Non-optional fields (#1230)
  • 43de01f API Updates (#1228)
  • 37902f9 Bump version to 8.172.0
  • a1f8c57 Add support for SearchResult. (#1198)
  • 0b7130d Bump version to 8.171.0
  • 2b91bf7 API Updates (#1226)
  • fd0a597 Bump version to 8.170.0
  • 7e847b4 API Updates (#1223)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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

Successfully merging this pull request may close these issues.

None yet

1 participant