Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency dandavison/delta to v0.18.0 (#513)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dandavison/delta](https://github.com/dandavison/delta) | minor | `0.17.0` -> `0.18.0` | --- ### Release Notes <details> <summary>dandavison/delta (dandavison/delta)</summary> ### [`v0.18.0`](https://github.com/dandavison/delta/releases/tag/0.18.0) [Compare Source](https://github.com/dandavison/delta/compare/0.17.0...0.18.0) As usual, tons of excellent contributions, all but one not by me! [@​th1000s](https://github.com/th1000s) has made a huge number of important and difficult improvements to delta and helped with many issues over the few years since the project started, and so I'm happy to say that he's co-maintaining the project with me nowadays. Thanks to all contributors for the improvements below! #### What's Changed - Link to Repository from Manual by [@​bash](https://github.com/bash) in [https://github.com/dandavison/delta/pull/1657](https://github.com/dandavison/delta/pull/1657) - Stop highlighting unchanged whitespace by [@​phillipwood](https://github.com/phillipwood) in [https://github.com/dandavison/delta/pull/1659](https://github.com/dandavison/delta/pull/1659) - Add .gitattributes rules for rust files by [@​phillipwood](https://github.com/phillipwood) in [https://github.com/dandavison/delta/pull/1245](https://github.com/dandavison/delta/pull/1245) - Repair --default-language, and highlight using full filename by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1549](https://github.com/dandavison/delta/pull/1549) - tests: prevent parallel env var access by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1681](https://github.com/dandavison/delta/pull/1681) - CI: fix macOS build by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1696](https://github.com/dandavison/delta/pull/1696) - Only use `nosort` in bash <4.4 by [@​martinml](https://github.com/martinml) in [https://github.com/dandavison/delta/pull/1683](https://github.com/dandavison/delta/pull/1683) - Don't read git files when --no-gitconfig is given + unused variables by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1728](https://github.com/dandavison/delta/pull/1728) - tests: add insta for snapshot testing by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1739](https://github.com/dandavison/delta/pull/1739) - tests: set terminal width to 43 by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1741](https://github.com/dandavison/delta/pull/1741) - Fix panic when blame-palette is empty by [@​thorio](https://github.com/thorio) in [https://github.com/dandavison/delta/pull/1737](https://github.com/dandavison/delta/pull/1737) - Make relative-paths work with binary files by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1740](https://github.com/dandavison/delta/pull/1740) - Fix github links from master to main by [@​madeddie](https://github.com/madeddie) in [https://github.com/dandavison/delta/pull/1709](https://github.com/dandavison/delta/pull/1709) - Update `terminal-colorsaurus` by [@​bash](https://github.com/bash) in [https://github.com/dandavison/delta/pull/1699](https://github.com/dandavison/delta/pull/1699) - Make less version >= 633 behave like previous versions wrt. Nerd Fonts by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1762](https://github.com/dandavison/delta/pull/1762) - Update `catppuccin-latte` casing in `LIGHT_SYNTAX_THEMES` list by [@​injust](https://github.com/injust) in [https://github.com/dandavison/delta/pull/1745](https://github.com/dandavison/delta/pull/1745) - deps: bump libc from 0.2.153 to 0.2.155 by [@​wxpppp](https://github.com/wxpppp) in [https://github.com/dandavison/delta/pull/1715](https://github.com/dandavison/delta/pull/1715) - Add missing `--file-*-label` option to `--navigate` docs by [@​injust](https://github.com/injust) in [https://github.com/dandavison/delta/pull/1744](https://github.com/dandavison/delta/pull/1744) - Fix copy-paste typo by [@​injust](https://github.com/injust) in [https://github.com/dandavison/delta/pull/1767](https://github.com/dandavison/delta/pull/1767) - Update syntect to 5.2.0 by [@​timhillgit](https://github.com/timhillgit) in [https://github.com/dandavison/delta/pull/1672](https://github.com/dandavison/delta/pull/1672) - Disable light mode detection in tests by [@​bash](https://github.com/bash) in [https://github.com/dandavison/delta/pull/1765](https://github.com/dandavison/delta/pull/1765) - Add --max-syntax-highlighting-length, set to 400 by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1746](https://github.com/dandavison/delta/pull/1746) - chore: cleanup brew formula file in favor of core tap by [@​chenrui333](https://github.com/chenrui333) in [https://github.com/dandavison/delta/pull/1773](https://github.com/dandavison/delta/pull/1773) - wrap --help output, fix rust 1.80 build by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1440](https://github.com/dandavison/delta/pull/1440) - Fix delta-toggle shell script by [@​dandavison](https://github.com/dandavison) in [https://github.com/dandavison/delta/pull/1794](https://github.com/dandavison/delta/pull/1794) - Do not wrap short help (-h) output by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1800](https://github.com/dandavison/delta/pull/1800) - Implement --diff-args by [@​dandavison](https://github.com/dandavison) in [https://github.com/dandavison/delta/pull/1697](https://github.com/dandavison/delta/pull/1697) - Handle ambiguous diff header, '--- ' can also be present in a minus hunk by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1787](https://github.com/dandavison/delta/pull/1787) - cd: build binaries targeting GNU libc on ubuntu-20.04, not latest by [@​th1000s](https://github.com/th1000s) in [https://github.com/dandavison/delta/pull/1805](https://github.com/dandavison/delta/pull/1805) #### New Contributors - [@​martinml](https://github.com/martinml) made their first contribution in [https://github.com/dandavison/delta/pull/1683](https://github.com/dandavison/delta/pull/1683) - [@​thorio](https://github.com/thorio) made their first contribution in [https://github.com/dandavison/delta/pull/1737](https://github.com/dandavison/delta/pull/1737) - [@​madeddie](https://github.com/madeddie) made their first contribution in [https://github.com/dandavison/delta/pull/1709](https://github.com/dandavison/delta/pull/1709) - [@​injust](https://github.com/injust) made their first contribution in [https://github.com/dandavison/delta/pull/1745](https://github.com/dandavison/delta/pull/1745) - [@​wxpppp](https://github.com/wxpppp) made their first contribution in [https://github.com/dandavison/delta/pull/1715](https://github.com/dandavison/delta/pull/1715) - [@​timhillgit](https://github.com/timhillgit) made their first contribution in [https://github.com/dandavison/delta/pull/1672](https://github.com/dandavison/delta/pull/1672) - [@​chenrui333](https://github.com/chenrui333) made their first contribution in [https://github.com/dandavison/delta/pull/1773](https://github.com/dandavison/delta/pull/1773) **Full Changelog**: dandavison/delta@0.17.0...0.18.0 </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 PR becomes conflicted, 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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/izumin5210/dotfiles). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: izumin5210-update-aqua-checksum[bot] <169593670+izumin5210-update-aqua-checksum[bot]@users.noreply.github.com>
- Loading branch information