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

Update dependency @google-cloud/language to v0.13.0 - deprecated #868

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 10, 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.


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 Nov 10, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch from 6959c15 to 77abd58 Compare November 10, 2018 19:33
@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 10, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 10, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch 11 times, most recently from 864d3db to 6ccffde Compare November 13, 2018 18:51
@renovate renovate bot changed the title fix(deps): update dependency @google-cloud/language to v0.13.0 Update dependency @google-cloud/language to v0.13.0 Nov 13, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch 14 times, most recently from f32a181 to 80fede6 Compare November 15, 2018 19:14
@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch 3 times, most recently from 17175ab to c72e18c Compare November 29, 2018 16:18
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 29, 2018
@kokoro-team kokoro-team removed kokoro:run Add this label to force Kokoro to re-run the tests. labels Nov 29, 2018
@fhinkel
Copy link
Contributor

fhinkel commented Nov 29, 2018

Needs changes in language-slackbot:

  3 tests failed

  demo_bot › should analyze sentiment in text

  /tmpfs/src/github/nodejs-docs-samples/language/slackbot/demo_bot.js:213

   212:   // Instantiates a client    
   213:   const language = Language();
   214:                               

  Rejected promise returned by test. Reason:

  TypeError {
    message: 'Language is not a function',
  }

  Object.analyzeSentiment (demo_bot.js:213:20)
  Test.analyzeSentiment [as fn] (system-test/demo_bot.test.js:80:33)

@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch from c72e18c to 2062326 Compare November 29, 2018 18:30
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 29, 2018
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 29, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch from 2062326 to 8ba5ad5 Compare November 29, 2018 19:27
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

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

@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch from 8ba5ad5 to cacc7ea Compare November 29, 2018 20:51
@renovate renovate bot force-pushed the renovate/google-cloud-language-0.x branch from cacc7ea to 421c01e Compare November 29, 2018 21:03
@fhinkel
Copy link
Contributor

fhinkel commented Nov 29, 2018

Closed via #952

@fhinkel fhinkel closed this Nov 29, 2018
@renovate
Copy link
Contributor Author

renovate bot commented Nov 29, 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.

@renovate renovate bot deleted the renovate/google-cloud-language-0.x branch November 29, 2018 21:21
ahrarmonsur pushed a commit that referenced this pull request Nov 18, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ahrarmonsur pushed a commit that referenced this pull request Nov 18, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
NimJay pushed a commit that referenced this pull request Nov 18, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
@kweinmeister kweinmeister changed the title Update dependency @google-cloud/language to v0.13.0 Update dependency @google-cloud/language to v0.13.0 - deprecated Jan 28, 2023
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.

4 participants