opengoal-launcher/package.json
dependabot[bot] d338f08f76
build(deps-dev): bump the frontend-deps group with 4 updates (#539)
Bumps the frontend-deps group with 4 updates:
[@octokit/rest](https://github.com/octokit/rest.js),
[execa](https://github.com/sindresorhus/execa),
[tailwindcss](https://github.com/tailwindlabs/tailwindcss) and
[vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).

Updates `@octokit/rest` from 21.0.1 to 21.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/octokit/rest.js/releases"><code>@​octokit/rest</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v21.0.2</h2>
<h2><a
href="https://github.com/octokit/rest.js/compare/v21.0.1...v21.0.2">21.0.2</a>
(2024-08-16)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>docs:</strong> update to react 18 and latest gatsby deps (<a
href="https://redirect.github.com/octokit/rest.js/issues/462">#462</a>)
(<a
href="9a80f0607e">9a80f06</a>),
closes <a
href="https://redirect.github.com/octokit/rest.js/issues/216">#216</a>
<a
href="https://redirect.github.com/octokit/rest.js/issues/230">#230</a>
<a
href="https://redirect.github.com/octokit/rest.js/issues/460">#460</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9a80f0607e"><code>9a80f06</code></a>
fix(docs): update to react 18 and latest gatsby deps (<a
href="https://redirect.github.com/octokit/rest.js/issues/462">#462</a>)</li>
<li><a
href="3b5a8e8139"><code>3b5a8e8</code></a>
chore(deps): update dependency fetch-mock to v11 (<a
href="https://redirect.github.com/octokit/rest.js/issues/459">#459</a>)</li>
<li><a
href="5a4eeb64ac"><code>5a4eeb6</code></a>
test: re-activate more tests and convert them to typescript (<a
href="https://redirect.github.com/octokit/rest.js/issues/457">#457</a>)</li>
<li>See full diff in <a
href="https://github.com/octokit/rest.js/compare/v21.0.1...v21.0.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `execa` from 9.3.0 to 9.3.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/execa/releases">execa's
releases</a>.</em></p>
<blockquote>
<h2>v9.3.1</h2>
<p>Thanks <a href="https://github.com/holic"><code>@​holic</code></a>
and <a href="https://github.com/jimhigson"><code>@​jimhigson</code></a>
for your contributions!</p>
<h2>Bugs</h2>
<ul>
<li>Do not crash when using a custom Node.js binary <a
href="https://nodejs.org/api/intl.html#disable-all-internationalization-features-none">without
ICU support</a>. (<a
href="https://redirect.github.com/sindresorhus/execa/issues/1144">#1144</a>)</li>
</ul>
<h2>Bugs (types)</h2>
<ul>
<li>Fix type of the <a
href="https://github.com/sindresorhus/execa/blob/HEAD/docs/api.md#optionsenv"><code>env</code></a>
option. It was currently failing for Remix or Next.js users. (by <a
href="https://github.com/holic"><code>@​holic</code></a>) (<a
href="https://redirect.github.com/sindresorhus/execa/issues/1141">#1141</a>)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li>Fix typo in &quot;Inputs&quot; documentation. (by <a
href="https://github.com/jimhigson"><code>@​jimhigson</code></a>) (<a
href="https://redirect.github.com/sindresorhus/execa/issues/1145">#1145</a>)</li>
<li>Document <a
href="https://github.com/sindresorhus/execa/blob/HEAD/docs/termination.md#inactivity-timeout">how
to terminate</a> hanging subprocesses. (<a
href="https://redirect.github.com/sindresorhus/execa/issues/1140">#1140</a>)</li>
<li>Document how to add <a
href="https://github.com/sindresorhus/execa/blob/HEAD/readme.md#custom-logging">custom
logging</a>. (<a
href="https://redirect.github.com/sindresorhus/execa/issues/1131">#1131</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0a51f7cbef"><code>0a51f7c</code></a>
9.3.1</li>
<li><a
href="d99a52aae3"><code>d99a52a</code></a>
Update input.md (<a
href="https://redirect.github.com/sindresorhus/execa/issues/1145">#1145</a>)</li>
<li><a
href="074ea4ab50"><code>074ea4a</code></a>
Fix Node.js without ICU support (<a
href="https://redirect.github.com/sindresorhus/execa/issues/1144">#1144</a>)</li>
<li><a
href="607a0ffe62"><code>607a0ff</code></a>
define env type (<a
href="https://redirect.github.com/sindresorhus/execa/issues/1141">#1141</a>)</li>
<li><a
href="c0b6efc9cb"><code>c0b6efc</code></a>
Document how to terminate hanging subprocesses (<a
href="https://redirect.github.com/sindresorhus/execa/issues/1140">#1140</a>)</li>
<li><a
href="abd9fd0a89"><code>abd9fd0</code></a>
Upgrade dependencies (<a
href="https://redirect.github.com/sindresorhus/execa/issues/1138">#1138</a>)</li>
<li><a
href="f9f7140e18"><code>f9f7140</code></a>
Fix stream-related tests with Node 22.5.0 (<a
href="https://redirect.github.com/sindresorhus/execa/issues/1136">#1136</a>)</li>
<li><a
href="6c6e8611a7"><code>6c6e861</code></a>
Add custom logging section to <code>readme.md</code> (<a
href="https://redirect.github.com/sindresorhus/execa/issues/1131">#1131</a>)</li>
<li>See full diff in <a
href="https://github.com/sindresorhus/execa/compare/v9.3.0...v9.3.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `tailwindcss` from 3.4.9 to 3.4.10
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.10</h2>
<h3>Fixed</h3>
<ul>
<li>Bump versions of plugins in the Standalone CLI (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14185">#14185</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md">tailwindcss's
changelog</a>.</em></p>
<blockquote>
<h2>[3.4.10] - 2024-08-13</h2>
<h3>Fixed</h3>
<ul>
<li>Bump versions of plugins in the Standalone CLI (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14185">#14185</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f07dbff2a7"><code>f07dbff</code></a>
3.4.10</li>
<li><a
href="c4f23621e1"><code>c4f2362</code></a>
Bump versions of plugins in the Standalone CLI (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14185">#14185</a>)</li>
<li>See full diff in <a
href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 5.4.0 to 5.4.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.1 (2024-08-15)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: <code>build.modulePreload.resolveDependencies</code> is
optimizable (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>)
(<a
href="e961b31493">e961b31</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16083">#16083</a></li>
<li>fix: align CorsOptions.origin type with <code>@​types/cors</code>
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>)
(<a
href="1bda847329">1bda847</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17836">#17836</a></li>
<li>fix: typings for vite:preloadError (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>)
(<a
href="6700594999">6700594</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17868">#17868</a></li>
<li>fix(build): avoid re-define <code>__vite_import_meta_env__</code>
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>)
(<a
href="e686d749d6">e686d74</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17876">#17876</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>)
(<a
href="d11711c7e4">d11711c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17869">#17869</a></li>
<li>fix(lightningcss): search for assets with correct base path (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>)
(<a
href="4e5ce3c7a9">4e5ce3c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17856">#17856</a></li>
<li>fix(worker): handle self reference url worker in dependency for
build (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>)
(<a
href="391bb4917b">391bb49</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17846">#17846</a></li>
<li>chore: fix picocolors import for local dev (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>)
(<a
href="9018255c69">9018255</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17884">#17884</a></li>
<li>refactor: remove <code>handleHotUpdate</code> from
watch-package-data plugin (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>)
(<a
href="e16bf1fb14">e16bf1f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17865">#17865</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b44c20cb60"><code>b44c20c</code></a>
release: v5.4.1</li>
<li><a
href="391bb4917b"><code>391bb49</code></a>
fix(worker): handle self reference url worker in dependency for build
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>)</li>
<li><a
href="e686d749d6"><code>e686d74</code></a>
fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>)</li>
<li><a
href="9018255c69"><code>9018255</code></a>
chore: fix picocolors import for local dev (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>)</li>
<li><a
href="1bda847329"><code>1bda847</code></a>
fix: align CorsOptions.origin type with <code>@​types/cors</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>)</li>
<li><a
href="e16bf1fb14"><code>e16bf1f</code></a>
refactor: remove <code>handleHotUpdate</code> from watch-package-data
plugin (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>)</li>
<li><a
href="6700594999"><code>6700594</code></a>
fix: typings for vite:preloadError (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>)</li>
<li><a
href="d11711c7e4"><code>d11711c</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>)</li>
<li><a
href="4e5ce3c7a9"><code>4e5ce3c</code></a>
fix(lightningcss): search for assets with correct base path (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>)</li>
<li><a
href="e961b31493"><code>e961b31</code></a>
fix: <code>build.modulePreload.resolveDependencies</code> is optimizable
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v5.4.1/packages/vite">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-24 14:50:06 -04:00

67 lines
2.2 KiB
JSON

{
"name": "opengoal-launcher",
"private": true,
"version": "2.4.9",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "npx prettier --plugin prettier-plugin-svelte --check .",
"format": "npx prettier --plugin prettier-plugin-svelte --write .",
"update-release-meta": "node ./scripts/update-release-meta.mjs",
"release": "npm run tauri build -- --config ./.tauri/release-config.json",
"release-id": "node ./scripts/get-release-id.mjs",
"verify-release-assets": "node ./scripts/verify-release-assets.mjs",
"mock-mkcert": "mkcert -cert-file ./fixtures/cert.pem -key-file ./fixtures/key.pem localhost",
"mock-mod-source": "npx http-server --cors -p 8081 -S -C ./fixtures/cert.pem -K ./fixtures/key.pem ./fixtures",
"update-rust-bindings": "cd src-tauri && cargo test"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"@iconify-json/ic": "^1.1.18",
"@iconify-json/mdi": "^1.1.68",
"@octokit/plugin-retry": "^7.1.1",
"@octokit/plugin-throttling": "^9.3.1",
"@octokit/rest": "^21.0.2",
"@popperjs/core": "^2.11.7",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tauri-apps/cli": "^1.6.0",
"@testing-library/svelte": "^5.2.1",
"@tsconfig/svelte": "^5.0.4",
"@vitest/coverage-v8": "^2.0.5",
"ansi-to-span": "^0.0.1",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"escape-html": "^1.0.3",
"execa": "^9.3.1",
"flowbite": "^2.5.1",
"flowbite-svelte": "0.46.15",
"jsdom": "^24.1.1",
"postcss": "^8.4.41",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.18",
"svelte-i18n": "^4.0.0",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"unplugin-icons": "^0.19.2",
"vite": "^5.4.1",
"vitest": "^2.0.5"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
"@types/semver": "^7.5.8",
"country-flag-emoji-polyfill": "^0.1.8",
"http-server": "^14.1.1",
"semver": "^7.6.3",
"svelte-navigator": "^3.2.2"
},
"packageManager": "yarn@1.22.19"
}