VikramTiwari / asynclog

logging made easy, useful and scalable
GNU General Public License v3.0
1 stars 0 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency @google-cloud/logging was updated from 4.0.1 to 4.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/logging 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 could not complete due to an error ([Details](https://travis-ci.org/VikramTiwari/asynclog/builds/452113802?utm_source=github_status&utm_medium=notification)).

Release Notes for v4.1.0

New Features

  • feat: export middleware helpers (#289)
  • feat: Introduce middleware directory (#248)

Bug fixes

  • fix(metadata): include zone on GAE descriptor (#298)
  • fix(middleware): tweak the middleware api (#291)
  • fix: resolve compile errors (#287)
  • fix(deps): move nock to devDependencies (#276)

Dependencies

  • fix(deps): update dependency @opencensus/propagation-stackdriver to v0.0.6 (#283)
  • chore(deps): update dependency eslint-plugin-node to v8 (#284)
  • fix(deps): update dependency gcp-metadata to ^0.9.0 (#279)
  • fix(deps): update dependency snakecase-keys to v2 (#259)
  • refactor: remove async, methmeth, propprop (#253)
  • fix(deps): update dependency google-proto-files to ^0.17.0 (#242)
  • chore(deps): update dependency sinon to v7 (#243)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#238)
  • chore(deps): update dependency @google-cloud/pubsub to v0.20.1 (#236)
  • fix(samples): update dependency @google-cloud/logging-winston to ^0.10.0 (#235)

Documentation

  • docs: update reference documentation

Internal / Testing Changes

  • chore: update CircleCI config (#302)
  • chore: remove a few unused deps (#299)
  • fix: fix system tests by choosing semver range for BigQuery (#297)
  • fix: disable skipLibCheck in the tsconfig (#296)
  • refactor(metadata): use async/await (#295)
  • chore: include build in eslintignore (#292)
  • fix(tsconfig): disable allowJs, enable declaration (#288)
  • refactor(ts): convert tests to typescript (#282)
  • test: fix the system tests with cleanup (#281)
  • fix(fix): no fix for samples/node_modules (#278)
  • chore: update github issue templates (#274)
  • chore: remove old issue template (#270)
  • build: run tests on node11 (#268)
  • chore(typescript): convert src/ to typescript (#258)
  • fix(synth): s.replace import syntax of code samples in autogenerated code (#266)
  • chore: use gts for samples; jettison prettier (#255)
  • chores(build): do not collect sponge.xml from windows builds (#257)
  • chores(build): run codecov on continuous builds (#256)
  • chore: run gts fix (#252)
  • refactor: introduce typescript compiler (#246)
  • fix(test): block auth during public system tests (#249)
  • build: fix codecov uploading on Kokoro (#244)
  • test: remove appveyor config (#234)
Commits

The new version differs by 41 commits.

  • 26cc2a7 Release v4.1.0 (#305)
  • 0fe56e8 fix(metadata): include zone on GAE descriptor (#298)
  • 3ac69bb chore: update CircleCI config (#302)
  • adb9f3d chore: remove a few unused deps (#299)
  • 6015091 fix: fix system tests by choosing semver range for BigQuery (#297)
  • b80139a fix: disable skipLibCheck in the tsconfig (#296)
  • 08e3e9c refactor(metadata): use async/await (#295)
  • c41db2f fix(middleware): tweak the middleware api (#291)
  • 2c1c8dc chore: include build in eslintignore (#292)
  • 32bfce7 feat: export middleware helpers (#289)
  • 785ebe6 fix(tsconfig): disable allowJs, enable declaration (#288)
  • def5a1f fix: resolve compile errors (#287)
  • c058fba refactor(ts): convert tests to typescript (#282)
  • 72fcbc3 fix(deps): update dependency @opencensus/propagation-stackdriver to v0.0.6 (#283)
  • 9a40ce0 chore(deps): update dependency eslint-plugin-node to v8 (#284)

There are 41 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.1.1

12-05-2018 13:12 PST

Implementation Changes

TypeScript related changes:

  • refactor(ts): generate logging types from proto (#314)
  • refactor(ts): use es imports and exports (#307)

Dependencies

  • chore(deps): update dependency typescript to ~3.2.0 (#331)
  • chore(deps): update dependency @google-cloud/pubsub to ^0.22.0 (#333)
  • fix(deps): update dependency google-gax to ^0.22.0 (#323)
  • fix(deps): update dependency @opencensus/propagation-stackdriver to v0.0.7 (#322)
  • chore(deps): update dependency @google-cloud/pubsub to ^0.21.0 (#324)
  • chore(deps): update dependency gts to ^0.9.0 (#321)
  • chore(deps): update dependency bignumber.js to v8 (#301)
  • chore(deps): update dependency @types/is to v0.0.21 (#315)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#318)
  • fix(deps): update dependency through2 to v3 (#311)

Documentation

  • docs(samples): updated samples code to use async await (#329)
  • docs: update directory for docs generation (#312)

Internal / Testing Changes

  • fix(docs): const logging = require.. contains binary (#338)
  • chore: update license file (#337)
  • docs: update readme badges (#335)
  • fix(build): fix system key decryption (#332)
  • chore: add synth.metadata
  • chore: update eslintignore config (#320)
  • chore: drop contributors from multiple places (#316)
  • chore: use latest npm on Windows (#313)
  • chore(build): use the latest npm on windows for tests (#304)
  • refactor: go back to prettier, use generated gapic tests (#308)
Commits

The new version differs by 25 commits.

  • d51e342 feat: release v4.1.1 (#340)
  • 5a3326e fix(docs): const logging = require.. contains binary (#338)
  • 70a2b7c chore: update license file (#337)
  • 68418a4 docs: update readme badges (#335)
  • c4c0e31 chore(deps): update dependency typescript to ~3.2.0 (#331)
  • a76dd9c chore(deps): update dependency @google-cloud/pubsub to ^0.22.0 (#333)
  • 4deb00e fix(build): fix system key decryption (#332)
  • 8e231b4 docs(samples): updated samples code to use async await (#329)
  • cfd74da chore: add synth.metadata
  • 713b87e fix(deps): update dependency google-gax to ^0.22.0 (#323)
  • 6c3c882 fix(deps): update dependency @opencensus/propagation-stackdriver to v0.0.7 (#322)
  • 68c3467 chore(deps): update dependency @google-cloud/pubsub to ^0.21.0 (#324)
  • 10dfc40 chore(deps): update dependency gts to ^0.9.0 (#321)
  • 858a73a chore: update eslintignore config (#320)
  • 2e697e8 refactor(ts): generate logging types from proto (#314)

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.0

01-02-2019 12:43 PST

New Features

  • feat: cache detected environment's default resource (#359)

Dependencies

  • fix(deps): update dependency @opencensus/propagation-stackdriver to v0.0.8 (#354)

Internal / Testing Changes

  • refactor: modernize the sample tests (#356)
  • refactor(ts): improve typescript types (#309)
  • chore(build): inject yoshi automation key (#352)
  • chore: update nyc and eslint configs (#351)
  • chore: fix publish.sh permission +x (#348)
  • fix(build): fix Kokoro release script (#347)
  • build: add Kokoro configs for autorelease (#346)
  • chore: always nyc report before calling codecov (#342)
  • chore: nyc ignore build/test by default (#341)
Commits

The new version differs by 12 commits.

  • 6d7194a Release v4.2.0 (#360)
  • 6cf18aa feat: cache detected environment's default resource (#359)
  • 69dbf0e refactor: modernize the sample tests (#356)
  • a55c43e refactor(ts): improve typescript types (#309)
  • abcd75d fix(deps): update dependency @opencensus/propagation-stackdriver to v0.0.8 (#354)
  • 421d40d chore(build): inject yoshi automation key (#352)
  • 137c20d chore: update nyc and eslint configs (#351)
  • 7d46d22 chore: fix publish.sh permission +x (#348)
  • 08bae97 fix(build): fix Kokoro release script (#347)
  • f5d6670 build: add Kokoro configs for autorelease (#346)
  • 6371d19 chore: always nyc report before calling codecov (#342)
  • 7fc0318 chore: nyc ignore build/test by default (#341)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.0

02-11-2019 17:40 PST

New Features

  • feat: include TypeScript types (#387)

Bug Fixes

  • fix: stop exporting express types publicly (#376)

Documentation

  • docs: update contributing path in README (#383)
  • chore: move CONTRIBUTING.md to root (#382)
  • docs: add lint/fix example to contributing guide (#379)
  • docs: fix example comments (#378)

Internal / Testing Changes

  • build: create docs test npm scripts (#385)
  • build: test using @grpc/grpc-js in CI (#384)
  • refactor: improve generated code style. (#377)
Commits

The new version differs by 24 commits.

  • ac539fa Release v4.4.0 (#388)
  • a2c8a2f feat: include TypeScript types (#387)
  • 02543f9 build: create docs test npm scripts (#385)
  • e364c94 build: test using @grpc/grpc-js in CI (#384)
  • 0527daa docs: update contributing path in README (#383)
  • 928f385 chore: move CONTRIBUTING.md to root (#382)
  • cdcd744 docs: add lint/fix example to contributing guide (#379)
  • 05edc86 docs: fix example comments (#378)
  • 6b6f991 fix: stop exporting express types publicly (#376)
  • d0ac712 refactor: improve generated code style. (#377)
  • 0098a2b Automerge by dpebot
  • 0e603f3 Release v4.3.0 (#374)
  • dcba6f6 fix(deps): update dependency google-gax to ^0.25.0 (#373)
  • 09003b1 chore(deps): update dependency @google-cloud/pubsub to ^0.24.0 (#371)
  • a39f3ab fix(deps): update dependency @google-cloud/common-grpc to ^0.10.0 (#372)

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.5.0

03-13-2019 22:25 PDT

New Features

  • feat: ability to detect service context (#400)

Bug Fixes

  • fix: do not push duplicate scopes (#414)
  • fix: throw on invalid credentials (#395)

Dependencies

  • fix(deps): update dependency @google-cloud/paginator to ^0.2.0 (#419)
  • fix(deps): update dependency gcp-metadata to v1 (#402)
  • fix(deps): update dependency @opencensus/propagation-stackdriver to v0.0.9 (#394)
  • fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#398)

Documentation

  • docs: update links in contrib guide (#399)

Internal / Testing Changes

  • chore(deps): update dependency @google-cloud/pubsub to ^0.28.0 (#421)
  • refactor: update json import paths (#422)
  • chore(deps): update dependency supertest to v4 (#420)
  • refactor: clean up types and imports (#409)
  • build: Add docuploader credentials to node publish jobs (#415)
  • build: use node10 to run samples-test, system-test etc (#413)
  • build: update release configuration
  • chore(deps): update @google-cloud/pubsub to v0.27.0 (#410)
  • chore(deps): update dependency @google-cloud/pubsub to ^0.26.0 (#407)
  • refactor (typescript): noImplilcitAny (#408)
  • chore(deps): update dependency @google-cloud/pubsub to ^0.25.0 (#405)
  • chore: update proto docs and code style
  • chore(deps): update dependency mocha to v6 (#403)
  • build: use linkinator for docs test (#397)
  • refactor: expose and improve types (#393)
  • fix(deps): update dependency yargs to v13 (#392)
  • chore: use proper enum for GCPEnv (#389)
Commits

The new version differs by 30 commits.

  • 00fa912 Release v4.5.0 (#423)
  • 8fd137e chore(deps): update dependency google-proto-files to ^0.20.0 (#425)
  • ec97361 build: use per-repo publish token (#426)
  • 9447e06 build: update kokoro release configuration (#428)
  • 33b743d test: reap deleted resources to avoid collisions (#424)
  • 5c71584 chore(deps): update dependency @google-cloud/pubsub to ^0.28.0 (#421)
  • 8beabd4 refactor: update json import paths (#422)
  • 34878be chore(deps): update dependency supertest to v4 (#420)
  • a5fec72 fix(deps): update dependency @google-cloud/paginator to ^0.2.0 (#419)
  • 278696d refactor: clean up types and imports (#409)
  • 9a2884e build: Add docuploader credentials to node publish jobs (#415)
  • cc8d0fe fix: do not push duplicate scopes (#414)
  • aebcba6 build: use node10 to run samples-test, system-test etc (#413)
  • c420e44 build: update release configuration
  • 1e638fb chore(deps): update @google-cloud/pubsub to v0.27.0 (#410)

There are 30 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.5.1

03-18-2019 19:32 PDT

Bug Fixes

  • fix(ts): do not require storage/pubsub types, add install test (#430)
Commits

The new version differs by 2 commits.

  • ecf8ad7 Release v4.5.1 (#431)
  • 8b30674 fix(ts): do not require storage/pubsub types, add install test (#430)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.5.2

04-11-2019 14:26 PDT

This release has minor bug fixes:

  • fix(types): improve types for LogEntry (#448)
  • fix: include 'x-goog-request-params' header in requests (#439)
Commits

The new version differs by 11 commits.

  • c6265e3 Release v4.5.2 (#449)
  • a003cd8 fix(types): improve types for LogEntry (#448)
  • 6b87225 refactor: use execSync for tests (#445)
  • 697711b fix(deps): update dependency @opencensus/propagation-stackdriver to v0.0.11 (#447)
  • fcd868a fix(deps): update dependency arrify to v2 (#446)
  • 97d3dc3 chore(deps): update dependency @google-cloud/bigquery to v3 (#443)
  • 83cba5a fix(deps): update dependency @opencensus/propagation-stackdriver to v0.0.10 (#444)
  • 333efb2 chore(deps): update dependency typescript to ~3.4.0
  • 8828035 fix: include 'x-goog-request-params' header in requests (#439)
  • 81138d6 chore: use new GCF env vars in descriptor (#436)
  • 7bf4394 chore: publish to npm using wombat (#433)

See the full diff