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/language to v0.13.0 - deprecated #1034

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2018

This PR contains the following updates:

Package Type Update Change References
@​google-cloud/language dependencies minor 0.11.0 -> 0.13.0 source

Release Notes

googleapis/nodejs-language

v0.13.0

Compare Source

release level

This is the (hopefully) final release candidate before declaring a stable release.

⚠️ Breaking Changes!

New client class

The client object is no longer initialized with require('@​google-cloud/language').v1(). This used to return a function that built and returned an internal class.

We now expose an ES6 class directly; there are no wrappers or obfuscation. Basic usage looks like this:

// Import the language module.
const language = require('@​google-cloud/language');

// Instantiate a client class.
let client = new language.LanguageServiceClient();

As before, there are two backend versions (spelled v1 and v1beta2) included. You get the latest GA (v1) by default, but you can pin to a specific backend version:

// Import a specific backend version of the language module.
const language = require('@​google-cloud/language').v1;  // or .v1beta2;

Implementation Details

  • Add runnable samples in samples/ directory.
  • Change to a new linter (ESLint) and code style formatter (prettify).
  • Update docs to use JSDoc 3.
  • Migrate to the googleapis/nodejs-language repository.

Refer to the nodejs-language API reference documentation for details.

v0.12.1

Compare Source

release level

Features

  • Added analyzeEntitySentiment method. (#​2612)

v0.12.0

Compare Source


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 Dec 14, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch 2 times, most recently from 6ef3935 to 6c9f13e Compare December 14, 2018 17:53
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Dec 14, 2018
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Dec 14, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch 12 times, most recently from d7db065 to 947165b Compare December 14, 2018 23:18
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Dec 14, 2018
@kokoro-team kokoro-team removed kokoro:run Add this label to force Kokoro to re-run the tests. labels Dec 14, 2018
@fhinkel
Copy link
Contributor

fhinkel commented Dec 14, 2018

Tests fail

@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch 7 times, most recently from ef6c002 to 9e39672 Compare December 15, 2018 01:51
@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch 3 times, most recently from 9899da3 to 020a7b3 Compare December 15, 2018 10:27
@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch from 020a7b3 to 0ca8b50 Compare December 16, 2018 06:24
@fhinkel
Copy link
Contributor

fhinkel commented Dec 17, 2018

Fixed by #952

@fhinkel fhinkel closed this Dec 17, 2018
@fhinkel fhinkel deleted the renovate/google-cloud-language-0.x branch December 17, 2018 20:24
@renovate
Copy link
Contributor Author

renovate bot commented Dec 17, 2018

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (0.13.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

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