Skip to content

Commit ee1a515

Browse files
ECG Bottmeijn
authored andcommitted
build(deps): update cargo:mergiraf to 0.15.0
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [cargo:mergiraf](https://mergiraf.org/) ([source](https://codeberg.org/mergiraf/mergiraf)) | minor | `0.14.0` -> `0.15.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>mergiraf/mergiraf (cargo:mergiraf)</summary> ### [`v0.15.0`](https://codeberg.org/mergiraf/mergiraf/releases/tag/v0.15.0): Mergiraf 0.15.0 [Compare Source](https://codeberg.org/mergiraf/mergiraf/compare/v0.14.0...v0.15.0) ##### 🚀 Features - Recover from commutative merging failures ([#&#8203;568](https://github.com/mergiraf/mergiraf/issues/568)) by [@&#8203;wetneb](https://github.com/wetneb) - Install via `cargo binstall` ([#&#8203;583](https://github.com/mergiraf/mergiraf/issues/583)) by [@&#8203;wetneb](https://github.com/wetneb) - Bundle comments into nodes they annotate ([#&#8203;576](https://github.com/mergiraf/mergiraf/issues/576)) by [@&#8203;ada4a](https://github.com/ada4a) - Support for `pyproject.toml` ([#&#8203;582](https://github.com/mergiraf/mergiraf/issues/582)) by [@&#8203;wetneb](https://github.com/wetneb) - *(Python)* Enable commutation of class attributes, with docstrings ([#&#8203;590](https://github.com/mergiraf/mergiraf/issues/590)) by [@&#8203;wetneb](https://github.com/wetneb) ##### 🐛 Bug Fixes - Reject parse trees with missing nodes ([#&#8203;587](https://github.com/mergiraf/mergiraf/issues/587)) by [@&#8203;wetneb](https://github.com/wetneb) - *(typescript)* Bad handling of semicolons in commutative merging of class bodies ([#&#8203;585](https://github.com/mergiraf/mergiraf/issues/585)) by [@&#8203;wetneb](https://github.com/wetneb) - *(AstNode::bundle\_comments)* Don't bundle at `A, // comment \n B` ([#&#8203;588](https://github.com/mergiraf/mergiraf/issues/588)) by [@&#8203;ada4a](https://github.com/ada4a) ##### 📚 Documentation - Update `adding-a-language.md` ([#&#8203;596](https://github.com/mergiraf/mergiraf/issues/596)) by [@&#8203;ada4a](https://github.com/ada4a) ##### 🧪 Testing - Utility to minimize test cases, continued ([#&#8203;527](https://github.com/mergiraf/mergiraf/issues/527)) by [@&#8203;ada4a](https://github.com/ada4a) ##### ⚙️ Miscellaneous Tasks - Update to Rust 1.89 ([#&#8203;579](https://github.com/mergiraf/mergiraf/issues/579)) by [@&#8203;wetneb](https://github.com/wetneb) - Update crate dependencies ([#&#8203;580](https://github.com/mergiraf/mergiraf/issues/580)) by [@&#8203;wetneb](https://github.com/wetneb) - Update dependencies ([#&#8203;592](https://github.com/mergiraf/mergiraf/issues/592)) by [@&#8203;wetneb](https://github.com/wetneb) - Simplify pyproject language profile ([#&#8203;591](https://github.com/mergiraf/mergiraf/issues/591)) by [@&#8203;wetneb](https://github.com/wetneb) #### Download Consider installing Mergiraf [via a package manager](https://repology.org/project/mergiraf/versions) to benefit from automatic updates. Otherwise, binaries are available for your convenience below. Binaries for MacOS can be obtained [from Homebrew](https://formulae.brew.sh/formula/mergiraf). </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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTUuNiIsInVwZGF0ZWRJblZlciI6IjQxLjExNS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
1 parent c2ff25c commit ee1a515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chezmoi/dot_config/mise/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pipx = "latest"
3838
"cargo:ag" = "0.19.5"
3939
"cargo:gitnr" = "0.2.2"
4040
"cargo:lstr" = "0.2.1"
41-
"cargo:mergiraf" = "0.14.0"
41+
"cargo:mergiraf" = "0.15.0"
4242
"cargo:onefetch" = "2.25.0"
4343
"cargo:rbw" = "1.14.0"
4444
"cargo:so" = "0.4.10"

0 commit comments

Comments
 (0)