From 5787d56b95d46544bf8c59fe4bc4cb374bc53d0a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 11 Aug 2023 19:00:49 +0200 Subject: [PATCH] fix(deps): update dependency @google-cloud/projectify to v4 (#1800) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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/projectify](https://togithub.com/googleapis/nodejs-projectify) | [`^3.0.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fprojectify/3.0.0/4.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@google-cloud%2fprojectify/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@google-cloud%2fprojectify/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@google-cloud%2fprojectify/3.0.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@google-cloud%2fprojectify/3.0.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/nodejs-projectify (@​google-cloud/projectify) ### [`v4.0.0`](https://togithub.com/googleapis/nodejs-projectify/blob/HEAD/CHANGELOG.md#400-2023-08-09) [Compare Source](https://togithub.com/googleapis/nodejs-projectify/compare/v3.0.0...v4.0.0) ##### ⚠ BREAKING CHANGES - upgrade to Node 14 ([#​318](https://togithub.com/googleapis/nodejs-projectify/issues/318)) ##### Bug Fixes - Remove pip install statements ([#​1546](https://togithub.com/googleapis/nodejs-projectify/issues/1546)) ([#​304](https://togithub.com/googleapis/nodejs-projectify/issues/304)) ([94cfff6](https://togithub.com/googleapis/nodejs-projectify/commit/94cfff665b7c6b8916b5c59e1c7a3cca7ff29303)) ##### Miscellaneous Chores - Upgrade to Node 14 ([#​318](https://togithub.com/googleapis/nodejs-projectify/issues/318)) ([6e9da4d](https://togithub.com/googleapis/nodejs-projectify/commit/6e9da4db77fab7ed6876e755a72156960b376d57))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/nodejs-pubsub). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e7915cf8..354f0b478 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dependencies": { "@google-cloud/paginator": "^5.0.0", "@google-cloud/precise-date": "^3.0.1", - "@google-cloud/projectify": "^3.0.0", + "@google-cloud/projectify": "^4.0.0", "@google-cloud/promisify": "^4.0.0", "@opentelemetry/api": "^1.0.0", "@opentelemetry/semantic-conventions": "~1.3.0",