Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of @google-cloud/bigquery is breaking the build 🚨 #22

Open
greenkeeper bot opened this issue Mar 13, 2019 · 6 comments
Open

Comments

@greenkeeper
Copy link

greenkeeper bot commented Mar 13, 2019

The dependency @google-cloud/bigquery was updated from 2.0.6 to 2.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@google-cloud/bigquery is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v2.1.0

03-12-2019 15:30 PDT

New Features

  • feat: throw errors for missing resource ids (#342)

Bug Fixes

  • fix(types): move JobLoadMetadata writeDisposition (#365)
  • fix(types): Allow views to be configured using an object or a string (#333)
  • fix(types): add missing parameters (selectedFields, startIndex) in table.getRows() options (#331)

Dependencies

  • fix(deps): update dependency @google-cloud/paginator to ^0.2.0 (#373)
  • fix(deps): update dependency @google-cloud/common to ^0.31.0 (#371)
  • fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#356)
  • fix(deps): update dependency duplexify to v4 (#343)

Documentation

  • docs(table): link to upstream limit docs (#376)
  • docs: update samples and docs to match rubric (#374)
  • docs: update links in contrib guide (#358)
  • docs: update contributing path in README (#350)
  • docs: move CONTRIBUTING.md to root (#349)
  • docs: add lint/fix example to contributing guide (#344)

Internal / Testing Changes

  • testing: remove nextQuery assertion (#377)
  • refactor(samples): split samples into their own files (#368)
  • build: Add docuploader credentials to node publish jobs (#370)
  • build: use node10 to run samples-test, system-test etc (#369)
  • build: system-tests only delete stale resources
  • chore: make test prefix unique per run (#363)
  • chore(deps): update dependency mocha to v6 (#360)
  • test: skip installation test if GOOGLE_CLOUD_TESTS_IN_VPCSC is passed (#345)
  • build: use linkinator for docs test (#354)
  • fix(deps): update dependency yargs to v13 (#353)
  • chore(deps): update dependency @types/tmp to v0.0.34 (#355)
  • build: create docs test npm scripts (#352)
  • build: test using @grpc/grpc-js in CI (#351)
  • build: check for 404s in the docs (#337)
  • build: output benchmark data in csv format (#339)
  • chore(deps): update dependency eslint-config-prettier to v4 (#338)
Commits

The new version differs by 34 commits.

  • 76f6e90 Release v2.1.0 (#378)
  • 4fe36f7 docs(table): link to upstream limit docs (#376)
  • f70cb9f testing: remove nextQuery assertion (#377)
  • e4b0b12 fix(deps): update dependency @google-cloud/paginator to ^0.2.0 (#373)
  • b92b75f fix: update samples and docs to match rubric (#374)
  • fdd851f refactor(samples): split samples into their own files (#368)
  • 54e8df3 fix(deps): update dependency @google-cloud/common to ^0.31.0 (#371)
  • a6d6859 build: Add docuploader credentials to node publish jobs (#370)
  • 76ee1ad fix(deps): update dependency @google-cloud/common to ^0.30.0 (#336)
  • 0769244 build: use node10 to run samples-test, system-test etc (#369)
  • 8b0afc1 [CHANGE ME] Re-generated to pick up changes in the API or client library generator. (#366)
  • 647eda0 fix(types): move JobLoadMetadata writeDisposition (#365)
  • 444ef11 build: system-tests only delete stale resources
  • e5395ea chore: make test prefix unique per run (#363)
  • baf0c72 chore(deps): update dependency mocha to v6 (#360)

There are 34 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2019

After pinning to 2.0.6 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 9, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v4.3.0

Features

  • TypeScript: introduce IArimaResult interface (4cd3a71)
Commits

The new version differs by 115 commits.

  • 0755155 chore: release 4.3.0 (#556)
  • d0874f7 chore: update CONTRIBUTING.md and make releaseType node (#557)
  • 4cd3a71 feat(TypeScript): introduce IArimaResult interface
  • c2c42c9 chore: update pull request template (#554)
  • 661d893 chore: update pull request template
  • d4892ea feat: add typescript support for script statistics (#551)
  • 742c39f chore: add protos/ to .eslintignore
  • a325103 build: switch to GitHub app for releases (#543)
  • ac4cc03 chore: release 4.2.1 (#541)
  • 651e870 fix(deps): update dependency discovery-tsd to ^0.2.0 (#540)
  • 7f711ed build: add npm install command to synth file (#538)
  • 81f9375 build: fix missing subprocess import in synth file (#536)
  • 557ea55 build: generate discovery types via synthtool (#534)
  • f2720cc chore: release 4.2.0 (#529)
  • 6b730e2 update .nycrc ignore rules (#532)

There are 115 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 8, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.0

Features

  • table: typescript support for range partitioning (#559) (a77c28a)
  • typescript support for data split result (#570) (2236545)

Bug Fixes

  • deps: update dependency @google-cloud/storage to v4 (#561) (0ec07f9)
Commits

The new version differs by 9 commits.

  • 39e5ec2 chore: release 4.4.0 (#560)
  • 290da71 chore(deps): update dependency typescript to ~3.7.0 (#567)
  • 2236545 feat: typescript support for data split result (#570)
  • 6729fe8 test: collect coverage in src/ folder
  • e7685c6 refactor(types): refactors index to export all types (#548)
  • 0ec07f9 fix(deps): update dependency @google-cloud/storage to v4 (#561)
  • e4439ca docs: pull in latest skipLeadingRows discovery docs (#563)
  • a77c28a feat(table): typescript support for range partitioning (#559)
  • edcafa6 docs: update comments for generated types (#558)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 6, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v4.5.0

Features

  • table: allow opting out of default insert id (#582) (6bf2dbd)
  • adds policyTags parameter removes IGetParams Interface (#576) (8cf8f1d)

Bug Fixes

  • deps: TypeScript 3.7.0 causes breaking change in typings (#586) (04f8cba)
  • deps: update dependency yargs to v15 (#579) (92119e3)
  • docs: snippets are now replaced in jsdoc comments (#573) (a0d3538)
Commits

The new version differs by 9 commits.

  • 35d592a chore: release 4.5.0 (#587)
  • 8cf8f1d feat: adds policyTags parameter removes IGetParams Interface (#576)
  • 04f8cba fix(deps): TypeScript 3.7.0 causes breaking change in typings (#586)
  • 6bf2dbd feat(table): allow opting out of default insert id (#582)
  • 99aad91 chore: update license headers
  • 92119e3 fix(deps): update dependency yargs to v15 (#579)
  • 0f9f1ed chore: add gitattributes to kokoro
  • a0d3538 fix(docs): snippets are now replaced in jsdoc comments (#573)
  • 16a43ac refactor: run prettier (#571)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 6, 2020

Your tests are still failing with this version. Compare changes

Release Notes for v4.6.0

Features

  • types to support slot ms and read masks (#592) (84d1c82)
Commits

The new version differs by 10 commits.

  • 10f1694 chore: release 4.6.0 (#593)
  • ae18f76 chore(deps): update dependency mocha to v7 (#601)
  • 68a1173 chore: update .nycrc
  • d22f439 docs: change license header format; edited instructions for running samples
  • 0cd0435 chore(deps): update dependency eslint-plugin-node to v11 (#598)
  • 51fe772 refactor: use explicit mocha imports
  • d27c5b1 chore(deps): update dependency sinon to v8 (#596)
  • af36e89 build: use c8 for coverage (#597)
  • 84d1c82 feat: types to support slot ms and read masks (#592)
  • 0d746e6 docs: update type docs for encryption configuration (#588)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 30, 2020

Your tests are still failing with this version. Compare changes

Release Notes for v4.7.0

Features

Commits

The new version differs by 13 commits.

  • 95df1af chore: release 4.7.0 (#616)
  • 008946a feat(params): adds optional param types (#599)
  • aeef249 chore(deps): update dependency @types/mocha to v7
  • 63d7e24 feat: add support for scripting/routines (#580)
  • bcac4c1 chore: regenerate synth.metadata (#615)
  • 27912cb chore: clear synth.metadata
  • 99cdabd build: update windows configuration to match new vm
  • 7512db2 chore: update region tag (#611)
  • b753b10 docs(samples): adds user authentication samples (#566)
  • 95ddc88 chore: release 4.6.1 (#609)
  • 7df0799 fix: don't modify the constructor options (#607)
  • 9882bb1 docs: autogenerated README update
  • 69fc6a0 docs: correct casing of "BigQuery" (#604)

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants