Commit 8b16903
build(deps): bump the cargo group across 1 directory with 7 updates (#399)
Bumps the cargo group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` |
| [log](https://github.com/rust-lang/log) | `0.4.32` | `0.4.33` |
| [gix-imara-diff](https://github.com/GitoxideLabs/gitoxide) | `0.2.2` |
`0.2.3` |
| [git-bot-feedback](https://github.com/2bndy5/git-bot-feedback) |
`0.6.1` | `0.8.1` |
| [napi](https://github.com/napi-rs/napi-rs) | `3.9.2` | `3.10.3` |
| [napi-derive](https://github.com/napi-rs/napi-rs) | `3.5.6` | `3.5.9`
|
| [which](https://github.com/harryfei/which-rs) | `8.0.3` | `8.0.4` |
Updates `anyhow` from 1.0.102 to 1.0.103
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/anyhow/releases">anyhow's
releases</a>.</em></p>
<blockquote>
<h2>1.0.103</h2>
<ul>
<li>Fix Stacked Borrows violation (UB) in
<code>Error::downcast_mut</code> (<a
href="https://redirect.github.com/dtolnay/anyhow/issues/451">#451</a>,
<a
href="https://redirect.github.com/dtolnay/anyhow/issues/452">#452</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/anyhow/commit/5bdb0e24db3994be119d42f18fe2d655e1f68f4a"><code>5bdb0e2</code></a>
Release 1.0.103</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/e621bd35ddddcd8b2f39d80b9f5938583571a87d"><code>e621bd3</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/452">#452</a>
from dtolnay/downcast</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/6e8c000690151cba99305092024535905b2be162"><code>6e8c000</code></a>
Eliminate pointer->reference->pointer during downcast</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/67c4abd7718b6191768193993270abe8dcdd66bb"><code>67c4abd</code></a>
Add regression test for issue 451</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/917a16932009c1957f53c2ea325663948add2153"><code>917a169</code></a>
Update actions/upload-artifact@v6 -> v7</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/d9dc3faf78b8647fdb5b8c5b53abb85e05e13d42"><code>d9dc3fa</code></a>
Update actions/checkout@v6 -> v7</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/841522b2aa09732fecee40804440d2c35c68c480"><code>841522b</code></a>
Raise minimum tested compiler to rust 1.85</li>
<li>See full diff in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.102...1.0.103">compare
view</a></li>
</ul>
</details>
<br />
Updates `log` from 0.4.32 to 0.4.33
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.33] - 2026-06-20</h2>
<h2>What's Changed</h2>
<ul>
<li>Fixed key comparison by <a
href="https://github.com/matteo-zeggiotti-ok"><code>@matteo-zeggiotti-ok</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/732">rust-lang/log#732</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/matteo-zeggiotti-ok"><code>@matteo-zeggiotti-ok</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/732">rust-lang/log#732</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.32...0.4.33">https://github.com/rust-lang/log/compare/0.4.32...0.4.33</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/log/commit/f405739f3a15a3f00680c793e1e1fa7e57d26ba4"><code>f405739</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/734">#734</a>
from rust-lang/cargo/0.4.33</li>
<li><a
href="https://github.com/rust-lang/log/commit/6a24abf0835cef62e3d882287c97307dd3ecb403"><code>6a24abf</code></a>
prepare for 0.4.33 release</li>
<li><a
href="https://github.com/rust-lang/log/commit/87e062162e051d54bb553aacae3f0c6c4c213e59"><code>87e0621</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/732">#732</a>
from matteo-zeggiotti-ok/fix-key-comparison</li>
<li><a
href="https://github.com/rust-lang/log/commit/a9b57119a631249fc8e881c7ef78e2028aacb823"><code>a9b5711</code></a>
Review: fallback to the &str hash</li>
<li><a
href="https://github.com/rust-lang/log/commit/cc89cc6e41190de36892e33fff48e5f48cf57fa9"><code>cc89cc6</code></a>
Review: fixed other comparisons</li>
<li><a
href="https://github.com/rust-lang/log/commit/920e7dc2811c18a228bf78e818196de950659d85"><code>920e7dc</code></a>
Review: fixed comparison on <code>MaybeStaticStr</code></li>
<li><a
href="https://github.com/rust-lang/log/commit/0d71d3c685f2e23b1ad209b48408efe1205b18b0"><code>0d71d3c</code></a>
Fixed key comparison</li>
<li>See full diff in <a
href="https://github.com/rust-lang/log/compare/0.4.32...0.4.33">compare
view</a></li>
</ul>
</details>
<br />
Updates `gix-imara-diff` from 0.2.2 to 0.2.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/GitoxideLabs/gitoxide/releases">gix-imara-diff's
releases</a>.</em></p>
<blockquote>
<h2>gix-imara-diff v0.2.3</h2>
<h3>Commit Statistics</h3>
<ul>
<li>6 commits contributed to the release over the course of 27 calendar
days.</li>
<li>27 days passed between releases.</li>
<li>0 commits were understood as <a
href="https://www.conventionalcommits.org">conventional</a>.</li>
<li>0 issues like '(#ID)' were seen in commit messages</li>
</ul>
<h3>Commit Details</h3>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<ul>
<li><strong>Uncategorized</strong>
<ul>
<li>Merge pull request <a
href="https://redirect.github.com/GitoxideLabs/gitoxide/issues/2650">#2650</a>
from GitoxideLabs/fix-fuzz-comprehensive-diff (f1fc9ea)</li>
<li>Bound comprehensive diff fuzz inputs to avoid Myers timeout
(58e7b75)</li>
<li>Merge pull request <a
href="https://redirect.github.com/GitoxideLabs/gitoxide/issues/2644">#2644</a>
from GitoxideLabs/fix-postprocess-timeout (8f55e18)</li>
<li>Address auto-review (40c8690)</li>
<li>Limit postprocess heuristics fuzz input size (20649b1)</li>
<li>Merge pull request <a
href="https://redirect.github.com/GitoxideLabs/gitoxide/issues/2618">#2618</a>
from GitoxideLabs/report (f7d4f33)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/GitoxideLabs/gitoxide/commit/6428edc82fc8a16d5ef34ca2d49aa6fdff3645fe"><code>6428edc</code></a>
Release gix-date v0.15.5, gix-hashtable v0.15.2, gix-object v0.62.0,
gix-attr...</li>
<li><a
href="https://github.com/GitoxideLabs/gitoxide/commit/1d301e256cef3c454c8d47473739963eec6028a0"><code>1d301e2</code></a>
report for June 2026</li>
<li><a
href="https://github.com/GitoxideLabs/gitoxide/commit/da6b26760a830309bd97dc1362d45872a00c470c"><code>da6b267</code></a>
Merge pull request <a
href="https://redirect.github.com/GitoxideLabs/gitoxide/issues/2642">#2642</a>
from 10ne1/dev/aratiu/sha256-transport</li>
<li><a
href="https://github.com/GitoxideLabs/gitoxide/commit/3927d70ff00b22e44d41657d8f6a38eda1149423"><code>3927d70</code></a>
Add journey-tests for SHA-256 clones and ref-lists</li>
<li><a
href="https://github.com/GitoxideLabs/gitoxide/commit/9929ece41ecfde5cbabf25fc8d7a707d2eb21021"><code>9929ece</code></a>
fix!: avoid duplicate network connection when adopting a
remote-controlled ha...</li>
<li><a
href="https://github.com/GitoxideLabs/gitoxide/commit/ed998d107a8ae7a7626598f4557a42e927ae9d1e"><code>ed998d1</code></a>
review</li>
<li><a
href="https://github.com/GitoxideLabs/gitoxide/commit/f7d660831a8c0f3f4612f4b3a0dcec3445a272c9"><code>f7d6608</code></a>
Merge pull request <a
href="https://redirect.github.com/GitoxideLabs/gitoxide/issues/2664">#2664</a>
from ameyypawar/docs/2421-index-write-tree-cache</li>
<li><a
href="https://github.com/GitoxideLabs/gitoxide/commit/325d2a1189bfaf2989865353eff2a2890075c299"><code>325d2a1</code></a>
map fetch pack/index checksums to their SHA-256 values</li>
<li><a
href="https://github.com/GitoxideLabs/gitoxide/commit/a507ee0e9b7023598516a1ada1d99e8b622acdde"><code>a507ee0</code></a>
Merge pull request <a
href="https://redirect.github.com/GitoxideLabs/gitoxide/issues/2661">#2661</a>
from GitoxideLabs/negative-refspec-parsing</li>
<li><a
href="https://github.com/GitoxideLabs/gitoxide/commit/470e689877dd38558fbf0eb1087d221d28010ced"><code>470e689</code></a>
derive update_refs expected ids from the fixture (hash-aware)</li>
<li>Additional commits viewable in <a
href="https://github.com/GitoxideLabs/gitoxide/compare/gix-imara-diff-v0.2.2...gix-imara-diff-v0.2.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `git-bot-feedback` from 0.6.1 to 0.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/2bndy5/git-bot-feedback/releases">git-bot-feedback's
releases</a>.</em></p>
<blockquote>
<h2>git-bot-feedback v0.8.0</h2>
<h2><a
href="https://github.com/2bndy5/git-bot-feedback/compare/git-bot-feedback/v0.7.1...git-bot-feedback/v0.8.0">git-bot-feedback/v0.8.0</a>
- 2026-07-01</h2>
<h3><!-- raw HTML omitted --> 🚀 Added</h3>
<ul>
<li>Add Gitea support by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/94">#94</a></li>
</ul>
<h3><!-- raw HTML omitted --> 🛠️ Fixed</h3>
<ul>
<li>Fail on unsuccessful return code from request for file changes by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/95">#95</a></li>
<li>Trim line endings from file names when parsing diff strings by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/97">#97</a></li>
<li>Fail on parsing erroneous diff by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/98">#98</a></li>
<li>Move option's value instead of cloning it by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/99">#99</a></li>
</ul>
<h3><!-- raw HTML omitted --> 📝 Documentation</h3>
<ul>
<li>Expand on some methods' doc comments by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/96">#96</a></li>
</ul>
<p>Full commit diff: <a
href="https://github.com/2bndy5/git-bot-feedback/compare/git-bot-feedback/v0.7.1...git-bot-feedback/v0.8.0"><code>git-bot-feedback/v0.7.1...git-bot-feedback/v0.8.0</code></a></p>
<!-- raw HTML omitted -->
<h2>git-bot-feedback v0.7.1</h2>
<h2><a
href="https://github.com/2bndy5/git-bot-feedback/compare/git-bot-feedback/v0.7.0...git-bot-feedback/v0.7.1">git-bot-feedback/v0.7.1</a>
- 2026-06-29</h2>
<p>Full commit diff: <a
href="https://github.com/2bndy5/git-bot-feedback/compare/git-bot-feedback/v0.7.0...git-bot-feedback/v0.7.1"><code>git-bot-feedback/v0.7.0...git-bot-feedback/v0.7.1</code></a></p>
<!-- raw HTML omitted -->
<h2>git-bot-feedback v0.7.0</h2>
<h2><a
href="https://github.com/2bndy5/git-bot-feedback/compare/git-bot-feedback/v0.6.1...git-bot-feedback/v0.7.0">git-bot-feedback/v0.7.0</a>
- 2026-06-29</h2>
<h3><!-- raw HTML omitted --> 🚀 Added</h3>
<ul>
<li>Add python bindings by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/90">#90</a></li>
</ul>
<h3><!-- raw HTML omitted --> 🛠️ Fixed</h3>
<ul>
<li>Use correct name of PR review state that is "COMMENTED" by
<a href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/89">#89</a></li>
</ul>
<p>Full commit diff: <a
href="https://github.com/2bndy5/git-bot-feedback/compare/git-bot-feedback/v0.6.1...git-bot-feedback/v0.7.0"><code>git-bot-feedback/v0.6.1...git-bot-feedback/v0.7.0</code></a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/2bndy5/git-bot-feedback/blob/main/CHANGELOG.md">git-bot-feedback's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<p>The format is based on <a
href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a
href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<!-- raw HTML omitted -->
<h2>[git-bot-feedback/v0.8.1] - 2026-07-14</h2>
<h3><!-- raw HTML omitted --> 🚀 Added</h3>
<ul>
<li>Implement GitHub client by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/1">#1</a></li>
<li>List file changes by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/11">#11</a></li>
<li>Allow custom base for local diff by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/30">#30</a></li>
<li>Propagate more errors to user for adequate handling by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/31">#31</a></li>
<li>Use helper functions to reduce error handling code by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/33">#33</a></li>
<li>Comprehensive output variable validation by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/35">#35</a></li>
<li>Support file annotations by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/37">#37</a></li>
<li>Support PR reviews by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/34">#34</a></li>
<li>Expose <code>debug_enabled</code> and <code>event_name</code> by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/60">#60</a></li>
<li>Implement Display for LinesChangedOnly by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/59">#59</a></li>
<li>Add <code>init_client()</code> and <code>LocalClient</code> by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/61">#61</a></li>
<li>Allow custom user-agent header value by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/62">#62</a></li>
<li>Revise <code>FileFilter::walk_dir()</code> by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/78">#78</a></li>
<li>Strip parent path from <code>walk_dir()</code> results by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/83">#83</a></li>
<li>Add python bindings by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/90">#90</a></li>
<li>Add Gitea support by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/94">#94</a></li>
</ul>
<h3><!-- raw HTML omitted --> 💥 Breaking Changes</h3>
<ul>
<li>Rename <code>FileFilter::is_not_ignored()</code> to
<code>is_qualified()</code> by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/57">#57</a></li>
</ul>
<h3><!-- raw HTML omitted --> 🛠️ Fixed</h3>
<ul>
<li>Use synchronous <code>std::{fs, process::Command}</code> by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/29">#29</a></li>
<li>Make <code>RestApiClient</code> a dyn-compatible async trait by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/36">#36</a></li>
<li>Remove <code>async</code> from non-async functions by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/58">#58</a></li>
<li>Use stricter linting rules by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/63">#63</a></li>
<li>Write only 1 LF for GH output vars by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://github.com/2bndy5/git-bot-feedback/commit/7add27b0637d65e2741e05eb55e3e3e712f46236"><code>7add27b</code></a></li>
<li>Honor <code>ignore_index</code> when asserted by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/75">#75</a></li>
<li>Strip relative path from <code>FileFilter::walk_dir()</code> results
by <a href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/84">#84</a></li>
<li>Use correct name of PR review state that is "COMMENTED" by
<a href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/89">#89</a></li>
<li>Fail on unsuccessful return code from request for file changes by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/95">#95</a></li>
<li>Trim line endings from file names when parsing diff strings by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/97">#97</a></li>
<li>Fail on parsing erroneous diff by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/98">#98</a></li>
<li>Move option's value instead of cloning it by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/99">#99</a></li>
<li>Output only diff using <code>git show</code> by <a
href="https://github.com/2bndy5"><code>@2bndy5</code></a> in <a
href="https://redirect.github.com/2bndy5/git-bot-feedback/pull/102">#102</a></li>
</ul>
<h3><!-- raw HTML omitted --> 📝 Documentation</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/2bndy5/git-bot-feedback/commit/d6070e7d41cdc8a1c01c5f3a69a16aa8bdff0d25"><code>d6070e7</code></a>
build: bump version to git-bot-feedback/v0.8.0</li>
<li><a
href="https://github.com/2bndy5/git-bot-feedback/commit/8200d62fefb2c3d8bf2a6de579cfee836e53b978"><code>8200d62</code></a>
feat: add Gitea support (<a
href="https://redirect.github.com/2bndy5/git-bot-feedback/issues/94">#94</a>)</li>
<li><a
href="https://github.com/2bndy5/git-bot-feedback/commit/c5a6d96ea2da2f6c610852a40a048934d0f1b2b8"><code>c5a6d96</code></a>
test: reuse <code>EventType</code> enum for certain integration tests
(<a
href="https://redirect.github.com/2bndy5/git-bot-feedback/issues/100">#100</a>)</li>
<li><a
href="https://github.com/2bndy5/git-bot-feedback/commit/fffef6a878b59c0ca8268b6741c1aa7c2e53cf98"><code>fffef6a</code></a>
perf: move option's value instead of cloning it (<a
href="https://redirect.github.com/2bndy5/git-bot-feedback/issues/99">#99</a>)</li>
<li><a
href="https://github.com/2bndy5/git-bot-feedback/commit/fe13b07d318de1f2fffc5c6efdaf1d5a9cc4d808"><code>fe13b07</code></a>
docs: expand on some methods' doc comments (<a
href="https://redirect.github.com/2bndy5/git-bot-feedback/issues/96">#96</a>)</li>
<li><a
href="https://github.com/2bndy5/git-bot-feedback/commit/7c627b5e362476df6916d6894bb452711baa4e19"><code>7c627b5</code></a>
fix: fail on parsing erroneous diff (<a
href="https://redirect.github.com/2bndy5/git-bot-feedback/issues/98">#98</a>)</li>
<li><a
href="https://github.com/2bndy5/git-bot-feedback/commit/c9cb64a6a542cd2f2c98650bd1f32789557429c7"><code>c9cb64a</code></a>
fix: trim line endings from file names when parsing diff strings (<a
href="https://redirect.github.com/2bndy5/git-bot-feedback/issues/97">#97</a>)</li>
<li><a
href="https://github.com/2bndy5/git-bot-feedback/commit/b280ddcdd5a0a6f201f7c4bc6d8ecf33f7dc298c"><code>b280ddc</code></a>
fix: fail on unsuccessful return code from request for file changes (<a
href="https://redirect.github.com/2bndy5/git-bot-feedback/issues/95">#95</a>)</li>
<li><a
href="https://github.com/2bndy5/git-bot-feedback/commit/c02c181b8ef8f5c3f825c334e02af2765c2a5cea"><code>c02c181</code></a>
build: bump version to git-bot-feedback-py/v0.1.0</li>
<li><a
href="https://github.com/2bndy5/git-bot-feedback/commit/5011a04d4806b08e54a1ed2ba456badb7622e682"><code>5011a04</code></a>
build: bump version to git-bot-feedback/v0.7.1</li>
<li>Additional commits viewable in <a
href="https://github.com/2bndy5/git-bot-feedback/compare/git-bot-feedback/v0.6.1...git-bot-feedback/v0.8.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `napi` from 3.9.2 to 3.10.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/napi-rs/napi-rs/releases">napi's
releases</a>.</em></p>
<blockquote>
<h2>napi-v3.10.3</h2>
<h3>Fixed</h3>
<ul>
<li><em>(napi)</em> preserve the JS error object when cloning an Error
off-thread (<a
href="https://redirect.github.com/napi-rs/napi-rs/pull/3375">#3375</a>)</li>
</ul>
<h2>napi-v3.10.2</h2>
<h3>Fixed</h3>
<ul>
<li><em>(napi)</em> keep message and cause when cloning a JS-exception
Error off-thread (<a
href="https://redirect.github.com/napi-rs/napi-rs/pull/3373">#3373</a>)</li>
</ul>
<h2>napi-v3.10.1</h2>
<h3>Fixed</h3>
<ul>
<li><em>(napi)</em> release Error's exception reference via the custom
GC when dropped off-thread. (<a
href="https://redirect.github.com/napi-rs/napi-rs/pull/3370">#3370</a>)</li>
<li><em>(napi)</em> stop ref exception object in ThreadsafeFunction
sync-throw path on wasm targets (<a
href="https://redirect.github.com/napi-rs/napi-rs/pull/3369">#3369</a>)</li>
</ul>
<h3>Other</h3>
<ul>
<li><em>(napi)</em> share class accessor trampolines (<a
href="https://redirect.github.com/napi-rs/napi-rs/pull/3364">#3364</a>)</li>
<li>optimize object field raw property access (<a
href="https://redirect.github.com/napi-rs/napi-rs/pull/3365">#3365</a>)</li>
</ul>
<h2>napi-v3.10.0</h2>
<h3>Added</h3>
<ul>
<li><em>(napi)</em> implement <code>To</code>/<code>FromNapiValue</code>
for <code>OsString</code>, <code>OsStr</code>, <code>Path</code> and
<code>PathBuf</code> (<a
href="https://redirect.github.com/napi-rs/napi-rs/pull/3339">#3339</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><em>(napi)</em> route custom-GC Buffer/TypedArray cross-thread drops
through the owning isolate (<a
href="https://redirect.github.com/napi-rs/napi-rs/pull/3357">#3357</a>)
(<a
href="https://redirect.github.com/napi-rs/napi-rs/pull/3360">#3360</a>)</li>
</ul>
<h2>napi-v3.9.4</h2>
<h3>Other</h3>
<ul>
<li><em>(napi-derive)</em> outline #[napi(object)] field-error
decoration (<a
href="https://redirect.github.com/napi-rs/napi-rs/pull/3338">#3338</a>)</li>
</ul>
<h2>napi-v3.9.3</h2>
<h3>Fixed</h3>
<ul>
<li><em>(napi)</em> sync referred flag when creating a weak
ThreadsafeFunction (<a
href="https://redirect.github.com/napi-rs/napi-rs/pull/3337">#3337</a>)</li>
</ul>
<h3>Other</h3>
<ul>
<li><em>(napi)</em> outline non-generic core of
ThreadsafeFunction::create (<a
href="https://redirect.github.com/napi-rs/napi-rs/pull/3334">#3334</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/1ac467e06e71f78b983630926c7908894d08e496"><code>1ac467e</code></a>
chore(napi): release v3.10.3 (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3376">#3376</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/9d672f9f9ac4784364548cac55c15444f4d2b1f8"><code>9d672f9</code></a>
fix(napi): preserve the JS error object when cloning an Error off-thread
(<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3375">#3375</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/35476aebcc774a33b7e79e79d6c476db88a50215"><code>35476ae</code></a>
chore(napi): release v3.10.2 (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3374">#3374</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/7844c7343f92f3ef45f2756dbba224c342a8467e"><code>7844c73</code></a>
ci: dogfood script-jail <a
href="https://github.com/v0"><code>@v0</code></a>.2.10 (lifecycle audit
gate + safe install) (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3343">#3343</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/d449ccd8c50ad2268b051458ef919848e72b40a5"><code>d449ccd</code></a>
fix(napi): keep message and cause when cloning a JS-exception Error
off-threa...</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/2ec02a67a0ffdbe8dcbe93f7f24d1d79b861216b"><code>2ec02a6</code></a>
chore(deps): update dependency electron to v43 (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3361">#3361</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/fd0a99f83015d4b67a591641d9ce66edf08d9740"><code>fd0a99f</code></a>
chore(deps): update dependency <code>@types/sinon</code> to v22 (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3366">#3366</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/745cd8561f9be2781cc04c8ba4564c8f436792c1"><code>745cd85</code></a>
fix: de-flake Windows CI (ava import-from-project EPERM race + cli e2e
timeou...</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/2785de583a97e49adea8194090fca2ee12f067c8"><code>2785de5</code></a>
chore: release (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3367">#3367</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/441ae7a7b6ddb06a2682a7dd27cf186a8afca9e8"><code>441ae7a</code></a>
fix(napi): release Error's exception reference via the custom GC when
dropped...</li>
<li>Additional commits viewable in <a
href="https://github.com/napi-rs/napi-rs/compare/napi-v3.9.2...napi-v3.10.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `napi-derive` from 3.5.6 to 3.5.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/napi-rs/napi-rs/releases">napi-derive's
releases</a>.</em></p>
<blockquote>
<h2>napi-derive-v3.5.9</h2>
<h3>Other</h3>
<ul>
<li>updated the following local packages: napi-derive-backend</li>
</ul>
<h2>napi-derive-v3.5.8</h2>
<h3>Other</h3>
<ul>
<li>updated the following local packages: napi-derive-backend</li>
</ul>
<h2>napi-derive-v3.5.7</h2>
<h3>Other</h3>
<ul>
<li>updated the following local packages: napi-derive-backend</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/2785de583a97e49adea8194090fca2ee12f067c8"><code>2785de5</code></a>
chore: release (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3367">#3367</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/441ae7a7b6ddb06a2682a7dd27cf186a8afca9e8"><code>441ae7a</code></a>
fix(napi): release Error's exception reference via the custom GC when
dropped...</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/cfa3b77ed50dd3639278b219f5d0f630c596cfac"><code>cfa3b77</code></a>
fix(deps): update emnapi to v1.11.2 (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3371">#3371</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/65918a6d195fa007985c83baf97a9ce82a95c2cf"><code>65918a6</code></a>
fix(napi): stop ref exception object in ThreadsafeFunction sync-throw
path on...</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/324c5502fb4deaabd6d76253e8a8e380c5a2bbb5"><code>324c550</code></a>
perf(napi): share class accessor trampolines (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3364">#3364</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/80caf6063deb42468f2742bee02cc43ecb2e111d"><code>80caf60</code></a>
perf: optimize object field raw property access (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3365">#3365</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/f72afd58976a83bb0776c6a71171673d94e82226"><code>f72afd5</code></a>
chore: release (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3354">#3354</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/4effa4da6247a91048ca3462f2ff8eccdcfabfa4"><code>4effa4d</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3363">#3363</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/f2bf197f629e491362d1911578c57c33be2e561f"><code>f2bf197</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/napi-rs/napi-rs/issues/3362">#3362</a>)</li>
<li><a
href="https://github.com/napi-rs/napi-rs/commit/962a2f0504517c0f83ff7357100c8b5fc26203af"><code>962a2f0</code></a>
fix(napi): route custom-GC Buffer/TypedArray cross-thread drops through
the o...</li>
<li>Additional commits viewable in <a
href="https://github.com/napi-rs/napi-rs/compare/napi-derive-v3.5.6...napi-derive-v3.5.9">compare
view</a></li>
</ul>
</details>
<br />
Updates `which` from 8.0.3 to 8.0.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/releases">which's
releases</a>.</em></p>
<blockquote>
<h2>8.0.4</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: emit NonFatalError on Windows if PATHEXT not populated by <a
href="https://github.com/Xaeroxe"><code>@Xaeroxe</code></a> in <a
href="https://redirect.github.com/harryfei/which-rs/pull/125">harryfei/which-rs#125</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/harryfei/which-rs/compare/8.0.3...8.0.4">https://github.com/harryfei/which-rs/compare/8.0.3...8.0.4</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md">which's
changelog</a>.</em></p>
<blockquote>
<h2>8.0.4</h2>
<ul>
<li>On Windows we now emit a <code>NonFatalError</code> if the
<code>PATHEXT</code> environment variable is not populated, and the
query did not specify a file extension.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/harryfei/which-rs/commit/c9df5ef4c8e41961a89a8ee2a68de895365bcfb7"><code>c9df5ef</code></a>
feat: emit NonFatalError on Windows if PATHEXT not populated (<a
href="https://redirect.github.com/harryfei/which-rs/issues/125">#125</a>)</li>
<li>See full diff in <a
href="https://github.com/harryfei/which-rs/compare/8.0.3...8.0.4">compare
view</a></li>
</ul>
</details>
<br />
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brendan <2bndy5@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 4e8beb2 commit 8b16903
5 files changed
Lines changed: 26 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments