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/monitoring from 0.6.0 to 0.7.1 #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 5, 2020

Snyk has created this PR to upgrade @google-cloud/monitoring from 0.6.0 to 0.7.1.

ℹ️ 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 2 versions ahead of your current version.
  • The recommended version was released a year ago, on 2019-03-14.
Release notes
Package name: @google-cloud/monitoring
  • 0.7.1 - 2019-03-14

    03-13-2019 15:05 PDT

    Bug Fixes

    • fix: throw on invalid credentials (#216)

    Dependencies

    • fix(deps): update dependency google-gax to ^0.25.0 (#204)

    Documentation

    • docs: update links in contrib guide (#215)
    • docs: update contributing path in README (#210)
    • docs: move CONTRIBUTING.md to root (#209)
    • docs: add lint/fix example to contributing guide (#206)

    Internal / Testing Changes

    • refactor: update json import paths (#224)
    • chore(deps): update dependency p-retry to v4 (#223)
    • build: Add docuploader credentials to node publish jobs (#221)
    • build: use node10 to run samples-test, system-test etc (#220)
    • build: update release configuration
    • chore: update proto docs and code style
    • chore(deps): update dependency mocha to v6 (#217)
    • refactor: update the generated code style (#208)
    • build: use linkinator for docs test (#214)
    • fix(deps): update dependency yargs to v13 (#213)
    • build: create docs test npm scripts (#212)
    • build: test using @grpc/grpc-js in CI (#211)
    • chore(deps): update dependency eslint-config-prettier to v4 (#203)
    • build: ignore googleapis.com in doc link check (#201)
    • chore: update year in the license headers. (#200)
  • 0.7.0 - 2019-01-15

    01-15-2019 09:35 PST

    Dependencies

    • fix(deps): update dependency google-gax to ^0.23.0 (#196)
    • refactor: remove unused deps

    Documentation

    • doc: remove unused gRPC types
    • docs: add samples for channel notification (#185)
    • docs: update readme badges (#171)
    • docs(samples): convert samples to async/await, and use mocha for tests (#146)
    • docs: update proto comments (#159)
    • docs: fix link in changelog (#132)

    Internal / Testing Changes

    • build: check broken links in generated docs (#194)
    • refactor: modernize and fix the sample tests (#193)
    • chore: fix name of region tag (#188)
    • chore: fix region tags (#187)
    • chore(build): inject yoshi automation key (#186)
    • chore: update nyc and eslint configs (#184)
    • chore: fix publish.sh permission +x (#182)
    • fix(build): fix Kokoro release script (#181)
    • build: add Kokoro configs for autorelease (#180)
    • chore: always nyc report before calling codecov (#177)
    • chore: nyc ignore build/test by default (#175)
    • chore: update license file (#173)
    • fix(build): fix system key decryption (#169)
    • chore: add a synth.metadata
    • test: fix failing tests due to leaks (#163)
    • chore: update eslintignore config (#160)
    • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#158)
    • chore: drop contributors from multiple places (#156)
    • chore: use latest npm on Windows (#154)
    • chore: update CircleCI config (#151)
    • chore: include build in eslintignore (#148)
    • chore(deps): update dependency eslint-plugin-node to v8 (#143)
    • feat: run the generator
    • chore: update new issue templates
    • chore(build): fix the synth file and generation
    • chore: remove old issue template (#140)
    • build: run tests on node11 (#139)
    • chores(build): do not collect sponge.xml from windows builds (#138)
    • chores(build): run codecov on continuous builds (#137)
    • build: fix codecov uploading on Kokoro (#134)
    • chore(deps): update dependency sinon to v7 (#133)
    • chore(deps): update dependency eslint-plugin-prettier to v3 (#131)
    • test: remove appveyor config (#127)
    • Fix failing sample tests (#126)
    • Enable prefer-const in the eslint config (#124)
    • Fix the linter (#123)
    • Enable no-var in eslint (#122)
    • run synth.py to fix system-test (#117)
    • Retry npm install in CI (#115)
    • Update CircleCI and Kokoro config (#113)
    • chore(deps): update dependency nyc to v13 (#111)
    • Update the CI config (#109)
    • chore: make the CircleCI config consistent
    • fix(deps): update dependency @google-cloud/monitoring to ^0.6.0 (#104)
    • chore(build): make the CircleCI config consistent
    • build: node templates (#101)
  • 0.6.0 - 2018-08-15

    Implementation Changes

    BREAKING CHANGE

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

    Apps using this library that is still running on node4 or node9 might not work in the future. Please upgrade to one of the LTS versions.

    New Features

    Bring in some documentation changes inside protos (see #96)

    Dependencies

    • chore(deps): update dependency eslint-config-prettier to v3 (#97)
    • fix(deps): update dependency google-gax to ^0.18.0 (#88)
    • chore(deps): update dependency eslint-plugin-node to v7 (#80)
    • chore(deps): update dependency sinon to v6 (#64)
    • fix(deps): update dependency yargs to v12 (#65)
    • chore: check in synth script and update gax dependency (#62)
    • chore(package): update eslint to version 5.0.0 (#57)
    • chore(package): update nyc to version 12.0.2 (#53)

    Documentation

    • doc: Fix namespace causing 404s (#99)

    Internal / Testing Changes

    • chore: ignore package-lock.json (#93)
    • test: add sample for updating an uptime check (#95)
    • chore: update renovate config (#90)
    • chore: move mocha options to mocha.opts (#85)
    • chore: require node 8 for samples (#86)
    • test: use strictEqual in tests (#81)
    • chore: really delete node4 and node9 (#73)
    • Configure Renovate (#56)
    • refactor: drop repo-tool as an exec wrapper (#61)
    • fix: update linking for samples (#58)
    • chore: the ultimate fix for repo-tools EPERM (#50)
    • test: fix uptime sample test (#48)
    • chore: timeout for system test (#49)
    • test: add resource type filter to alerts test (#46)
    • Fixes #43. (#44)
    • Fix region tags. (#42)
    • Add Alerting samples. (#41)
    • chore: test on node10 (#40)
from @google-cloud/monitoring GitHub release notes
Commit messages
Package name: @google-cloud/monitoring

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.

alert samples tests failures
1 participant