Skip to content

Commit

Permalink
chore(deps): update dependency @octokit/plugin-paginate-rest to v7
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-paginate-rest](https://togithub.com/octokit/plugin-paginate-rest.js)
| [`^6.0.0` ->
`^7.0.0`](https://renovatebot.com/diffs/npm/@octokit%2fplugin-paginate-rest/6.0.0/7.0.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@octokit%2fplugin-paginate-rest/7.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@octokit%2fplugin-paginate-rest/7.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@octokit%2fplugin-paginate-rest/7.0.0/compatibility-slim/6.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@octokit%2fplugin-paginate-rest/7.0.0/confidence-slim/6.0.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>octokit/plugin-paginate-rest.js</summary>

###
[`v7.0.0`](https://togithub.com/octokit/plugin-paginate-rest.js/releases/tag/v7.0.0)

[Compare
Source](https://togithub.com/octokit/plugin-paginate-rest.js/compare/v6.1.2...v7.0.0)

##### Continuous Integration

- stop testing against NodeJS v14, v16
([#&#8203;524](https://togithub.com/octokit/plugin-paginate-rest.js/issues/524))
([07856e8](https://togithub.com/octokit/plugin-paginate-rest.js/commit/07856e8edf830fca2305c404462d26a6cb0b3d76))

##### BREAKING CHANGES

-   Drop support for NodeJS v14, v16

###
[`v6.1.2`](https://togithub.com/octokit/plugin-paginate-rest.js/releases/tag/v6.1.2)

[Compare
Source](https://togithub.com/octokit/plugin-paginate-rest.js/compare/v6.1.1...v6.1.2)

##### Bug Fixes

- **build:** replace Pika with esbuild and tsc
([#&#8203;527](https://togithub.com/octokit/plugin-paginate-rest.js/issues/527))
([3ba0db6](https://togithub.com/octokit/plugin-paginate-rest.js/commit/3ba0db676882d37c0547126307e5e4f10471902e))

###
[`v6.1.1`](https://togithub.com/octokit/plugin-paginate-rest.js/releases/tag/v6.1.1)

[Compare
Source](https://togithub.com/octokit/plugin-paginate-rest.js/compare/v6.1.0...v6.1.1)

##### Bug Fixes

- bump [@&#8203;octokit/types](https://togithub.com/octokit/types)
([#&#8203;528](https://togithub.com/octokit/plugin-paginate-rest.js/issues/528))
([9240b2f](https://togithub.com/octokit/plugin-paginate-rest.js/commit/9240b2f12b273daebbd28b82d5e84e25fba457c7))

###
[`v6.1.0`](https://togithub.com/octokit/plugin-paginate-rest.js/releases/tag/v6.1.0)

[Compare
Source](https://togithub.com/octokit/plugin-paginate-rest.js/compare/v6.0.0...v6.1.0)

##### Features

- many new endpoints
([#&#8203;518](https://togithub.com/octokit/plugin-paginate-rest.js/issues/518))
([06d6543](https://togithub.com/octokit/plugin-paginate-rest.js/commit/06d65438ad7c04fcad29861b16f83fc3c4d91cde))

</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://app.renovatebot.com/dashboard#github/gr2m/github-project).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 5, 2023
1 parent 59e477b commit 5e74919
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 31 deletions.
62 changes: 32 additions & 30 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 @@ -26,7 +26,7 @@
"devDependencies": {
"@octokit/app": "^13.0.5",
"@octokit/openapi-types": "^17.0.0",
"@octokit/plugin-paginate-rest": "^6.0.0",
"@octokit/plugin-paginate-rest": "^7.0.0",
"@octokit/plugin-throttling": "^6.0.0",
"ava": "^5.0.0",
"c8": "^7.12.0",
Expand Down

0 comments on commit 5e74919

Please sign in to comment.