ChickenKyiv / loopback-tutor-intern-8

https://loopback-react-account.herokuapp.com/
https://groceristar.netlify.com/
GNU General Public License v3.0
0 stars 1 forks source link

Bump stripe from 6.1.1 to 6.25.1 #143

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps stripe from 6.1.1 to 6.25.1.

Release notes *Sourced from [stripe's releases](https://github.com/stripe/stripe-node/releases).* > ## stripe-node v6.25.1 > * [#565](https://github-redirect.dependabot.com/stripe/stripe-node/pull/565) Always encode arrays as integer-indexed hashes > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v6.25.0 > * [#559](https://github-redirect.dependabot.com/stripe/stripe-node/pull/559) Add `stripe.setMaxNetworkRetries(n)` for automatic network retries > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v6.24.0 > * [#562](https://github-redirect.dependabot.com/stripe/stripe-node/pull/562) Add support for `SubscriptionSchedule` and `SubscriptionScheduleRevision` > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v6.23.1 > * [#560](https://github-redirect.dependabot.com/stripe/stripe-node/pull/560) Enable persistent connections by default > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v6.23.0 > * [#557](https://github-redirect.dependabot.com/stripe/stripe-node/pull/557) Add configurable telemetry to gather information on client-side request latency > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v6.22.0 > * [#555](https://github-redirect.dependabot.com/stripe/stripe-node/pull/555) Add support for OAuth methods > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v6.21.0 > * [#551](https://github-redirect.dependabot.com/stripe/stripe-node/pull/551) Rename `CheckoutSession` to `Session` and move it under the `checkout` namespace. This is a breaking change, but we've reached out to affected merchants and all new merchants would use the new approach. > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v6.20.1 > * [#552](https://github-redirect.dependabot.com/stripe/stripe-node/pull/552) Fix `Buffer` deprecation warnings > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v6.20.0 > * [#539](https://github-redirect.dependabot.com/stripe/stripe-node/pull/539) Add support for the `CheckoutSession` resource > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v6.19.0 > * [#535](https://github-redirect.dependabot.com/stripe/stripe-node/pull/535) Add support for account links > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ... (truncated)
Changelog *Sourced from [stripe's changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md).* > ## 6.25.1 - 2019-02-14 > * [#565](https://github-redirect.dependabot.com/stripe/stripe-node/pull/565) Always encode arrays as integer-indexed hashes > > ## 6.25.0 - 2019-02-13 > * [#559](https://github-redirect.dependabot.com/stripe/stripe-node/pull/559) Add `stripe.setMaxNetworkRetries(n)` for automatic network retries > > ## 6.24.0 - 2019-02-12 > * [#562](https://github-redirect.dependabot.com/stripe/stripe-node/pull/562) Add support for `SubscriptionSchedule` and `SubscriptionScheduleRevision` > > ## 6.23.1 - 2019-02-04 > * [#560](https://github-redirect.dependabot.com/stripe/stripe-node/pull/560) Enable persistent connections by default > > ## 6.23.0 - 2019-01-30 > * [#557](https://github-redirect.dependabot.com/stripe/stripe-node/pull/557) Add configurable telemetry to gather information on client-side request latency > > ## 6.22.0 - 2019-01-25 > * [#555](https://github-redirect.dependabot.com/stripe/stripe-node/pull/555) Add support for OAuth methods > > ## 6.21.0 - 2019-01-23 > * [#551](https://github-redirect.dependabot.com/stripe/stripe-node/pull/551) Rename `CheckoutSession` to `Session` and move it under the `checkout` namespace. This is a breaking change, but we've reached out to affected merchants and all new merchants would use the new approach. > > ## 6.20.1 - 2019-01-17 > * [#552](https://github-redirect.dependabot.com/stripe/stripe-node/pull/552) Fix `Buffer` deprecation warnings > > ## 6.20.0 - 2018-12-21 > * [#539](https://github-redirect.dependabot.com/stripe/stripe-node/pull/539) Add support for the `CheckoutSession` resource > > ## 6.19.0 - 2018-12-10 > * [#535](https://github-redirect.dependabot.com/stripe/stripe-node/pull/535) Add support for account links > > ## 6.18.1 - 2018-12-07 > * [#534](https://github-redirect.dependabot.com/stripe/stripe-node/pull/534) Fix iterating on `files.list` method > > ## 6.18.0 - 2018-12-06 > * [#530](https://github-redirect.dependabot.com/stripe/stripe-node/pull/530) Export errors on root Stripe object > > ## 6.17.0 - 2018-11-28 > * [#527](https://github-redirect.dependabot.com/stripe/stripe-node/pull/527) Add support for the `Review` APIs > > ## 6.16.0 - 2018-11-27 > * [#515](https://github-redirect.dependabot.com/stripe/stripe-node/pull/515) Add support for `ValueLists` and `ValueListItems` for Radar > > ## 6.15.2 - 2018-11-26 > * [#526](https://github-redirect.dependabot.com/stripe/stripe-node/pull/526) Fixes an accidental mutation of input in rare cases > > ## 6.15.1 - 2018-11-23 > * [#523](https://github-redirect.dependabot.com/stripe/stripe-node/pull/523) Handle `Buffer` instances in `Webhook.constructEvent` > > ## 6.15.0 - 2018-11-12 > * [#474](https://github-redirect.dependabot.com/stripe/stripe-node/pull/474) Add support for `partner_id` in `setAppInfo` > ... (truncated)
Commits - [`f5a2f49`](https://github.com/stripe/stripe-node/commit/f5a2f49ceee3c88f5d6d72e297fbf14c0e119377) Bump version to 6.25.1 - [`713cdcb`](https://github.com/stripe/stripe-node/commit/713cdcb7d9c445ed2635c5bed8f3c7b307b04bbe) Merge pull request [#565](https://github-redirect.dependabot.com/stripe/stripe-node/issues/565) from stripe/ob-561 - [`e20fd97`](https://github.com/stripe/stripe-node/commit/e20fd97cb3d13b146c518d70e0ae86846bb40867) Always encode arrays as integer-indexed hashes - [`b209c82`](https://github.com/stripe/stripe-node/commit/b209c8298a47a195346bac5d8ccd916efffaf5fb) Clarify that automatic network retries occur for most api errors ([#567](https://github-redirect.dependabot.com/stripe/stripe-node/issues/567)) - [`1f69c43`](https://github.com/stripe/stripe-node/commit/1f69c43572a6214eb4be98c3fc09f1ee0d006daa) Merge pull request [#566](https://github-redirect.dependabot.com/stripe/stripe-node/issues/566) from stripe/paulasjes/update-network-retries-readme - [`4fc1bfe`](https://github.com/stripe/stripe-node/commit/4fc1bfe692a753eb966c86a9b739ef78f2fea28b) Remove rate limiting language for now - [`e8ca5c1`](https://github.com/stripe/stripe-node/commit/e8ca5c18908b5ac5ca702219480d80e7a5caad5c) Bump version to 6.25.0 - [`de7a7b7`](https://github.com/stripe/stripe-node/commit/de7a7b72c24fd77e5e593e2167fbb32458696c5c) Network retries ([#559](https://github-redirect.dependabot.com/stripe/stripe-node/issues/559)) - [`2a317f5`](https://github.com/stripe/stripe-node/commit/2a317f5bb8a7eb11eacd9850dbcfd62cf80a7710) Bump version to 6.24.0 - [`515b1ce`](https://github.com/stripe/stripe-node/commit/515b1cea48f4e86c4f96174d66859bea250fa876) Merge pull request [#562](https://github-redirect.dependabot.com/stripe/stripe-node/issues/562) from stripe/remi-add-subscription-schedule - Additional commits viewable in [compare view](https://github.com/stripe/stripe-node/compare/v6.1.1...v6.25.1)


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 - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.