From 29a0fbad13e4bd34f1ec6e6d14f9108a80b8ace2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 19 Aug 2021 21:20:16 +0200 Subject: [PATCH] fix(deps): update dependency @opencensus/propagation-stackdriver to v0.1.0 (#1368) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@opencensus/propagation-stackdriver](https://togithub.com/census-instrumentation/opencensus-node) | [`0.0.22` -> `0.1.0`](https://renovatebot.com/diffs/npm/@opencensus%2fpropagation-stackdriver/0.0.22/0.1.0) | [![age](https://badges.renovateapi.com/packages/npm/@opencensus%2fpropagation-stackdriver/0.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@opencensus%2fpropagation-stackdriver/0.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@opencensus%2fpropagation-stackdriver/0.1.0/compatibility-slim/0.0.22)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@opencensus%2fpropagation-stackdriver/0.1.0/confidence-slim/0.0.22)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
census-instrumentation/opencensus-node ### [`v0.1.0`](https://togithub.com/census-instrumentation/opencensus-node/blob/master/CHANGELOG.md#​010---2021-07-27) [Compare Source](https://togithub.com/census-instrumentation/opencensus-node/compare/v0.0.22...v0.1.0) - chore(stackdriver): upgrade google-auth-library, drop node8 ([#​887](https://togithub.com/census-instrumentation/opencensus-node/issues/887)) - chore: upgrade gRPC, ts to newest compatible version ([#​907](https://togithub.com/census-instrumentation/opencensus-node/issues/907)) BREAKING CHANGE: upgrade to TypeScript 3.x - chore(deps): pin googleapis, lock file maintenance ([#​928](https://togithub.com/census-instrumentation/opencensus-node/issues/928))
--- ### 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. --- - [ ] 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/cloud-trace-nodejs). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27a1aa7c8..f16e26cbe 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ }, "dependencies": { "@google-cloud/common": "^3.0.0", - "@opencensus/propagation-stackdriver": "0.0.22", + "@opencensus/propagation-stackdriver": "0.1.0", "builtin-modules": "^3.0.0", "console-log-level": "^1.4.0", "continuation-local-storage": "^3.2.1",