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 #1094

Merged
merged 2 commits into from
Mar 14, 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.1.2 source

Release Notes

googleapis/nodejs-datastore

v3.1.2

Compare Source

03-06-2019 12:24 PST

Bug fixes
  • fix: make an explicit dependency on long (#​352)
  • fix: include types in package (#​351)
  • fix: add missing package, and add install test (#​346)
Documentation
  • docs(samples): Update datastore_transaction_retry sample to use function arguments rather than closed variables. (#​339)
Internal / Testing Changes
  • refactor(ts): enable noImplicitAny on test/request.ts (#​343)
  • refactor(ts): enable noImplicitAny on test/query.ts (#​342)
  • build: update release configuration
  • chore: update proto docs and code style
  • chore(deps): update dependency mocha to v6 (#​338)

v3.1.1

Compare Source

02-18-2019 22:46 PST

Bug fixes
Documentation
  • build: use linkinator for docs test (#​332)
  • docs: update links in contrib guide (#​334)

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 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 3 times, most recently from 85ce9c2 to d8449a0 Compare January 18, 2019 02:47
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch 4 times, most recently from 7a90fbe to b2b76b6 Compare January 29, 2019 19:37
@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
Copy link
Contributor

@fhinkel fhinkel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs changes in 3 samples.

@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch 12 times, most recently from 1207efc to f4b755f Compare February 5, 2019 04:43
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch 3 times, most recently from d002d63 to 7f998c2 Compare February 11, 2019 18:08
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch 4 times, most recently from 3ceb7dc to 605109e Compare February 20, 2019 19:57
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch 10 times, most recently from 436a22d to 3f79317 Compare March 8, 2019 09:07
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch 5 times, most recently from ccc3bb5 to 0998018 Compare March 14, 2019 07:56
@renovate renovate bot force-pushed the renovate/google-cloud-datastore-3.x branch from 0998018 to f5f303a Compare March 14, 2019 11:01
@renovate
Copy link
Contributor Author

renovate bot commented Mar 14, 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 the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 14, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants