joshuaslate / mern-starter

A simple starter/seed project for a fullstack JavaScript app using MongoDB, Express, React, and Node.
http://slatepeak.com
Apache License 2.0
536 stars 180 forks source link

Bump stripe from 4.25.0 to 8.6.0 in /server #98

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps stripe from 4.25.0 to 8.6.0.

Release notes

Sourced from stripe's releases.

stripe-node v8.6.0

  • #775 Gracefully handle a missing subprocess module

See the changelog for more details.

stripe-node v8.5.0

  • #776 Add support for new type on CustomerTaxId

See the changelog for more details.

stripe-node v8.4.1

  • #774 Improve docstrings for many properties and parameters

See the changelog for more details.

stripe-node v8.4.0

  • #771 Add metadata on Checkout Session and remove deprecated features
  • #764 Added typescript webhook example

See the changelog for more details.

stripe-node v8.3.0

  • #767 Adding missing events for pending updates on Subscription

See the changelog for more details.

stripe-node v8.2.0

  • #765 Add support for pending_update on Subscription to the Typescript definitions

See the changelog for more details.

stripe-node v8.1.0

  • #763 Add support for listing line items on a CreditNote
  • #762 Improve docs for core fields such as metadata on Typescript definitions

See the changelog for more details.

stripe-node v8.0.1

  • #757 [bugfix] Add types dir to npmignore whitelist and stop warning when instantiating stripe with no args

See the changelog for more details.

stripe-node v8.0.0

Major version release, adding TypeScript definitions and dropping support for Node 6. The migration guide contains a detailed list of backwards-incompatible changes with upgrade instructions.

Major pull requests included in this release (cf. #742) (⚠️ = breaking changes):

  • #736 Add TypeScript definitions
  • #744 Remove deprecated resources and methods
  • #752 Deprecate many library api's, unify others
... (truncated)
Changelog

Sourced from stripe's changelog.

8.6.0 - 2020-01-23

  • #775 Gracefully handle a missing subprocess module

8.5.0 - 2020-01-23

  • #776 Add support for new type on CustomerTaxId

8.4.1 - 2020-01-21

  • #774 Improve docstrings for many properties and parameters

8.4.0 - 2020-01-17

  • #771 Add metadata on Checkout Session and remove deprecated features
  • #764 Added typescript webhook example

8.3.0 - 2020-01-15

  • #767 Adding missing events for pending updates on Subscription

8.2.0 - 2020-01-15

  • #765 Add support for pending_update on Subscription to the Typescript definitions

8.1.0 - 2020-01-14

  • #763 Add support for listing line items on a CreditNote
  • #762 Improve docs for core fields such as metadata on Typescript definitions

8.0.1 - 2020-01-09

  • #757 [bugfix] Add types dir to npmignore whitelist and stop warning when instantiating stripe with no args

8.0.0 - 2020-01-09

Major version release, adding TypeScript definitions and dropping support for Node 6. The migration guide contains a detailed list of backwards-incompatible changes with upgrade instructions.

Major pull requests included in this release (cf. #742) (⚠️ = breaking changes):

  • #736 Add TypeScript definitions
  • #744 Remove deprecated resources and methods
  • #752 Deprecate many library api's, unify others

7.15.0 - 2019-12-30

  • #745 Bump handlebars from 4.1.2 to 4.5.3
  • #737 Fix flows test

7.14.0 - 2019-11-26

  • #732 Add support for CreditNote preview

7.13.1 - 2019-11-22

  • #728 Remove duplicate export
... (truncated)
Commits
  • 9e5854d Bump version to 8.6.0
  • 2500e5a Merge pull request #775 from stripe/brandur-handle-missing-subprocess
  • 3a8863d Bump version to 8.5.0
  • 3ea9eea Merge pull request #776 from stripe/remi/codegen-5013467
  • 1cffd53 Codegen for openapi 5013467
  • 2b205fd Update lib/utils.js
  • 9e1f489 Gracefully handle a missing subprocess module
  • 9d81713 Bump version to 8.4.1
  • 974977d Merge pull request #774 from stripe/remi/codegen-d953bac
  • 95b49f9 Codegen for openapi d953bac
  • Additional commits viewable 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)