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

fix(deps): update dependency @google-cloud/common to ^0.25.0 #121

Merged
merged 2 commits into from
Oct 3, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2018

This PR contains the following updates:

Package Type Update Change References
@google-cloud/common dependencies minor ^0.17.0 -> ^0.25.0 source

Release Notes

googleapis/nodejs-common

v0.25.3

Compare Source

Bug fixes
  • fix(types): improve TypeScript types (#​248)

v0.25.2

Compare Source

Bug fixes
  • fix(service): Use getProjectId instead of getDefaultProjectId (#​246)

v0.25.1

Compare Source

Implementation Changes
  • Improve TypeScript types for async operations (#​241)
  • Enhance typing of ServiceObject.prototype.get (#​239)
  • Fix TypeScript setMetadata return type (#​240)
  • Enable no-var in eslint (#​238)

v0.25.0

Compare Source

Implementation Changes

Some types improvements.

  • Improve types for SO.getMetadata, setMetadata (#​235)
  • Expose the parent property on service-object (#​233)
Internal / Testing Changes

v0.24.0

Compare Source

BREAKING CHANGES: This release includes an update to google-auth-library 2.0, which has a variety of breaking changes.

Bug fixes
  • fix: set default once (#​226)
  • fix: export DecorateRequestOptions and BodyResponseCallback (#​225)
  • fix: fix the types (#​221)
Dependencies
  • fix(deps): update dependency google-auth-library to v2 (#​224)
  • chore(deps): update dependency nyc to v13 (#​223)

v0.23.0

Compare Source

Fixes
  • fix: move repo-tools to dev dependencies (#​218)
Features
  • feat: make HTTP dependency configurable (#​210)
Keepin the lights on

v0.22.0

Compare Source

Commits
  • fix: Remove old code & replace project ID token in multipart arrays. (#​215)
  • allow ServiceObject`s parent to be an ServiceObject (#​212)
  • fix: increase timeout for install test (#​214)
  • chore: remove dead code and packages (#​209)
  • fix(deps): update dependency pify to v4 (#​208)

v0.21.1

Compare Source

Bug fixes
  • fix: method metadata can be a boolean (#​206)
Build and Test
  • test: throw on deprecation (#​198)
  • chore(deps): update dependency typescript to v3 (#​197)
  • chore: ignore package-lock.json (#​205)

v0.21.0

Compare Source

This release has breaking changes.

Node.js support

Versions 4.x and 9.x of node.js are no longer supported. Please upgrade to node.js 8.x or 10.x.

New npm modules

The support for pagination, promisification, and project Id replacement have been moved into their own npm modules. You can find them at:

These methods have been removed from @google-cloud/common.

Breaking Changes
  • fix: drop support for node.js 4.x and 9.x (#​190)
  • chore: cut out code split into other modules (#​194)
Implementation Changes
  • fix: make ServiceObject#id protected to allow subclass access (#​200)
Internal / Testing Changes
  • chore(deps): update dependency gts to ^0.8.0 (#​192)
  • chore: update renovate config (#​202)
  • refactor: remove circular imports (#​201)
  • fix: special JSON.stringify for for strictEqual test (#​199)
  • chore: assert.deelEqual => assert.deepStrictEqual (#​196)
  • chore: move mocha options to mocha.opts (#​195)
  • Update config.yml (#​191)

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 the getMetadata method of Operation.

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 of LoggerConfig. It also changes the Logger 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 of Service#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 and response 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

This release fixes a bug where the contents of the npm module are empty.

v0.18.0

Compare Source

🔥Holy smokes 💨 This release contains a bunch of changes which in theory, should not be breaking. The entire module was transitioned to TypeScript, and a number of npm modules were dropped, changed, or otherwise removed.

In theory - this should not be a breaking change. In reality, there are likely to be unintended consequences on some level. Updates should be done with care.

Commits

37bd44d chore: release 0.18.0
050f8c1 feat: google-auto-auth ==> google-auth-library (#​114)
09cb051 chore: make internal methods async (#​112)
75d22be chore: enable noImplicitThis (#​111)
6386a8b chore: enable gts (#​110)
31044e7 chore: gts fix a few test files (#​109)
8274e6b chore: gts check for util.ts (#​108)
5b5b4d9 chore: round 2 of gts fixing (#​106)
3628fcc chore: gts fix paginator and operation (#​105)
33a65a1 chore: enable noImplicitAny (#​101)
08dd4b6 fix: add explicit typing to please the compiler (#​104)
00b1eaf feat: convert util.ts to es6 (#​98)
ab50953 chore: convert operation.ts to es6 (#​95)
06bc272 feat: make logger an es6 class (#​97)
31dafe4 chore: upgrade service-object.ts to es6 (#​91)
8f29830 chore: remove concat-stream (#​94)
a845e39 chore: remove through2 (#​93)
1a4ea92 chore: es6ify paginator.ts (#​88)
9b5466e chore: es6ify service.ts (#​78)
aeb1fb0 fix: update all the things (#​77)
fa97ce8 chore: types, types, types (#​71)
07aeb64 chore: remove create-error-class (#​74)
710e965 chore: remove array-uniq (#​73)
7d6af71 chore: remove methmeth (#​72)
d3b2ea6 chore: remove string-format-obj (#​75)
4c71afd fix: ensure packaging works (#​70)
368eee6 chore: use arrow functions (#​67)
e5488ee chore: run gts fix (#​65)
7e72f5b chore: workaround for repo-tools EPERM (#​66)
ecabb3e Convert to TypeScript (#​64)


Renovate configuration

📅 Schedule: PR created on schedule "after 9am and before 3pm" (UTC)

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

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

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


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

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 27, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-common-0.x branch from 7514a2b to c8529f1 Compare June 27, 2018 04:39
@codecov
Copy link

codecov bot commented Jun 27, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #121   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          19     19           
  Lines        1581   1581           
=====================================
  Hits         1581   1581

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 21a4673...ec51ebf. Read the comment docs.

@ghost ghost assigned JustinBeckwith Jun 27, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-common-0.x branch 3 times, most recently from 80f3517 to c4cd274 Compare July 3, 2018 16:40
@renovate renovate bot force-pushed the renovate/google-cloud-common-0.x branch 6 times, most recently from 3dadba8 to 5ba5ee8 Compare July 17, 2018 02:10
@renovate renovate bot force-pushed the renovate/google-cloud-common-0.x branch 3 times, most recently from 68b8c3d to a920f0f Compare July 24, 2018 17:05
@renovate renovate bot force-pushed the renovate/google-cloud-common-0.x branch 4 times, most recently from df9d468 to 8749e80 Compare July 31, 2018 01:45
@stephenplusplus
Copy link
Contributor

  Compute
    1) "before all" hook: deleteAllTestObjects
    2) "after all" hook: deleteAllTestObjects


  0 passing (20m)
  2 failing

  1) Compute
       "before all" hook: deleteAllTestObjects:
     Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-compute\system-test\compute.js)


  2) Compute
       "after all" hook: deleteAllTestObjects:
     Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-compute\system-test\compute.js)

@stephenplusplus stephenplusplus added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jul 31, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-common-0.x branch 3 times, most recently from 9d1b5cc to ed9ff1d Compare August 6, 2018 20:45
@renovate renovate bot changed the title fix(deps): update dependency @google-cloud/common to ^0.20.0 fix(deps): update dependency @google-cloud/common to ^0.21.0 Aug 6, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-common-0.x branch 2 times, most recently from 501a58f to 14b2f0e Compare August 7, 2018 20:59
@renovate renovate bot force-pushed the renovate/google-cloud-common-0.x branch 2 times, most recently from 6d4f423 to 0d031ea Compare August 21, 2018 21:19
@DominicKramer DominicKramer self-assigned this Sep 6, 2018
@DominicKramer
Copy link

I just wanted to let everyone know that I'm looking into this.

@renovate renovate bot force-pushed the renovate/google-cloud-common-0.x branch from c5b2905 to 5e60d02 Compare September 10, 2018 15:54
@renovate renovate bot force-pushed the renovate/google-cloud-common-0.x branch from 5e60d02 to 8a02f12 Compare September 17, 2018 22:43
@renovate renovate bot changed the title fix(deps): update dependency @google-cloud/common to ^0.24.0 fix(deps): update dependency @google-cloud/common to ^0.25.0 Sep 17, 2018
@fhinkel
Copy link
Contributor

fhinkel commented Sep 18, 2018

ping @DominicKramer

@renovate renovate bot force-pushed the renovate/google-cloud-common-0.x branch 7 times, most recently from 05bd48e to 0970b14 Compare September 25, 2018 14:43
@renovate renovate bot force-pushed the renovate/google-cloud-common-0.x branch 3 times, most recently from 44500e1 to eeac70a Compare October 1, 2018 12:01
@ghost ghost assigned JustinBeckwith Oct 2, 2018
@renovate
Copy link
Contributor Author

renovate bot commented Oct 2, 2018

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label rebase to this PR and Renovate will reset/recreate it.

@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 2, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 2, 2018
@JustinBeckwith JustinBeckwith force-pushed the renovate/google-cloud-common-0.x branch from 3275960 to 92ab011 Compare October 3, 2018 23:14
@JustinBeckwith JustinBeckwith removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 3, 2018
@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 3, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 3, 2018
@JustinBeckwith JustinBeckwith merged commit ce3defb into master Oct 3, 2018
@renovate renovate bot deleted the renovate/google-cloud-common-0.x branch October 3, 2018 23:22
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.

6 participants