mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-05-19 08:36:49 +02:00
aee2e918ee096854a8ef2947cc5bb29b083e4ea3
122 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
aee2e918ee |
chore: update known checksums for 0.5.3 (#156)
chore: update known checksums for 0.5.3 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
4ffb6d766c |
Bump @vercel/ncc from 0.38.2 to 0.38.3 (#155)
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.2 to 0.38.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/ncc/releases"><code>@vercel/ncc</code>'s releases</a>.</em></p> <blockquote> <h2>0.38.3</h2> <h2><a href="https://github.com/vercel/ncc/compare/0.38.2...0.38.3">0.38.3</a> (2024-11-15)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing <code>--asset-builds</code> to cli help message (<a href="https://redirect.github.com/vercel/ncc/issues/1228">#1228</a>) (<a href="https://github.com/vercel/ncc/commit/84f8c52872621be2fe45d7d837f1e4cc06e8a490">84f8c52</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/ncc/commit/84f8c52872621be2fe45d7d837f1e4cc06e8a490"><code>84f8c52</code></a> fix: add missing <code>--asset-builds</code> to cli help message (<a href="https://redirect.github.com/vercel/ncc/issues/1228">#1228</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/0ff93c67f8b7dc41f63447468904e55af33d0c78"><code>0ff93c6</code></a> chore(deps): Bump elliptic from 6.5.7 to 6.6.0 (<a href="https://redirect.github.com/vercel/ncc/issues/1223">#1223</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/ae5bf16cb3de1f78d465893ff916be3a3a46c216"><code>ae5bf16</code></a> chore(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5.5.3 (<a href="https://redirect.github.com/vercel/ncc/issues/1">#1</a>...</li> <li><a href="https://github.com/vercel/ncc/commit/738a2bfe3df07be672c124be89471c1f9c71865b"><code>738a2bf</code></a> chore(deps-dev): Bump axios from 0.21.4 to 1.7.7 (<a href="https://redirect.github.com/vercel/ncc/issues/1209">#1209</a>)</li> <li>See full diff in <a href="https://github.com/vercel/ncc/compare/0.38.2...0.38.3">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
e779db7426 |
chore: update known checksums for 0.5.2 (#154)
chore: update known checksums for 0.5.2 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>v3.2.3 |
||
|
|
cb1ce8a914 |
chore: update known checksums for 0.5.1 (#152)
chore: update known checksums for 0.5.1 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
cf7bbf8f13 |
chore: update known checksums for 0.5.0 (#151)
chore: update known checksums for 0.5.0 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
2e657c127d |
Avoid leftover files by using temp dir (#150)
Fixes: #149v3.2.2 |
||
|
|
a7e15805d2 |
Bump @actions/cache from 3.2.4 to 3.3.0 (#143)
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 3.2.4 to 3.3.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md"><code>@actions/cache</code>'s changelog</a>.</em></p> <blockquote> <h3>3.3.0</h3> <ul> <li>Update <code>@actions/core</code> to <code>1.11.1</code></li> <li>Remove dependency on <code>uuid</code> package <a href="https://redirect.github.com/actions/toolkit/pull/1824">#1824</a>, <a href="https://redirect.github.com/actions/toolkit/pull/1842">#1842</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/actions/toolkit/commits/HEAD/packages/cache">compare view</a></li> </ul> </details> <br /> [](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>v3.2.1 |
||
|
|
2a578ce17f |
Bump @types/node from 22.8.6 to 22.9.0 (#146)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.8.6 to 22.9.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
6f467a02b3 |
add archive extension to downloaded assets (#148)
Fixes missing .zip extensions which breaks on old PowerShell versions Fixes: #147 |
||
|
|
d2242d1901 |
chore: update known checksums for 0.4.30 (#145)
chore: update known checksums for 0.4.30 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
5552ab3709 |
Bump @types/node from 22.7.9 to 22.8.6 (#142)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.9 to 22.8.6. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
3e4fe09ab3 |
chore: update known checksums for 0.4.29 (#140)
chore: update known checksums for 0.4.29 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
56f89d8124 |
chore: update known checksums for 0.4.28 (#136)
chore: update known checksums for 0.4.28 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
3b9817b1bf |
feat: add option to disable cache pruning (#134)
This PR adds an input to control whether or not the cache is pruned before saving. Closes #122 --------- Co-authored-by: Kevin Stillhammer <kevin.stillhammer@gmail.com> Co-authored-by: Charlie Marsh <crmarsh416@gmail.com> Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>v3.2.0 |
||
|
|
cf841c25e2 |
Bump @types/node from 22.7.8 to 22.7.9 (#132)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.8 to 22.7.9. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
864c48a352 |
chore: update known checksums for 0.4.26 (#133)
chore: update known checksums for 0.4.26 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
64311bdf43 |
Bump @types/node from 22.7.7 to 22.7.8 (#131)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.7 to 22.7.8. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
59604e6118 |
chore: update known checksums for 0.4.25 (#130)
chore: update known checksums for 0.4.25 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
260f4a22de |
Bump @types/node from 22.7.6 to 22.7.7 (#129)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.6 to 22.7.7. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
273d3782a2 |
Use 0.4.x for versioning examples (#128)
I figured having the syntax examples with the latest minor semver would be more convenient for copy pasting. |
||
|
|
ed0a39790e |
Bump @types/node from 22.7.5 to 22.7.6 (#123)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.5 to 22.7.6. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
2d11fcb2c1 |
Bump @biomejs/biome from 1.9.3 to 1.9.4 (#127)
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.9.3 to 1.9.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/biomejs/biome/releases"><code>@biomejs/biome</code>'s releases</a>.</em></p> <blockquote> <h2>CLI v1.9.4</h2> <h3>Analyzer</h3> <h4>Bug fixes</h4> <ul> <li> <p>Improved the message for unused suppression comments. Contributed by <a href="https://github.com/dyc3"><code>@dyc3</code></a></p> </li> <li> <p>Fix <a href="https://redirect.github.com/biomejs/biome/issues/4228">#4228</a>, where the rule <code>a11y/noInteractiveElementToNoninteractiveRole</code> incorrectly reports a <code>role</code> for non-interactive elements. Contributed by <a href="https://github.com/eryue0220"><code>@eryue0220</code></a></p> </li> <li> <p><code>noSuspiciousSemicolonInJsx</code> now catches suspicious semicolons in React fragments. Contributed by <a href="https://github.com/vasucp1207"><code>@vasucp1207</code></a></p> </li> </ul> <h3>CLI</h3> <h4>Enhancements</h4> <ul> <li> <p>The <code>--summary</code> reporter now reports parsing diagnostics too. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></p> </li> <li> <p>Improved performance of GritQL queries by roughly 25-30%. Contributed by <a href="https://github.com/arendjr"><code>@arendjr</code></a></p> </li> </ul> <h3>Configuration</h3> <h4>Bug fixes</h4> <ul> <li>Fix an issue where the JSON schema marked lint rules options as mandatory. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></li> </ul> <h3>Formatter</h3> <h4>Bug fixes</h4> <ul> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/4121">#4121</a>. Respect line width when printing multiline strings. Contributed by <a href="https://github.com/ah-yu"><code>@ah-yu</code></a></li> </ul> <h3>Linter</h3> <h4>New features</h4> <ul> <li>Add <a href="https://biomejs.dev/linter/rules/use-guard-for-in/">useGuardForIn</a>. Contributed by <a href="https://github.com/fireairforce"><code>@fireairforce</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-document-cookie/">noDocumentCookie</a>. Contributed by <a href="https://github.com/tunamaguro"><code>@tunamaguro</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-document-import-in-page/">noDocumentImportInPage</a>. Contributed by <a href="https://github.com/kaioduarte"><code>@kaioduarte</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-duplicate-properties/">noDuplicateProperties</a>. Contributed by <a href="https://github.com/togami2864"><code>@togami2864</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-head-element/">noHeadElement</a>. Contributed by <a href="https://github.com/kaioduarte"><code>@kaioduarte</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-head-import-in-document/">noHeadImportInDocument</a>. Contributed by <a href="https://github.com/kaioduarte"><code>@kaioduarte</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-img-element/">noImgElement</a>. Contributed by <a href="https://github.com/kaioduarte"><code>@kaioduarte</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-unknown-type-selector/">noUnknownTypeSelector</a>. Contributed by <a href="https://github.com/Kazuhiro-Mimaki"><code>@Kazuhiro-Mimaki</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/use-at-index/">useAtIndex</a>. Contributed by <a href="https://github.com/GunseiKPaseri"><code>@GunseiKPaseri</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-useless-string-raw/">noUselessStringRaw</a>. Contributed by <a href="https://github.com/fireairforce"><code>@fireairforce</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/use-collapsed-if/">nursery/useCollapsedIf</a>. Contributed by <a href="https://github.com/siketyan"><code>@siketyan</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/use-google-font-display/">useGoogleFontDisplay</a>. Contributed by <a href="https://github.com/kaioduarte"><code>@kaioduarte</code></a></li> </ul> <h4>Bug Fixes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/biomejs/biome/blob/main/CHANGELOG.md"><code>@biomejs/biome</code>'s changelog</a>.</em></p> <blockquote> <h2>v1.9.4 (2024-10-17)</h2> <h3>Analyzer</h3> <h4>Bug fixes</h4> <ul> <li> <p>Improved the message for unused suppression comments. Contributed by <a href="https://github.com/dyc3"><code>@dyc3</code></a></p> </li> <li> <p>Fix <a href="https://redirect.github.com/biomejs/biome/issues/4228">#4228</a>, where the rule <code>a11y/noInteractiveElementToNoninteractiveRole</code> incorrectly reports a <code>role</code> for non-interactive elements. Contributed by <a href="https://github.com/eryue0220"><code>@eryue0220</code></a></p> </li> <li> <p><code>noSuspiciousSemicolonInJsx</code> now catches suspicious semicolons in React fragments. Contributed by <a href="https://github.com/vasucp1207"><code>@vasucp1207</code></a></p> </li> </ul> <h3>CLI</h3> <h4>Enhancements</h4> <ul> <li> <p>The <code>--summary</code> reporter now reports parsing diagnostics too. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></p> </li> <li> <p>Improved performance of GritQL queries by roughly 25-30%. Contributed by <a href="https://github.com/arendjr"><code>@arendjr</code></a></p> </li> </ul> <h3>Configuration</h3> <h4>Bug fixes</h4> <ul> <li>Fix an issue where the JSON schema marked lint rules options as mandatory. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></li> </ul> <h3>Editors</h3> <h3>Formatter</h3> <h4>Bug fixes</h4> <ul> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/4121">#4121</a>. Respect line width when printing multiline strings. Contributed by <a href="https://github.com/ah-yu"><code>@ah-yu</code></a></li> </ul> <h3>JavaScript APIs</h3> <h3>Linter</h3> <h4>New features</h4> <ul> <li>Add <a href="https://biomejs.dev/linter/rules/use-guard-for-in/">useGuardForIn</a>. Contributed by <a href="https://github.com/fireairforce"><code>@fireairforce</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-document-cookie/">noDocumentCookie</a>. Contributed by <a href="https://github.com/tunamaguro"><code>@tunamaguro</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-document-import-in-page/">noDocumentImportInPage</a>. Contributed by <a href="https://github.com/kaioduarte"><code>@kaioduarte</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-duplicate-properties/">noDuplicateProperties</a>. Contributed by <a href="https://github.com/togami2864"><code>@togami2864</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-head-element/">noHeadElement</a>. Contributed by <a href="https://github.com/kaioduarte"><code>@kaioduarte</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-head-import-in-document/">noHeadImportInDocument</a>. Contributed by <a href="https://github.com/kaioduarte"><code>@kaioduarte</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-img-element/">noImgElement</a>. Contributed by <a href="https://github.com/kaioduarte"><code>@kaioduarte</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-unknown-type-selector/">noUnknownTypeSelector</a>. Contributed by <a href="https://github.com/Kazuhiro-Mimaki"><code>@Kazuhiro-Mimaki</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/use-at-index/">useAtIndex</a>. Contributed by <a href="https://github.com/GunseiKPaseri"><code>@GunseiKPaseri</code></a></li> <li>Add <a href="https://biomejs.dev/linter/rules/no-useless-string-raw/">noUselessStringRaw</a>. Contributed by <a href="https://github.com/fireairforce"><code>@fireairforce</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/biomejs/biome/commit/fa93a147abe64e9c85908d317a8dd1de343ad132"><code>fa93a14</code></a> release: v1.9.4 (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4320">#4320</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/2a05cd47fd401e7b660f480673f55924236289ca"><code>2a05cd4</code></a> feat(lint): add <code>useGoogleFontDisplay</code> rule (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4264">#4264</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/bbb93b98b492fc1a21015ba8e1a604e7dc758ffc"><code>bbb93b9</code></a> feat(lint): useCollapsedIf JS lint rule (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4179">#4179</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/561b54c93625c9a83035562022af47237e6c00b2"><code>561b54c</code></a> feat(linter): implement noUselessStringRaw (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4263">#4263</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/5b7d1581c5b97ee7da5d2a83003fb14e42ae98da"><code>5b7d158</code></a> feat(linter): implement <code>noDuplicateProperties</code> (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4029">#4029</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/2342984b9223ec0722ce183bd2c12e4ca6ef1da0"><code>2342984</code></a> feat(lint): add <code>noDocumentImportInPage</code> rule (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4265">#4265</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/3cf20ebb811b2f95c3ce5d6956e5a96185d8fe59"><code>3cf20eb</code></a> chore(linter): rename <code>useExplicitFunctionReturnType</code> to `useExplicit… (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4261">#4261</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/970f49884ea0f278b39395182c3ffdf8e00d4761"><code>970f498</code></a> feat(useGuardForIn): add rule (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4104">#4104</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/2e5b6564d9beeed2e934719d4c9f5d7b9cb8f93f"><code>2e5b656</code></a> feat(lint): add <code>noDocumentCookie</code> rule (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4204">#4204</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/3364640e1fed11496a449fa1a1b43d6ecc8d2eb4"><code>3364640</code></a> feat(lint): add rule <code>useAtIndex</code> (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4120">#4120</a>)</li> <li>Additional commits viewable in <a href="https://github.com/biomejs/biome/commits/cli/v1.9.4/packages/@biomejs/biome">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
a714a3589c |
chore: update known checksums for 0.4.24 (#126)
chore: update known checksums for 0.4.24 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
59ca521371 |
chore: update known checksums for 0.4.23 (#125)
chore: update known checksums for 0.4.23 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
f3bcaebff5 |
Update deps (#121)
Fixes: https://github.com/astral-sh/setup-uv/issues/119v3.1 v3.1.7 |
||
|
|
10d8740fc2 |
chore: update known checksums for 0.4.21 (#120)
chore: update known checksums for 0.4.21 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
f731690a1d |
Fix cache linebreak in linux runner (#118)
Related https://github.com/astral-sh/setup-uv/issues/106 We can see the differences `uv --version` in different platforms: OSX: uv 0.4.20 (0e1b25a53 2024-10-08)\n Linux: uv 0.4.20\n In getVersion function we split the output by space and return the second part. This PR trims the version number to remove the line break.v3.1.6 |
||
|
|
77c28f02b3 |
chore: update known checksums for 0.4.20 (#115)
chore: update known checksums for 0.4.20 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>v3.1.5 |
||
|
|
00c695b84c |
Bump @types/node from 22.7.4 to 22.7.5 (#114)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.4 to 22.7.5. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
2422c84f47 |
chore: update known checksums for 0.4.19 (#113)
chore: update known checksums for 0.4.19 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
680950fd0f |
Bump @biomejs/biome from 1.9.2 to 1.9.3 (#110)
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.9.2 to 1.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/biomejs/biome/releases"><code>@biomejs/biome</code>'s releases</a>.</em></p> <blockquote> <h2>CLI v1.9.3</h2> <h3>CLI</h3> <h4>New features</h4> <ul> <li> <p>GritQL queries that match functions or methods will now match async functions or methods as well.</p> <p>If this is not what you want, you can capture the <code>async</code> keyword (or its absence) in a metavariable and assert its emptiness:</p> <pre lang="grit"><code>$async function foo() {} where $async <: . </code></pre> <p>Contributed by <a href="https://github.com/arendjr"><code>@arendjr</code></a></p> </li> </ul> <h4>Bug fixes</h4> <ul> <li> <p>Fix <a href="https://redirect.github.com/biomejs/biome/issues/4077">#4077</a>: Grit queries no longer need to match the statement's trailing semicolon. Contributed by <a href="https://github.com/arendjr"><code>@arendjr</code></a></p> </li> <li> <p>Fix <a href="https://redirect.github.com/biomejs/biome/issues/4102">#4102</a>. Now the CLI command <code>lint</code> doesn't exit with an error code when using <code>--write</code>/<code>--fix</code>. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></p> </li> </ul> <h3>Configuration</h3> <h4>Bug fixes</h4> <ul> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/4125">#4125</a>, where <code>noLabelWithoutControl</code> options where incorrectly marked as mandatory. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></li> </ul> <h3>Editors</h3> <ul> <li>Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></li> </ul> <h3>Formatter</h3> <h4>Bug fixes</h4> <ul> <li> <p>Fix <a href="https://redirect.github.com/biomejs/biome/issues/3924">#3924</a> where GraphQL formatter panics in block comments with empty line. Contributed by <a href="https://github.com/vohoanglong0107"><code>@vohoanglong0107</code></a></p> </li> <li> <p>Fix a case where raw values inside <code>url()</code> functions weren't properly trimmed.</p> <pre lang="diff"><code>.value { - background: url( - whitespace-around-string - ); + background: url(whitespace-around-string); } </code></pre> <p>Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></p> </li> <li> <p>Fixed <a href="https://redirect.github.com/biomejs/biome/issues/4076">#4076</a>, where a media query wasn't correctly formatted:</p> <pre lang="diff"><code>.class { </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/biomejs/biome/blob/main/CHANGELOG.md"><code>@biomejs/biome</code>'s changelog</a>.</em></p> <blockquote> <h2>v1.9.3 (2024-10-01)</h2> <h3>CLI</h3> <h4>New features</h4> <ul> <li> <p>GritQL queries that match functions or methods will now match async functions or methods as well.</p> <p>If this is not what you want, you can capture the <code>async</code> keyword (or its absence) in a metavariable and assert its emptiness:</p> <pre lang="grit"><code>$async function foo() {} where $async <: . </code></pre> <p>Contributed by <a href="https://github.com/arendjr"><code>@arendjr</code></a></p> </li> </ul> <h4>Bug fixes</h4> <ul> <li> <p>Fix <a href="https://redirect.github.com/biomejs/biome/issues/4077">#4077</a>: Grit queries no longer need to match the statement's trailing semicolon. Contributed by <a href="https://github.com/arendjr"><code>@arendjr</code></a></p> </li> <li> <p>Fix <a href="https://redirect.github.com/biomejs/biome/issues/4102">#4102</a>. Now the CLI command <code>lint</code> doesn't exit with an error code when using <code>--write</code>/<code>--fix</code>. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></p> </li> </ul> <h3>Configuration</h3> <h4>Bug fixes</h4> <ul> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/4125">#4125</a>, where <code>noLabelWithoutControl</code> options where incorrectly marked as mandatory. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></li> </ul> <h3>Editors</h3> <ul> <li>Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></li> </ul> <h3>Formatter</h3> <h4>Bug fixes</h4> <ul> <li> <p>Fix <a href="https://redirect.github.com/biomejs/biome/issues/3924">#3924</a> where GraphQL formatter panics in block comments with empty line. Contributed by <a href="https://github.com/vohoanglong0107"><code>@vohoanglong0107</code></a></p> </li> <li> <p>Fix a case where raw values inside <code>url()</code> functions weren't properly trimmed.</p> <pre lang="diff"><code>.value { - background: url( - whitespace-around-string - ); + background: url(whitespace-around-string); } </code></pre> <p>Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></p> </li> <li> <p>Fixed <a href="https://redirect.github.com/biomejs/biome/issues/4076">#4076</a>, where a media query wasn't correctly formatted:</p> <pre lang="diff"><code></code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/biomejs/biome/commit/3d498ed6399dc642d045f9bb9e9782a88c6bd4c9"><code>3d498ed</code></a> release: v1.9.3 (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4140">#4140</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/7e29f06930e977d5f2165260ca87c21f414cf62e"><code>7e29f06</code></a> fix(lint): options for <code>noLabelWithoutControl</code> are optional (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4138">#4138</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/10a1371dca2581f4a4d6ef3fdc3117ced2b91a58"><code>10a1371</code></a> feat(useExhaustiveDependencies): add option to disable errors for unecessary ...</li> <li><a href="https://github.com/biomejs/biome/commit/295efb90b91bf66a03dec93a91a16623a5d93360"><code>295efb9</code></a> feat(biome_css_analyze): implement <code>noDescendingSpecificity</code> (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4097">#4097</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/f3cfa8a92d7e6ca1a5cc3036c60ca0194d250e3f"><code>f3cfa8a</code></a> fix(schema): make optional the <code>options</code> JSON schema field (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4080">#4080</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/cc4c867575f3b290b6354635a0059b797c682a20"><code>cc4c867</code></a> feat(linter): implement noTemplateCurlyInString (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4069">#4069</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/d03c6cd029dd273ba6a3a270ab82e7f02b24b8d5"><code>d03c6cd</code></a> feat(linter): implement no-nested-ternary (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4067">#4067</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/2b6b3c8aa97b6a1777fcaf41f5ac6f587dcec547"><code>2b6b3c8</code></a> chore(deps): update <a href="https://github.com/biomejs"><code>@biomejs</code></a> packages (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4047">#4047</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/b76cb416dac0de8712c0236aa2832a824df5b1d5"><code>b76cb41</code></a> feat(linter): implement useExplicitFunctionReturnType (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/3990">#3990</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/a766aebd6cba44605b1108db373253bc00d0f9b9"><code>a766aeb</code></a> chore(readme): use polar shield (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/4000">#4000</a>)</li> <li>Additional commits viewable in <a href="https://github.com/biomejs/biome/commits/cli/v1.9.3/packages/@biomejs/biome">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
c9aa747934 |
chore: update known checksums for 0.4.18 (#109)
chore: update known checksums for 0.4.18 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>v3.1.4 |
||
|
|
97dc6041e9 |
Bump @types/node from 22.7.3 to 22.7.4 (#108)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.3 to 22.7.4. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
c11f8674f8 | Migrate to Biome for linting and formatting (#107) | ||
|
|
023eb7875f |
chore: update known checksums for 0.4.17 (#104)
chore: update known checksums for 0.4.17 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>v3.1.3 |
||
|
|
315da29189 |
Bump @types/node from 22.7.0 to 22.7.3 (#103)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.0 to 22.7.3. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
4cda7d7332 |
Bump @types/node from 22.6.1 to 22.7.0 (#101)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.6.1 to 22.7.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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>v3.1.2 |
||
|
|
8114e5e81b |
chore: update known checksums for 0.4.16 (#100)
chore: update known checksums for 0.4.16 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
7ee921e18a |
Bump @types/node from 22.5.5 to 22.6.1 (#98)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.5 to 22.6.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
8c3a35e468 | Only log checksum is valid when it really is (#97) | ||
|
|
abac0ce7b0 |
Use runner label selfhosted-ubuntu-arm64 (#96)
Replaces oracle-aarch64 to better express what the runner is used forv3.1.1 |
||
|
|
03e245b158 |
chore: update known checksums for 0.4.15 (#95)
chore: update known checksums for 0.4.15 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
aeb46491c7 |
Set tool(-bin) dir and add to PATH (#87)
Fixes: #83 Fixes: #60v3.1.0 |
||
|
|
dbb680fbd2 |
chore: update known checksums for 0.4.14 (#94)
chore: update known checksums for 0.4.14 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
8de9ba90a2 |
chore: update known checksums for 0.4.13 (#93)
chore: update known checksums for 0.4.13 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
118bd876d2 |
Bump peter-evans/create-pull-request from 7.0.3 to 7.0.5 (#91)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.3 to 7.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/peter-evans/create-pull-request/releases">peter-evans/create-pull-request's releases</a>.</em></p> <blockquote> <h2>Create Pull Request v7.0.5</h2> <p>⚙️ Fixes an issue with commit signing to allow it to support symlinks</p> <h2>What's Changed</h2> <ul> <li>fix: support symlinks when commit signing by <a href="https://github.com/peter-evans"><code>@peter-evans</code></a> in <a href="https://redirect.github.com/peter-evans/create-pull-request/pull/3359">peter-evans/create-pull-request#3359</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/peter-evans/create-pull-request/compare/v7.0.4...v7.0.5">https://github.com/peter-evans/create-pull-request/compare/v7.0.4...v7.0.5</a></p> <h2>Create Pull Request v7.0.4</h2> <p>⚙️ Fixes an issue with commit signing to allow it to support submodules</p> <h2>What's Changed</h2> <ul> <li>docs: correct suggestion for bot setup by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a href="https://redirect.github.com/peter-evans/create-pull-request/pull/3342">peter-evans/create-pull-request#3342</a></li> <li>build(deps-dev): bump <code>@types/jest</code> from 29.5.12 to 29.5.13 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/peter-evans/create-pull-request/pull/3343">peter-evans/create-pull-request#3343</a></li> <li>build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/peter-evans/create-pull-request/pull/3344">peter-evans/create-pull-request#3344</a></li> <li>fix: support submodules when commit signing by <a href="https://github.com/peter-evans"><code>@peter-evans</code></a> in <a href="https://redirect.github.com/peter-evans/create-pull-request/pull/3354">peter-evans/create-pull-request#3354</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/henryiii"><code>@henryiii</code></a> made their first contribution in <a href="https://redirect.github.com/peter-evans/create-pull-request/pull/3342">peter-evans/create-pull-request#3342</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/peter-evans/create-pull-request/compare/v7.0.3...v7.0.4">https://github.com/peter-evans/create-pull-request/compare/v7.0.3...v7.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/peter-evans/create-pull-request/commit/5e914681df9dc83aa4e4905692ca88beb2f9e91f"><code>5e91468</code></a> fix: support symlinks when commit signing (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/3359">#3359</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/2f38cd26bfebe301a5ee90bdd6550a69dc3ef23f"><code>2f38cd2</code></a> fix: support submodules when commit signing (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/3354">#3354</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/7a8aeac749996aed943101d8e7dfb0cecc06197e"><code>7a8aeac</code></a> build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/3344">#3344</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/d39d596a7720fc2c61c9aa5503097fb553431b5e"><code>d39d596</code></a> build(deps-dev): bump <code>@types/jest</code> from 29.5.12 to 29.5.13 (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/3343">#3343</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/f6f978fd3dc86c443f758f603d22dc554762c832"><code>f6f978f</code></a> docs: correct suggestion for bot setup (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/3342">#3342</a>)</li> <li>See full diff in <a href="https://github.com/peter-evans/create-pull-request/compare/6cd32fd93684475c31847837f87bb135d40a2b79...5e914681df9dc83aa4e4905692ca88beb2f9e91f">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
adcf5c892e |
Fix a typo SHA265 → SHA256 (#90)
:) |
||
|
|
0c326cbd51 |
chore: update known checksums for 0.4.12 (#86)
chore: update known checksums for 0.4.12 Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com> |
||
|
|
8205eab75b | Update version in README from v2 to v3 (#85) | ||
|
|
ce0062aac7 |
Add support for semver version ranges (#82)
Closes: #38 |