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

fix(deps): update dependency @google-cloud/datastore to v3 #257

Merged
merged 3 commits into from Feb 15, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2019

This PR contains the following updates:

Package Type Update Change References
@​google-cloud/datastore dependencies major ^2.0.0 -> ^3.0.0 source
@​google-cloud/datastore dependencies major 1.4.2 -> 3.1.0 source

Release Notes

googleapis/nodejs-datastore

v3.1.0

Compare Source

02-09-2019 17:57 PST

This one's coming hot with fresh new TypeScript types 🔥

New Features
  • feat: typings for gapic files (#​307)
Bug fixes
  • fix(types): Make gaxOptions optional in Transaction.rollback() (#​310)
Dependencies
  • fix(deps): update dependency google-auth-library to v3 (#​302)
  • fix(deps): update dependency google-gax to ^0.25.0 (#​316)
  • fix(deps): update dependency google-gax to ^0.24.0 (#​312)
Documentation
  • docs: update contributing path in README (#​322)
  • chore: move CONTRIBUTING.md to root (#​321)
  • docs: add lint/fix example to contributing guide (#​319)
  • docs(samples): Update Datastore snippet for read only transaction
  • docs(key): copy Datastore#key examples to Key ctor (#​306)
Internal / Testing Changes
  • refactor: clean up types for tests (#​325)
  • refactor: asyncify the system test (#​324)
  • build: test using @​grpc/grpc-js in CI (#​323)
  • refactor(types): enable noImplicitAny for transaction.ts & request.ts (#​305)
  • chore(deps): update dependency eslint-config-prettier to v4 (#​313)
  • build: ignore googleapis.com in doc link check (#​311)
  • chore: update year in the license headers. (#​304)

v3.0.1

Compare Source

01-15-2019 13:20 PST

Bug fixes
  • fix: ship the build directory (#​300)
Internal / Testing Changes
  • build: check broken links in generated docs (#​292)

v3.0.0

Compare Source

01-14-2019 20:31 PST

This release has breaking changes! The import style of this library has changed to be consistent with es modules.

Old busted code
const Datastore = require('@​google-cloud/datastore')();
// or...
const Datastore = require('@​google-cloud/datastore');
const ds = new Datastore();
New hot code
const {Datastore} = require('@​google-cloud/datastore');
const ds = new Datastore();

Please take care to update your imports accordingly!

Dependencies
  • fix(deps): update dependency google-gax to ^0.23.0 (#​296)
  • fix(deps): update dependency google-gax to ^0.22.0 (#​248)
  • fix(deps): update dependency concat-stream to v2 (#​290)
  • refactor: remove async module usage (#​272)
  • fix(deps): update dependency through2 to v3 (#​237)
  • chore: remove unused dependencies (#​226)
  • fix(deps): update dependency google-proto-files to ^0.17.0 (#​210)
Documentation
  • fix(docs): fix namespace causing 404s (#​294)
  • fix(docs): remove unused long running operations types
  • docs: Update doc comment showing structure of entity (#​276)
  • docs: update readme badges (#​269)
  • refactor(samples): Samples to use async/await
  • docs: update auto-generated jsdoc comments (#​245)
Internal / Testing Changes
  • refactor: sprinkle some types about (#​291)
  • chore(deps): update dependency @​types/sinon to v7.0.2 (#​289)
  • chore(deps): update dependency @​types/sinon to v7 (#​286)
  • refactor(ts): enable lint and fix (#​287)
  • chore(build): inject yoshi automation key (#​285)
  • chore: update nyc and eslint configs (#​284)
  • chore: fix publish.sh permission +x (#​282)
  • fix(build): fix Kokoro release script (#​281)
  • build: add Kokoro configs for autorelease (#​280)
  • chore: always nyc report before calling codecov (#​275)
  • chore: nyc ignore build/test by default (#​274)
  • chore: update license file (#​271)
  • refactor: run gts fix (#​265)
  • chore(deps): update dependency typescript to ~3.2.0 (#​264)
  • fix(build): fix system key decryption (#​266)
  • refactor(samples): convert sample tests from ava to mocha (#​259)
  • fix: Pin @​types/sinon to last compatible version (#​256)
  • chore: add synth.metadata (#​254)
  • refactor(ts): enable noImplicitThis (#​250)
  • chore(deps): update dependency gts to ^0.9.0 (#​247)
  • chore: update eslintignore config (#​246)
  • refactor(ts): use es module imports (#​244)
  • chore(deps): update dependency @​google-cloud/nodejs-repo-tools to v3 (#​243)
  • chore: drop contributors from multiple places (#​241)
  • chore(deps): update dependency @​types/is to v0.0.21 (#​240)
  • chore: use latest npm on Windows (#​239)
  • refactor(ts): convert to typescript (#​236)
  • chore: update CircleCI config (#​235)
  • chore: include build in eslintignore (#​232)
  • chore(deps): update dependency eslint-plugin-node to v8 (#​227)
  • chore: update issue templates (#​225)
  • chore: remove old issue template (#​223)
  • build: run tests on node11 (#​222)
  • chores(build): do not collect sponge.xml from windows builds (#​221)
  • chores(build): run codecov on continuous builds (#​220)
  • chore: update new issue template (#​219)
  • build: fix codecov uploading on Kokoro (#​213)
  • fix(deps): update dependency sinon to v7 (#​212)
  • Update kokoro config (#​207)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#​206)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 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 these updates again.


  • If you want to rebase/retry this PR, check this box

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 Jan 15, 2019
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch from 1adb375 to a1d7a21 Compare January 15, 2019 21:36
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 28, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 28, 2019
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch 3 times, most recently from 1d0edb6 to d7cc860 Compare January 29, 2019 18:49
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 30, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 30, 2019
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch from d7cc860 to b61f568 Compare January 30, 2019 15:25
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 30, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 30, 2019
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch 5 times, most recently from 4f080fe to 592fcfa Compare February 11, 2019 18:07
@fhinkel fhinkel force-pushed the renovate/google-cloud-datastore-3.x branch from 592fcfa to b827514 Compare February 15, 2019 04:30
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 15, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 15, 2019
@fhinkel fhinkel force-pushed the renovate/google-cloud-datastore-3.x branch from b827514 to 2841d75 Compare February 15, 2019 04:50
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 15, 2019
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch from 2841d75 to a336a75 Compare February 15, 2019 04:51
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 15, 2019
@fhinkel fhinkel force-pushed the renovate/google-cloud-datastore-3.x branch from a336a75 to 2841d75 Compare February 15, 2019 04:57
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch from 2841d75 to b49fc07 Compare February 15, 2019 04:58
@fhinkel fhinkel force-pushed the renovate/google-cloud-datastore-3.x branch from b49fc07 to 2841d75 Compare February 15, 2019 04:59
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch from 2841d75 to a3fe5ad Compare February 15, 2019 05:00
@fhinkel fhinkel force-pushed the renovate/google-cloud-datastore-3.x branch from a3fe5ad to 5e752a4 Compare February 15, 2019 05:00
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 15, 2019
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch from 5e752a4 to ed95cf7 Compare February 15, 2019 05:00
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 15, 2019
@fhinkel fhinkel force-pushed the renovate/google-cloud-datastore-3.x branch from ed95cf7 to f401444 Compare February 15, 2019 05:03
@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this state. It's up to you to confirm consent of all the commit author(s), set the cla label to yes (if enabled on your project), and then merge this pull request when appropriate.

Googlers can find more info about SignCLA and this PR by following this link.

@googlebot googlebot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Feb 15, 2019
@renovate
Copy link
Contributor Author

renovate bot commented Feb 15, 2019

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 you may click the "rebase" checkbox in the PR body/description.

@fhinkel fhinkel added cla: yes This human has signed the Contributor License Agreement. kokoro:run Add this label to force Kokoro to re-run the tests. and removed cla: no This human has *not* signed the Contributor License Agreement. labels Feb 15, 2019
@googlebot
Copy link

A Googler has manually verified that the CLAs look good.

(Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.)

Googlers can find more info about SignCLA and this PR by following this link.

@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 15, 2019
@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this state. It's up to you to confirm consent of all the commit author(s), set the cla label to yes (if enabled on your project), and then merge this pull request when appropriate.

Googlers can find more info about SignCLA and this PR by following this link.

@googlebot googlebot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Feb 15, 2019
@fhinkel fhinkel merged commit 11d7235 into master Feb 15, 2019
@fhinkel fhinkel deleted the renovate/google-cloud-datastore-3.x branch February 15, 2019 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: no This human has *not* signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants