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 v2 - autoclosed #952

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2018

This PR contains the following updates:

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

Release Notes

googleapis/nodejs-language

v2.0.0

Compare Source

Breaking changes
  • fix: drop support for node.js 4.x and 9.x (#​73)
New Features
Dependencies
  • fix(deps): update dependency google-gax to ^0.20.0 (#​117)
  • fix(deps): update dependency google-gax to ^0.19.0 (#​103)
  • fix(deps): update dependency google-gax to ^0.18.0 (#​89)
  • fix: update dependencies (#​57)
Documentation
  • samples: updates all _file_gcs to _gcs (#​102)
  • samples: Language region tag update (#​101)
  • fix: update sample to use a long enough string for classify-text (#​97)
Internal / Testing Changes
  • Update kokoro config (#​125)
  • test: remove appveyor config (#​124)
  • Update the CI config (#​123)
  • Enable prefer-const in the eslint config (#​121)
  • Enable no-var in eslint (#​120)
  • Use mocha for sample tests (#​119)
  • Switch to let/const (#​118)
  • Update CI config (#​115)
  • Update synth and storage (#​113)
  • Retry npm install in CI (#​112)
  • Update kokoro config (#​108)
  • Update kokoro config (#​107)
  • chore(deps): update dependency nyc to v13 (#​106)
  • Update the CI config (#​105)
  • chore: make the CircleCI config consistent
  • chore(deps): update dependency eslint-config-prettier to v3 (#​98)
  • chore: do not use npm ci (#​96)
  • chore: ignore package-lock.json (#​93)
  • chore(deps): lock file maintenance (#​92)
  • chore: update renovate config (#​91)
  • remove that whitespace (#​90)
  • Update CircleCI config (#​88)
  • chore: add node templates to synth.py (#​84)
  • chore(deps): lock file maintenance (#​87)
  • chore: move mocha options to mocha.opts (#​85)
  • chore: require node 8 for samples (#​86)
  • chore(deps): lock file maintenance (#​83)
  • chore(deps): update dependency eslint-plugin-node to v7 (#​80)
  • test: use strictEqual in tests (#​81)
  • chore(deps): lock file maintenance (#​79)
  • chore(build): use npm ci instead of npm install (#​76)
  • chore(deps): lock file maintenance (#​75)
  • chore(deps): lock file maintenance (#​74)
  • chore(deps): lock file maintenance (#​72)
  • chore(deps): lock file maintenance (#​71)
  • chore(deps): lock file maintenance (#​70)
  • chore(deps): lock file maintenance (#​69)
  • fix(deps): update dependency yargs to v12 (#​68)
  • update google-gax and add synth.py (#​64)
  • chore(deps): update dependency sinon to v6.0.1 (#​65)
  • Configure Renovate (#​58)
  • refactor: drop repo-tool as an exec wrapper (#​62)
  • chore: update sample lockfiles (#​61)
  • fix: update linking for samples (#​60)
  • chore(package): update eslint to version 5.0.0 (#​59)
  • chore(package): update nyc to version 12.0.2 (#​55)
  • chore: lock files maintenance (#​53)
  • chore: timeout for system test (#​51)
  • chore: lock files maintenance (#​50)
  • chore: test on node10 (#​49)
  • chore: lock files maintenance (#​48)
  • chore: one more workaround for repo-tools EPERM (#​46)
  • chore: workaround for repo-tools EPERM (#​45)
  • chore: make samples depend on the current version (#​44)
  • chore: setup nighty build in CircleCI (#​43)

v1.2.0

Compare Source

Fixes

Updated dependencies, including google-gax, to fix streaming behavior. (googleapis/gax-nodejs#​197)

v1.1.0

Compare Source

release level

Features

  • Addition of the classifyText method. (#​23)
  • Test on Node 9 in CI. (#​24)

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

v1.0.0

Compare Source

release level

Features

  • The @google-cloud/language package is now considered stable. This means the code surface will not change in backwards-incompatible ways unless absolutely necessary (e.g. because of critical security issues) or with an extensive deprecation period. Issues and requests against GA libraries are addressed with the highest priority.

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 Nov 29, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-language-2.x branch 6 times, most recently from eaa3b1b to 8cfaacd Compare November 29, 2018 21:04
@renovate renovate bot force-pushed the renovate/google-cloud-language-2.x branch 9 times, most recently from 81c44f2 to a2cb7eb Compare November 30, 2018 15:35
@fhinkel fhinkel mentioned this pull request Nov 30, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-language-2.x branch 9 times, most recently from 95b828a to 0bbf588 Compare December 7, 2018 23:54
@renovate renovate bot force-pushed the renovate/google-cloud-language-2.x branch 3 times, most recently from abc98af to 0d0ce74 Compare December 10, 2018 15:18
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