setup-uv/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

50 lines
1.8 KiB
JSON
Raw Normal View History

2024-08-23 23:58:26 +02:00
{
"name": "setup-uv",
"version": "1.0.0",
"private": true,
"description": "Set up your GitHub Actions workflow with a specific version of uv",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"format": "biome format --fix",
"format-check": "biome format",
"lint": "biome lint --fix",
"package": "ncc build -o dist/setup src/setup-uv.ts && ncc build -o dist/save-cache src/save-cache.ts && ncc build -o dist/update-known-versions src/update-known-versions.ts",
2024-08-23 23:58:26 +02:00
"test": "jest",
"act": "act pull_request -W .github/workflows/test.yml --container-architecture linux/amd64 -s GITHUB_TOKEN=\"$(gh auth token)\"",
"update-known-versions": "RUNNER_TEMP=known_versions node dist/update-known-versions/index.js src/download/checksum/known-versions.ts \"$(gh auth token)\"",
2024-08-23 23:58:26 +02:00
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astral-sh/setup-uv.git"
2024-08-23 23:58:26 +02:00
},
"keywords": ["actions", "python", "setup", "uv"],
2024-08-23 23:58:26 +02:00
"author": "@eifinger",
"license": "MIT",
"dependencies": {
Bump @actions/cache from 4.0.2 to 4.0.3 (#334) Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 4.0.2 to 4.0.3. <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>4.0.3</h3> <ul> <li>Added masking for Shared Access Signature (SAS) cache entry URLs <a href="https://redirect.github.com/actions/toolkit/pull/1982">#1982</a></li> <li>Improved debugging by logging both the cache version alongside the keys requested when a cache restore fails <a href="https://redirect.github.com/actions/toolkit/pull/1994">#1994</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=4.0.2&new-version=4.0.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>
2025-03-19 15:14:06 +01:00
"@actions/cache": "^4.0.3",
"@actions/core": "^1.11.1",
2024-08-23 23:58:26 +02:00
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.5.0",
2024-08-23 23:58:26 +02:00
"@actions/io": "^1.1.3",
Bump @actions/tool-cache from 2.0.1 to 2.0.2 (#244) Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 2.0.1 to 2.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md"><code>@​actions/tool-cache</code>'s changelog</a>.</em></p> <blockquote> <h3>2.0.2</h3> <ul> <li>Update <code>@actions/core</code> to v1.11.1 <a href="https://redirect.github.com/actions/toolkit/pull/1872">#1872</a></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/tool-cache">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/tool-cache&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.0.2)](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>
2025-01-16 16:06:48 +00:00
"@actions/tool-cache": "^2.0.2",
2025-02-28 17:35:57 +01:00
"@octokit/core": "^6.1.4",
2025-04-29 22:50:17 +02:00
"@octokit/plugin-paginate-rest": "^12.0.0",
"@octokit/plugin-rest-endpoint-methods": "^14.0.0",
"@renovatebot/pep440": "^4.1.0",
"smol-toml": "^1.3.1",
"undici": "^7.5.0"
2024-08-23 23:58:26 +02:00
},
"devDependencies": {
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@biomejs/biome&package-manager=npm_and_yarn&previous-version=1.9.3&new-version=1.9.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>
2024-10-18 13:11:13 +02:00
"@biomejs/biome": "1.9.4",
"@types/node": "^22.15.17",
2025-04-29 22:50:17 +02:00
"@types/semver": "^7.7.0",
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vercel/ncc&package-manager=npm_and_yarn&previous-version=0.38.2&new-version=0.38.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>
2024-11-15 11:15:58 +01:00
"@vercel/ncc": "^0.38.3",
2024-08-23 23:58:26 +02:00
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
2025-04-29 22:50:17 +02:00
"ts-jest": "^29.3.2",
Bump typescript from 5.8.2 to 5.8.3 (#393) Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.8.3. <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.8.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/">release announcement</a>.</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+">fixed issues query for Typescript 5.8.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+">fixed issues query for Typescript 5.8.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.8.2%22+is%3Aclosed+">fixed issues query for Typescript 5.8.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.8.3%22+is%3Aclosed+">fixed issues query for Typescript 5.8.3 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/83dc0bb2ed91fe0815ab28dc3ff95fae7425e413"><code>83dc0bb</code></a> Convert release publishing inputs into parameters (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61523">#61523</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ba663f6ac25ec7774b38a3fad04fe8ea016f9420"><code>ba663f6</code></a> Exclude completions of binding pattern variable initializers (<a href="https://redirect.github.com/microsoft/TypeScript/issues/52723">#52723</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/7205eda454ce8ac7313699bd5905ed3f689142bf"><code>7205eda</code></a> Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/89c572ca0cbed845e374c29ce3a9ef28715160be"><code>89c572c</code></a> Fixed a symbol display crash on expando members write locations (<a href="https://redirect.github.com/microsoft/TypeScript/issues/55478">#55478</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/7b26d2eba5626e15b9e85e8c3adff1e1c0583c6f"><code>7b26d2e</code></a> Fix incorrect name in new release pipeline (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61514">#61514</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/c7a559eeae535724724ff7dac4e698129649be6c"><code>c7a559e</code></a> Add new release publisher yaml (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61491">#61491</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/29e6d6689dfb422e4f1395546c1917d07e1f664d"><code>29e6d66</code></a> Fix <code>lib.includes('dom')</code> check in <code>containerSeemsToBeEmptyDomElement</code> (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61481">#61481</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/19b777260b26aac5707b1efd34202054164d4a9d"><code>19b7772</code></a> Bump the github-actions group with 4 updates (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61474">#61474</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/4dc677b292354f4b9162452b2e00f4d7dd118221"><code>4dc677b</code></a> Fix errors on type assertions in erasableSyntaxOnly (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61452">#61452</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ee3dd7264b23e58bbad86d08a475cac78f330abf"><code>ee3dd72</code></a> fix(60908): Unexpected &quot;'Type' is declared but its value is never read.&quot; erro...</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.8.2&new-version=5.8.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>
2025-05-05 07:44:49 +02:00
"typescript": "^5.8.3"
2024-08-23 23:58:26 +02:00
}
}