-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Nov 29, 2018
renovate
bot
force-pushed
the
renovate/google-cloud-language-2.x
branch
6 times, most recently
from
November 29, 2018 21:04
eaa3b1b
to
8cfaacd
Compare
renovate
bot
force-pushed
the
renovate/google-cloud-language-2.x
branch
9 times, most recently
from
November 30, 2018 15:35
81c44f2
to
a2cb7eb
Compare
Closed
renovate
bot
force-pushed
the
renovate/google-cloud-language-2.x
branch
9 times, most recently
from
December 7, 2018 23:54
95b828a
to
0bbf588
Compare
renovate
bot
force-pushed
the
renovate/google-cloud-language-2.x
branch
3 times, most recently
from
December 10, 2018 15:18
abc98af
to
0d0ce74
Compare
This was referenced Mar 29, 2021
This was referenced Aug 4, 2021
This was referenced Jun 20, 2023
This was referenced Jun 20, 2023
This was referenced Jun 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
->2.0.0
Release Notes
googleapis/nodejs-language
v2.0.0
Compare Source
Breaking changes
New Features
Dependencies
Documentation
Internal / Testing Changes
npm ci
instead ofnpm install
(#76)v1.2.0
Compare Source
Fixes
Updated dependencies, including google-gax, to fix streaming behavior. (googleapis/gax-nodejs#197)
v1.1.0
Compare Source
Features
classifyText
method. (#23)Refer to the nodejs-language API reference documentation for details.
v1.0.0
Compare Source
Features
@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
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.