Skip to content

Commit

Permalink
chore(dev-deps): ⬆️ upgrade @octokit/core to v6 (#97)
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/core](https://github.com/octokit/core.js) | [`5.0.1` -> `6.0.1`](https://renovatebot.com/diffs/npm/@octokit%2fcore/5.0.1/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@octokit%2fcore/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@octokit%2fcore/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@octokit%2fcore/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%2fcore/5.0.1/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>octokit/core.js (@&#8203;octokit/core)</summary>

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

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

##### Bug Fixes

-   **pkg:** add main entry point  ([#&#8203;662](https://github.com/octokit/core.js/issues/662)) ([42148fc](https://github.com/octokit/core.js/commit/42148fc96ee489c5ebeb0fb30bac62e1fa3daaf7))

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

[Compare Source](https://github.com/octokit/core.js/compare/v5.1.0...v6.0.0)

##### Features

-   package is now ESM ([#&#8203;661](https://github.com/octokit/core.js/issues/661)) ([77f8a61](https://github.com/octokit/core.js/commit/77f8a61107a582ccb0a0305510409a4a8cceff29))

##### BREAKING CHANGES

-   package is now ESM

### [`v5.1.0`](https://github.com/octokit/core.js/releases/tag/v5.1.0)

[Compare Source](https://github.com/octokit/core.js/compare/v5.0.2...v5.1.0)

##### Features

-   **types:** export `OctokitOptions` from `index.ts` ([#&#8203;646](https://github.com/octokit/core.js/issues/646)) ([d41fe5d](https://github.com/octokit/core.js/commit/d41fe5dbbd4a49e14ad971a8d27379e8cabbd4d7))

### [`v5.0.2`](https://github.com/octokit/core.js/releases/tag/v5.0.2)

[Compare Source](https://github.com/octokit/core.js/compare/v5.0.1...v5.0.2)

##### Bug Fixes

-   performance enhancements ([#&#8203;637](https://github.com/octokit/core.js/issues/637)/[#&#8203;638](https://github.com/octokit/core.js/issues/638)) ([9843e38](https://github.com/octokit/core.js/commit/9843e38561de7ad76b160a75f2bbf33e8b1f7b75))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, 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/timelessco/node-ts-app).
  • Loading branch information
renovate[bot] authored Mar 3, 2024
1 parent a00f65d commit 4872460
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@octokit/core": "5.0.1",
"@octokit/core": "6.0.1",
"@release-it/conventional-changelog": "8.0.1",
"@types/node": "20.8.2",
"@typescript-eslint/experimental-utils": "5.62.0",
Expand Down
64 changes: 62 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 4872460

Please sign in to comment.