Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update stripe to the latest version 🚀 #39

Merged
merged 1 commit into from
Aug 21, 2018
Merged

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 14, 2018

Version 6.0.0 of stripe was just published.

Dependency stripe
Current Version 5.10.0
Type dependency

The version 6.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of stripe.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes stripe-node v6.0.0
  • #453 Re-implement usage record's create so that it correctly passes all arguments (this is a very minor breaking change)

See the changelog for more details.

Commits

The new version differs by 4 commits.

  • 0a5fcda Bump version to 6.0.0
  • e48b9f7 Merge pull request #453 from stripe/jlomas-fix-usage-records
  • f6abc86 Switch to approach similar to Application Fee Refunds
  • 654c723 Fix UsageRecords so it passes through the rest of the arguments

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 2, 2018

Version 6.1.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v6.1.0
  • #465 Warn when unknown options are passed to functions

See the changelog for more details.

Commits

The new version differs by 9 commits.

  • b24098e Bump version to 6.1.0
  • 906f781 Merge pull request #465 from stripe/jlomas-warn-on-unknown-options
  • 7269a3d Fix more eslint stuff
  • 9477bcb Fix eslint stuff, rename function
  • 86892ee console.warn on unknown options
  • a3bb389 Merge pull request #463 from stripe/ob-travis-node-10
  • 662a829 Start testing Node 10 on Travis CI
  • ca46b70 Merge pull request #462 from stripe/ob-fix-tests
  • 4f63d1b Use valid characters when creating plans

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 8, 2018

Version 6.1.1 just got published.

Update to this version instead 🚀

Release Notes stripe-node v6.1.1
  • #469 Add .npmignore to create a lighter package (minus examples and tests)

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • 88055df Bump version to 6.1.1
  • 4225807 Merge pull request #469 from stripe/brandur-npmignore
  • a365fab Add .npmignore to create a leaner package

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 28, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 28, 2018

Version 6.2.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v6.2.0
  • #473 Add support for payment intents

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • 674a1c9 Bump version to 6.2.0
  • 34113d2 Merge pull request #473 from stripe/remi-add-payment-intent
  • bb96be7 Add support for the PaymentIntent resource

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 3, 2018

Version 6.2.1 just got published.

Update to this version instead 🚀

Release Notes stripe-node v6.2.1
  • #475 Fixes array encoding of subscription items for the upcoming invoices endpoint.

See the changelog for more details.

Commits

The new version differs by 2 commits.

  • 6d3f58e Bump version to 6.2.1
  • ae049ad Upcoming invoices now have proper integer-index-encoded params when sent in the request body

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 18, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 18, 2018

Version 6.3.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v6.3.0
  • #471 Add support for streams in file uploads

See the changelog for more details.

Commits

The new version differs by 17 commits.

  • 20f714b Bump version to 6.3.0
  • d597f14 Merge pull request #471 from jjsquillante/master
  • d963055 Tests for synchronous file upload and stream error.
  • a1ebecc Handle and generate stream error within fileUpload.js.
  • aa90cec Flow to callback if method is not a POST.
  • c039eeb Merge remote-tracking branch 'upstream/master'
  • 5acf777 Simplify _request and requestDataProcessor for stream with additional callback.
  • 05a84c4 Remove unnecessary callback.
  • 183d644 Add error handler for stream processing.
  • 8764b7d Update async mocha tests to prevent false positive.
  • f109d07 Update promise chain indentation to match Stripe patterns.
  • 87328dd Add back safe-buffer module to utils.
  • 27c0121 Add safe-buffer module to FileUploads.
  • 54a79a6 Merge remote-tracking branch 'upstream/master'
  • d99d077 Stream support for FileUploads.js. + test.

There are 17 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 26, 2018

Version 6.4.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v6.4.0
  • #481 Add support for Stripe Issuing

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • e7d6091 Bump version to 6.4.0
  • 2de05a7 Merge pull request #481 from stripe/jlomas-add-issuing-resources
  • 36deea9 Add Issuing API calls, create a 'StripeNamespace' to accommmodate the structure

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 30, 2018

Version 6.5.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 3f1efd7 Bump version to 6.5.0
  • 0849875 Merge pull request #482 from stripe/remi-add-sigma-scheduled-query-run
  • d28a1ca Add ScheduledQueryRun resource

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 2, 2018

Version 6.6.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v6.6.0
  • #483 Add support for file links

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • 3cc6a11 Bump version to 6.6.0
  • 43bfe34 Merge pull request #483 from stripe/remi-add-file-link
  • df44192 Add support for the File Link resource

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 3, 2018

Version 6.7.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v6.7.0
  • #485 Add support for cancel on topups

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • d98587a Bump version to 6.7.0
  • fb1576f Merge pull request #485 from stripe/foresthu-topup-add-cancel-support
  • 4201224 Add cancel support for topups

See the full diff

@daffl daffl merged commit a04ed47 into master Aug 21, 2018
@daffl daffl deleted the greenkeeper/stripe-6.0.0 branch August 21, 2018 01:05
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant