chore(deps): update dependency orhun/git-cliff to v2.13.0 #20

Merged
renovate merged 1 commits from renovate/orhun-git-cliff-2.x into main 2026-04-29 10:10:32 +00:00
Owner

This PR contains the following updates:

Package Update Change Pending
orhun/git-cliff minor 2.12.02.13.0 v2.13.1

Release Notes

orhun/git-cliff (orhun/git-cliff)

v2.13.0

Compare Source

animation

2.13.0 - 2026-04-26

⛰️ Features
🐛 Bug Fixes
  • (args) Correctly parse multiple env values for include/exclude paths (#​1450) - (f1874b8)
  • (cd) Publish musl wheels to PyPI by matching matrix.build.NAME (#​1490) - (9b5e732)
  • (cli) Warn when --with-commit does not change version (#​1484) - (3d6a7cb)
  • (docs) Use updated usage of doc_auto_cfg and fix internal link (#​1373) - (0a0a795)
  • (npm) Use require.resolve to resolve binary path (#​1392) - (39cd76e)
  • (remote) Deserialize GitLab API data models safely (#​1368) - (954106f)
🚜 Refactor
📚 Documentation
Performance
🧪 Testing
⚙️ Miscellaneous Tasks
◀️ Revert
Build
  • (npm) Optimize tsup and tsconfig for node 18+ cli (#​1382) - (e7e89c4)
  • (website) Standardize on yarn and fix invalid changelog anchor link (#​1383) - (97b39d9)

New Contributors ❤️


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [orhun/git-cliff](https://github.com/orhun/git-cliff) | minor | `2.12.0` → `2.13.0` | `v2.13.1` | --- ### Release Notes <details> <summary>orhun/git-cliff (orhun/git-cliff)</summary> ### [`v2.13.0`](https://github.com/orhun/git-cliff/releases/tag/v2.13.0) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.12.0...v2.13.0) [![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)](https://git-cliff.org) #### [2.13.0](https://github.com/orhun/git-cliff/compare/v2.12.0..v2.13.0) - 2026-04-26 ##### ⛰️ Features - *(config)* Support more configuration file locations ([#&#8203;1448](https://github.com/orhun/git-cliff/issues/1448)) - ([7d90eee](https://github.com/orhun/git-cliff/commit/7d90eee3256e3f6045c7abba02c020cdc9076a8a)) - *(context)* Add per-commit statistics ([#&#8203;1487](https://github.com/orhun/git-cliff/issues/1487)) - ([9d43a15](https://github.com/orhun/git-cliff/commit/9d43a15906b3d225c947873cacc8fc57a7fe231e)) - *(context)* Expose determined bump type in release context ([#&#8203;1483](https://github.com/orhun/git-cliff/issues/1483)) - ([3e97e75](https://github.com/orhun/git-cliff/commit/3e97e75d370846882dccfa5b7a2f117589b38a3e)) - *(docker)* Apply latest tag to stable only ([#&#8203;1371](https://github.com/orhun/git-cliff/issues/1371)) - ([9d2a52a](https://github.com/orhun/git-cliff/commit/9d2a52a3db3397f4f302f5b43ea8675995a56f9b)) - *(git)* Add configurable commit processing order ([#&#8203;1485](https://github.com/orhun/git-cliff/issues/1485)) - ([ead5587](https://github.com/orhun/git-cliff/commit/ead5587f661af6ae9596decbdbe56001c27ad07c)) - *(remote)* Add environment variable for offline execution ([#&#8203;1427](https://github.com/orhun/git-cliff/issues/1427)) - ([2d53920](https://github.com/orhun/git-cliff/commit/2d53920717449e68e363a8f57fdcbeae56f3163c)) - *(tracing)* Migrate logging to tracing ([#&#8203;1488](https://github.com/orhun/git-cliff/issues/1488)) - ([b71d250](https://github.com/orhun/git-cliff/commit/b71d2501e8ab51b9d9989641307f79e881285ed4)) ##### 🐛 Bug Fixes - *(args)* Correctly parse multiple env values for include/exclude paths ([#&#8203;1450](https://github.com/orhun/git-cliff/issues/1450)) - ([f1874b8](https://github.com/orhun/git-cliff/commit/f1874b85362cec70f346f812109e72e754e323ca)) - *(cd)* Publish musl wheels to PyPI by matching matrix.build.NAME ([#&#8203;1490](https://github.com/orhun/git-cliff/issues/1490)) - ([9b5e732](https://github.com/orhun/git-cliff/commit/9b5e73232d164294d701003ed1f6b690fa6f4bc7)) - *(cli)* Warn when `--with-commit` does not change version ([#&#8203;1484](https://github.com/orhun/git-cliff/issues/1484)) - ([3d6a7cb](https://github.com/orhun/git-cliff/commit/3d6a7cbdbbc922dea9d780ec0320de926341d7b9)) - *(docs)* Use updated usage of `doc_auto_cfg` and fix internal link ([#&#8203;1373](https://github.com/orhun/git-cliff/issues/1373)) - ([0a0a795](https://github.com/orhun/git-cliff/commit/0a0a795d95ea0ca7448b61fb9bda490d06ae6724)) - *(npm)* Use `require.resolve` to resolve binary path ([#&#8203;1392](https://github.com/orhun/git-cliff/issues/1392)) - ([39cd76e](https://github.com/orhun/git-cliff/commit/39cd76e1854c4c0a2e5ef1cedc80ef16731a096d)) - *(remote)* Deserialize GitLab API data models safely ([#&#8203;1368](https://github.com/orhun/git-cliff/issues/1368)) - ([954106f](https://github.com/orhun/git-cliff/commit/954106f3a7d8a6ddea5a51e304d449d4fa728614)) ##### 🚜 Refactor - *(deps)* Replace dirs\_next with etcetera ([#&#8203;1477](https://github.com/orhun/git-cliff/issues/1477)) - ([ee8bfd1](https://github.com/orhun/git-cliff/commit/ee8bfd19811fbdfaf31d8c595c75d00ad21611ce)) ##### 📚 Documentation - *(website)* Add highlights for 2.13.0 ([#&#8203;1491](https://github.com/orhun/git-cliff/issues/1491)) - ([3a6195f](https://github.com/orhun/git-cliff/commit/3a6195fb9fbaec9b5c4f6edfef5d024287ffe9a4)) - *(website)* Add more-examples section for templates ([#&#8203;1472](https://github.com/orhun/git-cliff/issues/1472)) - ([e588472](https://github.com/orhun/git-cliff/commit/e588472faf108e4137f38298bdb47e052f083820)) ##### ⚡ Performance - *(ci)* Add caching where applicable ([#&#8203;1486](https://github.com/orhun/git-cliff/issues/1486)) - ([bd074d9](https://github.com/orhun/git-cliff/commit/bd074d90c26d59f0319a73ba13986cd8a14e821e)) ##### 🧪 Testing - *(fixture)* Add test fixture for skipped contributors ([#&#8203;1481](https://github.com/orhun/git-cliff/issues/1481)) - ([68b59a5](https://github.com/orhun/git-cliff/commit/68b59a554753b7af3eb6d4e012681e5d26699798)) - *(fixtures)* Add include-path multi-value handling tests ([#&#8203;1456](https://github.com/orhun/git-cliff/issues/1456)) - ([dbe670c](https://github.com/orhun/git-cliff/commit/dbe670c993b869056a460f2c2aa5575bc426d4ef)) - *(website)* Add site crawler for console error ([#&#8203;1444](https://github.com/orhun/git-cliff/issues/1444)) - ([e7057dd](https://github.com/orhun/git-cliff/commit/e7057dd2a80f8af6abf6be6238c98a42ccc116f4)) ##### ⚙️ Miscellaneous Tasks - *(ci)* Add github token to the profiler job ([#&#8203;1359](https://github.com/orhun/git-cliff/issues/1359)) - ([91e65f5](https://github.com/orhun/git-cliff/commit/91e65f5bba474b680849adf09db7e1ad1decd153)) - *(clippy)* Fix pedantic lint ([#&#8203;1375](https://github.com/orhun/git-cliff/issues/1375)) - ([78003e2](https://github.com/orhun/git-cliff/commit/78003e217887f81a17197f41cf140a6f1db4279b)) - *(clippy)* Fix pedantic lints ([#&#8203;1350](https://github.com/orhun/git-cliff/issues/1350)) - ([cbf2115](https://github.com/orhun/git-cliff/commit/cbf2115e75e0f2b0c3d48f72c684e0cea8a6b423)) - *(config)* Improve parsing rules for commits without scope ([#&#8203;1453](https://github.com/orhun/git-cliff/issues/1453)) - ([0a69719](https://github.com/orhun/git-cliff/commit/0a69719b14315c2d9b78c8620655b01767f6e21f)) - *(dev-deps)* Align [@&#8203;types/node](https://github.com/types/node) with Node.js 18.19+ support ([#&#8203;1388](https://github.com/orhun/git-cliff/issues/1388)) - ([e499b7a](https://github.com/orhun/git-cliff/commit/e499b7a224fc1bc6c698b435bfb5c43b455e9d8e)) - *(docker)* Install ca-certificates in docker image ([#&#8203;1425](https://github.com/orhun/git-cliff/issues/1425)) - ([1732b9a](https://github.com/orhun/git-cliff/commit/1732b9a5d41029daa6577a1374c4eeb1fb714e40)) - *(lib)* Raise MSRV to 1.87.0 ([#&#8203;1479](https://github.com/orhun/git-cliff/issues/1479)) - ([9b38cb4](https://github.com/orhun/git-cliff/commit/9b38cb451e799590d43ef86d0b57917dd2cb256c)) - *(lychee)* Update lychee.toml to stabilize 502 error ([#&#8203;1424](https://github.com/orhun/git-cliff/issues/1424)) - ([fb906bc](https://github.com/orhun/git-cliff/commit/fb906bcc96857d4c75ebd27d0c9371305e859f4f)) ##### ◀️ Revert - *(remote)* Use `reqwest::Response::error_for_status` ([#&#8203;1374](https://github.com/orhun/git-cliff/issues/1374)) - ([2037127](https://github.com/orhun/git-cliff/commit/203712750c2099df5ba6bccd88a484c86e157671)) ##### Build - *(npm)* Optimize tsup and tsconfig for node 18+ cli ([#&#8203;1382](https://github.com/orhun/git-cliff/issues/1382)) - ([e7e89c4](https://github.com/orhun/git-cliff/commit/e7e89c41e50cd56d032bb0885f9fa959bbd3743f)) - *(website)* Standardize on yarn and fix invalid changelog anchor link ([#&#8203;1383](https://github.com/orhun/git-cliff/issues/1383)) - ([97b39d9](https://github.com/orhun/git-cliff/commit/97b39d94f687a51fc5534933f8e74a44d0c7faec)) #### New Contributors ❤️ - [@&#8203;truffle-dev](https://github.com/truffle-dev) made their first contribution in [#&#8203;1490](https://github.com/orhun/git-cliff/pull/1490) - [@&#8203;WaterWhisperer](https://github.com/WaterWhisperer) made their first contribution in [#&#8203;1487](https://github.com/orhun/git-cliff/pull/1487) - [@&#8203;ChihebBENCHEIKH1](https://github.com/ChihebBENCHEIKH1) made their first contribution in [#&#8203;1483](https://github.com/orhun/git-cliff/pull/1483) - [@&#8203;sermuns](https://github.com/sermuns) made their first contribution in [#&#8203;1486](https://github.com/orhun/git-cliff/pull/1486) - [@&#8203;danielpza](https://github.com/danielpza) made their first contribution in [#&#8203;1448](https://github.com/orhun/git-cliff/pull/1448) - [@&#8203;niklasmarderx](https://github.com/niklasmarderx) made their first contribution in [#&#8203;1456](https://github.com/orhun/git-cliff/pull/1456) - [@&#8203;lawrence3699](https://github.com/lawrence3699) made their first contribution in [#&#8203;1484](https://github.com/orhun/git-cliff/pull/1484) - [@&#8203;mixator](https://github.com/mixator) made their first contribution in [#&#8203;1392](https://github.com/orhun/git-cliff/pull/1392) - [@&#8203;saudademjj](https://github.com/saudademjj) made their first contribution in [#&#8203;1450](https://github.com/orhun/git-cliff/pull/1450) - [@&#8203;nbelsterling](https://github.com/nbelsterling) made their first contribution in [#&#8203;1425](https://github.com/orhun/git-cliff/pull/1425) - [@&#8203;y5](https://github.com/y5) made their first contribution in [#&#8203;1427](https://github.com/orhun/git-cliff/pull/1427) - [@&#8203;Garbee](https://github.com/Garbee) made their first contribution in [#&#8203;1371](https://github.com/orhun/git-cliff/pull/1371) <!-- generated by git-cliff --> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-04-29 10:10:29 +00:00
chore(deps): update dependency orhun/git-cliff to v2.13.0
renovate/stability-days Updates have met minimum release age requirement
ef6fd87c5a
renovate scheduled this pull request to auto merge when all checks succeed 2026-04-29 10:10:30 +00:00
renovate merged commit 3bc3f4790d into main 2026-04-29 10:10:32 +00:00
renovate deleted branch renovate/orhun-git-cliff-2.x 2026-04-29 10:10:33 +00:00
Sign in to join this conversation.