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 v6 #72

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 3, 2020

This PR contains the following updates:

Package Type Update Change
@google-cloud/datastore dependencies major ^5.0.3 -> ^6.0.0

Release Notes

googleapis/nodejs-datastore

v6.1.1

Compare Source

v6.1.0

Compare Source

Features
Bug Fixes

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • The Datastore.projectId property has been removed, and replaced with an asynchronous getProjectid() method. The projectId cannot be determined synchronously, so the previous approach was to use a {{projectId}} string placeholder if the projectId had not yet been acquired. This made it difficult to know exactly when the property would be defined.
  • The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
Features
Bug Fixes

Renovate configuration

📅 Schedule: "after 9am and before 3pm" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 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 WhiteSource Renovate. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 3, 2020
@codecov
Copy link

codecov bot commented Jun 3, 2020

Codecov Report

Merging #72 into master will increase coverage by 0.35%.
The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   29.03%   29.39%   +0.35%     
==========================================
  Files          18       18              
  Lines        2228     2245      +17     
  Branches      105      107       +2     
==========================================
+ Hits          647      660      +13     
- Misses       1581     1585       +4     
Impacted Files Coverage Δ
src/lib/packument.ts 47.85% <72.72%> (+1.40%) ⬆️
src/lib/write-package.ts 73.41% <82.35%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b850533...162f443. Read the comment docs.

@bcoe bcoe changed the title fix(deps): update dependency @google-cloud/datastore to v6 fix(deps)!: update dependency @google-cloud/datastore to v6 Jun 4, 2020
@bcoe bcoe added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jun 4, 2020
@bcoe
Copy link
Contributor

bcoe commented Jun 4, 2020

This requires Node 10 ... we currently don't have the engines field set in package.json and should do so.

@renovate-bot renovate-bot changed the title fix(deps)!: update dependency @google-cloud/datastore to v6 fix(deps): update dependency @google-cloud/datastore to v6 Jun 4, 2020
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-datastore-6.x branch from 9205b71 to e8377cb Compare June 11, 2020 15:44
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-datastore-6.x branch from e8377cb to 269f4d5 Compare June 29, 2020 16:42
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-datastore-6.x branch 2 times, most recently from 251b7de to 978f2e0 Compare July 16, 2020 00:49
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-datastore-6.x branch from 978f2e0 to 9f5cae6 Compare July 20, 2020 21:52
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-datastore-6.x branch from 006bd33 to c14f822 Compare August 24, 2020 22:15
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-datastore-6.x branch from c14f822 to c973b44 Compare September 11, 2020 23:44
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-datastore-6.x branch from c973b44 to 162f443 Compare September 12, 2020 04:31
@bcoe bcoe merged commit 6acd781 into GoogleCloudPlatform:master Oct 6, 2020
@renovate-bot renovate-bot deleted the renovate/google-cloud-datastore-6.x branch October 6, 2020 23:43
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. do not merge Indicates a pull request not ready for merge, due to either quality or timing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants