Commit 46077b8
authored
build(deps): bump the actions group across 1 directory with 6 updates (#203)
Bumps the actions group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [actions/upload-artifact](https://github.com/actions/upload-artifact)
| `4` | `5` |
|
[actions/download-artifact](https://github.com/actions/download-artifact)
| `5` | `6` |
|
[cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall)
| `1.15.7` | `1.15.9` |
| [hustcer/setup-nu](https://github.com/hustcer/setup-nu) | `3.20` |
`3.21` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.1.0`
| `7.1.2` |
|
[rust-lang/crates-io-auth-action](https://github.com/rust-lang/crates-io-auth-action)
| `1.0.1` | `1.0.2` |
Updates `actions/upload-artifact` from 4 to 5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<h2>What's Changed</h2>
<p><strong>BREAKING CHANGE:</strong> this update supports Node
<code>v24.x</code>. This is not a breaking change per-se but we're
treating it as such.</p>
<ul>
<li>Update README.md by <a
href="https://github.com/GhadimiR"><code>@GhadimiR</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/681">actions/upload-artifact#681</a></li>
<li>Update README.md by <a
href="https://github.com/nebuk89"><code>@nebuk89</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/712">actions/upload-artifact#712</a></li>
<li>Readme: spell out the first use of GHES by <a
href="https://github.com/danwkennedy"><code>@danwkennedy</code></a> in
<a
href="https://redirect.github.com/actions/upload-artifact/pull/727">actions/upload-artifact#727</a></li>
<li>Update GHES guidance to include reference to Node 20 version by <a
href="https://github.com/patrikpolyak"><code>@patrikpolyak</code></a>
in <a
href="https://redirect.github.com/actions/upload-artifact/pull/725">actions/upload-artifact#725</a></li>
<li>Bump <code>@actions/artifact</code> to <code>v4.0.0</code></li>
<li>Prepare <code>v5.0.0</code> by <a
href="https://github.com/danwkennedy"><code>@danwkennedy</code></a> in
<a
href="https://redirect.github.com/actions/upload-artifact/pull/734">actions/upload-artifact#734</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/GhadimiR"><code>@GhadimiR</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/upload-artifact/pull/681">actions/upload-artifact#681</a></li>
<li><a href="https://github.com/nebuk89"><code>@nebuk89</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/upload-artifact/pull/712">actions/upload-artifact#712</a></li>
<li><a
href="https://github.com/danwkennedy"><code>@danwkennedy</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/upload-artifact/pull/727">actions/upload-artifact#727</a></li>
<li><a
href="https://github.com/patrikpolyak"><code>@patrikpolyak</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/upload-artifact/pull/725">actions/upload-artifact#725</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4...v5.0.0">https://github.com/actions/upload-artifact/compare/v4...v5.0.0</a></p>
<h2>v4.6.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update to use artifact 2.3.2 package & prepare for new
upload-artifact release by <a
href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/685">actions/upload-artifact#685</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/upload-artifact/pull/685">actions/upload-artifact#685</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4...v4.6.2">https://github.com/actions/upload-artifact/compare/v4...v4.6.2</a></p>
<h2>v4.6.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update to use artifact 2.2.2 package by <a
href="https://github.com/yacaovsnc"><code>@yacaovsnc</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/673">actions/upload-artifact#673</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4...v4.6.1">https://github.com/actions/upload-artifact/compare/v4...v4.6.1</a></p>
<h2>v4.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Expose env vars to control concurrency and timeout by <a
href="https://github.com/yacaovsnc"><code>@yacaovsnc</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/662">actions/upload-artifact#662</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4...v4.6.0">https://github.com/actions/upload-artifact/compare/v4...v4.6.0</a></p>
<h2>v4.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: deprecated <code>Node.js</code> version in action by <a
href="https://github.com/hamirmahal"><code>@hamirmahal</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/578">actions/upload-artifact#578</a></li>
<li>Add new <code>artifact-digest</code> output by <a
href="https://github.com/bdehamer"><code>@bdehamer</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/656">actions/upload-artifact#656</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/hamirmahal"><code>@hamirmahal</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/upload-artifact/pull/578">actions/upload-artifact#578</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/upload-artifact/commit/330a01c490aca151604b8cf639adc76d48f6c5d4"><code>330a01c</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/734">#734</a>
from actions/danwkennedy/prepare-5.0.0</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/03f282445299bbefc96171af272a984663b63a26"><code>03f2824</code></a>
Update <code>github.dep.yml</code></li>
<li><a
href="https://github.com/actions/upload-artifact/commit/905a1ecb5915b264cbc519e4eb415b5d82916018"><code>905a1ec</code></a>
Prepare <code>v5.0.0</code></li>
<li><a
href="https://github.com/actions/upload-artifact/commit/2d9f9cdfa99fedaddba68e9b5b5c281eca26cc63"><code>2d9f9cd</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/725">#725</a>
from patrikpolyak/patch-1</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/9687587dec67f2a8bc69104e183d311c42af6d6f"><code>9687587</code></a>
Merge branch 'main' into patch-1</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/2848b2cda0e5190984587ec6bb1f36730ca78d50"><code>2848b2c</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/727">#727</a>
from danwkennedy/patch-1</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/9b511775fd9ce8c5710b38eea671f856de0e70a7"><code>9b51177</code></a>
Spell out the first use of GHES</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/cd231ca1eda77976a84805c4194a1954f56b0727"><code>cd231ca</code></a>
Update GHES guidance to include reference to Node 20 version</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/de65e23aa2b7e23d713bb51fbfcb6d502f8667d8"><code>de65e23</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/712">#712</a>
from actions/nebuk89-patch-1</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/8747d8cd7632611ad6060b528f3e0f654c98869c"><code>8747d8c</code></a>
Update README.md</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/upload-artifact/compare/v4...v5">compare
view</a></li>
</ul>
</details>
<br />
Updates `actions/download-artifact` from 5 to 6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/download-artifact/releases">actions/download-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<h2>What's Changed</h2>
<p><strong>BREAKING CHANGE:</strong> this update supports Node
<code>v24.x</code>. This is not a breaking change per-se but we're
treating it as such.</p>
<ul>
<li>Update README for download-artifact v5 changes by <a
href="https://github.com/yacaovsnc"><code>@yacaovsnc</code></a> in <a
href="https://redirect.github.com/actions/download-artifact/pull/417">actions/download-artifact#417</a></li>
<li>Update README with artifact extraction details by <a
href="https://github.com/yacaovsnc"><code>@yacaovsnc</code></a> in <a
href="https://redirect.github.com/actions/download-artifact/pull/424">actions/download-artifact#424</a></li>
<li>Readme: spell out the first use of GHES by <a
href="https://github.com/danwkennedy"><code>@danwkennedy</code></a> in
<a
href="https://redirect.github.com/actions/download-artifact/pull/431">actions/download-artifact#431</a></li>
<li>Bump <code>@actions/artifact</code> to <code>v4.0.0</code></li>
<li>Prepare <code>v6.0.0</code> by <a
href="https://github.com/danwkennedy"><code>@danwkennedy</code></a> in
<a
href="https://redirect.github.com/actions/download-artifact/pull/438">actions/download-artifact#438</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/danwkennedy"><code>@danwkennedy</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/download-artifact/pull/431">actions/download-artifact#431</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/download-artifact/compare/v5...v6.0.0">https://github.com/actions/download-artifact/compare/v5...v6.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/download-artifact/commit/018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"><code>018cc2c</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/download-artifact/issues/438">#438</a>
from actions/danwkennedy/prepare-6.0.0</li>
<li><a
href="https://github.com/actions/download-artifact/commit/815651c680ffe1c95719d0ed08aba1a2f9d5c177"><code>815651c</code></a>
Revert "Remove <code>github.dep.yml</code>"</li>
<li><a
href="https://github.com/actions/download-artifact/commit/bb3a066a8babc8ed7b3e4218896c548fe34e7115"><code>bb3a066</code></a>
Remove <code>github.dep.yml</code></li>
<li><a
href="https://github.com/actions/download-artifact/commit/fa1ce46bbd11b8387539af12741055a76dfdf804"><code>fa1ce46</code></a>
Prepare <code>v6.0.0</code></li>
<li><a
href="https://github.com/actions/download-artifact/commit/4a24838f3d5601fd639834081e118c2995d51e1c"><code>4a24838</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/download-artifact/issues/431">#431</a>
from danwkennedy/patch-1</li>
<li><a
href="https://github.com/actions/download-artifact/commit/5e3251c4ff5a32e4cf8dd4adaee0e692365237ae"><code>5e3251c</code></a>
Readme: spell out the first use of GHES</li>
<li><a
href="https://github.com/actions/download-artifact/commit/abefc31eafcfbdf6c5336127c1346fdae79ff41c"><code>abefc31</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/download-artifact/issues/424">#424</a>
from actions/yacaovsnc/update_readme</li>
<li><a
href="https://github.com/actions/download-artifact/commit/ac43a6070aa7db8a41e756e7a2846221edca7027"><code>ac43a60</code></a>
Update README with artifact extraction details</li>
<li><a
href="https://github.com/actions/download-artifact/commit/de96f4613b77ec03b5cf633e7c350c32bd3c5660"><code>de96f46</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/download-artifact/issues/417">#417</a>
from actions/yacaovsnc/update_readme</li>
<li><a
href="https://github.com/actions/download-artifact/commit/7993cb44e9052f2f08f9b828ae5ef3ecca7d2ac7"><code>7993cb4</code></a>
Remove migration guide for artifact download changes</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/download-artifact/compare/v5...v6">compare
view</a></li>
</ul>
</details>
<br />
Updates `cargo-bins/cargo-binstall` from 1.15.7 to 1.15.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cargo-bins/cargo-binstall/releases">cargo-bins/cargo-binstall's
releases</a>.</em></p>
<blockquote>
<h2>v1.15.9</h2>
<p><em>Binstall is a tool to fetch and install Rust-based executables as
binaries. It aims to be a drop-in replacement for <code>cargo
install</code> in most cases. Install it today with <code>cargo install
cargo-binstall</code>, from the binaries below, or if you already have
it, upgrade with <code>cargo binstall cargo-binstall</code>.</em></p>
<h4>In this release:</h4>
<ul>
<li>fix CVE-2025-62518 (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2340">#2340</a>)</li>
</ul>
<h2>v1.15.8</h2>
<p><em>Binstall is a tool to fetch and install Rust-based executables as
binaries. It aims to be a drop-in replacement for <code>cargo
install</code> in most cases. Install it today with <code>cargo install
cargo-binstall</code>, from the binaries below, or if you already have
it, upgrade with <code>cargo binstall cargo-binstall</code>.</em></p>
<h4>In this release:</h4>
<ul>
<li>Upgrade dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/afcf9780305558bcc9e4bc94b7589ab2bb8b6106"><code>afcf978</code></a>
release: cargo-binstall v1.15.9 (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2343">#2343</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/121e230b0aee4c37463fada15194011209dd3dc8"><code>121e230</code></a>
chore: release (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2341">#2341</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/89166202a3e066200936291383845bccc241d6c1"><code>8916620</code></a>
build(deps): bump flate2 from 1.1.4 to 1.1.5 in the deps group (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2342">#2342</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/8473f015e2de147eb13739b1e96421a223a97038"><code>8473f01</code></a>
fix CVE-2025-62518 (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2340">#2340</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/ae3bd540883cc0f031cc0468e20b833703d5445c"><code>ae3bd54</code></a>
release: cargo-binstall v1.15.8 (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2339">#2339</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/0ebd7239d8e4c5d39013c31c77d023dee7143a07"><code>0ebd723</code></a>
chore: release (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2333">#2333</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/3a3ff678176bcb6ff5be42ca1209cacaa76a1755"><code>3a3ff67</code></a>
dep: Upgrade transitive dependencies (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2338">#2338</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/7a7897f5ac22f589559b6e9bb47b8511acf432dd"><code>7a7897f</code></a>
perf(ci,windows): speed up powershell performance (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2336">#2336</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/57881e77f8961de448b6ea1f09136e3c17d34e1b"><code>57881e7</code></a>
chore(lints): introduce typos-cli config in <code>Cargo.toml</code> and
handle typos (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2">#2</a>...</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/9d7ac8e74b1cfd99879f4d29f60598878a1a42ca"><code>9d7ac8e</code></a>
build(deps): bump rc-zip-sync from 4.3.1 to 4.3.2 in the deps group (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2334">#2334</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cargo-bins/cargo-binstall/compare/a66119fbb1c952daba62640c2609111fe0803621...afcf9780305558bcc9e4bc94b7589ab2bb8b6106">compare
view</a></li>
</ul>
</details>
<br />
Updates `hustcer/setup-nu` from 3.20 to 3.21
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hustcer/setup-nu/releases">hustcer/setup-nu's
releases</a>.</em></p>
<blockquote>
<h2>v3.21</h2>
<h2>[3.21] - 2025-10-25</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fix for Nu 0.106 and later versions</li>
<li>Update full matrix check</li>
</ul>
<h3>Features</h3>
<ul>
<li>Rewrite git pre push hook from bash to nu (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/169">#169</a>)</li>
</ul>
<h3>Miscellaneous Tasks</h3>
<ul>
<li>Update test workflows</li>
<li>Bump <code>actions/checkout</code> from 4 to 5 (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/164">#164</a>)</li>
<li>Bump <code>actions/setup-node</code> from 4 to 5 (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/170">#170</a>)</li>
<li>Bump <code>actions/setup-node</code> from 5 to 6 (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/181">#181</a>)</li>
<li>Add <code>nu</code> 0.108 to test matrix (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/182">#182</a>)</li>
</ul>
<h3>Deps</h3>
<ul>
<li>Upgrade typescript,cspell, and <code>@biomejs/biome</code> (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/163">#163</a>)</li>
<li>Upgrade <code>@biomejs/biome</code>, <code>@types/node</code> and
lefthook (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/167">#167</a>)</li>
<li>Upgrade Node engine to 24 (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/168">#168</a>)</li>
<li>Upgrade <code>@biomejs/biome</code>,<code>@vercel/ncc</code> &
cspell (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/173">#173</a>)</li>
<li>Upgrade globby, typescript, and <code>@biomejs/biome</code> (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/176">#176</a>)</li>
<li>Upgrade semver & <code>@types/node</code></li>
<li>Upgrade
<code>@biomejs/biome</code>,<code>@types/node</code>,cspell &
lefthook</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hustcer/setup-nu/compare/v3.20...v3.21">https://github.com/hustcer/setup-nu/compare/v3.20...v3.21</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hustcer/setup-nu/blob/main/CHANGELOG.md">hustcer/setup-nu's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<h2>[3.21] - 2025-10-25</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fix for Nu 0.106 and later versions</li>
<li>Update full matrix check</li>
</ul>
<h3>Features</h3>
<ul>
<li>Rewrite git pre push hook from bash to nu (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/169">#169</a>)</li>
</ul>
<h3>Miscellaneous Tasks</h3>
<ul>
<li>Update test workflows</li>
<li>Bump <code>actions/checkout</code> from 4 to 5 (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/164">#164</a>)</li>
<li>Bump <code>actions/setup-node</code> from 4 to 5 (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/170">#170</a>)</li>
<li>Bump <code>actions/setup-node</code> from 5 to 6 (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/181">#181</a>)</li>
<li>Add <code>nu</code> 0.108 to test matrix (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/182">#182</a>)</li>
</ul>
<h3>Deps</h3>
<ul>
<li>Upgrade typescript,cspell, and <code>@biomejs/biome</code> (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/163">#163</a>)</li>
<li>Upgrade <code>@biomejs/biome</code>, <code>@types/node</code> and
lefthook (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/167">#167</a>)</li>
<li>Upgrade Node engine to 24 (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/168">#168</a>)</li>
<li>Upgrade <code>@biomejs/biome</code>,<code>@vercel/ncc</code> &
cspell (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/173">#173</a>)</li>
<li>Upgrade globby, typescript, and <code>@biomejs/biome</code> (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/176">#176</a>)</li>
<li>Upgrade semver & <code>@types/node</code></li>
<li>Upgrade
<code>@biomejs/biome</code>,<code>@types/node</code>,cspell &
lefthook</li>
</ul>
<h2>[3.20] - 2025-07-15</h2>
<h3>Features</h3>
<ul>
<li>Use public GitHub API for Nushell assets query, try to make it work
for GitHub Enterprise (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/140">#140</a>)</li>
<li>Update setup-nu for future versions of Nu( >= 0.106) (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/157">#157</a>)</li>
</ul>
<h3>Miscellaneous Tasks</h3>
<ul>
<li>Test Nu on Windows arm64 runner (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/147">#147</a>)</li>
</ul>
<h3>Deps</h3>
<ul>
<li>Upgrade <code>cspell</code>,<code>lefthook</code> and
<code>typescript</code> (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/144">#144</a>)</li>
<li>Upgrade
<code>cspell</code>,<code>lefthook</code>,<code>semver</code>, etc. (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/148">#148</a>)</li>
<li>Upgrade <code>@octokit/rest</code> and <code>@types/node</code> (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/150">#150</a>)</li>
<li>Upgrade <code>@biomejs/biome</code> and <code>cspell</code> (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/154">#154</a>)</li>
<li>Upgrade
<code>@biomejs/biome</code>,<code>@types/shelljs</code>,<code>cspell</code>
and <code>lefthook</code> (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/158">#158</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hustcer/setup-nu/commit/3a97c8160c2bb5af321a03336e7addc28f94444e"><code>3a97c81</code></a>
Bump to v3.21</li>
<li><a
href="https://github.com/hustcer/setup-nu/commit/cbf2f928fa5c70e7e4bf513a7f68de56082ad2a5"><code>cbf2f92</code></a>
chore: Add nu 0.108 to test matrix (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/182">#182</a>)</li>
<li><a
href="https://github.com/hustcer/setup-nu/commit/ae50a7e48edb9e61da1e6990e730ab07a8655613"><code>ae50a7e</code></a>
chore(deps): Bump actions/setup-node from 5 to 6 (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/181">#181</a>)</li>
<li><a
href="https://github.com/hustcer/setup-nu/commit/3b22961600f9126868b405a849c36200eb11f46b"><code>3b22961</code></a>
Update lefthook to v2</li>
<li><a
href="https://github.com/hustcer/setup-nu/commit/b0d6ac0dfa0a6035ac6c903aa15361245c371e0d"><code>b0d6ac0</code></a>
deps: Upgrade
<code>@biomejs/biome</code>,<code>@types/node</code>,cspell &
lefthook</li>
<li><a
href="https://github.com/hustcer/setup-nu/commit/b8f77725662cb93b8595fe621ffc57ca4bff214b"><code>b8f7772</code></a>
deps: Upgrade semver & <code>@types/node</code></li>
<li><a
href="https://github.com/hustcer/setup-nu/commit/81e59ae05b5b99fb5183aba3ec0b4b33b44890fb"><code>81e59ae</code></a>
deps: Upgrade globby, typescript, and <code>@biomejs/biome</code> (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/176">#176</a>)</li>
<li><a
href="https://github.com/hustcer/setup-nu/commit/b2f2b0f3c467db770b240c89dc416deca4045554"><code>b2f2b0f</code></a>
deps: Upgrade <code>@biomejs/biome</code>,<code>@vercel/ncc</code>
& cspell (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/173">#173</a>)</li>
<li><a
href="https://github.com/hustcer/setup-nu/commit/eb9412108618166add11f8df4cbb80a7654964f0"><code>eb94121</code></a>
chore(deps): Bump actions/setup-node from 4 to 5 (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/170">#170</a>)</li>
<li><a
href="https://github.com/hustcer/setup-nu/commit/3b51571ea6c94dc39030288bc1c9e16cc5dab3ce"><code>3b51571</code></a>
feat: Rewrite git pre push hook from bash to nu (<a
href="https://redirect.github.com/hustcer/setup-nu/issues/169">#169</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hustcer/setup-nu/compare/985d59ec83ae3e3418f9d36471cda38b9d8b9879...3a97c8160c2bb5af321a03336e7addc28f94444e">compare
view</a></li>
</ul>
</details>
<br />
Updates `astral-sh/setup-uv` from 7.1.0 to 7.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/setup-uv/releases">astral-sh/setup-uv's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.2 🌈 Speed up extraction on Windows</h2>
<h2>Changes</h2>
<p><a href="https://github.com/lazka"><code>@lazka</code></a> fixed a
bug that caused extracting uv to take up to 30s. Thank you!</p>
<h2>🐛 Bug fixes</h2>
<ul>
<li>Use tar for extracting the uv zip file on Windows too <a
href="https://github.com/lazka"><code>@lazka</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/660">#660</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>chore: update known checksums for 0.9.5 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/663">#663</a>)</li>
</ul>
<h2>⬆️ Dependency updates</h2>
<ul>
<li>Bump dependencies <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/664">#664</a>)</li>
<li>Bump github/codeql-action from 4.30.8 to 4.30.9 @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/652">#652</a>)</li>
</ul>
<h2>v7.1.1 🌈 Fix empty workdir detection and lowest resolution
strategy</h2>
<h2>Changes</h2>
<p>This release fixes a bug where the <code>working-directory</code>
input was not used to detect an empty work dir. It also fixes the
<code>lowest</code> resolution strategy resolving to latest when only a
lower bound was specified.</p>
<p>Special thanks to <a
href="https://github.com/tpgillam"><code>@tpgillam</code></a> for the
first contribution!</p>
<h2>🐛 Bug fixes</h2>
<ul>
<li>Fix "lowest" resolution strategy with lower-bound only <a
href="https://github.com/tpgillam"><code>@tpgillam</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/649">#649</a>)</li>
<li>Use working-directory to detect empty workdir <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/645">#645</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>chore: update known checksums for 0.9.4 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/651">#651</a>)</li>
<li>chore: update known checksums for 0.9.3 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/644">#644</a>)</li>
</ul>
<h2>📚 Documentation</h2>
<ul>
<li>Change version in docs to v7 <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/647">#647</a>)</li>
</ul>
<h2>⬆️ Dependency updates</h2>
<ul>
<li>Bump github/codeql-action from 4.30.7 to 4.30.8 @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/639">#639</a>)</li>
<li>Bump actions/setup-node from 5.0.0 to 6.0.0 @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/641">#641</a>)</li>
<li>Bump eifinger/actionlint-action from 1.9.1 to 1.9.2 @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/634">#634</a>)</li>
<li>Update lockfile with latest npm <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/636">#636</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41"><code>8585678</code></a>
Bump dependencies (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/664">#664</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/22d500a65c34c827ebc95094040adcee254e92fa"><code>22d500a</code></a>
Bump github/codeql-action from 4.30.8 to 4.30.9 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/652">#652</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/14d557131df7147286f7ce93a5b6b0189f8e1bc3"><code>14d5571</code></a>
chore: update known checksums for 0.9.5 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/663">#663</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/29cd2350cd44d155ed44d0eba0e1b63d07fb3b69"><code>29cd235</code></a>
Use tar for extracting the uv zip file on Windows too (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/660">#660</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/2ddd2b9cb38ad8efd50337e8ab201519a34c9f24"><code>2ddd2b9</code></a>
chore: update known checksums for 0.9.4 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/651">#651</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/b7bf78939d77607a9ccb489e4ec4651ba1092d5c"><code>b7bf789</code></a>
Fix "lowest" resolution strategy with lower-bound only (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/649">#649</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/cb6c0a53d9c61608defba05145184489d20183b2"><code>cb6c0a5</code></a>
Change version in docs to v7 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/647">#647</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/dffc6292f2060d80116faf1baee66598a67f042c"><code>dffc629</code></a>
Use working-directory to detect empty workdir (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/645">#645</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/6e346e1653b720be5aaa194026b82bdef65869c7"><code>6e346e1</code></a>
chore: update known checksums for 0.9.3 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/644">#644</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/3ccd0fd498ef6303a98d4125859aae05eedf6294"><code>3ccd0fd</code></a>
Bump github/codeql-action from 4.30.7 to 4.30.8 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/639">#639</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/setup-uv/compare/3259c6206f993105e3a61b142c2d97bf4b9ef83d...85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41">compare
view</a></li>
</ul>
</details>
<br />
Updates `rust-lang/crates-io-auth-action` from 1.0.1 to 1.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/crates-io-auth-action/releases">rust-lang/crates-io-auth-action's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.2</h2>
<h2>What's Changed</h2>
<ul>
<li>update dependencies</li>
<li>contributing: fix header levels by <a
href="https://github.com/marcoieni"><code>@marcoieni</code></a> in <a
href="https://redirect.github.com/rust-lang/crates-io-auth-action/pull/37">rust-lang/crates-io-auth-action#37</a></li>
<li>document how to publish a new version by <a
href="https://github.com/marcoieni"><code>@marcoieni</code></a> in <a
href="https://redirect.github.com/rust-lang/crates-io-auth-action/pull/38">rust-lang/crates-io-auth-action#38</a></li>
<li>disable node renovate updates by <a
href="https://github.com/marcoieni"><code>@marcoieni</code></a> in <a
href="https://redirect.github.com/rust-lang/crates-io-auth-action/pull/48">rust-lang/crates-io-auth-action#48</a>
and <a
href="https://redirect.github.com/rust-lang/crates-io-auth-action/pull/49">rust-lang/crates-io-auth-action#49</a></li>
<li>fix zizmor lint by <a
href="https://github.com/marcoieni"><code>@marcoieni</code></a> in <a
href="https://redirect.github.com/rust-lang/crates-io-auth-action/pull/68">rust-lang/crates-io-auth-action#68</a></li>
<li>ci: Skip fragment check for Zulip client-side routing links by <a
href="https://github.com/kingsword09"><code>@kingsword09</code></a> in
<a
href="https://redirect.github.com/rust-lang/crates-io-auth-action/pull/80">rust-lang/crates-io-auth-action#80</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/kingsword09"><code>@kingsword09</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/crates-io-auth-action/pull/80">rust-lang/crates-io-auth-action#80</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/crates-io-auth-action/compare/v1.0.1...v1.0.2">https://github.com/rust-lang/crates-io-auth-action/compare/v1.0.1...v1.0.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/crates-io-auth-action/commit/041cce5b4b821e6b0ebc9c9c38b58cac4e34dcc2"><code>041cce5</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/crates-io-auth-action/issues/86">#86</a>
from rust-lang/update-dependencies</li>
<li><a
href="https://github.com/rust-lang/crates-io-auth-action/commit/0400f617d6aaeb772f07b7496c359e8dc601c530"><code>0400f61</code></a>
update dependencies</li>
<li><a
href="https://github.com/rust-lang/crates-io-auth-action/commit/6a0951d3a245ba6018577d4e431f3b1cf6042f15"><code>6a0951d</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/crates-io-auth-action/issues/84">#84</a>
from rust-lang/renovate/github-actions</li>
<li><a
href="https://github.com/rust-lang/crates-io-auth-action/commit/be8f8cfa3cf26de715d45b04f9f4c4d8e5dd1688"><code>be8f8cf</code></a>
chore(deps): pin dependencies</li>
<li><a
href="https://github.com/rust-lang/crates-io-auth-action/commit/deea6c8fa23b6595846b3c40510673283ea14652"><code>deea6c8</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/crates-io-auth-action/issues/85">#85</a>
from rust-lang/remove-yaml-anchor-in-github-actions</li>
<li><a
href="https://github.com/rust-lang/crates-io-auth-action/commit/f0eb76abb5d67b970504275701386d4bfc9caa82"><code>f0eb76a</code></a>
remove yaml anchor in github actions</li>
<li><a
href="https://github.com/rust-lang/crates-io-auth-action/commit/7d0a98d6f157d4c22fbbc0960d9d5a9af9f9d94f"><code>7d0a98d</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/crates-io-auth-action/issues/83">#83</a>
from rust-lang/fix-renovate-github-actions-update</li>
<li><a
href="https://github.com/rust-lang/crates-io-auth-action/commit/52d74a7cdc25ede3a51771886e211eb25f726b08"><code>52d74a7</code></a>
fix renovate github actions update</li>
<li><a
href="https://github.com/rust-lang/crates-io-auth-action/commit/6db1cc5747244ecf9ffab96676c5c470633d81af"><code>6db1cc5</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/crates-io-auth-action/issues/82">#82</a>
from rust-lang/update-pnpm-to-10-18-3</li>
<li><a
href="https://github.com/rust-lang/crates-io-auth-action/commit/231886e9ea72ad9ececc934aee8041662c6463df"><code>231886e</code></a>
update pnpm to 10.18.3</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/crates-io-auth-action/compare/e919bc7605cde86df457cf5b93c5e103838bd879...041cce5b4b821e6b0ebc9c9c38b58cac4e34dcc2">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2b83a29 commit 46077b8
File tree
7 files changed
+30
-30
lines changed- .github/workflows
7 files changed
+30
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments