Skip to content

Commit

Permalink
chore(deps): update dependency wilfred/difftastic to v0.62.0 (#653)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [Wilfred/difftastic](https://redirect.github.com/Wilfred/difftastic) |
minor | `0.61.0` -> `0.62.0` |

---

### Release Notes

<details>
<summary>Wilfred/difftastic (Wilfred/difftastic)</summary>

###
[`v0.62.0`](https://redirect.github.com/Wilfred/difftastic/releases/tag/0.62.0)

[Compare
Source](https://redirect.github.com/Wilfred/difftastic/compare/0.61.0...0.62.0)

Difftastic is a structural diff tool that understands syntax. See [the
manual](https://difftastic.wilfred.me.uk/) to get started, and [the
changelog](https://redirect.github.com/Wilfred/difftastic/blob/master/CHANGELOG.md)
for historical changes.

##### Diffing

Improved handling of multiline strings, which could cause a crash if
they occurred at the end of the file. This was particularly noticeable
with YAML.

##### Parsing

Improved language detection when one argument is a named pipe.

Updated to the latest tree-sitter parser for Bash, C, C++, C#, CSS, Go,
Haskell, HTML, Java, JavaScript, JSON, Julia, Lua, Objective-C, OCaml,
PHP, Python, Ruby, Scala, TOML, TypeScript and XML.

##### Syntax Highlighting

Improved syntax highlighting, particularly for keywords.

##### Build

difftastic now requires Rust 1.74.1 to build.

Prebuilt packages for macOS on x86-64 are now built on macOS 13.

</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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/izumin5210/dotfiles).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

---------

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
1 parent 0c11028 commit 1aff3b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config/.config/aquaproj-aqua/codespaces/aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/Wilfred/difftastic/0.61.0/difft-x86_64-apple-darwin.tar.gz",
"checksum": "4398816AF7110CEFC802D26D3D9E78C37C408464927BE97243D37700442D276A",
"id": "github_release/github.com/Wilfred/difftastic/0.62.0/difft-x86_64-apple-darwin.tar.gz",
"checksum": "0177E4E507293C6676197E5FD3B13DD2295D57D7E6BFAB646C12CD08E0516E5D",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/Wilfred/difftastic/0.61.0/difft-x86_64-pc-windows-msvc.zip",
"checksum": "F2C8151B8BB03B17FE7314834E7A24E35F8FC2C2B1B18BD9C022EF68B21439D9",
"id": "github_release/github.com/Wilfred/difftastic/0.62.0/difft-x86_64-pc-windows-msvc.zip",
"checksum": "8C4DF8D075018102038B94A57F9B7F7B21A365538D4EE4CFE7EB541AC7F8BD33",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/Wilfred/difftastic/0.61.0/difft-x86_64-unknown-linux-gnu.tar.gz",
"checksum": "0CBDD259B868D8F12D028E4982085E8A91D4CBA08CD314D320731E1F1F9CCAFB",
"id": "github_release/github.com/Wilfred/difftastic/0.62.0/difft-x86_64-unknown-linux-gnu.tar.gz",
"checksum": "BF546299085ABD497DCE115739BC00370D0C0386030E43F14FE137EF3A5F773B",
"algorithm": "sha256"
},
{
Expand Down
2 changes: 1 addition & 1 deletion config/.config/aquaproj-aqua/codespaces/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages:
- name: cli/[email protected]
- name: junegunn/[email protected]
- name: dandavison/[email protected]
- name: Wilfred/difftastic@0.61.0
- name: Wilfred/difftastic@0.62.0
- name: rossmacarthur/[email protected]
- name: BurntSushi/[email protected]
- name: sharkdp/[email protected]
Expand Down

0 comments on commit 1aff3b6

Please sign in to comment.