Skip to content

Commit

Permalink
chore(deps): update dependency octokit-plugin-create-pull-request to …
Browse files Browse the repository at this point in the history
…v6 (#165)

[![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-create-pull-request](https://github.com/gr2m/octokit-plugin-create-pull-request)
| [`^5.0.0` ->
`^6.0.0`](https://renovatebot.com/diffs/npm/octokit-plugin-create-pull-request/5.0.0/6.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/octokit-plugin-create-pull-request/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/octokit-plugin-create-pull-request/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/octokit-plugin-create-pull-request/5.0.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/octokit-plugin-create-pull-request/5.0.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>gr2m/octokit-plugin-create-pull-request
(octokit-plugin-create-pull-request)</summary>

###
[`v6.0.0`](https://github.com/gr2m/octokit-plugin-create-pull-request/releases/tag/v6.0.0)

[Compare
Source](https://github.com/gr2m/octokit-plugin-create-pull-request/compare/v5.1.1...v6.0.0)

##### Features

- convert package to ESM
([#&#8203;140](https://github.com/gr2m/octokit-plugin-create-pull-request/issues/140))
([8c45af5](https://github.com/gr2m/octokit-plugin-create-pull-request/commit/8c45af5b9f7028943ee0e18a7798be46ac0dee20))

##### BREAKING CHANGES

-   Package is now pure ESM
-   drop support for NodeJS <18

###
[`v5.1.1`](https://github.com/gr2m/octokit-plugin-create-pull-request/releases/tag/v5.1.1)

[Compare
Source](https://github.com/gr2m/octokit-plugin-create-pull-request/compare/v5.1.0...v5.1.1)

##### Bug Fixes

- avoid creating blops for UTF-8 text files
([#&#8203;133](https://github.com/gr2m/octokit-plugin-create-pull-request/issues/133))
([445e847](https://github.com/gr2m/octokit-plugin-create-pull-request/commit/445e84797b065a3ea118bcccd01bb12b4e04c91f))

###
[`v5.1.0`](https://github.com/gr2m/octokit-plugin-create-pull-request/releases/tag/v5.1.0)

[Compare
Source](https://github.com/gr2m/octokit-plugin-create-pull-request/compare/v5.0.0...v5.1.0)

##### Features

- add support for labels
([#&#8203;131](https://github.com/gr2m/octokit-plugin-create-pull-request/issues/131))
([0295fd0](https://github.com/gr2m/octokit-plugin-create-pull-request/commit/0295fd017e6eec85d339ea77c147f6a28b515d05))

</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/gr2m/github-project).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 13, 2024
1 parent 2a88ae8 commit 4802e65
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 42 deletions.
53 changes: 12 additions & 41 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
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ava": "^6.0.0",
"c8": "^10.0.0",
"dotenv": "^16.0.1",
"octokit-plugin-create-pull-request": "^5.0.0",
"octokit-plugin-create-pull-request": "^6.0.0",
"open-cli": "^8.0.0",
"prettier": "^3.0.0",
"tsd": "^0.31.0",
Expand Down

0 comments on commit 4802e65

Please sign in to comment.