continuous-software / 42-cent-stripe

42-cent Adaptor for Stripe payment gateway.
https://stripe.com/
MIT License
2 stars 1 forks source link

Update stripe to the latest version ๐Ÿš€ #3

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

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](https://greenkeeper.io/faq.html). If those donโ€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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