fix(deps): update dependency @google-cloud/common to ^0.20.0 #133
+162
−45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency @google-cloud/common from
^0.17.0
to^0.20.0
Note: This PR was created on a configured schedule ("after 10pm,before 5am") and will not receive updates outside those times.
Release Notes
v0.20.3
Compare Source
This release fixes #185, which was causing problems with downstream modules.
Commits
b2c60ed fix: no synthetic imports (#186)
v0.20.2
Compare Source
This is a patch release that contains several bug fixes, updated dependencies, and tool fixes.
Bug fixes
a7c763a fix: callback request with body and response (#182)
9146ec4 fix: ServiceObject: loosen metadata type (#181)
5921721 fix: UnhandledPromiseRejection in ServiceObject test (#175)
Package updates
f59f537 fix(deps): update dependency retry-request to v4 (#179)
5b4132f chore(deps): update dependency sinon to v6 (#178)
272d3be chore(deps): update dependency gts to ^0.7.0 (#177)
Keepin the lights on
a36ee6a test: test the typescript install (#183)
f2de3e9 Configure Renovate (#170)
a35bd97 refactor: drop repo-tool as an exec wrapper (#173)
620844d fix: update linking for samples (#171)
v0.20.1
Compare Source
This release contains a simple TypeScript type change, and cleans up some un-used dev dependencies.
Commits
6a9bcd6 fix: loosen index type for service-object (#168)
0d1075b refactor: remove eslint and prettier (#166)
v0.20.0
Compare Source
This reverts behavior broken in 0.18 surrounding
poll_
being an async operation, and breaks in thegetMetadata
method ofOperation
.3c22a57 fix: repair breaking changes (#164)
7bf4b63 chore: upgrade to latest of all dependencies (#162)
v0.19.2
Compare Source
This release adds back a
Logger.LEVELS
field. It also fixes a bug that was breaking system tests in some dependent modules.Commits
2af6176 refactor: make properties on logger readonly (#158)
af00352 fix: use through() again (#159)
4b295c0 feat: expose Logger.LEVELS (#157)
v0.19.1
Compare Source
This release fixes the empty package issue in 0.19.0.
v0.19.0
Compare Source
This release removes
levels
from the public interface ofLoggerConfig
. It also changes theLogger
class type definition to be more friendly for subclassing.In addition, this release fixes a bug related to the instance type of
PartialFailureError
errors.Commits
0dfcfad chore: upgrade and lock typescript at 2.9 (#153)
5ab55cc fix: Set the PartialFailureError name to 'PartialFailureError'. (#152)
f246b51 fix: Add promisifyAll support for es classes (#150)
45fc0b2 feat: remove
levels
from LoggerConfig and don't expose index property on Logger (#142)2af8e1a chore: the ultimate fix for repo-tools EPERM (#147)
v0.18.9
Compare Source
This release fixes a bug with rejected promises:
92ae69d fix: pass responses in errors with request callbacks (#145)
v0.18.8
Compare Source
Commits
f7af9d7 fix: export more types, fix back compat (#143)
0896b97 fix: expose LoggerConfig and ServiceConfig (#141)
v0.18.7
Compare Source
This releases fixes a potential issue where the
body
argument ofService#request
might be a raw JSON string rather than the parsed response body.Commits
4637b33 fix: for Service#request, always provide parsed body (#139)
e68b33b fix: expose a few properties (#138)
v0.18.6
Compare Source
This release fixes a typing issue with the order of the
body
andresponse
objects in request callbacks.v0.18.5
Compare Source
This patch release includes bug fixes that restore backward compatibility with 0.17.x.
Commits
53d5fcf fix: repair makeAuthenticatedRequest callback order (#132)
db21cb4 fix: repair requestStream and other back-compat changes (#130)
v0.18.4
Compare Source
This release adds back support for callbacks on the
Service.request
method, and makes a few other type improvements.Commits
99230a8 fix: back-compat for service.ts (#128)
75dd968 chore: test on node10 (#127)
v0.18.3
Compare Source
This release contains minor bug fixes identified while integrating 0.18.2 into upstream projects.
Fixes
a108b1b fix: back-compat issues with cloud-profiler (#125)
4feff33 fix: include request and duplexify types (#122)
e7ad4b0 chore(package): update sinon to version 5.0.2 (#124)
v0.18.2
Compare Source
This release probably hopefully fixes the issue where there are no files in the build. 🤞
v0.18.1
Compare Source
v0.18.0
Compare Source
This PR has been generated by Renovate Bot.