chore(deps): update dependency git-cliff to v2.11.0
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| git-cliff |
2.6.0 -> 2.11.0
|
Release Notes
orhun/git-cliff (git-cliff)
v2.11.0
⛰️ Features
- (changelog) Support failing on unmatched commits (#1298) - (a22a1a3)
- (integration) Add support for azure devops (#1283) - (ef65be6)
- (repo) Improve repository/directory path resolution (#1290) - (7b1825b)
- (template) Add split_regex, replace_regex, find_regex filters (#1287) - (8270084)
🐛 Bug Fixes
- (args) Set the include-path if workdir is set (#1293) - (50b8312)
- (bump) Write bumped version to stdout even when output config is set (#1307) - (314ff57)
- (remote) Use optional default branch for GitLab (#1305) - (d3cb938)
- (repo) Always discover repositories - (b4db79f)
- (workdir) Use the correct glob value for include-path - (0fbc625)
🚜 Refactor
- (core) Improve the generation API (#1306) - (1e80739)
- (remote) Expose commits and MRs as streams (#1272) - (b82221a)
📚 Documentation
- (config) Fix comment for topo_order_commits (#1314) - (c8aad00)
- (installation) Mention the side-bar (#1226) - (16ca78e)
- (website) Add highlights for 2.11.0 (#1316) - (5af715d)
- (website) Fix styling in installation page - (58c4cfb)
- (website) Use the correct link for Github MR labels as groups (#1285) - (85cc05d)
🎨 Styling
⚙️ Miscellaneous Tasks
- (ci) Stabilize lychee link checking in CI (#1295) - (7ed1db0)
- (logging) Increase log verbosity (#1244) - (ee9f742)
- (npm) Update git-cliff to v2.10.1 (#1265) - (3da8f26)
v2.10.1
⛰️ Features
- (changelog) Support failing on unmatched commits (#1298) - (a22a1a3)
- (integration) Add support for azure devops (#1283) - (ef65be6)
- (repo) Improve repository/directory path resolution (#1290) - (7b1825b)
- (template) Add split_regex, replace_regex, find_regex filters (#1287) - (8270084)
🐛 Bug Fixes
- (args) Set the include-path if workdir is set (#1293) - (50b8312)
- (bump) Write bumped version to stdout even when output config is set (#1307) - (314ff57)
- (remote) Use optional default branch for GitLab (#1305) - (d3cb938)
- (repo) Always discover repositories - (b4db79f)
- (workdir) Use the correct glob value for include-path - (0fbc625)
🚜 Refactor
- (core) Improve the generation API (#1306) - (1e80739)
- (remote) Expose commits and MRs as streams (#1272) - (b82221a)
📚 Documentation
- (config) Fix comment for topo_order_commits (#1314) - (c8aad00)
- (installation) Mention the side-bar (#1226) - (16ca78e)
- (website) Add highlights for 2.11.0 (#1316) - (5af715d)
- (website) Fix styling in installation page - (58c4cfb)
- (website) Use the correct link for Github MR labels as groups (#1285) - (85cc05d)
🎨 Styling
⚙️ Miscellaneous Tasks
- (ci) Stabilize lychee link checking in CI (#1295) - (7ed1db0)
- (logging) Increase log verbosity (#1244) - (ee9f742)
- (npm) Update git-cliff to v2.10.1 (#1265) - (3da8f26)
v2.10.0
⛰️ Features
- (config) Support using include and exclude paths in the config (#1173) - (7c2f922)
- (parser) Support regex matching on JSON arrays with scalar elements (#1163) - (dc458ea)
- (template) Support adding commit statistics to the changelog (#1151) - (05a50d7)
🐛 Bug Fixes
- (config) [breaking] Use empty header and footer as default (#1161) (#1172) - (3e9311e)
- (config) Check if commit.footers is defined in detailed example (#1170) - (078545f)
- (fixtures) Update expected.md after config change (#1176) - (76d3e81)
- (generation) Ensure skip_tags condition is evaluated first (#1190) - (318be66)
- (repo) Use the correct order while diffing paths (#1188) - (ff6c310)
🚜 Refactor
- (ci) Apply security best practices (#1180) - (a32deca)
- (config) Implement FromStr instead of Config::parse_from_str() (#1185) - (692345e)
- (test) Standardize unit tests for commit module (#1147) - (0446d6a)
📚 Documentation
- (context) Add example usage for statistics (#1162) - (4f7379a)
- (quickstart) Remove repetitive words (#1200) - (434f9ee)
- (readme) Fix twitter badge (#1164) - (68bd85e)
- (readme) Polish badges (#1159) - (941cc2b)
- (remote) Fix inconsistency in remote integration documentation (#1165) - (deb29dc)
- (website) Add highlights for 2.10.0 (#1225) - (a3fe8c9)
- (website) Add installation instructions for gentoo-linux (#1203) - (07fe6bf)
🎨 Styling
🧪 Testing
⚙️ Miscellaneous Tasks
- (build) Bump MSRV to 1.85.1 - (d8279d4)
- (cd) Use macos-15 runner - (c156fc5)
- (cd) Re-enable sccache for maturin - (871c3c9)
- (crate) Remove Rust nightly requirement - (4f3e5af)
- (fixture) Update test-regex-json-array fixture (#1178) - (95f4056)
- (format) Format module imports for readability (#1183) - (6db7d49)
- (git) Add .git-blame-ignore-revs - (5b64131)
- (npm) Bump git-cliff to 2.9.1 (#1156) - (e13b158)
- (website) Update the node version - (566c2a1)
v2.9.1
⛰️ Features
- (config) Support using include and exclude paths in the config (#1173) - (7c2f922)
- (parser) Support regex matching on JSON arrays with scalar elements (#1163) - (dc458ea)
- (template) Support adding commit statistics to the changelog (#1151) - (05a50d7)
🐛 Bug Fixes
- (config) [breaking] Use empty header and footer as default (#1161) (#1172) - (3e9311e)
- (config) Check if commit.footers is defined in detailed example (#1170) - (078545f)
- (fixtures) Update expected.md after config change (#1176) - (76d3e81)
- (generation) Ensure skip_tags condition is evaluated first (#1190) - (318be66)
- (repo) Use the correct order while diffing paths (#1188) - (ff6c310)
🚜 Refactor
- (ci) Apply security best practices (#1180) - (a32deca)
- (config) Implement FromStr instead of Config::parse_from_str() (#1185) - (692345e)
- (test) Standardize unit tests for commit module (#1147) - (0446d6a)
📚 Documentation
- (context) Add example usage for statistics (#1162) - (4f7379a)
- (quickstart) Remove repetitive words (#1200) - (434f9ee)
- (readme) Fix twitter badge (#1164) - (68bd85e)
- (readme) Polish badges (#1159) - (941cc2b)
- (remote) Fix inconsistency in remote integration documentation (#1165) - (deb29dc)
- (website) Add highlights for 2.10.0 (#1225) - (a3fe8c9)
- (website) Add installation instructions for gentoo-linux (#1203) - (07fe6bf)
🎨 Styling
🧪 Testing
⚙️ Miscellaneous Tasks
- (build) Bump MSRV to 1.85.1 - (d8279d4)
- (cd) Use macos-15 runner - (c156fc5)
- (cd) Re-enable sccache for maturin - (871c3c9)
- (crate) Remove Rust nightly requirement - (4f3e5af)
- (fixture) Update test-regex-json-array fixture (#1178) - (95f4056)
- (format) Format module imports for readability (#1183) - (6db7d49)
- (git) Add .git-blame-ignore-revs - (5b64131)
- (npm) Bump git-cliff to 2.9.1 (#1156) - (e13b158)
- (website) Update the node version - (566c2a1)
v2.8.0
⛰️ Features
- (cli) Support initializing config with a custom filename (#992) - (76bf9cf)
- (config) Discover the configuration file when run in a sub directory - (a23eeb4)
- (git) Improve the set commit range error (#990) - (f29e815)
- (monorepo) Automatically set include-path for current directory - (ceda1f7)
- (remote) Support enabling native TLS (#1021) - (fe7c464)
- (repo) Allow running from sub directories (#975) - (98453b3)
🐛 Bug Fixes
- (config) Allow environment overwrites when using builtin config (#961) - (7ba3b55)
- (docker) Use the correct Debian runner - (36ad993)
- (fixtures) Update the arguments for custom GitLab API fixture test - (e522f8d)
- (monorepo) Do not set include-path if workdir is set (#1022) - (20483be)
- (remote) Fix detection of GitLab merge request sha (#968) - (1297655)
🚜 Refactor
- (lib) Add changelog modifier callback to run function (#922) - (2321882)
- (lint) Use a shared lint config for the workspace - (bfc1d4f)
- (lint) Apply clippy suggestions - (299a1c7)
📚 Documentation
- (docker) Fix typo in comment (#959) - (dbda091)
- (highlights) Add link to the Nix flake - (c449229)
- (jujutsu) Update links to the upstream documentation - (ed6b646)
- (lib) Allow doc lint - (62a6d3e)
- (license) Update copyright years - (8178c9b)
- (tips) Extend the merge commit filter example (#963) - (09c0f90)
- (website) Add highlights for 2.8.0 (#1023) - (32dc15e)
🧪 Testing
- (fixture) Add fixture for include-path - (e85888f)
⚙️ Miscellaneous Tasks
- (build) Bump MSRV to 1.83.0 - (37598c2)
- (docker) Bump the Rust version in Docker image - (729f433)
- (funding) Add wellKnown directory - (8704518)
- (lint) Allow false positive lint - (1b779a6)
- (nix) Update flakes - (22fbe9d)
v2.7.0
⛰️ Features
- (args) Add color to the help text (#897) - (f423484)
- (ci) Add Nix CI (#939) - (d0848ff)
- (config) Allow overriding the remote API URL via config (#896) - (6d86e2c)
- (docker) Build arm64 images again (#879) (#919) - (84771f6)
- (jujutsu) Add jujustu support (#930) - (ab95626)
- (nix) Add a basic Nix environment (#918) - (6b17736)
- (website) Add user testimonials (#895) - (ef2374c)
🐛 Bug Fixes
- (bitbucket) Match MR and release metadata correctly (#907) - (e936ed5)
- (changelog) Fix missing commit fields in context (#837) (#920) - (f8641ee)
-
(changelog) Include the root commit when
--latestis used with one tag (#901) - (508a97e) - (remote) Preserve first time contributors (#925) - (99b78b5)
📚 Documentation
- (git) Improve docs for commit_preprocessors and commit_parsers (#928) - (c1f1215)
- (readme) Add blog post about git-cliff - (82b10ac)
- (website) Add highlights for 2.7.0 (#955) - (b6b5449)
- (website) Add more testimonials - (bfe9beb)
- (website) Update sourcehut (#894) - (bcc32ca)
⚡ Performance
🧪 Testing
- (git) Find upstream remote when using ssh (#926) - (2e65a72)
- (repo) Expand unit tests of the repo module (#909) - (da1cb61)
⚙️ Miscellaneous Tasks
- (config) Add the 'other' parser to the default config - (12cb1df)
- (docker) Upgrade Rust and libc version in Dockerfile - (8bd0607)
- (docker) Bump the Rust version in Docker image - (c28121c)
- (integration) Remove experimental feature disclaimer - (237c327)
- (log) Add trace log about which command is being run - (a9b2690)
- (nix) Update flakes - (7654e67)
- (website) Add new testimonials - (0c207d6)
◀️ Revert
- (docker) Bump the Rust version in Docker image - (fc142e4)
v2.6.1
🐛 Bug Fixes
-
(npm) Add missing
--use-branch-tagsflag to TS options (#874) - (e21fb1d) - (remote) Avoid setting multiple remotes (#885) - (a344c68)
📚 Documentation
- (website) Add conversion to pdf to tips-and-tricks (#889) - (58dc108)
- (website) Add get_env filter example for GitLab CI - (dfe4459)
⚙️ Miscellaneous Tasks
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot