GoogleCloudPlatform / nodejs-getting-started

A tutorial for creating a complete application using Node.js on Google Cloud Platform
https://cloud.google.com/nodejs
Apache License 2.0
809 stars 381 forks source link

fix(deps): update dependency @google-cloud/pubsub to v2 #422

Closed renovate-bot closed 4 years ago

renovate-bot commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@google-cloud/pubsub dependencies major 1.7.3 -> 2.5.0

Release Notes

googleapis/nodejs-pubsub ### [`v2.5.0`](https://togithub.com/googleapis/nodejs-pubsub/blob/master/CHANGELOG.md#​250-httpswwwgithubcomgoogleapisnodejs-pubsubcomparev240v250-2020-08-17) [Compare Source](https://togithub.com/googleapis/nodejs-pubsub/compare/v2.4.0...v2.5.0) ##### Features - Opentelemetry integration ([#​1078](https://www.github.com/googleapis/nodejs-pubsub/issues/1078)) ([76db007](https://www.github.com/googleapis/nodejs-pubsub/commit/76db007f270a646e8570768fa827ea2a97b62cbc)), closes [#​1066](https://www.github.com/googleapis/nodejs-pubsub/issues/1066) [#​1070](https://www.github.com/googleapis/nodejs-pubsub/issues/1070) ##### Bug Fixes - make request batching work again ([#​1087](https://www.github.com/googleapis/nodejs-pubsub/issues/1087)) ([80e0ee3](https://www.github.com/googleapis/nodejs-pubsub/commit/80e0ee3a4ef0da325e61ce2b869f4c0f9829b136)) - properly handle non-emulator alternate endpoints for pub/sub ([#​1060](https://www.github.com/googleapis/nodejs-pubsub/issues/1060)) ([195ebf6](https://www.github.com/googleapis/nodejs-pubsub/commit/195ebf648e00ba35f567cef06a06c31f3f9c57d9)) - **deps:** update opentelemetry monorepo to ^0.10.0 ([#​1090](https://www.github.com/googleapis/nodejs-pubsub/issues/1090)) ([78a45ff](https://www.github.com/googleapis/nodejs-pubsub/commit/78a45ff1cb8fb921e5ca05e435554d684a777185)) - update minimum gax version to 2.7.0 to fix recent protobuf errors ([#​1085](https://www.github.com/googleapis/nodejs-pubsub/issues/1085)) ([904348c](https://www.github.com/googleapis/nodejs-pubsub/commit/904348cd6471f267a54635fcd65fe4191896308e)) ### [`v2.4.0`](https://togithub.com/googleapis/nodejs-pubsub/blob/master/CHANGELOG.md#​240-httpswwwgithubcomgoogleapisnodejs-pubsubcomparev230v240-2020-08-08) [Compare Source](https://togithub.com/googleapis/nodejs-pubsub/compare/v2.3.0...v2.4.0) ##### Features - update to TypeScript 3.8+ to match gax/protobufjs (to allow things to compile again) ([#​1079](https://www.github.com/googleapis/nodejs-pubsub/issues/1079)) ([cd39d38](https://www.github.com/googleapis/nodejs-pubsub/commit/cd39d38c525b3ed0383c63eb379c96aed6f53d94)) ### [`v2.3.0`](https://togithub.com/googleapis/nodejs-pubsub/blob/master/CHANGELOG.md#​230-httpswwwgithubcomgoogleapisnodejs-pubsubcomparev220v230-2020-07-20) [Compare Source](https://togithub.com/googleapis/nodejs-pubsub/compare/v2.2.0...v2.3.0) ##### Features - Add support for server-side flow control ([#​1041](https://www.github.com/googleapis/nodejs-pubsub/issues/1041)) ([a53f6c7](https://www.github.com/googleapis/nodejs-pubsub/commit/a53f6c755317f2fdcb107989321a78fa05e0c455)) - support for detaching subscriptions ([#​1032](https://www.github.com/googleapis/nodejs-pubsub/issues/1032)) ([c5af3a9](https://www.github.com/googleapis/nodejs-pubsub/commit/c5af3a9988e318c3d884aed1777010faa8545ab1)) ##### Bug Fixes - typeo in nodejs .gitattribute ([#​1049](https://www.github.com/googleapis/nodejs-pubsub/issues/1049)) ([b4c6dc0](https://www.github.com/googleapis/nodejs-pubsub/commit/b4c6dc0264a4f62283ceb3b5e1e2ae58e06c56c1)) ### [`v2.2.0`](https://togithub.com/googleapis/nodejs-pubsub/blob/master/CHANGELOG.md#​220-httpswwwgithubcomgoogleapisnodejs-pubsubcomparev210v220-2020-07-09) [Compare Source](https://togithub.com/googleapis/nodejs-pubsub/compare/v2.1.0...v2.2.0) ##### Features - add flow control settings for StreamingPullRequest to pubsub.proto ([#​1035](https://www.github.com/googleapis/nodejs-pubsub/issues/1035)) ([a7dff65](https://www.github.com/googleapis/nodejs-pubsub/commit/a7dff65c1a4115e75251b775f679e6beb092928e)) - move ts target to es2018 from es2016 ([#​1022](https://www.github.com/googleapis/nodejs-pubsub/issues/1022)) ([016568d](https://www.github.com/googleapis/nodejs-pubsub/commit/016568df466c2a543762ab4f194b785a426ad880)) - Re-export ClientConfig from pubsub.ts in package index.ts ([#​1038](https://www.github.com/googleapis/nodejs-pubsub/issues/1038)) ([c2ac083](https://www.github.com/googleapis/nodejs-pubsub/commit/c2ac083fdb5f3b71dcb3be482b8ee5c9d527342d)), closes [#​972](https://www.github.com/googleapis/nodejs-pubsub/issues/972) ##### Bug Fixes - handle fallback option properly ([#​1028](https://www.github.com/googleapis/nodejs-pubsub/issues/1028)) ([5dc1827](https://www.github.com/googleapis/nodejs-pubsub/commit/5dc18270220dbf39f5a871716b4dd9d002d0c536)) - update node issue template ([#​1033](https://www.github.com/googleapis/nodejs-pubsub/issues/1033)) ([52ba0ae](https://www.github.com/googleapis/nodejs-pubsub/commit/52ba0ae0218c0859a03d8ad9e4f27130ceb4cc61)) ### [`v2.1.0`](https://togithub.com/googleapis/nodejs-pubsub/blob/master/CHANGELOG.md#​210-httpswwwgithubcomgoogleapisnodejs-pubsubcomparev200v210-2020-06-02) [Compare Source](https://togithub.com/googleapis/nodejs-pubsub/compare/v2.0.0...v2.1.0) ##### Features - re-generated to pick up changes from googleapis ([#​1014](https://www.github.com/googleapis/nodejs-pubsub/issues/1014)) ([1ad3552](https://www.github.com/googleapis/nodejs-pubsub/commit/1ad35528f0d8b5420f9fbe122db2ff1962e32acb)) ##### Bug Fixes - use any to unblock typescript compilation bug ([#​1012](https://www.github.com/googleapis/nodejs-pubsub/issues/1012)) ([1e8ced3](https://www.github.com/googleapis/nodejs-pubsub/commit/1e8ced3f06d12487fdf00b443bb447e1ec1a911b)) ### [`v2.0.0`](https://togithub.com/googleapis/nodejs-pubsub/blob/master/CHANGELOG.md#​200-httpswwwgithubcomgoogleapisnodejs-pubsubcomparevv171v200-2020-05-20) [Compare Source](https://togithub.com/googleapis/nodejs-pubsub/compare/v1.7.3...v2.0.0) Please note that Node 8 is no longer supported, and Node 10 is the new minimum version of the runtime. ##### ⚠ BREAKING CHANGES - Please note that Node 8 is no longer supported, and Node 10 is the new minimum version of the runtime. - drop support for custom promises ([#​970](https://togithub.com/googleapis/nodejs-pubsub/issues/970)) - convert to typescript ([#​923](https://togithub.com/googleapis/nodejs-pubsub/issues/923)) - **deps:** update dependency [@​google-cloud/projectify](https://togithub.com/google-cloud/projectify) to v2 ([#​929](https://togithub.com/googleapis/nodejs-pubsub/issues/929)) ##### Bug Fixes - **docs:** link to correct gaxOptions docs ([#​999](https://www.github.com/googleapis/nodejs-pubsub/issues/999)) ([312e318](https://www.github.com/googleapis/nodejs-pubsub/commit/312e318ceb36eafbeb487ede7e5dbf9ccd5dfb81)) - regen protos and tests, formatting ([#​991](https://www.github.com/googleapis/nodejs-pubsub/issues/991)) ([e350b97](https://www.github.com/googleapis/nodejs-pubsub/commit/e350b97ad19e49e5fe52d5eeb1ad67c8bb6ddf33)) - remove eslint, update gax, fix generated protos, run the generator ([#​955](https://www.github.com/googleapis/nodejs-pubsub/issues/955)) ([544a061](https://www.github.com/googleapis/nodejs-pubsub/commit/544a061b1b6d7fdc4051486c2b8ae5d14e1ec141)) - remove unused dependencies ([#​998](https://www.github.com/googleapis/nodejs-pubsub/issues/998)) ([7b242a3](https://www.github.com/googleapis/nodejs-pubsub/commit/7b242a36212e0871b3918621fe9a5f51d1e6b733)) - **close:** ensure in-flight messages are drained ([#​952](https://www.github.com/googleapis/nodejs-pubsub/issues/952)) ([93a2bd7](https://www.github.com/googleapis/nodejs-pubsub/commit/93a2bd726660b134fbd3e12335bfde29d13a2b78)) - **deps:** update dependency [@​google-cloud/paginator](https://togithub.com/google-cloud/paginator) to v3 ([#​931](https://www.github.com/googleapis/nodejs-pubsub/issues/931)) ([b621854](https://www.github.com/googleapis/nodejs-pubsub/commit/b62185426b7f958ee41a1cff429bc5fb70635b4a)) - **deps:** update dependency [@​google-cloud/precise-date](https://togithub.com/google-cloud/precise-date) to v2 ([#​934](https://www.github.com/googleapis/nodejs-pubsub/issues/934)) ([72b8d78](https://www.github.com/googleapis/nodejs-pubsub/commit/72b8d781ed3cbf9049101b9c2675f211fb3924ba)) - **deps:** update dependency [@​google-cloud/projectify](https://togithub.com/google-cloud/projectify) to v2 ([#​929](https://www.github.com/googleapis/nodejs-pubsub/issues/929)) ([45d9880](https://www.github.com/googleapis/nodejs-pubsub/commit/45d988077d2db2fddbb4d22aac43c7f8a77e4dcc)) - **deps:** update dependency [@​google-cloud/promisify](https://togithub.com/google-cloud/promisify) to v2 ([#​928](https://www.github.com/googleapis/nodejs-pubsub/issues/928)) ([3819877](https://www.github.com/googleapis/nodejs-pubsub/commit/3819877752d39cd042364bdd9ed01ff230aeed0b)) - **deps:** update dependency google-auth-library to v6 ([#​935](https://www.github.com/googleapis/nodejs-pubsub/issues/935)) ([73fc887](https://www.github.com/googleapis/nodejs-pubsub/commit/73fc887c662b526690167286d2d5afda0cccad1b)) ##### Build System - convert to typescript ([#​923](https://www.github.com/googleapis/nodejs-pubsub/issues/923)) ([2fc68ba](https://www.github.com/googleapis/nodejs-pubsub/commit/2fc68baff0cc2013468da7ef3dc8d547d4745989)) ##### Miscellaneous Chores - drop support for custom promises ([#​970](https://www.github.com/googleapis/nodejs-pubsub/issues/970)) ([df462d3](https://www.github.com/googleapis/nodejs-pubsub/commit/df462d3dec4f733cb309eb6413aad382424e2125)) ##### [1.7.1](https://www.github.com/googleapis/nodejs-pubsub/compare/v1.7.0...v1.7.1) (2020-04-06) ##### Bug Fixes - provide missing close() method in the generated gapic client ([#​941](https://www.github.com/googleapis/nodejs-pubsub/issues/941)) ([6bf8f14](https://www.github.com/googleapis/nodejs-pubsub/commit/6bf8f1481a1dea051c47697488e13b6facf20a26))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.