fix(deps): update dependency @google-cloud/language to v0.13.0 - deprecated #1034
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11.0
->0.13.0
Release Notes
googleapis/nodejs-language
v0.13.0
Compare Source
This is the (hopefully) final release candidate before declaring a stable release.
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:
As before, there are two backend versions (spelled
v1
andv1beta2
) included. You get the latest GA (v1
) by default, but you can pin to a specific backend version:Implementation Details
samples/
directory.googleapis/nodejs-language
repository.Refer to the nodejs-language API reference documentation for details.
v0.12.1
Compare Source
Features
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.