Skip to content

Commit

Permalink
build(deps): update dependency @octokit/request-error to v6 (#156)
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/request-error](https://github.com/octokit/request-error.js)
| [`5.0.1` ->
`6.0.1`](https://renovatebot.com/diffs/npm/@octokit%2frequest-error/5.0.1/6.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@octokit%2frequest-error/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@octokit%2frequest-error/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@octokit%2frequest-error/5.0.1/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@octokit%2frequest-error/5.0.1/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v6.0.1`](https://github.com/octokit/request-error.js/releases/tag/v6.0.1)

[Compare
Source](https://github.com/octokit/request-error.js/compare/v6.0.0...v6.0.1)

##### Bug Fixes

- **build:** remove NodeJS/Browser specific builds
([#&#8203;404](https://github.com/octokit/request-error.js/issues/404))
([479d0b4](https://github.com/octokit/request-error.js/commit/479d0b4c4916720c7822a24eb108f6322252b5a7))

###
[`v6.0.0`](https://github.com/octokit/request-error.js/releases/tag/v6.0.0)

[Compare
Source](https://github.com/octokit/request-error.js/compare/v5.0.1...v6.0.0)

##### Features

- v6
([#&#8203;401](https://github.com/octokit/request-error.js/issues/401))
([d73dee6](https://github.com/octokit/request-error.js/commit/d73dee66b6a7606b73c3bf4c4051269b68b982f4))

##### BREAKING CHANGES

- remove `code` and `headers` properties that were previously deprecated
-   switch package to ESM instead of CommonJS

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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/cyberspace7/release-action).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2024
1 parent 2cad93d commit c256cdf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@octokit/request-error": "5.0.1",
"@octokit/request-error": "6.0.1",
"@octokit/rest": "20.0.2",
"lodash-es": "4.17.21",
"semver": "7.5.4",
Expand Down
11 changes: 9 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit c256cdf

Please sign in to comment.