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

migrate code from googleapis/nodejs-language #2827

Merged
merged 163 commits into from
Nov 10, 2022
Merged

Commits on Jul 20, 2016

  1. Add Cloud Natural Language API sample. (#155)

    * Add Cloud Natural Language API sample.
    
    This sample makes a request to analyze the entities in text.
    
    Change-Id: I387cff7ac70c6f3c00a5b213527b4bd71c6c44dc
    
    * Update package.json
    
    * Do it right this time
    jerjou authored and jmdobry committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    b833d45 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Adding missing error parameter to callback (#156)

    Also logs errors to the console.
    rickydunlop authored and jmdobry committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    2a2abde View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. Refactored tests (#159)

    * Refactor tests.
    
    * Tweak build.
    
    * Tweak build.
    
    * More tests.
    
    * Tweak build.
    
    * Tweak build.
    
    * Fix build.
    
    * Fix build.
    
    * Speed up build.
    
    * Fix build.
    
    * Remove extra dep.
    
    * Investigate why 0.12 fails.
    
    * Scripts.
    
    * More tests.
    
    * Upgrades
    
    * Upgrades
    
    * Update readme
    jmdobry authored Aug 3, 2016
    Configuration menu
    Copy the full SHA
    633b8f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. * Refactored Pub/Sub samples into nice command-line programs, like th…

    …e new Cloud Storage samples (#164)
    
    * Brought Pub/Sub samples code coverage up to 98.66%
    jmdobry authored Aug 10, 2016
    Configuration menu
    Copy the full SHA
    4600e53 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Configuration menu
    Copy the full SHA
    a6d35cb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2016

  1. Address comments.

    jmdobry committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    0900a58 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. Speed up build.

    jmdobry committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    11f01a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. New quickstarts. (#226)

    * New quickstarts.
    
    * Address comments.
    jmdobry authored and Ace Nassri committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    0f4e2e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Update Language samples. (#254)

    * Update Language samples.
    
    * Address comments.
    jmdobry authored Nov 15, 2016
    Configuration menu
    Copy the full SHA
    eeca148 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Configuration menu
    Copy the full SHA
    c28425d View commit details
    Browse the repository at this point in the history
  2. Fixes #48 (#249)

    Fixes #234
    Fixes #250
    
    Addressed comments.
    jmdobry authored Nov 21, 2016
    Configuration menu
    Copy the full SHA
    3cdf0c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Botkit-based NL API bot (#270)

    * Botkit-based NL API bot
    
    * Fix lint issues. Refactor to best practices. Start adding tests.
    
    * Fix typo.
    
    * README improvements, fixes to the rc .yaml generation, minor script fixes
    
    * Finished tests.
    
    * fix typos, add info in parent README
    jmdobry authored Dec 6, 2016
    Configuration menu
    Copy the full SHA
    f40fd64 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Update storage samples. (#263)

    * Update storage samples.
    
    * Update dependencies.
    jmdobry authored Dec 9, 2016
    Configuration menu
    Copy the full SHA
    b71dffc View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. support for optionally using a PD for the db; better error handling (#…

    …276)
    
    * support for optionally using a PD for the db; better error handling
    
    * readme and code cleanup
    amygdala authored and jmdobry committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    1fa0733 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Switch from Mocha to Ava for faster tests (#289)

    * Switch from Mocha to Ava
    
    * Concurrency: 5
    jmdobry authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    bf65a0b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Configuration menu
    Copy the full SHA
    f097429 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Vision snippets. (#294)

    jmdobry authored Jan 10, 2017
    Configuration menu
    Copy the full SHA
    713eb23 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Update dependencies.

    jmdobry committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    9a2d306 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Travis: fix failing tests + update dependencies (#335)

    * Make unify script recursive + clean up dependency conflicts
    
    * Restore travis.yml
    
    * Delete outdated text detection sample that duplicates detect.js
    
    * Fix failing KMS + vision tests by updating dependencies
    
    * Fix video tests using a bad cwd
    
    * Upgrade monitoring dependency + skip flaky monitoring tests
    
    * Fix DLP tests having wrong cwd
    
    * Fix failing vision test
    
    * Fix datastore tests
    
    * Update broken dependency
    
    * Update possibly broken compute engine dependency
    
    * Fix typos
    
    * Disable Node 4 testing
    
    * Revert deletion of outdated sample - @gguuss says we still use this.
    
    This reverts commit b7259c8.
    
    * Update dependency
    Ace Nassri authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    36136fa View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Configuration menu
    Copy the full SHA
    96af50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f7e62 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Add sample for Natural Language 1.1 launch (#352)

    * Fix NL tests
    
    * Add analyzeEntitySentiment sample
    
    * Fix failing tests
    
    * Add NL 1.0 features
    
    * Update dependencies
    Ace Nassri authored and jmdobry committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    e9c0f92 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Cleanup App Engine samples and re-work tests. (#354)

    jmdobry authored and Ace Nassri committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    1a91f3d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Split analyze.js into two separate samples (#360)

    Ace Nassri authored Apr 25, 2017
    Configuration menu
    Copy the full SHA
    0332a08 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Rename analyze.v1beta1.js to analyze.v1.js

    Ace Nassri authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    ef52dd9 View commit details
    Browse the repository at this point in the history
  2. Revert "Rename analyze.v1beta1.js to analyze.v1.js"

    This reverts commit 3b0c06a.
    Ace Nassri committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    0233495 View commit details
    Browse the repository at this point in the history
  3. Renamed v1beta1 to v1 (#363)

    Ace Nassri authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    0666dc6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Configuration menu
    Copy the full SHA
    6746b9e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Configuration menu
    Copy the full SHA
    dd33fad View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    db5f268 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Add + run dependency updating (bash) script (#401)

    * Add + run dependency updating script
    
    * Address comments
    
    Change-Id: I67af9d3ab9e461b579dbaee92274b6163d73c23e
    
    * Run dependency script again
    
    Change-Id: Icbec4acb2cc6bcfa40e0a3a705c5a1059d64efa5
    
    * Update license
    
    Change-Id: Ic1dd0a1bd34356e415bdbf005b81a71a8d2695c2
    
    * Update (more) dependencies
    
    Change-Id: Idaed95b9cfe486797fa75946b6f55e7e702217b8
    Ace Nassri authored Jun 19, 2017
    Configuration menu
    Copy the full SHA
    778d488 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Upgrades language samples to semi-gapic client (#435)

    * Upgrades language samples to semi-gapic client
    
    * Adds package lock, may fix flaky test.
    
    * Address comments
    
    * Fix lint
    gguuss authored and Ace Nassri committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    b2c6f6c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2017

  1. Update dependencies + fix a few tests (#448)

    * Add semistandard as a devDependency
    
    * Fix storage tests
    
    * Fix language tests
    
    * Update (some) dependencies
    
    * Fix language slackbot tests
    Ace Nassri authored Aug 5, 2017
    Configuration menu
    Copy the full SHA
    659ea87 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Build updates. (#462)

    jmdobry authored Aug 23, 2017
    Configuration menu
    Copy the full SHA
    39101dd View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Update dependencies (#468)

    * Fix docs-samples tests, round 1
    
    * Fix circle.yml
    
    * Add RUN_ALL_BUILDS flag
    
    * More container builder bugfixes
    
    * Tweak env vars + remove manual proxy install
    
    * Env vars in bashrc don't evaluate dynamically, so avoid them
    
    * Add semicolons for command ordering
    
    * Add appengine/static-files test to circle.yaml
    
    * Fix failing container builder tests
    
    * Address comments
    Ace Nassri authored Aug 31, 2017
    Configuration menu
    Copy the full SHA
    c1df845 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. [NL] v1 and v1beta2 updates (#470)

    * Move entity-level sentiment samples to v1.
    
    * Add text classification.
    
    * Adds longer text to README.
    jmdobry authored and gguuss committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    51b8700 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Configuration menu
    Copy the full SHA
    452082d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f376dec View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Configuration menu
    Copy the full SHA
    c9ce0d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Configuration menu
    Copy the full SHA
    54149c1 View commit details
    Browse the repository at this point in the history
  2. Stage v1.1.0. (#25)

    Release notes in the usual place on GitHub.
    lukesneeringer authored and callmehiphop committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    bda6be9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    74345aa View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. chore: make samples depend on the current version (#44)

    * chore: make samples depend on the current version
    
    * chore: make samples depend on the current version
    alexander-fenster authored and callmehiphop committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    7f8b19e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. chore: lock files maintenance (#48)

    * chore: lock files maintenance
    
    * chore: lock files maintenance
    alexander-fenster authored and callmehiphop committed May 2, 2018
    Configuration menu
    Copy the full SHA
    7a8639c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. chore: lock files maintenance (#50)

    * chore: lock files maintenance
    
    * chore: lock files maintenance
    alexander-fenster authored and callmehiphop committed May 8, 2018
    Configuration menu
    Copy the full SHA
    4669bba View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. chore: lock files maintenance (#53)

    * chore: lock files maintenance
    
    * chore: lock files maintenance
    alexander-fenster authored and stephenplusplus committed May 22, 2018
    Configuration menu
    Copy the full SHA
    23a4d61 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    6285b91 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    0a85a8c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Configuration menu
    Copy the full SHA
    d0b5c39 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    c006056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de3705b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    634df27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5860508 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    6c99d2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da3b402 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca5255e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1199fff View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    b7ee8e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    5f11f05 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    08fab6c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    fb0006c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Configuration menu
    Copy the full SHA
    4245a27 View commit details
    Browse the repository at this point in the history
  2. chore: ignore package-lock.json (#93)

    * chore: ignore package-log.json
    
    * remove locky
    
    * renovateeee
    JustinBeckwith authored and alexander-fenster committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    d5e13ec View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    e63aabd View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    87e0235 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    7b8f148 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Update synth and storage (#113)

    JustinBeckwith authored and jkwlui committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    cbff458 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    c4cb9c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Release v2.0.0 (#127)

    JustinBeckwith authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    8a4c29b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Language Automl samples (#126)

    * intial Natural Language commit
    
    * fixed input path for skipped model test
    
    * removed DS store, attempting linter again
    
    * attempted linter fix
    
    * removed lodash
    
    * package json test directive fix, LLC fix
    
    * dependencies for mathjs, automl in sample file added
    
    * path fixes, project id fixes, test fixes
    
    * comment/test cleanup
    
    * fixed tutorial file
    
    * manual readme update
    
    * readme path fix model
    
    * mefailenglishthat'sunmpossible spelling fix
    
    * style fix for console statements
    
    * Style fixes; thanks Ace!
    
    * path fix!
    
    * Fix ENV variable for project Id (GCLOUD_PROJECT)
    
    * Language AutoML samples
    
    * fixing lint issues
    
    * Converting test to mocha
    
    * Checking if Kokoro failure was a blip
    nirupa-kumar authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    dd9a9be View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    48f3e4d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Configuration menu
    Copy the full SHA
    cdf87d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    74518ad View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Configuration menu
    Copy the full SHA
    cb91673 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Configuration menu
    Copy the full SHA
    0c1c8be View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. refactor: modernize the sample tests (#185)

    * refactor: modernize the sample tests
    
    * lintalicious
    JustinBeckwith authored and jkwlui committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    7cb1e75 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    5f31b7c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    d395c74 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    66d1f64 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Release @google-cloud/language v2.0.2 (#215)

    This pull request was generated using releasetool.
    JustinBeckwith authored and stephenplusplus committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    3496209 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Release v2.1.0 (#221)

    JustinBeckwith authored and jkwlui committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    85171d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    a4a6cac View commit details
    Browse the repository at this point in the history
  2. refactor: use execSync for tests

    refactor: use execSync for tests
    
    #225 automerged by dpebot
    JustinBeckwith authored and yoshi-automation committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    9dcebcb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    bd3241a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Configuration menu
    Copy the full SHA
    fa4776e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. chore: release 3.0.0 (#248)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    yoshi-automation authored and JustinBeckwith committed May 20, 2019
    Configuration menu
    Copy the full SHA
    1c41158 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. chore: release 3.1.0 (#257)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    yoshi-automation authored and JustinBeckwith committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    07759da View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Configuration menu
    Copy the full SHA
    c854e1f View commit details
    Browse the repository at this point in the history
  2. chore: release 3.2.0 (#258)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    yoshi-automation authored and JustinBeckwith committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    95a82dd View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    193a80d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Configuration menu
    Copy the full SHA
    cf39794 View commit details
    Browse the repository at this point in the history
  2. chore: release 3.2.1 (#262)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    yoshi-automation authored and JustinBeckwith committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    73093cb View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. chore: release 3.2.2 (#264)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    yoshi-automation authored and JustinBeckwith committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    8031d3f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. chore: release 3.2.3 (#268)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and JustinBeckwith committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    1f75c3a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. chore: release 3.2.4 (#272)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and JustinBeckwith committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    52822df View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Configuration menu
    Copy the full SHA
    9745be5 View commit details
    Browse the repository at this point in the history
  2. chore: release 3.2.5 (#276)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and JustinBeckwith committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    a80fe8e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

  1. chore: release 3.2.6 (#283)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and JustinBeckwith committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    c14f6f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    65e6dc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. chore: release 3.3.0 (#290)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and JustinBeckwith committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    7c0a937 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. fix: update analyze.v1.js (#306)

    * Update analyze.v1.js
    
    * Update analyze.v1.js
    nnegrey authored and bcoe committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    89b88ae View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    d1bad2e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. chore: release 3.5.1 (#312)

    release-please[bot] authored and bcoe committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    6191b51 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    7dc3244 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. chore: release 3.6.0 (#317)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    release-please[bot] authored and JustinBeckwith committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    a5dec28 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. chore: release 3.6.1 (#324)

    release-please[bot] authored and bcoe committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    4d46329 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Configuration menu
    Copy the full SHA
    a93d7ba View commit details
    Browse the repository at this point in the history
  2. chore: release 3.6.2 (#329)

    release-please[bot] authored and bcoe committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    99fd6c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    b949f26 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    8ae6987 View commit details
    Browse the repository at this point in the history
  2. chore: release 3.6.3 (#336)

    release-please[bot] authored and bcoe committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    183918f View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. refactor: use explicit mocha imports

    JustinBeckwith authored and bcoe committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    244bf13 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. chore: release 3.7.0

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    release-please[bot] authored and alexander-fenster committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    742425e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b4efb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    7540b39 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. fix: adds encodingType to analyzeSyntax* sampless (#364)

    This adds the encodingType field to requests to the analyze-syntax method of the Natural Language API.
    
    The pull request updates the following region tags:
    
    language_syntax_gcs
    language_syntax_text
    telpirion authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    566d9b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dfedd9 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    12674f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. chore: release 3.8.0 (#381)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [3.8.0](https://www.github.com/googleapis/nodejs-language/compare/v3.7.2...v3.8.0) (2020-02-28)
    
    
    ### Features
    
    * export protos in src/index.ts ([482fb10](https://www.github.com/googleapis/nodejs-language/commit/482fb10bc1d4f01bd3de38a0301cda2a2efb491d))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    6373675 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    591e11c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    4fc18a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    fae76a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a5a169 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    9e6afa9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. chore(deps): update dependency uuid to v8 (#460)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [uuid](https://togithub.com/uuidjs/uuid) | devDependencies | major | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/uuid/7.0.3/8.0.0) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>uuidjs/uuid</summary>
    
    ### [`v8.0.0`](https://togithub.com/uuidjs/uuid/blob/master/CHANGELOG.md#&#8203;800-httpsgithubcomuuidjsuuidcomparev703v800-2020-04-29)
    
    [Compare Source](https://togithub.com/uuidjs/uuid/compare/v7.0.3...v8.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   For native ECMAScript Module (ESM) usage in Node.js only named exports are exposed, there is no more default export.
    
        ```diff
        -import uuid from 'uuid';
        -console.log(uuid.v4()); // -> 'cd6c3b08-0adc-4f4b-a6ef-36087a1c9869'
        +import { v4 as uuidv4 } from 'uuid';
        +uuidv4(); // ⇨ '9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d'
        ```
    
    -   Deep requiring specific algorithms of this library like `require('uuid/v4')`, which has been deprecated in `uuid@7`, is no longer supported.
    
        Instead use the named exports that this module exports.
    
        For ECMAScript Modules (ESM):
    
        ```diff
        -import uuidv4 from 'uuid/v4';
        +import { v4 as uuidv4 } from 'uuid';
        uuidv4();
        ```
    
        For CommonJS:
    
        ```diff
        -const uuidv4 = require('uuid/v4');
        +const { v4: uuidv4 } = require('uuid');
        uuidv4();
        ```
    
    ##### Features
    
    -   native Node.js ES Modules (wrapper approach) ([#&#8203;423](https://togithub.com/uuidjs/uuid/issues/423)) ([2d9f590](https://togithub.com/uuidjs/uuid/commit/2d9f590ad9701d692625c07ed62f0a0f91227991)), closes [#&#8203;245](https://togithub.com/uuidjs/uuid/issues/245) [#&#8203;419](https://togithub.com/uuidjs/uuid/issues/419) [#&#8203;342](https://togithub.com/uuidjs/uuid/issues/342)
    -   remove deep requires ([#&#8203;426](https://togithub.com/uuidjs/uuid/issues/426)) ([daf72b8](https://togithub.com/uuidjs/uuid/commit/daf72b84ceb20272a81bb5fbddb05dd95922cbba))
    
    ##### Bug Fixes
    
    -   add CommonJS syntax example to README quickstart section ([#&#8203;417](https://togithub.com/uuidjs/uuid/issues/417)) ([e0ec840](https://togithub.com/uuidjs/uuid/commit/e0ec8402c7ad44b7ef0453036c612f5db513fda0))
    
    ##### [7.0.3](https://togithub.com/uuidjs/uuid/compare/v7.0.2...v7.0.3) (2020-03-31)
    
    ##### Bug Fixes
    
    -   make deep require deprecation warning work in browsers ([#&#8203;409](https://togithub.com/uuidjs/uuid/issues/409)) ([4b71107](https://togithub.com/uuidjs/uuid/commit/4b71107d8c0d2ef56861ede6403fc9dc35a1e6bf)), closes [#&#8203;408](https://togithub.com/uuidjs/uuid/issues/408)
    
    ##### [7.0.2](https://togithub.com/uuidjs/uuid/compare/v7.0.1...v7.0.2) (2020-03-04)
    
    ##### Bug Fixes
    
    -   make access to msCrypto consistent ([#&#8203;393](https://togithub.com/uuidjs/uuid/issues/393)) ([8bf2a20](https://togithub.com/uuidjs/uuid/commit/8bf2a20f3565df743da7215eebdbada9d2df118c))
    -   simplify link in deprecation warning ([#&#8203;391](https://togithub.com/uuidjs/uuid/issues/391)) ([bb2c8e4](https://togithub.com/uuidjs/uuid/commit/bb2c8e4e9f4c5f9c1eaaf3ea59710c633cd90cb7))
    -   update links to match content in readme ([#&#8203;386](https://togithub.com/uuidjs/uuid/issues/386)) ([44f2f86](https://togithub.com/uuidjs/uuid/commit/44f2f86e9d2bbf14ee5f0f00f72a3db1292666d4))
    
    ##### [7.0.1](https://togithub.com/uuidjs/uuid/compare/v7.0.0...v7.0.1) (2020-02-25)
    
    ##### Bug Fixes
    
    -   clean up esm builds for node and browser ([#&#8203;383](https://togithub.com/uuidjs/uuid/issues/383)) ([59e6a49](https://togithub.com/uuidjs/uuid/commit/59e6a49e7ce7b3e8fb0f3ee52b9daae72af467dc))
    -   provide browser versions independent from module system ([#&#8203;380](https://togithub.com/uuidjs/uuid/issues/380)) ([4344a22](https://togithub.com/uuidjs/uuid/commit/4344a22e7aed33be8627eeaaf05360f256a21753)), closes [#&#8203;378](https://togithub.com/uuidjs/uuid/issues/378)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: "after 9am and before 3pm" (UTC).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-language).
    renovate-bot authored May 1, 2020
    Configuration menu
    Copy the full SHA
    71bdd98 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    7ae550e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. fix(deps): update dependency @google-cloud/storage to v5 (#466)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@google-cloud/storage](https://togithub.com/googleapis/nodejs-storage) | dependencies | major | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fstorage/4.7.0/5.0.0) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/nodejs-storage</summary>
    
    ### [`v5.0.0`](https://togithub.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md#&#8203;500-httpswwwgithubcomgoogleapisnodejs-storagecomparev470v500-2020-05-13)
    
    [Compare Source](https://togithub.com/googleapis/nodejs-storage/compare/v4.7.0...v5.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   automatically detect contentType if not provided ([#&#8203;1190](https://togithub.com/googleapis/nodejs-storage/issues/1190))
    -   drop keepAcl parameter in file copy ([#&#8203;1166](https://togithub.com/googleapis/nodejs-storage/issues/1166))
    -   drop support for node.js 8.x
    
    ##### Features
    
    -   automatically detect contentType if not provided ([#&#8203;1190](https://www.github.com/googleapis/nodejs-storage/issues/1190)) ([b31ba4a](https://www.github.com/googleapis/nodejs-storage/commit/b31ba4a11399b57538ddf0d6ca2e10b2aa3fbc3a))
    -   enable bytes read tracking ([#&#8203;1074](https://www.github.com/googleapis/nodejs-storage/issues/1074)) ([0776a04](https://www.github.com/googleapis/nodejs-storage/commit/0776a044f3b2149b485e114369e952688df75645))
    
    ##### Bug Fixes
    
    -   **bucket:** Only disable resumable uploads for bucket.upload (fixes [#&#8203;1133](https://www.github.com/googleapis/nodejs-storage/issues/1133)) ([#&#8203;1135](https://www.github.com/googleapis/nodejs-storage/issues/1135)) ([2c20148](https://www.github.com/googleapis/nodejs-storage/commit/2c201486b7b2d3146846ac96c877a904c4a674b0)), closes [/github.com/googleapis/nodejs-storage/pull/1135#issuecomment-620070038](https://www.github.com/googleapis//github.com/googleapis/nodejs-storage/pull/1135/issues/issuecomment-620070038)
    -   add whitespace to generateV4SignedPolicy ([#&#8203;1136](https://www.github.com/googleapis/nodejs-storage/issues/1136)) ([dcee78b](https://www.github.com/googleapis/nodejs-storage/commit/dcee78b98da23b02fe7d2f13a9270546bc07bba8))
    -   apache license URL ([#&#8203;468](https://www.github.com/googleapis/nodejs-storage/issues/468)) ([#&#8203;1151](https://www.github.com/googleapis/nodejs-storage/issues/1151)) ([e8116d3](https://www.github.com/googleapis/nodejs-storage/commit/e8116d3c6fa7412858692e67745b514eef78850e))
    -   Point to team in correct org ([#&#8203;1185](https://www.github.com/googleapis/nodejs-storage/issues/1185)) ([0bb1909](https://www.github.com/googleapis/nodejs-storage/commit/0bb19098013acf71cc3842f78ff333a8e356331a))
    -   **deps:** update dependency [@&#8203;google-cloud/common](https://togithub.com/google-cloud/common) to v3 ([#&#8203;1134](https://www.github.com/googleapis/nodejs-storage/issues/1134)) ([774ac5c](https://www.github.com/googleapis/nodejs-storage/commit/774ac5c75f02238418cc8ed7242297ea573ca9cb))
    -   **deps:** update dependency [@&#8203;google-cloud/paginator](https://togithub.com/google-cloud/paginator) to v3 ([#&#8203;1131](https://www.github.com/googleapis/nodejs-storage/issues/1131)) ([c1614d9](https://www.github.com/googleapis/nodejs-storage/commit/c1614d98e3047db379e09299b1014e80d73ed52f))
    -   **deps:** update dependency [@&#8203;google-cloud/promisify](https://togithub.com/google-cloud/promisify) to v2 ([#&#8203;1127](https://www.github.com/googleapis/nodejs-storage/issues/1127)) ([06624a5](https://www.github.com/googleapis/nodejs-storage/commit/06624a534cd1fdbc38455eee8d89f9f60ba75758))
    -   **deps:** update dependency uuid to v8 ([#&#8203;1170](https://www.github.com/googleapis/nodejs-storage/issues/1170)) ([6a98d64](https://www.github.com/googleapis/nodejs-storage/commit/6a98d64831baf1ca1ec2f03ecc4914745cba1c86))
    -   **deps:** update gcs-resumable-upload, remove gitnpm usage ([#&#8203;1186](https://www.github.com/googleapis/nodejs-storage/issues/1186)) ([c78c9cd](https://www.github.com/googleapis/nodejs-storage/commit/c78c9cde49dccb2fcd4ce10e4e9f8299d65f6838))
    -   **v4-policy:** encode special characters ([#&#8203;1169](https://www.github.com/googleapis/nodejs-storage/issues/1169)) ([6e48539](https://www.github.com/googleapis/nodejs-storage/commit/6e48539d76ca27e6f4c6cf2ac0872970f7391fed))
    -   sync to [googleapis/conformance-tests@`fa559a1`](https://togithub.com/googleapis/conformance-tests/commit/fa559a1) ([#&#8203;1167](https://www.github.com/googleapis/nodejs-storage/issues/1167)) ([5500446](https://www.github.com/googleapis/nodejs-storage/commit/550044619d2f17a1977c83bce5df915c6dc9578c)), closes [#&#8203;1168](https://www.github.com/googleapis/nodejs-storage/issues/1168)
    
    ##### Miscellaneous Chores
    
    -   drop keepAcl parameter in file copy ([#&#8203;1166](https://www.github.com/googleapis/nodejs-storage/issues/1166)) ([5a4044a](https://www.github.com/googleapis/nodejs-storage/commit/5a4044a8ba13f248fc4f791248f797eb0f1f3c16))
    
    ##### Build System
    
    -   drop support for node.js 8.x ([b80c025](https://www.github.com/googleapis/nodejs-storage/commit/b80c025f106052fd25554c64314b3b3520e829b5))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: "after 9am and before 3pm" (UTC).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-language).
    renovate-bot authored May 15, 2020
    Configuration menu
    Copy the full SHA
    ef734b6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. automl: delete unused samples (#459)

    - [x] Ensure the tests and linter pass
    - [ obviously a decrease...] Code coverage does not decrease (if any source code was changed)
    - [please review] Appropriate docs were updated (if necessary)
    
    Samples are not in localized docs nor on C.G.C. These deletions are part of an internal 'clean-up' to reduce unused code in sample repositories.
    Strykrol authored May 22, 2020
    Configuration menu
    Copy the full SHA
    9f99edf View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. fix(deps): update dependency mathjs to v7 (#464)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    renovate-bot and bcoe authored May 27, 2020
    Configuration menu
    Copy the full SHA
    fa9a511 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. chore: release 4.0.1 (#462)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    52e400a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. chore(deps): update dependency mocha to v8 (#473)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | devDependencies | major | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/mocha/7.2.0/8.0.1) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mochajs/mocha</summary>
    
    ### [`v8.0.1`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;801--2020-06-10)
    
    [Compare Source](https://togithub.com/mochajs/mocha/compare/v8.0.0...v8.0.1)
    
    The obligatory patch after a major.
    
    #### 🐛 Fixes
    
    -   [#&#8203;4328](https://togithub.com/mochajs/mocha/issues/4328): Fix `--parallel` when combined with `--watch` ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    
    ### [`v8.0.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;800--2020-06-10)
    
    [Compare Source](https://togithub.com/mochajs/mocha/compare/v7.2.0...v8.0.0)
    
    In this major release, Mocha adds the ability to _run tests in parallel_. Better late than never! Please note the **breaking changes** detailed below.
    
    Let's welcome [**@&#8203;giltayar**](https://togithub.com/giltayar) and [**@&#8203;nicojs**](https://togithub.com/nicojs) to the maintenance team!
    
    #### 💥 Breaking Changes
    
    -   [#&#8203;4164](https://togithub.com/mochajs/mocha/issues/4164): **Mocha v8.0.0 now requires Node.js v10.0.0 or newer.** Mocha no longer supports the Node.js v8.x line ("Carbon"), which entered End-of-Life at the end of 2019 ([**@&#8203;UlisesGascon**](https://togithub.com/UlisesGascon))
    
    -   [#&#8203;4175](https://togithub.com/mochajs/mocha/issues/4175): Having been deprecated with a warning since v7.0.0, **`mocha.opts` is no longer supported** ([**@&#8203;juergba**](https://togithub.com/juergba))
    
        ✨ **WORKAROUND:** Replace `mocha.opts` with a [configuration file](https://mochajs.org/#configuring-mocha-nodejs).
    
    -   [#&#8203;4260](https://togithub.com/mochajs/mocha/issues/4260): Remove `enableTimeout()` (`this.enableTimeout()`) from the context object ([**@&#8203;craigtaub**](https://togithub.com/craigtaub))
    
        ✨ **WORKAROUND:** Replace usage of `this.enableTimeout(false)` in your tests with `this.timeout(0)`.
    
    -   [#&#8203;4315](https://togithub.com/mochajs/mocha/issues/4315): The `spec` option no longer supports a comma-delimited list of files ([**@&#8203;juergba**](https://togithub.com/juergba))
    
        ✨ **WORKAROUND**: Use an array instead (e.g., `"spec": "foo.js,bar.js"` becomes `"spec": ["foo.js", "bar.js"]`).
    
    -   [#&#8203;4309](https://togithub.com/mochajs/mocha/issues/4309): Drop support for Node.js v13.x line, which is now End-of-Life ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    -   [#&#8203;4282](https://togithub.com/mochajs/mocha/issues/4282): `--forbid-only` will throw an error even if exclusive tests are avoided via `--grep` or other means ([**@&#8203;arvidOtt**](https://togithub.com/arvidOtt))
    
    -   [#&#8203;4223](https://togithub.com/mochajs/mocha/issues/4223): The context object's `skip()` (`this.skip()`) in a "before all" (`before()`) hook will no longer execute subsequent sibling hooks, in addition to hooks in child suites ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    -   [#&#8203;4178](https://togithub.com/mochajs/mocha/issues/4178): Remove previously soft-deprecated APIs ([**@&#8203;wnghdcjfe**](https://togithub.com/wnghdcjfe)):
        -   `Mocha.prototype.ignoreLeaks()`
        -   `Mocha.prototype.useColors()`
        -   `Mocha.prototype.useInlineDiffs()`
        -   `Mocha.prototype.hideDiff()`
    
    #### 🎉 Enhancements
    
    -   [#&#8203;4245](https://togithub.com/mochajs/mocha/issues/4245): Add ability to run tests in parallel for Node.js (see [docs](https://mochajs.org/#parallel-tests)) ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    
        ❗ See also [#&#8203;4244](https://togithub.com/mochajs/mocha/issues/4244); [Root Hook Plugins (docs)](https://mochajs.org/#root-hook-plugins) -- _root hooks must be defined via Root Hook Plugins to work in parallel mode_
    
    -   [#&#8203;4304](https://togithub.com/mochajs/mocha/issues/4304): `--require` now works with ES modules ([**@&#8203;JacobLey**](https://togithub.com/JacobLey))
    
    -   [#&#8203;4299](https://togithub.com/mochajs/mocha/issues/4299): In some circumstances, Mocha can run ES modules under Node.js v10 -- _use at your own risk!_ ([**@&#8203;giltayar**](https://togithub.com/giltayar))
    
    #### 📖 Documentation
    
    -   [#&#8203;4246](https://togithub.com/mochajs/mocha/issues/4246): Add documentation for parallel mode and Root Hook plugins ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    
    #### 🐛 Fixes
    
    (All bug fixes in Mocha v8.0.0 are also breaking changes, and are listed above)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    📅 **Schedule**: "after 9am and before 3pm" (UTC).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻️ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-language).
    renovate-bot authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    c7e7b00 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. chore: release 4.1.0 (#472)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    bda13a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. fix(deps): update dependency yargs to v16 (#509)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [yargs](https://yargs.js.org/) ([source](https://togithub.com/yargs/yargs)) | dependencies | major | [`^15.0.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/yargs/15.4.1/16.0.1) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>yargs/yargs</summary>
    
    ### [`v16.0.1`](https://togithub.com/yargs/yargs/blob/master/CHANGELOG.md#&#8203;1601-httpswwwgithubcomyargsyargscomparev1600v1601-2020-09-09)
    
    [Compare Source](https://togithub.com/yargs/yargs/compare/v16.0.0...v16.0.1)
    
    ### [`v16.0.0`](https://togithub.com/yargs/yargs/blob/master/CHANGELOG.md#&#8203;1600-httpswwwgithubcomyargsyargscomparev1542v1600-2020-09-09)
    
    [Compare Source](https://togithub.com/yargs/yargs/compare/v15.4.1...v16.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   tweaks to ESM/Deno API surface: now exports yargs function by default; getProcessArgvWithoutBin becomes hideBin; types now exported for Deno.
    -   find-up replaced with escalade; export map added (limits importable files in Node >= 12); yarser-parser@19.x.x (new decamelize/camelcase implementation).
    -   **usage:** single character aliases are now shown first in help output
    -   rebase helper is no longer provided on yargs instance.
    -   drop support for EOL Node 8 ([#&#8203;1686](https://togithub.com/yargs/yargs/issues/1686))
    
    ##### Features
    
    -   adds strictOptions() ([#&#8203;1738](https://www.github.com/yargs/yargs/issues/1738)) ([b215fba](https://www.github.com/yargs/yargs/commit/b215fba0ed6e124e5aad6cf22c8d5875661c63a3))
    -   **helpers:** rebase, Parser, applyExtends now blessed helpers ([#&#8203;1733](https://www.github.com/yargs/yargs/issues/1733)) ([c7debe8](https://www.github.com/yargs/yargs/commit/c7debe8eb1e5bc6ea20b5ed68026c56e5ebec9e1))
    -   adds support for ESM and Deno ([#&#8203;1708](https://www.github.com/yargs/yargs/issues/1708)) ([ac6d5d1](https://www.github.com/yargs/yargs/commit/ac6d5d105a75711fe703f6a39dad5181b383d6c6))
    -   drop support for EOL Node 8 ([#&#8203;1686](https://www.github.com/yargs/yargs/issues/1686)) ([863937f](https://www.github.com/yargs/yargs/commit/863937f23c3102f804cdea78ee3097e28c7c289f))
    -   i18n for ESM and Deno ([#&#8203;1735](https://www.github.com/yargs/yargs/issues/1735)) ([c71783a](https://www.github.com/yargs/yargs/commit/c71783a5a898a0c0e92ac501c939a3ec411ac0c1))
    -   tweaks to API surface based on user feedback ([#&#8203;1726](https://www.github.com/yargs/yargs/issues/1726)) ([4151fee](https://www.github.com/yargs/yargs/commit/4151fee4c33a97d26bc40de7e623e5b0eb87e9bb))
    -   **usage:** single char aliases first in help ([#&#8203;1574](https://www.github.com/yargs/yargs/issues/1574)) ([a552990](https://www.github.com/yargs/yargs/commit/a552990c120646c2d85a5c9b628e1ce92a68e797))
    
    ##### Bug Fixes
    
    -   **yargs:** add missing command(module) signature ([#&#8203;1707](https://www.github.com/yargs/yargs/issues/1707)) ([0f81024](https://www.github.com/yargs/yargs/commit/0f810245494ccf13a35b7786d021b30fc95ecad5)), closes [#&#8203;1704](https://www.github.com/yargs/yargs/issues/1704)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: "after 9am and before 3pm" (UTC).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-language).
    renovate-bot authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    7f7c3ba View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. chore: release 4.1.1 (#505)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    7e8a423 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. chore: release 4.2.0 (#517)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    4958745 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Configuration menu
    Copy the full SHA
    762421d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. chore: release 4.2.1 (#529)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    c0e34e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    02b9657 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. chore: release 4.2.2 (#538)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    77a8b79 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. chore: release 4.2.3 (#570)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 13, 2021
    Configuration menu
    Copy the full SHA
    4c99bd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. chore: release 4.2.4 (#580)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    0864e95 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    b79fc71 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    32c1d24 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    2c29804 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. chore: release 4.2.8 (#601)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### [4.2.8](https://www.github.com/googleapis/nodejs-language/compare/v4.2.7...v4.2.8) (2021-07-21)
    
    
    ### Bug Fixes
    
    * Updating WORKSPACE files to use the newest version of the Typescript generator. ([#600](https://www.github.com/googleapis/nodejs-language/issues/600)) ([9f31d3f](https://www.github.com/googleapis/nodejs-language/commit/9f31d3f510c1628d610633d4ec749abdf66d73f3))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    6d7d153 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    ac40f37 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    e2ba754 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. chore: release 4.3.1 (#615)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    1a438f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    7d16fcc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. chore: release 4.3.2 (#632)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### [4.3.2](https://www.github.com/googleapis/nodejs-language/compare/v4.3.1...v4.3.2) (2021-11-10)
    
    
    ### Bug Fixes
    
    * **deps:** update dependency mathjs to v10 ([#630](https://www.github.com/googleapis/nodejs-language/issues/630)) ([24a189d](https://www.github.com/googleapis/nodejs-language/commit/24a189d1cd2dc68f772f2530684612b4d6ebc2ec))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    689c0ad View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. build!: update library to use Node 12 (#666)

    * build!: Update library to use Node 12
    sofisl authored May 19, 2022
    Configuration menu
    Copy the full SHA
    5cc4123 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    81f69da View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. chore(main): release 5.0.0 (#667)

    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    release-please[bot] authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    64a265e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. chore(main): release 5.0.1 (#674)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [5.0.1](googleapis/nodejs-language@v5.0.0...v5.0.1) (2022-06-30)
    
    
    ### Bug Fixes
    
    * **docs:** describe fallback rest option ([#673](googleapis/nodejs-language#673)) ([6767804](googleapis/nodejs-language@6767804))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    74a52c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. fix(deps): update dependency mathjs to v11 (#679)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [mathjs](https://mathjs.org) ([source](https://togithub.com/josdejong/mathjs)) | [`^10.0.0` -> `^11.0.0`](https://renovatebot.com/diffs/npm/mathjs/10.6.4/11.0.1) | [![age](https://badges.renovateapi.com/packages/npm/mathjs/11.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/mathjs/11.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/mathjs/11.0.1/compatibility-slim/10.6.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/mathjs/11.0.1/confidence-slim/10.6.4)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>josdejong/mathjs</summary>
    
    ### [`v11.0.1`](https://togithub.com/josdejong/mathjs/blob/HEAD/HISTORY.md#&#8203;2022-07-25-version-1101)
    
    [Compare Source](https://togithub.com/josdejong/mathjs/compare/v11.0.0...v11.0.1)
    
    -   Fix [#&#8203;2632](https://togithub.com/josdejong/mathjs/issues/2632): TypeScript issue of `simplifyConstant` and `simplifyCore`
        not having a return type defined.
    
    ### [`v11.0.0`](https://togithub.com/josdejong/mathjs/blob/HEAD/HISTORY.md#&#8203;2022-07-23-version-1100)
    
    [Compare Source](https://togithub.com/josdejong/mathjs/compare/v10.6.4...v11.0.0)
    
    !!! BE CAREFUL: BREAKING CHANGES !!!
    
    Breaking changes:
    
    -   Dropped official support for IE11.
    -   Upgraded to `typed-function@3`, see [josdejong/typed-function/HISTORY.md](https://togithub.com/josdejong/typed-function/blob/develop/HISTORY.md#&#8203;2022-05-12-version-300). Thanks [@&#8203;gwhitney](https://togithub.com/gwhitney). Most importantly:
        -   Conversions now have preference over `any`.
        -   The `this` variable is no longer bound to the typed function itself.
        -   The properties `typed.types`, `typed.conversions`, and `typed.ignore`
            have been removed.
        -   There are new static functions available like `typed.referTo`,
            `typed.referToSelf`, `typed.addTypes`, `typed.addConversions`.
    -   Implement amended "Rule 2" for implicit multiplication ([#&#8203;2370](https://togithub.com/josdejong/mathjs/issues/2370), [#&#8203;2460](https://togithub.com/josdejong/mathjs/issues/2460)):
        when having a division followed by an implicit multiplication, the division
        gets higher precedence over the implicit multiplication when (a) the
        numerator is a constant with optionally a prefix operator (`-`, `+`, `~`),
        and (b) the denominator is a constant. For example: formerly `-1 / 2 x` was
        interpreted as `-1 / (2 * x)` and now it is interpreted as `(-1 / 2) * x`.
        Thanks [@&#8203;gwhitney](https://togithub.com/gwhitney).
    -   Drop elementwise matrix support for trigonometric functions, exp, log, gamma,
        square, sqrt, cube, and cbrt to prevent confusion with standard matrix
        functions ([#&#8203;2440](https://togithub.com/josdejong/mathjs/issues/2440), [#&#8203;2465](https://togithub.com/josdejong/mathjs/issues/2465)). Instead, use `math.map(matrix, fn)`.
        Thanks [@&#8203;gwhitney](https://togithub.com/gwhitney).
    -   Simplify: convert equivalent function calls into operators, for example,
        `add(2, x)` will now be simplified into `2 + x` ([#&#8203;2415](https://togithub.com/josdejong/mathjs/issues/2415), [#&#8203;2466](https://togithub.com/josdejong/mathjs/issues/2466)).
        Thanks [@&#8203;gwhitney](https://togithub.com/gwhitney).
    -   Removed the automatic conversion from `number` to `string` ([#&#8203;2482](https://togithub.com/josdejong/mathjs/issues/2482)).
        Thanks [@&#8203;gwhitney](https://togithub.com/gwhitney).
    -   Fix [#&#8203;2412](https://togithub.com/josdejong/mathjs/issues/2412): let function `diff` return an empty matrix when the input contains
        only one element ([#&#8203;2422](https://togithub.com/josdejong/mathjs/issues/2422)).
    -   Internal refactoring in the `simplifyCore` logic ([#&#8203;2490](https://togithub.com/josdejong/mathjs/issues/2490), [#&#8203;2484](https://togithub.com/josdejong/mathjs/issues/2484), [#&#8203;2459](https://togithub.com/josdejong/mathjs/issues/2459)).
        The function `simplifyCore` will no longer (partially) merge constants, that
        behavior has been moved to `simplifyConstant`. The combination of
        `simplifyConstant` and `simplifyCore` is still close to the old behavior
        of `simplifyCore`, but there are some differences. To reproduce the same
        behavior as the old `simplifyCore`, you can use
        `math.simplify(expr, [math.simplifyCore, math.simplifyConstant])`.
        Thanks to the refactoring, `simplify` is more thorough in reducing constants.
        Thanks [@&#8203;gwhitney](https://togithub.com/gwhitney).
    -   Disable support for splitting rest parameters in chained calculations
        ([#&#8203;2485](https://togithub.com/josdejong/mathjs/issues/2485), [#&#8203;2474](https://togithub.com/josdejong/mathjs/issues/2474)). For example: `math.chain(3).max(4, 2).done()` will now throw
        an error rather than return `4`, because the rest parameter of
        `math.max(...number)` has been split between the contents of the chain and
        the arguments to the max call. Thanks [@&#8203;gwhitney](https://togithub.com/gwhitney).
    -   Function `typeOf` now returns `function` (lowercase) for a function instead
        of `Function` ([#&#8203;2560](https://togithub.com/josdejong/mathjs/issues/2560)). Thanks [@&#8203;gwhitney](https://togithub.com/gwhitney).
    
    Non-breaking changes:
    
    -   Fix [#&#8203;2600](https://togithub.com/josdejong/mathjs/issues/2600): improve the TypeScript definitions of `simplify`.
        Thanks [@&#8203;laureen-m](https://togithub.com/laureen-m) and [@&#8203;mattvague](https://togithub.com/mattvague).
    -   Fix [#&#8203;2607](https://togithub.com/josdejong/mathjs/issues/2607): improve type definition of `createUnit`. Thanks [@&#8203;egziko](https://togithub.com/egziko).
    -   Fix [#&#8203;2608](https://togithub.com/josdejong/mathjs/issues/2608): clarify the docs on the need to configure a smaller `epsilon`
        when using BigNumbers.
    -   Fix [#&#8203;2613](https://togithub.com/josdejong/mathjs/issues/2613): describe matrix methods `get` and `set` in the docs.
    -   Fix link to `math.rationalize` in the docs ([#&#8203;2616](https://togithub.com/josdejong/mathjs/issues/2616)). Thanks [@&#8203;nukisman](https://togithub.com/nukisman).
    -   Fix [#&#8203;2621](https://togithub.com/josdejong/mathjs/issues/2621): add TypeScript definitions for `count` ([#&#8203;2622](https://togithub.com/josdejong/mathjs/issues/2622)). Thanks [@&#8203;Hansuku](https://togithub.com/Hansuku).
    -   Improved TypeScript definitions of `multiply` ([#&#8203;2623](https://togithub.com/josdejong/mathjs/issues/2623)). Thanks [@&#8203;Windrill](https://togithub.com/Windrill).
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-language).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjIuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy4wIn0=-->
    renovate-bot authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    4fd7c11 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency @google-cloud/automl to v3 (#672)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@google-cloud/automl](https://togithub.com/googleapis/nodejs-automl) | [`^2.0.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fautoml/2.5.2/3.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@google-cloud%2fautoml/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@google-cloud%2fautoml/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@google-cloud%2fautoml/3.0.0/compatibility-slim/2.5.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@google-cloud%2fautoml/3.0.0/confidence-slim/2.5.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/nodejs-automl</summary>
    
    ### [`v3.0.0`](https://togithub.com/googleapis/nodejs-automl/blob/HEAD/CHANGELOG.md#&#8203;300-httpsgithubcomgoogleapisnodejs-automlcomparev252v300-2022-06-20)
    
    [Compare Source](https://togithub.com/googleapis/nodejs-automl/compare/v2.5.2...v3.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   update library to use Node 12 ([#&#8203;613](https://togithub.com/googleapis/nodejs-automl/issues/613))
    
    ##### Bug Fixes
    
    -   Add back java_multiple_files option to the text_sentiment.proto to match with the previous published version of text_sentiment proto ([20995db](https://togithub.com/googleapis/nodejs-automl/commit/20995db72854243213a6ffabcb188a52c9cef8f6))
    -   proto field markdown comment for the display_name field in annotation_payload.proto to point the correct public v1/ version ([20995db](https://togithub.com/googleapis/nodejs-automl/commit/20995db72854243213a6ffabcb188a52c9cef8f6))
    
    ##### Build System
    
    -   update library to use Node 12 ([#&#8203;613](https://togithub.com/googleapis/nodejs-automl/issues/613)) ([9ddf084](https://togithub.com/googleapis/nodejs-automl/commit/9ddf0845c8f5f1a2434a1f48d3740447fa2d747d))
    
    ##### [2.5.2](https://www.github.com/googleapis/nodejs-automl/compare/v2.5.1...v2.5.2) (2021-12-30)
    
    ##### Bug Fixes
    
    -   **deps:** update dependency csv to v6 ([#&#8203;565](https://www.togithub.com/googleapis/nodejs-automl/issues/565)) ([7f1d947](https://www.github.com/googleapis/nodejs-automl/commit/7f1d9477cfa2d9697206dffabdfb92dfb80bc1d1))
    
    ##### [2.5.1](https://www.github.com/googleapis/nodejs-automl/compare/v2.5.0...v2.5.1) (2021-11-08)
    
    ##### Bug Fixes
    
    -   **deps:** update dependency mathjs to v10 ([#&#8203;559](https://www.togithub.com/googleapis/nodejs-automl/issues/559)) ([120a457](https://www.github.com/googleapis/nodejs-automl/commit/120a457211590c48c0e8d81e35e364f6c098dbce))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-language).
    renovate-bot authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    a7256cd View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. chore(main): release 5.0.2 (#681)

    * chore(main): release 5.0.2
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    1d7cd52 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency uuid to v9 (#690)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [uuid](https://togithub.com/uuidjs/uuid) | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/uuid/8.3.2/9.0.0) | [![age](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/compatibility-slim/8.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/confidence-slim/8.3.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>uuidjs/uuid</summary>
    
    ### [`v9.0.0`](https://togithub.com/uuidjs/uuid/blob/HEAD/CHANGELOG.md#&#8203;900-httpsgithubcomuuidjsuuidcomparev832v900-2022-09-05)
    
    [Compare Source](https://togithub.com/uuidjs/uuid/compare/v8.3.2...v9.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   Drop Node.js 10.x support. This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.
    
    -   Remove the minified UMD build from the package.
    
        Minified code is hard to audit and since this is a widely used library it seems more appropriate nowadays to optimize for auditability than to ship a legacy module format that, at best, serves educational purposes nowadays.
    
        For production browser use cases, users should be using a bundler. For educational purposes, today's online sandboxes like replit.com offer convenient ways to load npm modules, so the use case for UMD through repos like UNPKG or jsDelivr has largely vanished.
    
    -   Drop IE 11 and Safari 10 support. Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.
    
        This also removes the fallback on msCrypto instead of the crypto API.
    
        Browser tests are run in the first supported version of each supported browser and in the latest (as of this commit) version available on Browserstack.
    
    ##### Features
    
    -   optimize uuid.v1 by 1.3x uuid.v4 by 4.3x (430%) ([#&#8203;597](https://togithub.com/uuidjs/uuid/issues/597)) ([3a033f6](https://togithub.com/uuidjs/uuid/commit/3a033f6bab6bb3780ece6d645b902548043280bc))
    -   remove UMD build ([#&#8203;645](https://togithub.com/uuidjs/uuid/issues/645)) ([e948a0f](https://togithub.com/uuidjs/uuid/commit/e948a0f22bf22f4619b27bd913885e478e20fe6f)), closes [#&#8203;620](https://togithub.com/uuidjs/uuid/issues/620)
    -   use native crypto.randomUUID when available ([#&#8203;600](https://togithub.com/uuidjs/uuid/issues/600)) ([c9e076c](https://togithub.com/uuidjs/uuid/commit/c9e076c852edad7e9a06baaa1d148cf4eda6c6c4))
    
    ##### Bug Fixes
    
    -   add Jest/jsdom compatibility ([#&#8203;642](https://togithub.com/uuidjs/uuid/issues/642)) ([16f9c46](https://togithub.com/uuidjs/uuid/commit/16f9c469edf46f0786164cdf4dc980743984a6fd))
    -   change default export to named function ([#&#8203;545](https://togithub.com/uuidjs/uuid/issues/545)) ([c57bc5a](https://togithub.com/uuidjs/uuid/commit/c57bc5a9a0653273aa639cda9177ce52efabe42a))
    -   handle error when parameter is not set in v3 and v5 ([#&#8203;622](https://togithub.com/uuidjs/uuid/issues/622)) ([fcd7388](https://togithub.com/uuidjs/uuid/commit/fcd73881692d9fabb63872576ba28e30ff852091))
    -   run npm audit fix ([#&#8203;644](https://togithub.com/uuidjs/uuid/issues/644)) ([04686f5](https://togithub.com/uuidjs/uuid/commit/04686f54c5fed2cfffc1b619f4970c4bb8532353))
    -   upgrading from uuid3 broken link ([#&#8203;568](https://togithub.com/uuidjs/uuid/issues/568)) ([1c849da](https://togithub.com/uuidjs/uuid/commit/1c849da6e164259e72e18636726345b13a7eddd6))
    
    ##### build
    
    -   drop Node.js 8.x from babel transpile target ([#&#8203;603](https://togithub.com/uuidjs/uuid/issues/603)) ([aa11485](https://togithub.com/uuidjs/uuid/commit/aa114858260402107ec8a1e1a825dea0a259bcb5))
    
    -   drop support for legacy browsers (IE11, Safari 10) ([#&#8203;604](https://togithub.com/uuidjs/uuid/issues/604)) ([0f433e5](https://togithub.com/uuidjs/uuid/commit/0f433e5ec444edacd53016de67db021102f36148))
    
    -   drop node 10.x to upgrade dev dependencies ([#&#8203;653](https://togithub.com/uuidjs/uuid/issues/653)) ([28a5712](https://togithub.com/uuidjs/uuid/commit/28a571283f8abda6b9d85e689f95b7d3ee9e282e)), closes [#&#8203;643](https://togithub.com/uuidjs/uuid/issues/643)
    
    ##### [8.3.2](https://togithub.com/uuidjs/uuid/compare/v8.3.1...v8.3.2) (2020-12-08)
    
    ##### Bug Fixes
    
    -   lazy load getRandomValues ([#&#8203;537](https://togithub.com/uuidjs/uuid/issues/537)) ([16c8f6d](https://togithub.com/uuidjs/uuid/commit/16c8f6df2f6b09b4d6235602d6a591188320a82e)), closes [#&#8203;536](https://togithub.com/uuidjs/uuid/issues/536)
    
    ##### [8.3.1](https://togithub.com/uuidjs/uuid/compare/v8.3.0...v8.3.1) (2020-10-04)
    
    ##### Bug Fixes
    
    -   support expo>=39.0.0 ([#&#8203;515](https://togithub.com/uuidjs/uuid/issues/515)) ([c65a0f3](https://togithub.com/uuidjs/uuid/commit/c65a0f3fa73b901959d638d1e3591dfacdbed867)), closes [#&#8203;375](https://togithub.com/uuidjs/uuid/issues/375)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-language).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE5MS4wIn0=-->
    renovate-bot authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    657a5fa View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. chore(main): release 5.1.0 (#692)

    * chore(main): release 5.1.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    b06762c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    507799a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    00ad3ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    145b47f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6080aa3 View commit details
    Browse the repository at this point in the history