From c575c80b17e5fdf2cbba24c806fa21f26c2010dc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 16 Nov 2023 15:02:15 +0100 Subject: [PATCH] fix(deps): update dependency retry-request to v7 (#1934) 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 | |---|---|---|---|---|---| | [retry-request](https://togithub.com/stephenplusplus/retry-request) | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/retry-request/6.0.0/7.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/retry-request/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/retry-request/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/retry-request/6.0.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/retry-request/6.0.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
stephenplusplus/retry-request (retry-request) ### [`v7.0.1`](https://togithub.com/stephenplusplus/retry-request/blob/HEAD/CHANGELOG.md#701-2023-10-12) [Compare Source](https://togithub.com/stephenplusplus/retry-request/compare/v7.0.0...v7.0.1) ##### Bug Fixes - Types ([#​109](https://togithub.com/googleapis/retry-request/issues/109)) ([35c0260](https://togithub.com/googleapis/retry-request/commit/35c02608138a4b66cf488e4e1e90cbff05d42c2f)) ### [`v7.0.0`](https://togithub.com/stephenplusplus/retry-request/blob/HEAD/CHANGELOG.md#700-2023-10-11) [Compare Source](https://togithub.com/stephenplusplus/retry-request/compare/v6.0.0...v7.0.0) ##### ⚠ BREAKING CHANGES - Remove `request` fallback, Update Docs, Update Types ([#​107](https://togithub.com/googleapis/retry-request/issues/107)) ##### Features - Remove `request` fallback, Update Docs, Update Types ([#​107](https://togithub.com/googleapis/retry-request/issues/107)) ([ba8abb2](https://togithub.com/googleapis/retry-request/commit/ba8abb242ff21921a81e3178081806e95a902a68))
--- ### 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-spanner). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1928e668f..f9c96195b 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "merge-stream": "^2.0.0", "p-queue": "^6.0.2", "protobufjs": "^7.0.0", - "retry-request": "^6.0.0", + "retry-request": "^7.0.0", "split-array-stream": "^2.0.0", "stack-trace": "0.0.10", "stream-events": "^1.0.4",