Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

fix(deps): update dependency @google-cloud/pubsub to ^0.20.0 #137

Merged
merged 1 commit into from
Sep 18, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2018

This Pull Request updates dependency @google-cloud/pubsub (source) from ^0.19.0 to ^0.20.0

Note: This PR was created on a configured schedule ("after 9am and before 3pm") and will not receive updates outside those times.


Release Notes

v0.20.0

Compare Source

Implementation Changes

BREAKING CHANGE: - fix: drop support for node.js 4.x and 9.x (#​171)

New Features
  • Re-generate library using /synth.py (#​227)
    • some minor proto documentation changes
Dependencies
  • fix(deps): update dependency google-auth-library to v2 (#​228)
  • chore(deps): update dependency nyc to v13 (#​225)
  • fix(deps): update dependency google-gax to ^0.19.0 (#​216)
  • chore(deps): update dependency eslint-config-prettier to v3 (#​213)
  • chore: drop dependency on @​google-cloud/common (#​210)
  • fix(deps): update dependency @​google-cloud/common to ^0.21.0 (#​206)
  • chore(deps): lock file maintenance (#​203)
  • fix(deps): update dependency google-gax to ^0.18.0 (#​197)
  • chore(deps): lock file maintenance (#​196)
  • chore(deps): lock file maintenance (#​188)
  • chore(deps): update dependency eslint-plugin-node to v7 (#​185)
  • chore(deps): lock file maintenance (#​182)
  • chore(deps): lock file maintenance (#​174)
  • chore(deps): lock file maintenance (#​173)
  • chore(deps): lock file maintenance (#​172)
  • chore(deps): lock file maintenance (#​168)
  • chore(deps): lock file maintenance (#​167)
  • chore(deps): lock file maintenance (#​166)
  • fix(deps): update dependency delay to v3 (#​165)
  • fix(deps): update dependency @​google-cloud/common to ^0.20.0 (#​155)
  • chore(deps): update dependency proxyquire to v2 (#​160)
  • chore(deps): update dependency nyc to v12 (#​159)
  • Update google-gax and add Synth.py (#​158)
  • chore(deps): update dependency sinon to v6 (#​161)
  • fix(deps): update dependency yargs to v12 (#​164)
  • fix(deps): update dependency yargs to v11 (#​163)
  • fix(deps): update dependency yargs to v10.1.2 (#​157)
  • chore(deps): update dependency ava to ^0.25.0 (#​153)
  • chore(deps): update dependency sinon to v4.5.0 (#​154)
Documentation
  • fix docs (#​229)
  • test: fix import sample failures (#​218)
  • fix: correct the documentation (#​117)
  • fix: Fix sample region tag in JSDoc (#​184)
  • Fixes 179: Adds missing return statement in docs (#​180)
Internal / Testing Changes
  • Update the CI config (#​220)
  • chore: make the CircleCI config consistent
  • chore: use arrow functions (#​215)
  • chore: convert to es classes (#​211)
  • chore: do not use npm ci (#​209)
  • chore: use let and const (#​204)
  • chore: ignore package-lock.json (#​207)
  • chore: use split common modules (#​200)
  • chore: update renovate config (#​199)
  • chore: move mocha options to mocha.opts (#​194)
  • chore: require node 8 for samples (#​195)
  • chore: add node templates to synth.py (#​191)
  • chore: fix the eslint errors (#​190)
  • refactor: use google-auth-library (#​189)
  • Fixes 177: Prevents publishing attributes that have non-string values (#​183)
  • chore(build): use npm ci instead of npm install (#​175)
  • chore(package): update eslint to version 5.0.0 (#​145)
  • chore: update sample lockfiles (#​149)
  • test: use strictEqual in tests (#​186)
  • Configure Renovate (#​144)
  • refactor: drop repo-tool as an exec wrapper (#​150)
  • fix: update linking for samples (#​146)


This PR has been generated by Renovate Bot.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 12, 2018
@codecov
Copy link

codecov bot commented Sep 12, 2018

Codecov Report

Merging #137 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #137   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           4      4           
=====================================
  Hits            4      4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3fbe9ad...172d2f7. Read the comment docs.

@renovate renovate bot force-pushed the renovate/google-cloud-pubsub-0.x branch 2 times, most recently from 6411de0 to be4c5be Compare September 14, 2018 16:33
@renovate renovate bot force-pushed the renovate/google-cloud-pubsub-0.x branch from be4c5be to 4b478f2 Compare September 18, 2018 18:43
@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #137 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #137   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           4      4           
=====================================
  Hits            4      4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e4cabb1...4b478f2. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #137 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #137   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           4      4           
=====================================
  Hits            4      4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e4cabb1...4b478f2. Read the comment docs.

@JustinBeckwith JustinBeckwith merged commit fe48933 into master Sep 18, 2018
@renovate renovate bot deleted the renovate/google-cloud-pubsub-0.x branch September 18, 2018 20:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants