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-proto-files from 0.1.1 to 0.20.0 #1

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade google-proto-files from 0.1.1 to 0.20.0.

merge advice

✨What is Merge Advice? We check thousands of dependency upgrade pull requests and CI tests every day to see which upgrades were successfully merged. After crunching this data, we give a recommendation on how safe we think the change is for you to merge without causing issues. Learn more, and share your feedback to help improve this feature. 🙏
ℹ️ 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 36 versions ahead of your current version.
  • The recommended version was released a year ago, on 2019-03-15.
Release notes
Package name: google-proto-files
  • 0.20.0 - 2019-03-15

    03-15-2019 11:15 PDT

    This release includes updated proto files from
    googleapis/googleapis.

    Internal / Testing Changes

    • build: use per-repo npm publish token (#162)
  • 0.19.0 - 2019-03-13

    03-13-2019 14:17 PDT

    Implementation Changes

    • refactor: removed async module dependency (#120)

    New Features

    • Now the package includes new common proto file, google/api/resource.proto.

    Dependencies

    • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#111)
    • chore(deps): update dependency gts to ^0.9.0 (#113)
    • fix: Pin @types/sinon to last compatible version (#116)
    • chore(deps): update dependency @types/sinon to v5.0.7 (#117)
    • chore(deps): update dependency typescript to ~3.2.0 (#119)
    • chore(deps): update dependency @types/sinon to v7 (#137)
    • chore(deps): update dependency eslint-config-prettier to v4 (#141)
    • fix(deps): update dependency walkdir to v0.1.0 (#143)
    • fix(deps): update dependency walkdir to v0.2.0 (#145)
    • fix(deps): update dependency walkdir to ^0.3.0 (#148)
    • fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#153)

    Documentation

    • docs: update readme badges (#123)
    • docs: add lint/fix example to contributing guide (#144)
    • docs: update contributing path in README (#147)
    • docs: update links in contrib guide (#155)

    Internal / Testing Changes

    • chore: update eslintignore config (#112)
    • fix(build): fix system key decryption (#121)
    • chore: update license file (#125)
    • chore: nyc ignore build/test by default (#127)
    • chore: always nyc report before calling codecov (#128)
    • build: add Kokoro configs for autorelease (#131)
    • fix(build): fix Kokoro release script (#132)
    • chore: fix publish.sh permission +x (#133)
    • chore: update nyc and eslint configs (#135)
    • chore(build): inject yoshi automation key (#136)
    • build: check for 404s on all docs (#139)
    • build: ignore googleapis.com in doc link check (#140)
    • build: test using @grpc/grpc-js in CI (#150)
    • build: create docs test npm scripts (#151)
    • build: use linkinator for docs test (#152)
    • build: exclude CONTRIBUTING.md from synthing (#154)
    • build: use node10 to run samples-test, system-test etc (#158)
    • build: Add docuploader credentials to node publish jobs (#159)
  • 0.18.0 - 2018-11-09

    11-09-2018 15:34 PST

    This release has breaking changes. Please take care when updating to the latest version.

    BREAKING CHANGE: The import style of this library has changed to be es-module compliant. The default export is no longer a function. To get the path to a given proto file, please use the getProtoPath method.

    Old code

    const protoFiles = require('google-proto-files');
    const pathToProto = protoFiles('/some/proto/file');

    New Code

    const protoFiles = require('google-proto-files');
    const pathToProto = protoFiles.getProtoPath('/some/proto/file');

    All other exported methods and properties remain the same.

    Internal / Testing changes

    • refactor: use walkdir instead of globby (#109)
    • chore: drop contributors from multiple places (#108)
    • chore: use latest npm on Windows (#107)
    • refactor: convert to typescript (#106)
    • refactor: use a src/ directory (#105)
    • chore: update CircleCI config (#104)
    • chore: include build in eslintignore (#101)
    • chore(deps): update dependency eslint-plugin-node to v8 (#97)
    • chore: update issue templates (#96)
    • chore: remove old issue template (#94)
    • build: run tests on node11 (#93)
    • chores(build): do not collect sponge.xml from windows builds (#92)
    • chores(build): run codecov on continuous builds (#91)
    • chore: update new issue template (#90)
    • build: fix codecov uploading on Kokoro (#86)
    • build: automate library with synth.py (#85)
    • chore(deps): update dependency sinon to v7 (#84)
  • 0.17.0 - 2018-10-11

    Breaking changes

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

    Fixes

    • fix: update linking for samples (#50)

    Internal / Testing Changes

    • chore(deps): update dependency eslint-plugin-prettier to v3 (#81)
    • test: remove appveyor config (#80)
    • Enable prefer-const in the eslint config (#79)
    • Enable no-var in eslint (#78)
    • Update CI and fix tests (#77)
    • Retry npm install in CI (#76)
    • chore(deps): update dependency nyc to v13 (#75)
    • chore(deps): update dependency eslint-config-prettier to v3 (#74)
    • chore: ignore package-lock.json (#73)
    • chore(deps): lock file maintenance (#72)
    • chore: use let and const (#71)
    • chore: update renovate config (#69)
    • remove that whitespace (#68)
    • chore(deps): lock file maintenance (#67)
    • chore: move mocha options to mocha.opts (#66)
    • chore(deps): update dependency eslint-plugin-node to v7 (#62)
    • chore(deps): lock file maintenance (#65)
    • chore(deps): lock file maintenance (#61)
    • chore(deps): lock file maintenance (#60)
    • chore(deps): lock file maintenance (#59)
    • chore(deps): lock file maintenance (#58)
    • fix: remove unused packages (#56)
    • chore(deps): lock file maintenance (#55)
    • chore(deps): lock file maintenance (#54)
    • chore(deps): lock file maintenance (#53)
    • chore(deps): lock file maintenance (#52)
    • Configure Renovate (#48)
    • chore(package): update eslint to version 5.0.0 (#49)
    • refactor: drop repo-tool as an exec wrapper (#51)
  • 0.16.1 - 2018-06-19

    Fixes

    • (#46) Correctly locate common proto files.
  • 0.16.0 - 2018-06-08

    Features

    • (#35): Allow passing load() options to protobuf.js. (Thanks, @nmccready!)
  • 0.15.1 - 2018-02-15

    Fixes

    • (#25) Move prettier from package.json#dependencies to package.json#devDependencies.
  • 0.15.0 - 2018-02-02

    Features

    • (#20) Expose API for Embedded Assistant proto files.
  • 0.14.2 - 2018-01-26

    Changes

    There are no changes in this patch release, other than setting up some continuous integration services, updating README.md, and changing the code style to match the other googleapis client libraries.

  • 0.14.1 - 2017-11-10

    0.14.1

  • 0.14.0 - 2017-11-10
  • 0.13.1 - 2017-09-05
  • 0.13.0 - 2017-08-25
  • 0.12.1 - 2017-07-31
  • 0.12.0 - 2017-05-18
  • 0.11.1 - 2017-05-08
  • 0.11.0 - 2017-04-01
  • 0.10.0 - 2017-03-02
  • 0.9.1 - 2017-02-14
  • 0.8.6 - 2016-12-16
  • 0.8.5 - 2016-11-15
  • 0.8.4 - 2016-10-27
  • 0.8.3 - 2016-10-13
  • 0.8.2 - 2016-09-29
  • 0.8.1 - 2016-09-29
  • 0.8.0 - 2016-09-24
  • 0.7.0 - 2016-08-18
  • 0.6.0 - 2016-08-18
  • 0.5.0 - 2016-08-12
  • 0.4.0 - 2016-08-02
  • 0.3.0 - 2016-07-08
  • 0.2.4 - 2016-06-09
  • 0.2.3 - 2016-06-09
  • 0.2.2 - 2016-06-09
  • 0.2.1 - 2016-06-08
  • 0.2.0 - 2016-04-15
  • 0.1.1 - 2016-01-18
from google-proto-files GitHub release notes
Commit messages
Package name: google-proto-files

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
Development

Successfully merging this pull request may close these issues.

1 participant