opengoal-launcher/package.json
dependabot[bot] c2d95c004f
build(deps): bump @tauri-apps/api from 1.1.0 to 1.2.0 (#63)
Bumps [@tauri-apps/api](https://github.com/tauri-apps/tauri) from 1.1.0
to 1.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tauri-apps/tauri/releases"><code>@​tauri-apps/api</code>'s
releases</a>.</em></p>
<blockquote>
<h2>cli.rs v1.2.0</h2>
<p>Updating crates.io index</p>
<!-- raw HTML omitted -->
<pre><code>Fetching advisory database from
`https://github.com/RustSec/advisory-db.git`
Loaded 469 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (453 crate dependencies)
Crate:     xml-rs
Version:   0.8.4
Warning:   unmaintained
Title:     xml-rs is Unmaintained
Date:      2022-01-26
ID:        RUSTSEC-2022-0048
URL:       https://rustsec.org/advisories/RUSTSEC-2022-0048
Dependency tree:
xml-rs 0.8.4
└── plist 1.3.1
    └── tauri-codegen 1.2.0
        ├── tauri-macros 1.2.0
        │   └── tauri 1.2.0
        │       ├── tauri 1.2.0
        │       ├── restart 0.1.0
        │       └── app-updater 0.1.0
        └── tauri-build 1.2.0
            └── app-updater 0.1.0
<p>warning: 1 allowed warning found
</code></pre></p>
<!-- raw HTML omitted -->
<h2>[1.2.0]</h2>
<ul>
<li>Keep <code>tauri dev</code> watcher alive when the configuration is
invalid.
<ul>
<li><a
href="cc186c7a0e">cc186c7a</a>
fix(cli): keep dev watcher alive if config is incorrect, closes <a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5173">#5173</a>
(<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5495">#5495</a>)
on 2022-10-28</li>
</ul>
</li>
<li>Ignore workspace members in dev watcher if they are ignored by
<code>.taurignore</code>
<ul>
<li><a
href="9417ce401c">9417ce40</a>
fix(cli): apply <code>.taurignore</code> rules to workspace members,
closes <a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5355">#5355</a>
(<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5460">#5460</a>)
on 2022-10-28</li>
</ul>
</li>
<li>Detect JSON5 and TOML configuration files in the dev watcher.
<ul>
<li><a
href="e7ccbd8573">e7ccbd85</a>
feat(cli): detect JSON5 and TOML configuration files in the dev watcher
(<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5439">#5439</a>)
on 2022-10-19</li>
</ul>
</li>
<li>Fix cli passing <code>--no-default-features</code> to the app
instead of the runner (Cargo).
<ul>
<li><a
href="a3a70218f3">a3a70218</a>
fix(cli): pass <code>--no-default-features</code> to runner instead of
app, closes <a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5415">#5415</a>
(<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5474">#5474</a>)
on 2022-10-25</li>
</ul>
</li>
<li>Validate <code>package &gt; productName</code> in the tauri config
and produce errors if it contains one of the following characters
<code>/\:*?\&quot;&lt;&gt;|</code>
<ul>
<li><a
href="b9316a64ea">b9316a64</a>
fix(cli): validate <code>productName</code> in config, closes <a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5233">#5233</a>
(<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5262">#5262</a>)
on 2022-09-28</li>
</ul>
</li>
<li>Hot-reload the frontend when <code>tauri.conf.json &gt; build &gt;
devPath</code> points to a directory.
<ul>
<li><a
href="54c337e06f">54c337e0</a>
feat(cli): hotreload support for frontend static files, closes <a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/2173">#2173</a>
(<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5256">#5256</a>)
on 2022-09-28</li>
</ul>
</li>
<li>Expose <code>TAURI_TARGET_TRIPLE</code> to
<code>beforeDevCommand</code>, <code>beforeBuildCommand</code> and
<code>beforeBundleCommand</code>
<ul>
<li><a
href="a4aec9f0a8">a4aec9f0</a>
feat(cli): expose <code>TAURI_TARGET_TRIPLE</code> to before*Commands,
closes <a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5091">#5091</a>
(<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/pull/5101">#5101</a>)
on 2022-10-03</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="45a5cd569b"><code>45a5cd5</code></a>
Apply Version Updates From Current Changes (<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/issues/5295">#5295</a>)</li>
<li><a
href="3afccfce17"><code>3afccfc</code></a>
chore(deps): update wry to 0.22 (<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/issues/5573">#5573</a>)</li>
<li><a
href="1aba1780de"><code>1aba178</code></a>
feat(ci): define workspace for rust-cache, improving cache key (<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/issues/5559">#5559</a>)</li>
<li><a
href="878421beb7"><code>878421b</code></a>
fix: Add WASM files to Vite Allow List and change devPath to localhost
to fix...</li>
<li><a
href="777c086590"><code>777c086</code></a>
feat(ci): improve cache usage</li>
<li><a
href="60e08605d5"><code>60e0860</code></a>
chore(ci): do not cache artifacts-updater on failure</li>
<li><a
href="d8b996c00a"><code>d8b996c</code></a>
chore(changes): adjust config-schema build scripts</li>
<li><a
href="7aaf27ce5f"><code>7aaf27c</code></a>
fix(bundler): load WiX DLLs on Github Actions (<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/issues/5552">#5552</a>)</li>
<li><a
href="014aeca11f"><code>014aeca</code></a>
fix(ci): use python 3.10 on bench workflow (<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/issues/5550">#5550</a>)</li>
<li><a
href="e7078a3030"><code>e7078a3</code></a>
chore(deps) Update dependency jest to v29 (<a
href="https://github-redirect.dependabot.com/tauri-apps/tauri/issues/5542">#5542</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tauri-apps/tauri/compare/api-v1.1...api-v1.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tauri-apps/api&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.2.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 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>
2022-12-20 16:48:10 -05:00

37 lines
1.1 KiB
JSON

{
"name": "opengoal-launcher",
"private": true,
"version": "1.6.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauricon": "tauricon",
"package": "node ./scripts/rename-binaries.js",
"update-bin": "node ./scripts/update-binaries.js && npm run package",
"lint": "npx prettier --check .",
"format": "npx prettier --write .",
"mock-bin": "node ./scripts/dummy-binaries.js",
"prepare-release-config": "node ./scripts/merge-config.js",
"release": "npm run prepare-release-config && npm run tauri build -- --config ./.tauri/release-config.combined.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
"@tauri-apps/cli": "^1.2.2",
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
"@tsconfig/svelte": "^3.0.0",
"execa": "^6.1.0",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.8.0",
"svelte": "^3.52.0",
"svelte-preprocess": "^4.10.7",
"vite": "^2.9.14"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"svelte-navigator": "^3.2.2"
}
}