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

Update stripe to the latest version 🚀 #38

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Sep 12, 2017

Version 5.0.0 of stripe just got published.

Dependency stripe
Current Version 4.25.0
Type dependency

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

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of stripe.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 5 commits.

  • 2e00905 Bump version to 5.0.0
  • 0ef7215 Merge pull request #382 from stripe/ob-drop-node-0.x
  • 5e9727d Drop support for Node < 4
  • 6bf3a76 Merge pull request #380 from stripe/ob-npmrc
  • bf7f2d9 Prevent package-lock.json files from being created

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request Sep 25, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2017

Version 5.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 20 commits.

  • 20f4a1e Bump version to 5.1.0
  • 708efe3 Merge pull request #306 from stripe/jlomas-options-in-data
  • 4ec6955 Switch from throwing to console.warn()ing on options in args
  • f1a65ef Throw an error if options are provided inside the data argument
  • a5d4f12 Merge pull request #392 from mantoni/patch-1
  • fca14df Minimum requirement is Node 4
  • a738222 Merge pull request #389 from stripe/ob-use-safe-buffer
  • 483cce9 Use safe-buffer package
  • 4a71243 Merge pull request #387 from stripe/ob-test-node-4.0.0
  • 7abdb89 Merge pull request #388 from stripe/ob-minor-fixes
  • 6cd70d3 Start testing Node 4.0.0
  • 10f6d73 Remove unary ++ operators
  • 47e5b6b Remove unnecessary semicolons
  • 37ae6fb Remove unused variables
  • 467f05d Merge pull request #384 from stripe/ob-bump-deps

There are 20 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 4, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 4, 2017

Version 5.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 1b32f3b Bump version to 5.1.1
  • 586ed1f Merge pull request #394 from stripe/jlomas-fix-options-warning
  • 26a93b1 Make condition more explicit and update comment
  • 308f29c Fix the comparison for the args/options warnings

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 26, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 26, 2017

Version 5.2.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v5.2.0
  • #404 Support for listing source transactions

See the changelog for more details.

Commits

The new version differs by 13 commits.

  • 9e1d36a Bump version to 5.2.0
  • f6a7f15 Merge pull request #404 from stripe/ob-source-transactions
  • 7553899 Add support for listing source_transactions
  • 9c3f320 Merge pull request #400 from stripe/brandur-reformat-changelog
  • 9ea8035 Reformat the changelog for uniformity
  • a22a89c Merge pull request #383 from stripe/ob-eslint
  • 4024c76 Use ESLint instead of jscs
  • 620fcdc Merge pull request #398 from stripe/jlomas-linkify-changelog
  • d17dfc4 Linkify changelog
  • 0aab73d Merge pull request #397 from stripe/brandur-remove-old-changelog
  • 4381acf Remove old CHANGELOG
  • d977572 Merge pull request #395 from stripe/jlomas-signature-warning
  • ab7968d More explicitly call out that constructEvent needs the raw body

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 31, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 31, 2017

Version 5.3.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v5.3.0
  • #405 Support for exchange rates APIs

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • a963412 Bump version to 5.3.0
  • a294d87 Merge pull request #405 from stripe/ob-exchange-rates
  • 22490e0 Add ExchangeRates API methods

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 5, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 5, 2017

Version 5.4.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v5.4.0
  • #412 Add StripeIdempotencyError type for new kind of stripe error

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • f9b827f Bump version to 5.4.0
  • aa4e13e Merge pull request #412 from embroker/master
  • d107228 added error type StripeIdempotencyError

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 21, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 21, 2018

Version 5.5.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v5.5.0
  • #425 Add support for topups

See the changelog for more details.

Commits

The new version differs by 13 commits.

  • 33632e6 Bump version to 5.5.0
  • 96f6dd6 Merge pull request #425 from stripe/jkakar/topup-client
  • 60368f8 Merge pull request #428 from stripe/remi-remove-3ds-test
  • 9825266 Remove old 3DS test to ensure test suite keep working
  • 4d8b9cb Add support for topup resource.
  • dc667cf Merge pull request #426 from stripe/brandur-fix-plans
  • 0c1973d Update subscriptions tests to pass with new API changes
  • ab9fbfb Merge pull request #417 from stripe/ob-coveralls
  • aed1355 Merge pull request #416 from stripe/ob-travis-node-9
  • f1e4170 Add support for coveralls.io
  • d46ad92 Start testing Node 9
  • a845439 Merge pull request #415 from mikermcneil/patch-1
  • afb90f2 Update docs to take advantage of Node 8's await

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 24, 2018

Version 5.6.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v5.6.0
  • #439 Drop Bluebird dependency and use native ES6 promises

See the changelog for more details.

Commits

The new version differs by 5 commits.

  • 8e7271b Bump version to 5.6.0
  • c4867cd Merge pull request #439 from stripe/ob-use-native-promises
  • 722a12f Use native promises
  • 7ad2965 Merge pull request #433 from elliotaplant/master
  • 1dc18e9 Add TypeScript usage to README

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 25, 2018

Version 5.6.1 just got published.

Update to this version instead 🚀

Release Notes stripe-node v5.6.1
  • #437 Fix error message when passing invalid parameters to some API methods

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • bc8d7be Bump version to 5.6.1
  • 52a896a Merge pull request #437 from reisel/patch-1
  • d90b8ab fix invalid path join

See the full diff

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

greenkeeper bot commented Apr 2, 2018

Version 5.7.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v5.7.0
  • #441 Write directly to a connection that's known to be still open

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • 7e87360 Bump version to 5.7.0
  • 38be93a Merge pull request #441 from hygglo/agent-keep-alive-max-sockets-bugfix
  • 3bbffa1 Support custom agent with keepAlive: true & maxSockets set

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 5, 2018

Version 5.8.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v5.8.0
  • #444 Introduce flexible billing primitives for subscriptions

See the changelog for more details.

Commits

The new version differs by 7 commits.

  • f12c3d6 Bump version to 5.8.0
  • 0fc17d3 Merge pull request #444 from stripe/alexander/flexible-billings
  • 60296d4 flexible and metered billing
  • 3c07d85 Merge pull request #443 from stripe/ob-eslint-indent
  • 835e5ed Enable indent linting rule
  • a4f4dbf Merge pull request #442 from kesla/patch-1
  • 1f8b910 Fix indentation in StripeResource.js

See the full diff

greenkeeper bot added a commit that referenced this pull request May 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 14, 2018

Version 5.10.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v5.10.0
  • #459 Export error types on stripe.errors so that errors can be matched with instanceof instead of comparing the strings generated by type

See the changelog for more details.

Commits

The new version differs by 11 commits.

  • 8b787b8 Bump version to 5.10.0
  • edea141 Merge pull request #459 from stripe/brandur-typed-error-access
  • a220f18 Export errors to allow typed access to them
  • 5b3318a Bump version to 5.9.0
  • 3ef4d6c Merge pull request #456 from stripe/fay/issfr
  • d4068a4 Edit tests
  • 750a8ed Put charge retrieve in list
  • acb67e4 Get the list from charge working
  • 475a42b Edits
  • 0b76b0b typo
  • c53f19e Add support for v1/issuer_fraud_records endpoint

See the full diff

greenkeeper bot added a commit that referenced this pull request May 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 14, 2018

Version 6.0.0 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
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
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 Mar 24, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 24, 2020

  • The dependency stripe was updated from 4.25.0 to 8.34.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 24, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 24, 2020

  • The dependency stripe was updated from 4.25.0 to 8.35.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 25, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 25, 2020

  • The dependency stripe was updated from 4.25.0 to 8.36.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 26, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 26, 2020

  • The dependency stripe was updated from 4.25.0 to 8.37.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 27, 2020

  • The dependency stripe was updated from 4.25.0 to 8.38.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 27, 2020
greenkeeper bot added a commit that referenced this pull request Apr 3, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 3, 2020

  • The dependency stripe was updated from 4.25.0 to 8.39.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 8, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2020

  • The dependency stripe was updated from 4.25.0 to 8.39.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 10, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2020

  • The dependency stripe was updated from 4.25.0 to 8.39.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 14, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 14, 2020

  • The dependency stripe was updated from 4.25.0 to 8.40.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 14, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 14, 2020

  • The dependency stripe was updated from 4.25.0 to 8.41.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 15, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 15, 2020

  • The dependency stripe was updated from 4.25.0 to 8.42.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 16, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 16, 2020

  • The dependency stripe was updated from 4.25.0 to 8.43.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 18, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 18, 2020

  • The dependency stripe was updated from 4.25.0 to 8.44.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 22, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 22, 2020

  • The dependency stripe was updated from 4.25.0 to 8.45.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 22, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 22, 2020

  • The dependency stripe was updated from 4.25.0 to 8.46.0.

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

0 participants