Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

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

Merged
JustinBeckwith merged 2 commits intomasterfrom
renovate/google-cloud-datastore-3.x
Jan 26, 2019
Merged

fix(deps): update dependency @google-cloud/datastore to v3#951
JustinBeckwith merged 2 commits intomasterfrom
renovate/google-cloud-datastore-3.x

Conversation

@renovate
Copy link
Copy Markdown
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

Release Notes

googleapis/nodejs-datastore

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 this update 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 7 times, most recently from 2e8258a to 6022f8c Compare January 22, 2019 18:34
@renovate renovate Bot force-pushed the renovate/google-cloud-datastore-3.x branch 3 times, most recently from f0ed1db to 6ea3f20 Compare January 24, 2019 00:34
@renovate renovate Bot force-pushed the renovate/google-cloud-datastore-3.x branch from 6ea3f20 to f1489ca Compare January 26, 2019 06:53
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jan 26, 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 then you can add the label rebase to this PR and Renovate will reset/recreate it.

@JustinBeckwith JustinBeckwith merged commit a821462 into master Jan 26, 2019
@renovate renovate Bot deleted the renovate/google-cloud-datastore-3.x branch January 26, 2019 07:15
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.

2 participants