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

[Snyk] Upgrade @google-cloud/vision from 0.21.0 to 0.25.0 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Mar 4, 2020

Snyk has created this PR to upgrade @google-cloud/vision from 0.21.0 to 0.25.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 5 versions ahead of your current version.
  • The recommended version was released a year ago, on 2019-02-25.
Release notes
Package name: @google-cloud/vision
  • 0.25.0 - 2019-02-25

    02-22-2019 17:39 PST

    New Features

    This release contains a new version (v1p4beta1) of the Vision API. To use this version, construct the client liks this:

    const vision = require('@google-cloud/vision');
    const client = new vision.v1p4beta1.ImageAnnotatorClient();
    • feat: gen v1p4beta1: online PDF, async batch image annotate (#331)

    Implementation Changes

    • fix: throw on invalid credentials in v1p4beta1 (#334)
    • fix: throw on invalid credentials (#326)

    Dependencies

    • chore(deps): update dependency mocha to v6 (#330)
    • fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#328)
    • fix(deps): update dependency yargs to v13 (#325)
    • fix(deps): update dependency google-gax to ^0.25.0 (#315)
    • fix(deps): update dependency google-gax to ^0.24.0 (#312)
    • chore(deps): update dependency eslint-config-prettier to v4 (#313)
    • fix(deps): update dependency google-gax to ^0.23.0 (#307)

    Documentation / Samples

    • docs: update contributing path in README (#321)
    • docs: update links in contrib guide (#329)
    • docs: add lint/fix example to contributing guide (#318)
    • docs: fix example comments (#317)
    • fix(docs): remove unused long running operations types
    • docs: improve detect.js samples (#300)

    Internal / Testing Changes

    • build: use linkinator for docs test (#327)
    • build: create docs test npm scripts (#324)
    • build: test using @grpc/grpc-js in CI (#322)
    • chore: move CONTRIBUTING.md to root (#320)
    • refactor: improve generated code style. (#316)
    • fix: ignore case in system test assertions (#314)
    • build: ignore googleapis.com in doc link check (#310)
    • chore: update year in the license headers. (#309)
    • build: check broken links in generated docs (#301)
  • 0.24.0 - 2018-12-19

    12-19-2018 13:36 PST

    Implementation Changes

    This release contains breaking change

    • BREAKING: rename method imagePath => referenceImagePath (#296)
      The method ProductSearchClient.imagePath was renamed referenceImagePath:
    // old code
    const formattedName = client.imagePath(...);
    

    // new code
    const formattedName = client.referenceImagePath(...);

    • fix: Param "scoreThreshold" should be "score_threshold" (#234)

    New Features

    • ProductSearch GA (#280)

    Dependencies

    • refactor: remove unused deps (#261)
    • fix(deps): update dependency google-gax to ^0.22.0 (#265)
    • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#263)
    • fix(deps): update dependency @google-cloud/vision to ^0.23.0 (#260)

    Documentation

    • docs: fix productSearch example (#285)
    • docs: update readme badges (#283)
    • docs(samples): updated samples code to use async/await and tests to use mocha (#241)

    Internal / Testing Changes

    • chore: modernize the samples and sample tests (#297)
    • chore(build): inject yoshi automation key (#294)
    • chore: update nyc and eslint configs (#293)
    • chore: fix publish.sh permission +x (#292)
    • fix(build): fix Kokoro release script (#291)
    • build: add Kokoro configs for autorelease (#290)
    • chore: always nyc report before calling codecov (#288)
    • chore: nyc ignore build/test by default (#287)
    • chore: update license file (#284)
    • fix(build): fix system key decryption (#282)
    • test: make product search tests run (#269)
    • chore: update eslintignore config (#264)
    • chore: drop contributors from multiple places (#262)
  • 0.23.0 - 2018-11-08

    New Features

    • feat: add support for product search

    Dependencies

    • chore(deps): update dependency eslint-plugin-node to v8 (#245)
    • chore(deps): update dependency canvas to v2 (#224)
    • chore(deps): update dependency sinon to v7 (#219)
    • chore(deps): update dependency eslint-plugin-prettier to v3 (#213)

    Documentation

    • fix(samples): Adding vision_product_search_tutorial_import tags (#221)
    • fix(samples): Change the Project ID from number to string (#220)
    • docs: Vision AutoML samples (#197)

    Internal / Testing Changes

    • chore: use latest npm on Windows (#258)
    • chore: update lint configs (#257)
    • chore: update CircleCI config (#253)
    • chore: update issue templates (#244)
    • chore: remove old issue template (#242)
    • build: run tests on node11 (#239)
    • chores(build): do not collect sponge.xml from windows builds (#238)
    • chores(build): run codecov on continuous builds (#237)
    • chore: update new issue template (#235)
    • build: fix codecov uploading on Kokoro (#222)
    • chore: enable --throw-deprecation on mocha config (#147)
    • Update kokoro config (#214)
    • Update kokoro config (#208)
    • test: remove appveyor config (#207)
    • Update the CI config (#206)
  • 0.22.1 - 2018-09-22

    Bug fixes

    • Fix response output for Detect Labels (#199)

    Documentation

    • Vision GA – vision_localize_objects & vision_localize_object_gcs (#200)
    • Product search rebased (#196)

    Internal / Testing Changes

    • Enable prefer-const in the eslint config (#201)
    • Enable no-var in eslint (#198)
    • Switch to let/const (#194)
    • fix(deps): update dependency google-gax to ^0.20.0 (#193)
  • 0.22.0 - 2018-09-11

    New Features

    Object Localization is available on v1 of this library:

    • Updated CI config and run synth (#181)

    Dependencies

    • chore(deps): update dependency @google-cloud/storage to v2 (#183)
    • chore(deps): update dependency nyc to v13 (#177)
    • fix(deps): update dependency google-gax to ^0.19.0 (#173)
    • chore(deps): update dependency eslint-config-prettier to v3 (#170)

    Internal / Testing Changes

    • Update CI config (#188)
    • Fix the sample tests (#187)
    • Retry npm install in CI (#185)
    • Update CI config (#184)
    • fix: (tests): Use real service to validate expectations. (#182)
    • chore: make the CircleCI config consistent
    • Udpate Beta Vision samples to use beta tags (#172)
    • Vision region tag update (#171)
    • build: configure Windows build on Kokoro (#165)
    • chore: do not use npm ci (#167)
    • build(kokoro): samples-test.sh need GCLOUD_PROJECT env; node6 and node8 is using wrong .sh (#162)
    • build(kokoro): setup samples and system test (#161)
    • chore: ignore package-lock.json (#160)
    • build: rename build.sh => test.sh; presubmit jobs runs lint and docs properly (#158)
    • fix(samples): missing fs requires causing sample-test to fail (#157)
    • build: add set -x to .sh to show the command being executed (#156)
    • add samples linking to kokoro jobs (#155)
    • Kokoro multi ver (#153)
    • chore: update renovate config (#152)
    • have presubmit.cfg in separate node* folders (#151)
    • split presubmit to multiple node versions (#149)
  • 0.21.0 - 2018-07-18

    Implementation Changes

    🚨 BREAKING CHANGE

    In this version we dropped support for NodeJS 4.x and 9.x. Your code might break if you're using this library on non LTS versions.

    • fix: drop support for node.js 4.x and 9.x (#117)

    New Features

    This release brings in v1p3beta1 of the Cloud Vision API, which includes the following new features:

    • Object localization

    • Product search

    • gen: v1p3beta1 of Cloud Vision API NodeJS Client Library (#124)

    • feat: implement manual methods for objectLocalization and productSearch on v1p3beta1 (#128)

    Dependencies

    • fix: update and cleanup dependencies (#102)
    • fix(deps): update dependency yargs to v12 (#103)
    • repo: setup greenkeeper.json to update dependencies in samples/package.json (#94)
    • refactor: drop dependency on extend (#85)
    • fix: move async to dev dependencies (#83)
    • chore: update many dependencies (#81)
    • fix: switch from node-uuid to uuid (#84)
    • chore(package): update eslint to version 5.0.1 (#98)
    • chore(package): update eslint to version 5.0.0 (#90)

    Documentation

    Internal / Testing Changes

    • Add smoke tests via regeneration (#122)
    • Re-generate library using /synth.py (#111)
    • synth.py: follow synth scripts from other repos (#113)
    • Beta2ga pdf ocr (#104)
    • Configure Renovate (#87)
    • refactor: drop repo-tool as an exec wrapper (#97)
    • fix: update linking for samples (#92)
from @google-cloud/vision GitHub release notes
Commit messages
Package name: @google-cloud/vision
  • 93bbffe Release v0.25.0 (#336)
  • 50d28b6 fix: throw on invalid credentials in v1p4beta1 (#334)
  • 8acb124 feat: gen v1p4beta1: online PDF, async batch image annotate (#331)
  • e3d1d57 chore(deps): update dependency mocha to v6 (#330)
  • 9378d12 build: use linkinator for docs test (#327)
  • 7a8df6f docs: update links in contrib guide (#329)
  • a543fc4 fix: throw on invalid credentials (#326)
  • e641049 fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#328)
  • bbf287e fix(deps): update dependency yargs to v13 (#325)
  • b4fdab1 build: create docs test npm scripts (#324)
  • c75f895 build: test using @grpc/grpc-js in CI (#322)
  • b175c71 docs: update contributing path in README (#321)
  • 668cbc4 chore: move CONTRIBUTING.md to root (#320)
  • c94b83e docs: add lint/fix example to contributing guide (#318)
  • 7b6e305 docs: fix example comments (#317)
  • 6b54110 refactor: improve generated code style. (#316)
  • 0a5ea7f fix(deps): update dependency google-gax to ^0.25.0 (#315)
  • fb3f04e fix(deps): update dependency google-gax to ^0.24.0 (#312)
  • 5460a85 fix: ignore case in system test assertions (#314)
  • 767cff5 chore(deps): update dependency eslint-config-prettier to v4 (#313)
  • 6e9c016 build: ignore googleapis.com in doc link check (#310)
  • fbfff02 chore: update year in the license headers. (#309)
  • d0997d7 fix(deps): update dependency google-gax to ^0.23.0 (#307)
  • ed733ae build: check broken links in generated docs (#301)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant