Skip to content

Commit

Permalink
chore(dev-deps): ⬆️ upgrade @release-it/conventional-changelog to v10 (
Browse files Browse the repository at this point in the history
…#140)

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.1` -> `10.0.0`](https://renovatebot.com/diffs/npm/@release-it%2fconventional-changelog/8.0.1/10.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@release-it%2fconventional-changelog/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@release-it%2fconventional-changelog/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@release-it%2fconventional-changelog/8.0.1/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@release-it%2fconventional-changelog/8.0.1/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

-   Update dependencies + bump engines.node ([`273c84f`](https://redirect.github.com/release-it/conventional-changelog/commit/273c84f))

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

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

-   Add default header (resolves [#&#8203;108](https://redirect.github.com/release-it/conventional-changelog/issues/108)) ([`6197330`](https://redirect.github.com/release-it/conventional-changelog/commit/6197330))

### [`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))

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

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

-   Add Node.js 22 to test matrix in CI ([`619c01c`](https://redirect.github.com/release-it/conventional-changelog/commit/619c01c))
-   Upgrade dependencies ([`e73df9b`](https://redirect.github.com/release-it/conventional-changelog/commit/e73df9b))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 * * 1" 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/timelessco/node-ts-app-template).
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent 1cd5950 commit 29f4633
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 106 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@commitlint/config-conventional": "19.0.3",
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@octokit/core": "6.0.1",
"@release-it/conventional-changelog": "8.0.1",
"@release-it/conventional-changelog": "10.0.0",
"@types/node": "20.8.2",
"@typescript-eslint/experimental-utils": "5.62.0",
"all-contributors-cli": "6.26.1",
Expand Down
Loading

0 comments on commit 29f4633

Please sign in to comment.