mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-01-19 16:28:18 +08:00
f064c84ddb
37 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Kevin Stillhammer
|
f064c84ddb
|
Update dependencies (#186) | ||
Kevin Stillhammer
|
196fe5f098
|
Speed up updating known checksums (#166)
Before downloading the checksum file from the releases, check if we already know that version. |
||
dependabot[bot]
|
3eca4c2715
|
Bump @types/node from 22.9.0 to 22.9.1 (#157)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.0 to 22.9.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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.9.0&new-version=22.9.1)](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> |
||
dependabot[bot]
|
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=" |
||
dependabot[bot]
|
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/cache&package-manager=npm_and_yarn&previous-version=3.2.4&new-version=3.3.0)](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> |
||
dependabot[bot]
|
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.8.6&new-version=22.9.0)](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> |
||
dependabot[bot]
|
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.7.9&new-version=22.8.6)](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> |
||
dependabot[bot]
|
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.7.8&new-version=22.7.9)](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> |
||
dependabot[bot]
|
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.7.7&new-version=22.7.8)](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> |
||
dependabot[bot]
|
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.7.6&new-version=22.7.7)](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> |
||
dependabot[bot]
|
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.7.5&new-version=22.7.6)](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> |
||
dependabot[bot]
|
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=" |
||
Kevin Stillhammer
|
f3bcaebff5
|
Update deps (#121)
Fixes: https://github.com/astral-sh/setup-uv/issues/119 |
||
dependabot[bot]
|
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.7.4&new-version=22.7.5)](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> |
||
dependabot[bot]
|
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=" |
||
dependabot[bot]
|
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.7.3&new-version=22.7.4)](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> |
||
Charlie Marsh
|
c11f8674f8
|
Migrate to Biome for linting and formatting (#107) | ||
dependabot[bot]
|
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.7.0&new-version=22.7.3)](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> |
||
dependabot[bot]
|
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.6.1&new-version=22.7.0)](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> |
||
dependabot[bot]
|
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.5.5&new-version=22.6.1)](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> |
||
dependabot[bot]
|
bf2778f5d6
|
Bump eslint from 8.57.0 to 8.57.1 (#81) | ||
dependabot[bot]
|
6343f7c79b
|
Bump eslint-plugin-github from 5.0.1 to 5.0.2 (#69)
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 5.0.1 to 5.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/eslint-plugin-github/releases">eslint-plugin-github's releases</a>.</em></p> <blockquote> <h2>v5.0.2</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump the all-dependencies group across 1 directory with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/533">github/eslint-plugin-github#533</a></li> <li>chore(deps): bump braces from 3.0.2 to 3.0.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/534">github/eslint-plugin-github#534</a></li> <li>chore(deps): bump the all-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/535">github/eslint-plugin-github#535</a></li> <li>chore(deps): bump the all-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/536">github/eslint-plugin-github#536</a></li> <li>chore(deps): bump the all-dependencies group with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/537">github/eslint-plugin-github#537</a></li> <li>chore(deps): bump the all-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/538">github/eslint-plugin-github#538</a></li> <li>chore(deps): bump the all-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/540">github/eslint-plugin-github#540</a></li> <li>chore(deps): bump the all-dependencies group with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/541">github/eslint-plugin-github#541</a></li> <li>chore(deps): bump the all-dependencies group across 1 directory with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/543">github/eslint-plugin-github#543</a></li> <li>chore(deps): bump the all-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/544">github/eslint-plugin-github#544</a></li> <li>chore(deps): bump the all-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/545">github/eslint-plugin-github#545</a></li> <li>chore(deps): bump the all-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/github/eslint-plugin-github/pull/551">github/eslint-plugin-github#551</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/github/eslint-plugin-github/compare/v5.0.1...v5.0.2">https://github.com/github/eslint-plugin-github/compare/v5.0.1...v5.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
bfea2a2a76
|
Bump typescript from 5.5.4 to 5.6.2 (#64)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.6</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for Typescript 5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+">fixed issues query for Typescript 5.6.2 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.6 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-rc/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.6 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-beta/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
8af341e206
|
Bump @types/node from 22.5.4 to 22.5.5 (#74)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.4 to 22.5.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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.5.4&new-version=22.5.5)](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> |
||
dependabot[bot]
|
d8c8151c2b
|
Bump @actions/glob from 0.4.0 to 0.5.0 (#10) | ||
dependabot[bot]
|
902c4a5691
|
Bump typescript from 5.4.5 to 5.5.4 (#30) | ||
Kevin Stillhammer
|
b3cf8231d5
|
Do not change default version on known checksum update (#39) | ||
dependabot[bot]
|
bd99ba67dc
|
Bump eslint-plugin-jest from 28.8.2 to 28.8.3 (#43) | ||
dependabot[bot]
|
1f78a33fdb
|
Bump @types/node from 22.5.3 to 22.5.4 (#44) | ||
dependabot[bot]
|
1785c7bde0
|
Bump eslint-plugin-import from 2.29.1 to 2.30.0 (#31) | ||
dependabot[bot]
|
43f9a7cdf9
|
Bump @types/node from 20.14.9 to 22.5.3 (#32) | ||
Charlie Marsh
|
0fa3b93f6e
|
Run Prettier over Markdown and YAML files (#35)
## Summary Partly personal preference, but mostly to align with other Astral projects. |
||
Kevin Stillhammer
|
e4d1d0eef8
|
Rename repo org in examples and urls (#33) | ||
dependabot[bot]
|
5db96a6748
|
Bump @typescript-eslint/parser from 7.15.0 to 7.18.0 (#9)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.15.0 to 7.18.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
1916dfcc44
|
Bump eslint-plugin-jest from 28.6.0 to 28.8.2 (#23)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.6.0 to 28.8.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.8.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
Kevin Stillhammer
|
6c37ad0dd4
|
Update deps | ||
Kevin Stillhammer
|
18498fc78f
|
Initial commit |