Skip to content

Commit

Permalink
chore(deps): update dependency @release-it/conventional-changelog to …
Browse files Browse the repository at this point in the history
…v9 (#501)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@release-it/conventional-changelog](https://redirect.github.com/release-it/conventional-changelog)
| [`^8.0.0` ->
`^9.0.0`](https://renovatebot.com/diffs/npm/@release-it%2fconventional-changelog/8.0.2/9.0.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@release-it%2fconventional-changelog/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@release-it%2fconventional-changelog/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@release-it%2fconventional-changelog/8.0.2/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@release-it%2fconventional-changelog/8.0.2/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>release-it/conventional-changelog
(@&#8203;release-it/conventional-changelog)</summary>

###
[`v9.0.3`](https://redirect.github.com/release-it/conventional-changelog/releases/tag/9.0.3)

[Compare
Source](https://redirect.github.com/release-it/conventional-changelog/compare/9.0.2...9.0.3)

- Format
([`09fdb3e`](https://redirect.github.com/release-it/conventional-changelog/commit/09fdb3e))
- fix: use whatBump option
([#&#8203;106](https://redirect.github.com/release-it/conventional-changelog/issues/106))
([`09aac9e`](https://redirect.github.com/release-it/conventional-changelog/commit/09aac9e))

###
[`v9.0.2`](https://redirect.github.com/release-it/conventional-changelog/releases/tag/9.0.2)

[Compare
Source](https://redirect.github.com/release-it/conventional-changelog/compare/9.0.1...9.0.2)

- Minor refactor for readability
([`ccdd687`](https://redirect.github.com/release-it/conventional-changelog/commit/ccdd687))
- Format docs
([`73e212c`](https://redirect.github.com/release-it/conventional-changelog/commit/73e212c))
- fix: Resolve whatBump is not a function error
([#&#8203;105](https://redirect.github.com/release-it/conventional-changelog/issues/105))
([`5e0af0c`](https://redirect.github.com/release-it/conventional-changelog/commit/5e0af0c))

###
[`v9.0.1`](https://redirect.github.com/release-it/conventional-changelog/releases/tag/9.0.1)

[Compare
Source](https://redirect.github.com/release-it/conventional-changelog/compare/9.0.0...9.0.1)

- Update dependencies
([`6059558`](https://redirect.github.com/release-it/conventional-changelog/commit/6059558))
- fix: Allow whatBump to return undefined to skip versioning
([#&#8203;102](https://redirect.github.com/release-it/conventional-changelog/issues/102))
([`3301fbe`](https://redirect.github.com/release-it/conventional-changelog/commit/3301fbe))

###
[`v9.0.0`](https://redirect.github.com/release-it/conventional-changelog/releases/tag/9.0.0)

[Compare
Source](https://redirect.github.com/release-it/conventional-changelog/compare/8.0.2...9.0.0)

- Update dependencies
([`1db67c1`](https://redirect.github.com/release-it/conventional-changelog/commit/1db67c1))
- Add .gitignore file
([`d9416d7`](https://redirect.github.com/release-it/conventional-changelog/commit/d9416d7))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/should-semantic-release).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent a7c739d commit a02f649
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 202 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"conventional-commits-parser": "^5.0.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.0",
"@release-it/conventional-changelog": "^9.0.0",
"@types/conventional-commits-parser": "^5.0.0",
"@types/eslint": "^8.44.3",
"@types/pkgjs__parseargs": "^0.10.1",
Expand Down
Loading

0 comments on commit a02f649

Please sign in to comment.