mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00
78 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
![]() |
2d713d723d
|
feat(crossterm): allow multiple crossterm versions (#1841)
This commit introduces feature flags to make it possible for widget library authors to depend on a specific version of crossterm without causing version conflicts. This should make it easier for libraries and apps to update crossterm versions more easily. The available feature flags are `crossterm_0_28` and `crossterm_0_29`. By default, the latest version is enabled. If a multiple features are enabled we choose the latest version. We will in general support at least the last two major (0.x) versions of crossterm, and will only remove versions in a major version bump. |
||
![]() |
879e09787e
|
build(deps): bump crate-ci/typos from 1.34.0 to 1.35.3 (#2044)
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.34.0 to 1.35.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/releases">crate-ci/typos's releases</a>.</em></p> <blockquote> <h2>v1.35.3</h2> <h2>[1.35.3] - 2025-08-08</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>ratatui</code> in Rust files</li> </ul> <h2>v1.35.2</h2> <h2>[1.35.2] - 2025-08-07</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>unmarshaling</code></li> </ul> <h2>v1.35.1</h2> <h2>[1.35.1] - 2025-08-04</h2> <h3>Fixes</h3> <ul> <li>Fix typo in correction to <code>apostroph</code></li> <li>Fix typo in correction to <code>cordinate</code></li> <li>Fix typo in correction to <code>reproduceability</code></li> <li>Fix typo in correction to <code>revolutionss</code></li> <li>Fix typo in correction to <code>transivity</code></li> </ul> <h2>v1.35.0</h2> <h2>[1.35.0] - 2025-08-04</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1331">July 2025</a> changes</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="http://keepachangelog.com/">Keep a Changelog</a> and this project adheres to <a href="http://semver.org/">Semantic Versioning</a>.</p> <!-- raw HTML omitted --> <h2>[Unreleased] - ReleaseDate</h2> <h2>[1.35.3] - 2025-08-08</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>ratatui</code> in Rust files</li> </ul> <h2>[1.35.2] - 2025-08-07</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>unmarshaling</code></li> </ul> <h2>[1.35.1] - 2025-08-04</h2> <h3>Fixes</h3> <ul> <li>Fix typo in correction to <code>apostroph</code></li> <li>Fix typo in correction to <code>cordinate</code></li> <li>Fix typo in correction to <code>reproduceability</code></li> <li>Fix typo in correction to <code>revolutionss</code></li> <li>Fix typo in correction to <code>transivity</code></li> </ul> <h2>[1.35.0] - 2025-08-04</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1331">July 2025</a> changes</li> </ul> <h2>[1.34.0] - 2025-06-30</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1309">June 2025</a> changes</li> </ul> <h2>[1.33.1] - 2025-06-02</h2> <h3>Fixes</h3> <ul> <li><em>(dict)</em> Don't correct <code>wasn't</code> to <code>wasm't</code></li> </ul> <h2>[1.33.0] - 2025-06-02</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
381fcf3dc9
|
build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#2045)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> <li>Prepare v5.0.0 release by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2238">actions/checkout#2238</a></li> </ul> <h2>⚠️ Minimum Compatible Runner Version</h2> <p><strong>v2.327.1</strong><br /> <a href="https://github.com/actions/runner/releases/tag/v2.327.1">Release Notes</a></p> <p>Make sure your runner is updated to this version or newer to use this release.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4...v5.0.0">https://github.com/actions/checkout/compare/v4...v5.0.0</a></p> <h2>v4.3.0</h2> <h2>What's Changed</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@joshmgross</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</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/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> <li>Prepare release v4.3.0 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2237">actions/checkout#2237</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/motss"><code>@motss</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li><a href="https://github.com/mouismail"><code>@mouismail</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li><a href="https://github.com/benwells"><code>@benwells</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</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/checkout/pull/2194">actions/checkout#2194</a></li> <li><a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4...v4.3.0">https://github.com/actions/checkout/compare/v4...v4.3.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>V5.0.0</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> </ul> <h2>V4.3.0</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@joshmgross</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</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/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <h2>v4.1.5</h2> <ul> <li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li> <li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li> <li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li> <li>README: Suggest <code>user.email</code> to be <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li> </ul> <h2>v4.1.4</h2> <ul> <li>Disable <code>extensions.worktreeConfig</code> when disabling <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li> <li>Add dependabot config by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li> <li>Bump the minor-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li> </ul> <h2>v4.1.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
03072fa374
|
build(deps): bump taiki-e/install-action from 2.57.1 to 2.58.9 (#2046)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.57.1 to 2.58.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/install-action/releases">taiki-e/install-action's releases</a>.</em></p> <blockquote> <h2>2.58.9</h2> <ul> <li>Update <code>cargo-shear@latest</code> to 1.5.0.</li> </ul> <h2>2.58.8</h2> <ul> <li>Update <code>osv-scanner@latest</code> to 2.2.1.</li> </ul> <h2>2.58.7</h2> <ul> <li> <p>Update <code>knope@latest</code> to 0.21.2.</p> </li> <li> <p>Update <code>cyclonedx@latest</code> to 0.29.1.</p> </li> </ul> <h2>2.58.6</h2> <ul> <li>Update <code>cargo-semver-checks@latest</code> to 0.43.0.</li> </ul> <h2>2.58.5</h2> <ul> <li> <p>Update <code>knope@latest</code> to 0.21.1.</p> </li> <li> <p>Update <code>cargo-binstall@latest</code> to 1.14.4.</p> </li> </ul> <h2>2.58.4</h2> <ul> <li> <p>Update <code>typos@latest</code> to 1.35.3.</p> </li> <li> <p>Update <code>syft@latest</code> to 1.30.0.</p> </li> </ul> <h2>2.58.3</h2> <ul> <li>Update <code>typos@latest</code> to 1.35.2.</li> </ul> <h2>2.58.2</h2> <ul> <li>Update <code>deepsource@latest</code> to 0.10.1.</li> </ul> <h2>2.58.1</h2> <ul> <li> <p>Update <code>osv-scanner@latest</code> to 2.2.0.</p> </li> <li> <p>Update <code>grcov@latest</code> to 0.10.5.</p> </li> </ul> <h2>2.58.0</h2> <ul> <li> <p>Support <code>iai-callgrind-runner</code>. (<a href="https://redirect.github.com/taiki-e/install-action/pull/1073">#1073</a>, thanks <a href="https://github.com/niklasf"><code>@niklasf</code></a>)</p> </li> <li> <p>Update <code>vacuum@latest</code> to 0.17.8.</p> </li> </ul> <h2>2.57.8</h2> <ul> <li>Update <code>deepsource@latest</code> to 0.10.0.</li> </ul> <h2>2.57.7</h2> <ul> <li>Update <code>typos@latest</code> to 1.35.1.</li> </ul> <h2>2.57.6</h2> <ul> <li> <p>Update <code>shellcheck@latest</code> to 0.11.0.</p> </li> <li> <p>Update <code>cargo-nextest@latest</code> to 0.9.102.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md">taiki-e/install-action's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>This project adheres to <a href="https://semver.org">Semantic Versioning</a>.</p> <!-- raw HTML omitted --> <h2>[Unreleased]</h2> <ul> <li>Update <code>editorconfig-checker@latest</code> to 3.4.0.</li> </ul> <h2>[2.58.9] - 2025-08-11</h2> <ul> <li>Update <code>cargo-shear@latest</code> to 1.5.0.</li> </ul> <h2>[2.58.8] - 2025-08-11</h2> <ul> <li>Update <code>osv-scanner@latest</code> to 2.2.1.</li> </ul> <h2>[2.58.7] - 2025-08-11</h2> <ul> <li> <p>Update <code>knope@latest</code> to 0.21.2.</p> </li> <li> <p>Update <code>cyclonedx@latest</code> to 0.29.1.</p> </li> </ul> <h2>[2.58.6] - 2025-08-10</h2> <ul> <li>Update <code>cargo-semver-checks@latest</code> to 0.43.0.</li> </ul> <h2>[2.58.5] - 2025-08-10</h2> <ul> <li> <p>Update <code>knope@latest</code> to 0.21.1.</p> </li> <li> <p>Update <code>cargo-binstall@latest</code> to 1.14.4.</p> </li> </ul> <h2>[2.58.4] - 2025-08-09</h2> <ul> <li> <p>Update <code>typos@latest</code> to 1.35.3.</p> </li> <li> <p>Update <code>syft@latest</code> to 1.30.0.</p> </li> </ul> <h2>[2.58.3] - 2025-08-08</h2> <ul> <li>Update <code>typos@latest</code> to 1.35.2.</li> </ul> <h2>[2.58.2] - 2025-08-07</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
5e75278499
|
build(deps): bump taiki-e/install-action from 2.56.19 to 2.57.1 (#2020) | ||
![]() |
bce6604379
|
build(deps): bump taiki-e/install-action from 2.56.13 to 2.56.19 (#2006)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.56.13 to 2.56.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/install-action/releases">taiki-e/install-action's releases</a>.</em></p> <blockquote> <h2>2.56.19</h2> <ul> <li>Update <code>cargo-llvm-cov@latest</code> to 0.6.18.</li> </ul> <h2>2.56.18</h2> <ul> <li>Update <code>just@latest</code> to 1.42.3.</li> </ul> <h2>2.56.17</h2> <ul> <li>Update <code>wasmtime@latest</code> to 34.0.2.</li> </ul> <h2>2.56.16</h2> <ul> <li> <p>Update <code>cargo-zigbuild@latest</code> to 0.20.1.</p> </li> <li> <p>Update <code>cargo-lambda@latest</code> to 1.8.6.</p> </li> <li> <p>Update <code>vacuum@latest</code> to 0.17.6.</p> </li> <li> <p>Update <code>earthly@latest</code> to 0.8.16.</p> </li> </ul> <h2>2.56.15</h2> <ul> <li> <p>Fix <code>cargo-valgrind</code> installation error due to their tag rename.</p> </li> <li> <p>Update <code>cargo-valgrind@latest</code> to 2.3.2.</p> </li> <li> <p>Update <code>just@latest</code> to 1.42.2.</p> </li> </ul> <h2>2.56.14</h2> <ul> <li> <p>Update <code>zola@latest</code> to 0.21.0.</p> </li> <li> <p>Update <code>wait-for-them@latest</code> to 0.5.1.</p> </li> <li> <p>Update <code>mdbook@latest</code> to 0.4.52.</p> </li> <li> <p>Update <code>just@latest</code> to 1.42.1.</p> </li> <li> <p>Update <code>cargo-shear@latest</code> to 1.4.0.</p> </li> <li> <p>Update <code>cyclonedx@latest</code> to 0.29.0.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md">taiki-e/install-action's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>This project adheres to <a href="https://semver.org">Semantic Versioning</a>.</p> <!-- raw HTML omitted --> <h2>[Unreleased]</h2> <h2>[2.56.19] - 2025-07-19</h2> <ul> <li>Update <code>cargo-llvm-cov@latest</code> to 0.6.18.</li> </ul> <h2>[2.56.18] - 2025-07-19</h2> <ul> <li>Update <code>just@latest</code> to 1.42.3.</li> </ul> <h2>[2.56.17] - 2025-07-18</h2> <ul> <li>Update <code>wasmtime@latest</code> to 34.0.2.</li> </ul> <h2>[2.56.16] - 2025-07-18</h2> <ul> <li> <p>Update <code>cargo-zigbuild@latest</code> to 0.20.1.</p> </li> <li> <p>Update <code>cargo-lambda@latest</code> to 1.8.6.</p> </li> <li> <p>Update <code>vacuum@latest</code> to 0.17.6.</p> </li> <li> <p>Update <code>earthly@latest</code> to 0.8.16.</p> </li> </ul> <h2>[2.56.15] - 2025-07-16</h2> <ul> <li> <p>Fix <code>cargo-valgrind</code> installation error due to their tag rename.</p> </li> <li> <p>Update <code>cargo-valgrind@latest</code> to 2.3.2.</p> </li> <li> <p>Update <code>just@latest</code> to 1.42.2.</p> </li> </ul> <h2>[2.56.14] - 2025-07-15</h2> <ul> <li> <p>Update <code>zola@latest</code> to 0.21.0.</p> </li> <li> <p>Update <code>wait-for-them@latest</code> to 0.5.1.</p> </li> <li> <p>Update <code>mdbook@latest</code> to 0.4.52.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
0148b62f0c
|
chore: remove cargo_metadata dep from xtask (#1993)
Removed due to hard N-2 MSRV requirement, whereas we use a soft N-2 (only update when necessary). This makes it painful to be able to test our actual msrv (as the xtask has to be built with the version that its deps support, while still wanting to check the msrv version, so we'd end up with 2 versions in the one CI task and this would get annoying to check). See https://github.com/rust-lang/cargo/issues/15746 for more details. Partially implements #1820 - mainly as a problem solution rather than a specific goal to use cargo-hack |
||
![]() |
c0148a00fe
|
build(deps): bump taiki-e/install-action from 2.56.7 to 2.56.13 (#1991)
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
![]() |
04428f6f74
|
build(deps): bump taiki-e/install-action from 2.55.1 to 2.56.7 (#1971)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.55.1 to 2.56.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/install-action/releases">taiki-e/install-action's releases</a>.</em></p> <blockquote> <h2>2.56.7</h2> <ul> <li>Update <code>shfmt@latest</code> to 3.12.0.</li> </ul> <h2>2.56.6</h2> <ul> <li> <p>Update <code>cargo-llvm-cov@latest</code> to 0.6.17.</p> </li> <li> <p>Update <code>cargo-udeps@latest</code> to 0.1.57.</p> </li> </ul> <h2>2.56.5</h2> <ul> <li>Update <code>cargo-semver-checks@latest</code> to 0.42.0.</li> </ul> <h2>2.56.4</h2> <ul> <li>Update <code>cargo-shear@latest</code> to 1.3.3.</li> </ul> <h2>2.56.3</h2> <ul> <li>Update <code>trivy@latest</code> to 0.64.1.</li> </ul> <h2>2.56.2</h2> <ul> <li> <p>Update <code>vacuum@latest</code> to 0.17.2.</p> </li> <li> <p>Update <code>syft@latest</code> to 1.28.0.</p> </li> </ul> <h2>2.56.1</h2> <ul> <li>Update <code>release-plz@latest</code> to 0.3.137.</li> </ul> <h2>2.56.0</h2> <ul> <li>Support <code>coreutils</code>. (<a href="https://redirect.github.com/taiki-e/install-action/pull/1017">#1017</a>, thanks <a href="https://github.com/jayvdb"><code>@jayvdb</code></a>)</li> </ul> <h2>2.55.4</h2> <ul> <li> <p>Update <code>trivy@latest</code> to 0.64.0.</p> </li> <li> <p>Update <code>just@latest</code> to 1.41.0.</p> </li> </ul> <h2>2.55.3</h2> <ul> <li>Update <code>dprint@latest</code> to 0.50.1.</li> </ul> <h2>2.55.2</h2> <ul> <li> <p>Update <code>zizmor@latest</code> to 1.11.0.</p> </li> <li> <p>Update <code>cargo-dinghy@latest</code> to 0.8.1.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md">taiki-e/install-action's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>This project adheres to <a href="https://semver.org">Semantic Versioning</a>.</p> <!-- raw HTML omitted --> <h2>[Unreleased]</h2> <ul> <li>Update <code>vacuum@latest</code> to 0.17.3.</li> </ul> <h2>[2.56.7] - 2025-07-07</h2> <ul> <li>Update <code>shfmt@latest</code> to 3.12.0.</li> </ul> <h2>[2.56.6] - 2025-07-06</h2> <ul> <li> <p>Update <code>cargo-llvm-cov@latest</code> to 0.6.17.</p> </li> <li> <p>Update <code>cargo-udeps@latest</code> to 0.1.57.</p> </li> </ul> <h2>[2.56.5] - 2025-07-06</h2> <ul> <li>Update <code>cargo-semver-checks@latest</code> to 0.42.0.</li> </ul> <h2>[2.56.4] - 2025-07-05</h2> <ul> <li>Update <code>cargo-shear@latest</code> to 1.3.3.</li> </ul> <h2>[2.56.3] - 2025-07-03</h2> <ul> <li>Update <code>trivy@latest</code> to 0.64.1.</li> </ul> <h2>[2.56.2] - 2025-07-02</h2> <ul> <li> <p>Update <code>vacuum@latest</code> to 0.17.2.</p> </li> <li> <p>Update <code>syft@latest</code> to 1.28.0.</p> </li> </ul> <h2>[2.56.1] - 2025-07-01</h2> <ul> <li>Update <code>release-plz@latest</code> to 0.3.137.</li> </ul> <h2>[2.56.0] - 2025-07-01</h2> <ul> <li>Support <code>coreutils</code>. (<a href="https://redirect.github.com/taiki-e/install-action/pull/1017">#1017</a>, thanks <a href="https://github.com/jayvdb"><code>@jayvdb</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
1f0c2ee18e
|
ci: audit github workflows with zizmor (#1961)
Fixes https://github.com/ratatui/ratatui/issues/1950 |
||
![]() |
b32f78195b
|
feat(no_std): make ratatui-macros no-std (#1865)
|
||
![]() |
7d84d42103
|
build(deps): bump DavidAnson/markdownlint-cli2-action from 19 to 20 (#1864)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 19 to 20. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/davidanson/markdownlint-cli2-action/releases">DavidAnson/markdownlint-cli2-action's releases</a>.</em></p> <blockquote> <h2>Update markdownlint version (markdownlint-cli2 v0.18.1, markdownlint v0.38.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.17.2, markdownlint v0.37.4).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.17.0, markdownlint v0.37.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.15.0, markdownlint v0.36.1).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.14.0, markdownlint v0.35.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.13.0, markdownlint v0.34.0).</h2> <p>No release notes provided.</p> <p>Update markdownlint version (markdownlint-cli2 v0.12.1, markdownlint v0.33.0).</p> <h2>Update markdownlint version (markdownlint-cli2 v0.11.0, markdownlint v0.32.1), remove deprecated "command" input.</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.10.0, markdownlint v0.31.1).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.9.2, markdownlint v0.30.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.8.1, markdownlint v0.29.0), add "config" and "fix" inputs, deprecate "command" input.</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.7.1, markdownlint v0.28.2).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.7.0, markdownlint v0.28.1), include link to rule information in title of annotations (clickable in GitHub).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.6.0, markdownlint v0.27.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.5.1, markdownlint v0.26.2).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.4.0, markdownlint v0.25.1)</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
7cb35d4be1
|
chore: Update to Rust version 1.85.0 (#1860)
This is a small step toward fixing #1727 |
||
![]() |
a0746bad7e
|
ci: add job to check no-std build (#1851)
Uses x86_64-unknown-none as an arbitrary target that does not support the std library Resolves: https://github.com/ratatui/ratatui/issues/1843 |
||
![]() |
5a3be12ebd
|
ci: run clippy using rust stable and beta (#1757)
This makes it possible to pre-emptively catch upcoming clippy issues. We should not block PRs on these generally (unless the PR introduces a valid clippy warning), so the workflow is set up to not fail on beta. |
||
![]() |
1ca877da39
|
build(deps): bump bnjbvr/cargo-machete from 0.7.0 to 0.8.0 (#1699)
Bumps [bnjbvr/cargo-machete](https://github.com/bnjbvr/cargo-machete) from 0.7.0 to 0.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bnjbvr/cargo-machete/releases">bnjbvr/cargo-machete's releases</a>.</em></p> <blockquote> <h2>v0.8.0</h2> <h2>What's Changed</h2> <ul> <li>readme: bump checkout action by <a href="https://github.com/marcoieni"><code>@marcoieni</code></a> in <a href="https://redirect.github.com/bnjbvr/cargo-machete/pull/142">bnjbvr/cargo-machete#142</a></li> <li>chore: make clippy happy on nightly builds by <a href="https://github.com/bnjbvr"><code>@bnjbvr</code></a> in <a href="https://redirect.github.com/bnjbvr/cargo-machete/pull/146">bnjbvr/cargo-machete#146</a></li> <li>Update cargo_toml to 0.21, making it compatible with the resolver=3 option (fixes <a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/144">#144</a>) by <a href="https://github.com/AMDmi3"><code>@AMDmi3</code></a> in <a href="https://redirect.github.com/bnjbvr/cargo-machete/pull/145">bnjbvr/cargo-machete#145</a></li> <li>chore: bump dependencies by <a href="https://github.com/bnjbvr"><code>@bnjbvr</code></a> in <a href="https://redirect.github.com/bnjbvr/cargo-machete/pull/147">bnjbvr/cargo-machete#147</a></li> <li>chore: test ignored directories correctly by <a href="https://github.com/bnjbvr"><code>@bnjbvr</code></a> in <a href="https://redirect.github.com/bnjbvr/cargo-machete/pull/149">bnjbvr/cargo-machete#149</a></li> <li>fix: canonicalize relative paths when looking for the workspace manifest by <a href="https://github.com/bnjbvr"><code>@bnjbvr</code></a> in <a href="https://redirect.github.com/bnjbvr/cargo-machete/pull/148">bnjbvr/cargo-machete#148</a></li> <li>Build Docker image for both amd64 and arm64 by <a href="https://github.com/popen2"><code>@popen2</code></a> in <a href="https://redirect.github.com/bnjbvr/cargo-machete/pull/151">bnjbvr/cargo-machete#151</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/marcoieni"><code>@marcoieni</code></a> made their first contribution in <a href="https://redirect.github.com/bnjbvr/cargo-machete/pull/142">bnjbvr/cargo-machete#142</a></li> <li><a href="https://github.com/AMDmi3"><code>@AMDmi3</code></a> made their first contribution in <a href="https://redirect.github.com/bnjbvr/cargo-machete/pull/145">bnjbvr/cargo-machete#145</a></li> <li><a href="https://github.com/popen2"><code>@popen2</code></a> made their first contribution in <a href="https://redirect.github.com/bnjbvr/cargo-machete/pull/151">bnjbvr/cargo-machete#151</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bnjbvr/cargo-machete/compare/v0.7.0...v0.8.0">https://github.com/bnjbvr/cargo-machete/compare/v0.7.0...v0.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
9e319b92b2
|
chore(deps): bump DavidAnson/markdownlint-cli2-action from 18 to 19 (#1623)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 18 to 19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/davidanson/markdownlint-cli2-action/releases">DavidAnson/markdownlint-cli2-action's releases</a>.</em></p> <blockquote> <h2>Update markdownlint version (markdownlint-cli2 v0.17.2, markdownlint v0.37.4).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.17.0, markdownlint v0.37.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.15.0, markdownlint v0.36.1).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.14.0, markdownlint v0.35.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.13.0, markdownlint v0.34.0).</h2> <p>No release notes provided.</p> <p>Update markdownlint version (markdownlint-cli2 v0.12.1, markdownlint v0.33.0).</p> <h2>Update markdownlint version (markdownlint-cli2 v0.11.0, markdownlint v0.32.1), remove deprecated "command" input.</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.10.0, markdownlint v0.31.1).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.9.2, markdownlint v0.30.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.8.1, markdownlint v0.29.0), add "config" and "fix" inputs, deprecate "command" input.</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.7.1, markdownlint v0.28.2).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.7.0, markdownlint v0.28.1), include link to rule information in title of annotations (clickable in GitHub).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.6.0, markdownlint v0.27.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.5.1, markdownlint v0.26.2).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.4.0, markdownlint v0.25.1)</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
57c2326574
|
ci: run cargo-deny directly rather than via action (#1621)
Improves CI time |
||
![]() |
4a871f993e
|
ci: refactor xtask / toml formatting (#1602)
- format toml files using taplo - add toml formatting check to CI - use xtask consistently from bacon - refactor xtask commands to take params instead of multiple commands |
||
![]() |
f4cbab4101
|
chore(deps): bump codecov/codecov-action from 4 to 5 (#1499)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>v5 Release</h2> <p><code>v5</code> of the Codecov GitHub Action will use the <a href="https://github.com/codecov/wrapper">Codecov Wrapper</a> to encapsulate the <a href="https://github.com/codecov/codecov-cli">CLI</a>. This will help ensure that the Action gets updates quicker.</p> <h3>Migration Guide</h3> <p>The <code>v5</code> release also coincides with the opt-out feature for tokens for public repositories. In the <code>Global Upload Token</code> section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see <a href="https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token">how to upload without a token</a>.</p> <blockquote> <p>[!WARNING]<br /> <strong>The following arguments have been changed</strong></p> <ul> <li><code>file</code> (this has been deprecated in favor of <code>files</code>)</li> <li><code>plugin</code> (this has been deprecated in favor of <code>plugins</code>)</li> </ul> </blockquote> <p>The following arguments have been added:</p> <ul> <li><code>binary</code></li> <li><code>gcov_args</code></li> <li><code>gcov_executable</code></li> <li><code>gcov_ignore</code></li> <li><code>gcov_include</code></li> <li><code>report_type</code></li> <li><code>skip_validation</code></li> <li><code>swift_project</code></li> </ul> <p>You can see their usage in the <code>action.yml</code> <a href="https://github.com/codecov/codecov-action/blob/main/action.yml">file</a>.</p> <h2>What's Changed</h2> <ul> <li>chore(deps): bump to eslint9+ and remove eslint-config-google by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1591">codecov/codecov-action#1591</a></li> <li>build(deps-dev): bump <code>@octokit/webhooks-types</code> from 7.5.1 to 7.6.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1595">codecov/codecov-action#1595</a></li> <li>build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1604">codecov/codecov-action#1604</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 8.8.0 to 8.8.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1601">codecov/codecov-action#1601</a></li> <li>build(deps): bump <code>@actions/core</code> from 1.11.0 to 1.11.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1597">codecov/codecov-action#1597</a></li> <li>build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1596">codecov/codecov-action#1596</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 8.8.0 to 8.8.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1600">codecov/codecov-action#1600</a></li> <li>build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1598">codecov/codecov-action#1598</a></li> <li>build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1609">codecov/codecov-action#1609</a></li> <li>build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1608">codecov/codecov-action#1608</a></li> <li>build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1607">codecov/codecov-action#1607</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 8.8.1 to 8.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1612">codecov/codecov-action#1612</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 8.8.1 to 8.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1611">codecov/codecov-action#1611</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 8.9.0 to 8.10.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1615">codecov/codecov-action#1615</a></li> <li>build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1618">codecov/codecov-action#1618</a></li> <li>build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1617">codecov/codecov-action#1617</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 8.9.0 to 8.10.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1614">codecov/codecov-action#1614</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 8.10.0 to 8.11.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1620">codecov/codecov-action#1620</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 8.10.0 to 8.11.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1619">codecov/codecov-action#1619</a></li> <li>build(deps-dev): bump <code>@types/jest</code> from 29.5.13 to 29.5.14 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1622">codecov/codecov-action#1622</a></li> <li>build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1625">codecov/codecov-action#1625</a></li> <li>build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1624">codecov/codecov-action#1624</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 8.11.0 to 8.12.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1626">codecov/codecov-action#1626</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 8.12.1 to 8.12.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1629">codecov/codecov-action#1629</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md">codecov/codecov-action's changelog</a>.</em></p> <blockquote> <h2>4.0.0-beta.2</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/1085">#1085</a> not adding -n if empty to do-upload command</li> </ul> <h2>4.0.0-beta.1</h2> <p><code>v4</code> represents a move from the <a href="https://github.com/codecov/uploader">universal uploader</a> to the <a href="https://github.com/codecov/codecov-cli">Codecov CLI</a>. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.</p> <h3>Breaking Changes</h3> <ul> <li>No current support for <code>aarch64</code> and <code>alpine</code> architectures.</li> <li>Tokenless uploading is unsuported</li> <li>Various arguments to the Action have been removed</li> </ul> <h2>3.1.4</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/967">#967</a> Fix typo in README.md</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/971">#971</a> fix: add back in working dir</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/969">#969</a> fix: CLI option names for uploader</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/970">#970</a> build(deps-dev): bump <code>@types/node</code> from 18.15.12 to 18.16.3</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/979">#979</a> build(deps-dev): bump <code>@types/node</code> from 20.1.0 to 20.1.2</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/981">#981</a> build(deps-dev): bump <code>@types/node</code> from 20.1.2 to 20.1.4</li> </ul> <h2>3.1.3</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/960">#960</a> fix: allow for aarch64 build</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/957">#957</a> build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/958">#958</a> build(deps): bump openpgp from 5.7.0 to 5.8.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/959">#959</a> build(deps-dev): bump <code>@types/node</code> from 18.15.10 to 18.15.12</li> </ul> <h2>3.1.2</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/718">#718</a> Update README.md</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/851">#851</a> Remove unsupported path_to_write_report argument</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/898">#898</a> codeql-analysis.yml</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/901">#901</a> Update README to contain correct information - inputs and negate feature</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/955">#955</a> fix: add in all the extra arguments for uploader</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/819">#819</a> build(deps): bump openpgp from 5.4.0 to 5.5.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/835">#835</a> build(deps): bump node-fetch from 3.2.4 to 3.2.10</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/840">#840</a> build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/841">#841</a> build(deps): bump <code>@actions/core</code> from 1.9.1 to 1.10.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/843">#843</a> build(deps): bump <code>@actions/github</code> from 5.0.3 to 5.1.1</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/869">#869</a> build(deps): bump node-fetch from 3.2.10 to 3.3.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/872">#872</a> build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/879">#879</a> build(deps): bump decode-uri-component from 0.2.0 to 0.2.2</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
ae6a8501ee
|
chore(deps): bump DavidAnson/markdownlint-cli2-action from 17 to 18 (#1500)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 17 to 18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/davidanson/markdownlint-cli2-action/releases">DavidAnson/markdownlint-cli2-action's releases</a>.</em></p> <blockquote> <h2>Update markdownlint version (markdownlint-cli2 v0.15.0, markdownlint v0.36.1).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.14.0, markdownlint v0.35.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.13.0, markdownlint v0.34.0).</h2> <p>No release notes provided.</p> <p>Update markdownlint version (markdownlint-cli2 v0.12.1, markdownlint v0.33.0).</p> <h2>Update markdownlint version (markdownlint-cli2 v0.11.0, markdownlint v0.32.1), remove deprecated "command" input.</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.10.0, markdownlint v0.31.1).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.9.2, markdownlint v0.30.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.8.1, markdownlint v0.29.0), add "config" and "fix" inputs, deprecate "command" input.</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.7.1, markdownlint v0.28.2).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.7.0, markdownlint v0.28.1), include link to rule information in title of annotations (clickable in GitHub).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.6.0, markdownlint v0.27.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.5.1, markdownlint v0.26.2).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.4.0, markdownlint v0.25.1)</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
eaa403856e
|
chore(ci): install pre-built binaries for cargo-rdme (#1477)
`install-action` uses `cargo-binstall` to install the pre-built binaries of `cargo-rdme` (which was released in https://github.com/orium/cargo-rdme/releases/tag/v1.4.7). This will make the `check-readme` step faster in CI (now takes only 10 seconds). |
||
![]() |
e5e2316451
|
chore(ci): add check for keeping README.md up-to-date (#1473) | ||
![]() |
2ef3583eff
|
chore(ci): replace cargo-make with a custom cargo-xtask (#1461)
This removes the need for cargo-make and replaces it with a custom xtask binary. See <https://github.com/matklad/cargo-xtask> for info. Rearranges the CI workflow to use the new xtask and simplify which workflows that run. --------- Co-authored-by: Orhun Parmaksız <orhun@archlinux.org> |
||
![]() |
f1d0a18375
|
chore: move ratatui crate into workspace folder (#1459)
This is the first step towards modularization. Handling the move as a separate step rather than combining it should make it easier to rebase other PRs when necessary. --------- Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com> |
||
![]() |
7799f4ff5b
|
chore(deps): bump bnjbvr/cargo-machete from 0.6.2 to 0.7.0 (#1392)
Bumps [bnjbvr/cargo-machete](https://github.com/bnjbvr/cargo-machete) from 0.6.2 to 0.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bnjbvr/cargo-machete/releases">bnjbvr/cargo-machete's releases</a>.</em></p> <blockquote> <h2>v0.7.0</h2> <ul> <li>Breaking change: Don't search in ignored files (those specified in .ignore/.gitignore) by default. It's possible to use <code>--no-ignore</code> to search in these directories by default (<a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/137">#137</a>).</li> <li>Improved: fix false positives for multi dependencies single use statements (<a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/120">#120</a>). This improves precision at the cost of a small performance hit.</li> <li>Improved: make usage of <code>--with-metadata</code> more accurate (<a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/122">#122</a>, <a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/132">#132</a>).</li> <li>Improved: instead of displaying <code>.</code> for the current directory, <code>cargo-machete</code> will now display <code>this directory</code> (<a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/109">#109</a>).</li> <li>Added: There's now an automated docker image build that publishes to the <a href="https://github.com/bnjbvr/cargo-machete/pkgs/container/cargo-machete">github repository</a> (<a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/121">#121</a>).</li> <li>Added: <code>--ignore</code> flag which make cargo-machete respect .ignore and .gitignore files when searching for files (<a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/95">#95</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bnjbvr/cargo-machete/blob/main/CHANGELOG.md">bnjbvr/cargo-machete's changelog</a>.</em></p> <blockquote> <h1>0.7.0 (released on 2024-09-25)</h1> <ul> <li>Breaking change: Don't search in ignored files (those specified in .ignore/.gitignore) by default. It's possible to use <code>--no-ignore</code> to search in these directories by default (<a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/137">#137</a>).</li> <li>Improved: fix false positives for multi dependencies single use statements (<a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/120">#120</a>). This improves precision at the cost of a small performance hit.</li> <li>Improved: make usage of <code>--with-metadata</code> more accurate (<a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/122">#122</a>, <a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/132">#132</a>).</li> <li>Improved: instead of displaying <code>.</code> for the current directory, <code>cargo-machete</code> will now display <code>this directory</code> (<a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/109">#109</a>).</li> <li>Added: There's now an automated docker image build that publishes to the <a href="https://github.com/bnjbvr/cargo-machete/pkgs/container/cargo-machete">github repository</a> (<a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/121">#121</a>).</li> <li>Added: <code>--ignore</code> flag which make cargo-machete respect .ignore and .gitignore files when searching for files (<a href="https://redirect.github.com/bnjbvr/cargo-machete/issues/95">#95</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
9875d9facc
|
chore(deps): bump DavidAnson/markdownlint-cli2-action from 16 to 17 (#1376)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 16 to 17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/davidanson/markdownlint-cli2-action/releases">DavidAnson/markdownlint-cli2-action's releases</a>.</em></p> <blockquote> <h2>Update markdownlint version (markdownlint-cli2 v0.14.0, markdownlint v0.35.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.13.0, markdownlint v0.34.0).</h2> <p>No release notes provided.</p> <p>Update markdownlint version (markdownlint-cli2 v0.12.1, markdownlint v0.33.0).</p> <h2>Update markdownlint version (markdownlint-cli2 v0.11.0, markdownlint v0.32.1), remove deprecated "command" input.</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.10.0, markdownlint v0.31.1).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.9.2, markdownlint v0.30.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.8.1, markdownlint v0.29.0), add "config" and "fix" inputs, deprecate "command" input.</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.7.1, markdownlint v0.28.2).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.7.0, markdownlint v0.28.1), include link to rule information in title of annotations (clickable in GitHub).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.6.0, markdownlint v0.27.0).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.5.1, markdownlint v0.26.2).</h2> <p>No release notes provided.</p> <h2>Update markdownlint version (markdownlint-cli2 v0.4.0, markdownlint v0.25.1)</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
5635b930c7
|
ci: add cargo-machete and remove unused deps (#1362)
https://github.com/bnjbvr/cargo-machete |
||
![]() |
57d8b742e5
|
chore(ci): use cargo-docs-rs to lint docs (#1318) | ||
![]() |
94328a2977
|
chore(deps): bump EmbarkStudios/cargo-deny-action from 1 to 2 (#1296)
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/embarkstudios/cargo-deny-action/releases">EmbarkStudios/cargo-deny-action's releases</a>.</em></p> <blockquote> <h2>Release 2.0.1 - cargo-deny 0.16.1</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/691">PR#691</a> fixed an issue where workspace dependencies that used the current dir '.' path component would incorrectly trigger the <code>unused-workspace-dependency</code> lint.</li> </ul> <h2>Release 2.0.0 - cargo-deny 0.16.0</h2> <h2><code>Action</code></h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny-action/pull/78">PR#78</a> added SSH support, thanks <a href="https://github.com/nagua"><code>@nagua</code></a>!</li> </ul> <h3>Changed</h3> <ul> <li>This release includes breaking changes in cargo-deny, so this release begins the <code>v2</code> tag, using <code>v1</code> will be stable but not follow future <code>cargo-deny</code> releases.</li> </ul> <h2><code>cargo-deny</code></h2> <h3>Removed</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/681">PR#681</a> finished the deprecation introduced in <a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/611">PR#611</a>, making the usage of the deprecated fields into errors.</li> </ul> <h4><code>[advisories]</code></h4> <p>The following fields have all been removed in favor of denying all advisories by default. To ignore an advisory the <a href="https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html#the-ignore-field-optional"><code>ignore</code></a> field can be used as before.</p> <ul> <li><code>vulnerability</code> - Vulnerability advisories are now <code>deny</code> by default</li> <li><code>unmaintained</code> - Unmaintained advisories are now <code>deny</code> by default</li> <li><code>unsound</code> - Unsound advisories are now <code>deny</code> by default</li> <li><code>notice</code> - Notice advisories are now <code>deny</code> by default</li> <li><code>severity-threshold</code> - The severity of vulnerabilities is now irrelevant</li> </ul> <h4><code>[licenses]</code></h4> <p>The following fields have all been removed in favor of denying all licenses that are not explicitly allowed via either <a href="https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html#the-allow-field-optional"><code>allow</code></a> or <a href="https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html#the-exceptions-field-optional"><code>exceptions</code></a>.</p> <ul> <li><code>unlicensed</code> - Crates whose license(s) cannot be confidently determined are now always errors. The <a href="https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html#the-clarify-field-optional"><code>clarify</code></a> field can be used to help cargo-deny determine the license.</li> <li><code>allow-osi-fsf-free</code> - The OSI/FSF Free attributes are now irrelevant, only whether it is explicitly allowed.</li> <li><code>copyleft</code> - The copyleft attribute is now irrelevant, only whether it is explicitly allowed.</li> <li><code>default</code> - The default is now <code>deny</code>.</li> <li><code>deny</code> - All licenses are now denied by default, this field added nothing.</li> </ul> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/685">PR#685</a> follows up on <a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/673">PR#673</a>, moving the fields that were added to their own separate <a href="https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html#the-workspace-dependencies-field-optional"><code>bans.workspace-dependencies</code></a> section. This is an unannounced breaking change but is fairly minor and 0.15.0 was never released on github actions so the amount of people affected by this will be (hopefully) small. This also makes the workspace duplicate detection off by default since the field is optional, <em>but</em> makes it so that if not specified workspace duplicates are now <code>deny</code> instead of <code>warn</code>.</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/685">PR#685</a> resolved <a href="https://redirect.github.com/EmbarkStudios/cargo-deny/issues/682">#682</a> by adding the <code>include-path-dependencies</code> field, allowing path dependencies to be ignored if it is <code>false</code>.</li> </ul> <h2>Release 1.6.3 - cargo-deny 0.14.21</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/643">PR#643</a> resolved <a href="https://redirect.github.com/EmbarkStudios/cargo-deny/issues/629">#629</a> by making the hosted git (github, gitlab, bitbucket) org/user name comparison case-insensitive. Thanks <a href="https://github.com/pmnlla"><code>@pmnlla</code></a>!</li> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/649">PR#649</a> fixed an issue where depending on the same crate multiple times by using different <code>cfg()/triple</code> targets could cause features to be resolved incorrectly and thus crates to be not pulled into the graph used for checking.</li> </ul> <h2>[0.14.20] - 2024-03-23</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/642">PR#642</a> resolved <a href="https://redirect.github.com/EmbarkStudios/cargo-deny/issues/641">#641</a> by pinning <code>gix-transport</code> (and its unique dependencies) to 0.41.2 as a workaround for <code>cargo install</code> not using the lockfile. See <a href="https://redirect.github.com/Byron/gitoxide/issues/1328">this issue</a> for more information.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
a80a8a6a47
|
style(format): lint markdown (#1131)
- **chore: Fix line endings for changelog** - **chore: cleanup markdown lints** - **ci: add Markdown linter** - **build: add markdown lint to the makefile** --------- Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com> |
||
![]() |
476ac87c99
|
ci: split up lint job (#1264)
This helps with identifying what failed right from the title. Also steps after a failing one are now always executed. Also shortens the steps a bit by removing obvious names. |
||
![]() |
a4e84a6a7f
|
build!: increase msrv to 1.74.0 (#974)
configure lints in Cargo.toml requires 1.74.0 BREAKING CHANGE: rust 1.74 is required now |
||
![]() |
b0314c5731
|
chore: remove conventional commit check for PR (#950)
This removes conventional commit check for PRs. Since we use the PR title and description this is useless. It fails a lot of time and we ignore it. IMPORTANT NOTE: This does **not** mean Ratatui abandons conventional commits. This only relates to commits in PRs. |
||
![]() |
788e6d9fb8
|
chore(deps): bump codecov/codecov-action from 3 to 4 (#923)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <p>v4 of the Codecov Action uses the <a href="https://docs.codecov.com/docs/the-codecov-cli">CLI</a> as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.</p> <h2>Breaking Changes</h2> <ul> <li>The Codecov Action runs as a <code>node20</code> action due to <code>node16</code> deprecation. See <a href="https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/">this post from GitHub</a> on how to migrate.</li> <li>Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This <a href="https://docs.codecov.com/docs/adding-the-codecov-token#github-actions">doc</a> shows instructions on how to add the Codecov token.</li> <li>OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our <a href="https://cli.codecov.io">CLI download page</a></li> <li>Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs</li> </ul> <p><code>v3</code> versions and below will not have access to CLI features (e.g. global upload token, ATS).</p> <h2>What's Changed</h2> <ul> <li>build(deps): bump openpgp from 5.8.0 to 5.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/985">codecov/codecov-action#985</a></li> <li>build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1000">codecov/codecov-action#1000</a></li> <li>build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1006">codecov/codecov-action#1006</a></li> <li>build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1013">codecov/codecov-action#1013</a></li> <li>build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1024">codecov/codecov-action#1024</a></li> <li>build(deps): bump node-fetch from 3.3.1 to 3.3.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1031">codecov/codecov-action#1031</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.1.4 to 20.4.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1032">codecov/codecov-action#1032</a></li> <li>build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1033">codecov/codecov-action#1033</a></li> <li>build commit,report and upload args based on codecovcli by <a href="https://github.com/dana-yaish"><code>@dana-yaish</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/943">codecov/codecov-action#943</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.4.5 to 20.5.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1055">codecov/codecov-action#1055</a></li> <li>build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1051">codecov/codecov-action#1051</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.5.3 to 20.5.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1058">codecov/codecov-action#1058</a></li> <li>chore(deps): update outdated deps by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1059">codecov/codecov-action#1059</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.5.4 to 20.5.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1060">codecov/codecov-action#1060</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 6.4.1 to 6.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1065">codecov/codecov-action#1065</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 6.4.1 to 6.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1064">codecov/codecov-action#1064</a></li> <li>build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1063">codecov/codecov-action#1063</a></li> <li>build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1061">codecov/codecov-action#1061</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.5.6 to 20.5.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1062">codecov/codecov-action#1062</a></li> <li>build(deps): bump openpgp from 5.9.0 to 5.10.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1066">codecov/codecov-action#1066</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.5.7 to 20.5.9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1070">codecov/codecov-action#1070</a></li> <li>build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1069">codecov/codecov-action#1069</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 6.5.0 to 6.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1072">codecov/codecov-action#1072</a></li> <li>Update README.md by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1073">codecov/codecov-action#1073</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 6.5.0 to 6.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1071">codecov/codecov-action#1071</a></li> <li>build(deps-dev): bump <code>@vercel/ncc</code> from 0.36.1 to 0.38.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1074">codecov/codecov-action#1074</a></li> <li>build(deps): bump <code>@actions/core</code> from 1.10.0 to 1.10.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1081">codecov/codecov-action#1081</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 6.6.0 to 6.7.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1080">codecov/codecov-action#1080</a></li> <li>build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1078">codecov/codecov-action#1078</a></li> <li>build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1077">codecov/codecov-action#1077</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.5.9 to 20.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1075">codecov/codecov-action#1075</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 6.6.0 to 6.7.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1079">codecov/codecov-action#1079</a></li> <li>build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1076">codecov/codecov-action#1076</a></li> <li>use cli instead of node uploader by <a href="https://github.com/dana-yaish"><code>@dana-yaish</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1068">codecov/codecov-action#1068</a></li> <li>chore(release): 4.0.0-beta.1 by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1084">codecov/codecov-action#1084</a></li> <li>not adding -n if empty to do-upload command by <a href="https://github.com/dana-yaish"><code>@dana-yaish</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1085">codecov/codecov-action#1085</a></li> <li>4.0.0-beta.2 by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1086">codecov/codecov-action#1086</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md">codecov/codecov-action's changelog</a>.</em></p> <blockquote> <h2>4.0.0-beta.2</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/1085">#1085</a> not adding -n if empty to do-upload command</li> </ul> <h2>4.0.0-beta.1</h2> <p><code>v4</code> represents a move from the <a href="https://github.com/codecov/uploader">universal uploader</a> to the <a href="https://github.com/codecov/codecov-cli">Codecov CLI</a>. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.</p> <h3>Breaking Changes</h3> <ul> <li>No current support for <code>aarch64</code> and <code>alpine</code> architectures.</li> <li>Tokenless uploading is unsuported</li> <li>Various arguments to the Action have been removed</li> </ul> <h2>3.1.4</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/967">#967</a> Fix typo in README.md</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/971">#971</a> fix: add back in working dir</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/969">#969</a> fix: CLI option names for uploader</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/970">#970</a> build(deps-dev): bump <code>@types/node</code> from 18.15.12 to 18.16.3</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/979">#979</a> build(deps-dev): bump <code>@types/node</code> from 20.1.0 to 20.1.2</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/981">#981</a> build(deps-dev): bump <code>@types/node</code> from 20.1.2 to 20.1.4</li> </ul> <h2>3.1.3</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/960">#960</a> fix: allow for aarch64 build</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/957">#957</a> build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/958">#958</a> build(deps): bump openpgp from 5.7.0 to 5.8.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/959">#959</a> build(deps-dev): bump <code>@types/node</code> from 18.15.10 to 18.15.12</li> </ul> <h2>3.1.2</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/718">#718</a> Update README.md</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/851">#851</a> Remove unsupported path_to_write_report argument</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/898">#898</a> codeql-analysis.yml</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/901">#901</a> Update README to contain correct information - inputs and negate feature</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/955">#955</a> fix: add in all the extra arguments for uploader</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/819">#819</a> build(deps): bump openpgp from 5.4.0 to 5.5.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/835">#835</a> build(deps): bump node-fetch from 3.2.4 to 3.2.10</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/840">#840</a> build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/841">#841</a> build(deps): bump <code>@actions/core</code> from 1.9.1 to 1.10.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/843">#843</a> build(deps): bump <code>@actions/github</code> from 5.0.3 to 5.1.1</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/869">#869</a> build(deps): bump node-fetch from 3.2.10 to 3.3.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/872">#872</a> build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/879">#879</a> build(deps): bump decode-uri-component from 0.2.0 to 0.2.2</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
![]() |
984afd580b
|
chore: cache dependencies in the CI workflow to speed up builds (#883) | ||
![]() |
d49bbb2590
|
chore(ci): update the job description for installing cargo-nextest (#839) | ||
![]() |
8d77b734bb
|
chore(ci): use cargo-nextest for running tests (#717)
* chore(ci): use cargo-nextest for running tests * refactor(make): run library tests before doc tests |
||
![]() |
a2f2bd5df5
|
fix: MSRV is now 1.70.0 (#593)
|
||
![]() |
5213f78d25
|
chore(deps): bump actions/checkout from 3 to 4 (#580)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
![]() |
b996102837
|
ci(makefile): add format target (#468)
- add format target to Makefile.toml that actually fixes the formatting - rename fmt target to lint-format - rename style-check target to lint-style - rename typos target to lint-typos - rename check-docs target to lint-docs - add section to CONTRIBUTING.md about formatting |
||
![]() |
343c6cdc47
|
ci(lint): move formatting and doc checks first (#465)
Putting the formatting and doc checks first to ensure that more critical errors are caught first (e.g. a conventional commit error or typo should not prevent the formatting and doc checks from running). |
||
![]() |
5f6aa30be5
|
chore: check documentation lint (#454) | ||
![]() |
89ef0e29f5
|
chore(ci): update the name of the CI workflow (#417) | ||
![]() |
8cd3205d70
|
chore(toolchain)!: bump msrv to 1.67 (#361)
* chore(toolchain)!: bump msrv to 1.67 BREAKING_CHANGE: The msrv is now `1.67` * docs(readme): update the MSRV notice --------- Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com> |
||
![]() |
9191ad60fd
|
ci: don't fail fast (#364)
Run all the tests rather than canceling when one test fails. This allows us to see all the failures, rather than just the first one if there are multiple. Specifically this is useful when we have an issue in one toolchain or backend. |
||
![]() |
6f659cfb07
|
ci: add coverage token (#352) | ||
![]() |
bb061fdab6
|
ci: parallelize CI jobs (#318)
* ci: parallelize CI jobs - remove the dependency on the lint job from all other jobs - implement workflow concurrency - reorder the workflow so that the lint, clippy and coverage jobs are scheduled before the test jobs - run jobs which run for each backend in parallel by calling e.g. cargo make test-termion, instead of cargo make test - add a coverage task to the makefile - change "cargo-make check" to check all features valid for OS in parallel - run clippy only on the ubuntu-latest runner and check all features valid in parallel - tidy up the workflow file * ci: simplify Makefile OS detection Use platform overrides to significantly simplify the Makefile logic See https://github.com/sagiegurari/cargo-make\#platform-override * fix(termwiz): skip doc test that requires stdout |
||
![]() |
6bdb97c55c
|
ci(makefile): split CI jobs (#278)
- Split CI into build, clippy and test. - Run format on nightly only due to the settings being unstable |
||
![]() |
669a4d5652
|
build: add git pre-push hooks using cargo-husky (#274)
Fixes https://github.com/tui-rs-revival/ratatui/issues/214 - add cargo-husky to dev-deps - create hook - update `CONTRIBUTING.md` - ensure that the hook is not installed in CI |