Skip to content

Commit

Permalink
fix(deps): update dependency @octokit/plugin-retry to v5.0.5 (#20)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@octokit/plugin-retry](https://togithub.com/octokit/plugin-retry.js)
| [`5.0.0` ->
`5.0.5`](https://renovatebot.com/diffs/npm/@octokit%2fplugin-retry/5.0.0/5.0.5)
|
[![age](https://badges.renovateapi.com/packages/npm/@octokit%2fplugin-retry/5.0.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@octokit%2fplugin-retry/5.0.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@octokit%2fplugin-retry/5.0.5/compatibility-slim/5.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@octokit%2fplugin-retry/5.0.5/confidence-slim/5.0.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>octokit/plugin-retry.js
(@&#8203;octokit/plugin-retry)</summary>

###
[`v5.0.5`](https://togithub.com/octokit/plugin-retry.js/releases/tag/v5.0.5)

[Compare
Source](https://togithub.com/octokit/plugin-retry.js/compare/v5.0.4...v5.0.5)

##### Bug Fixes

- do not retry status code 451 by default
([#&#8203;447](https://togithub.com/octokit/plugin-retry.js/issues/447))
([7ae9006](https://togithub.com/octokit/plugin-retry.js/commit/7ae9006dd46e9f39ed0f32f6e4668d7e566ee17e))

###
[`v5.0.4`](https://togithub.com/octokit/plugin-retry.js/releases/tag/v5.0.4)

[Compare
Source](https://togithub.com/octokit/plugin-retry.js/compare/v5.0.3...v5.0.4)

##### Bug Fixes

- **deps:** update dependency
[@&#8203;octokit/types](https://togithub.com/octokit/types) to v10
([#&#8203;443](https://togithub.com/octokit/plugin-retry.js/issues/443))
([8671f97](https://togithub.com/octokit/plugin-retry.js/commit/8671f9745748fc182d10aa86e1cd694e74790821))

###
[`v5.0.3`](https://togithub.com/octokit/plugin-retry.js/releases/tag/v5.0.3)

[Compare
Source](https://togithub.com/octokit/plugin-retry.js/compare/v5.0.2...v5.0.3)

##### Bug Fixes

- **deps:** add `@octokit/request-error` as a runtime dependency
([#&#8203;440](https://togithub.com/octokit/plugin-retry.js/issues/440))
([0396e2d](https://togithub.com/octokit/plugin-retry.js/commit/0396e2d09c0e5f21eb243435d53f71b4f8f880d8)),
closes
[#&#8203;436](https://togithub.com/octokit/plugin-retry.js/issues/436)

###
[`v5.0.2`](https://togithub.com/octokit/plugin-retry.js/releases/tag/v5.0.2)

[Compare
Source](https://togithub.com/octokit/plugin-retry.js/compare/v5.0.1...v5.0.2)

##### Bug Fixes

- **build:** bump tsconfig major version
([#&#8203;439](https://togithub.com/octokit/plugin-retry.js/issues/439))
([d920486](https://togithub.com/octokit/plugin-retry.js/commit/d92048671993e8159f847a0b7f944d1cb52edbd0))

###
[`v5.0.1`](https://togithub.com/octokit/plugin-retry.js/releases/tag/v5.0.1)

[Compare
Source](https://togithub.com/octokit/plugin-retry.js/compare/v5.0.0...v5.0.1)

##### Bug Fixes

- **typescript:** mark import of `@octokit/request-error` as type
([#&#8203;437](https://togithub.com/octokit/plugin-retry.js/issues/437))
([711e7a6](https://togithub.com/octokit/plugin-retry.js/commit/711e7a6b37b6032dc3f07c1d8fa7ac1bdc424d0d))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm on friday,before 9am on
monday,every weekend" in timezone Europe/Paris, Automerge - At any time
(no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->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/specfy/stack-analyser).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJjaG9yZS9yZW5vdmF0ZUJhc2VCcmFuY2gifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 9, 2023
1 parent aeae4aa commit 5133db7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
37 changes: 32 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@actions/core": "1.10.0",
"@cdktf/hcl2json": "0.18.0-pre.25",
"@octokit/plugin-retry": "5.0.0",
"@octokit/plugin-retry": "5.0.5",
"commander": "11.0.0",
"consola": "3.2.3",
"dotenv": "16.3.1",
Expand Down

0 comments on commit 5133db7

Please sign in to comment.