Commit graph

399 commits

Author SHA1 Message Date
OpenGOALBot 807229c619 release: bump to version - 1.6.0 2022-11-30 03:56:31 +00:00
OpenGOALBot c94368cdda release: update release metadata to latest 2022-11-10 02:13:31 +00:00
OpenGOALBot 5e0a973df2 release: bump to version - 1.5.2 2022-11-10 01:54:54 +00:00
qurious-pixel 4038029334
Fix linux glewinfo 2.2.0 binary (#61) 2022-11-09 20:52:37 -05:00
OpenGOALBot 26ebf11c31 release: update release metadata to latest 2022-11-02 03:05:26 +00:00
OpenGOALBot 28bb19aee3 release: bump to version - 1.5.1 2022-11-02 02:48:43 +00:00
Tyler Wilding 348e7be3d3
ci: ensure linux binaries have execute perms (#57) 2022-11-01 22:46:24 -04:00
dependabot[bot] 8b725d6b72
build(deps): bump serde from 1.0.145 to 1.0.147 in /src-tauri (#55)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.145 to
1.0.147.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.147</h2>
<ul>
<li>Add <code>serde:🇩🇪:value::EnumAccessDeserializer</code> which
transforms an <code>EnumAccess</code> into a <code>Deserializer</code>
(<a
href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2305">#2305</a>)</li>
</ul>
<h2>v1.0.146</h2>
<ul>
<li>Allow internally tagged newtype variant to contain unit (<a
href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2303">#2303</a>,
thanks <a
href="https://github.com/tage64"><code>@​tage64</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f41509261e"><code>f415092</code></a>
Release 1.0.147</li>
<li><a
href="6d009711a2"><code>6d00971</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2305">#2305</a>
from serde-rs/enumaccessdeserializer</li>
<li><a
href="354b48fd40"><code>354b48f</code></a>
Add EnumAccessDeserializer to turn EnumAccess into a Deserializer</li>
<li><a
href="3fd8e52f0c"><code>3fd8e52</code></a>
Release 1.0.146</li>
<li><a
href="142dce0d3d"><code>142dce0</code></a>
Touch up PR 2303</li>
<li><a
href="6aed101630"><code>6aed101</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2303">#2303</a>
from tage64/master</li>
<li><a
href="e2ccfd9ea7"><code>e2ccfd9</code></a>
Remove bad deserialization from sequence to internally tagged newtype
variant...</li>
<li><a
href="a07d794f74"><code>a07d794</code></a>
Update test_suite/tests/test_annotations.rs</li>
<li><a
href="90d28fc314"><code>90d28fc</code></a>
Serialize and deserialize a tagged newtype variant over unit () as if it
was ...</li>
<li><a
href="55cf0ac51a"><code>55cf0ac</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2297">#2297</a>
from serde-rs/output</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.145...v1.0.147">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.145&new-version=1.0.147)](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-11-01 21:47:06 -04:00
dependabot[bot] 97eb1a3aea
build(deps): bump serde_json from 1.0.86 to 1.0.87 in /src-tauri (#56)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to
1.0.87.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.87</h2>
<ul>
<li>Add <code>write_i128</code> and <code>write_u128</code> methods to
<code>serde_json::Formatter</code> to control the formatting of 128-bit
integers (<a
href="https://github-redirect.dependabot.com/serde-rs/json/issues/940">#940</a>,
thanks <a
href="https://github.com/Lucretiel"><code>@​Lucretiel</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="993e7a6eea"><code>993e7a6</code></a>
Release 1.0.87</li>
<li><a
href="31070349af"><code>3107034</code></a>
Eliminate needless 'tri!' from Serializer impl</li>
<li><a
href="46c9778ce1"><code>46c9778</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/serde-rs/json/issues/942">#942</a>
from serde-rs/integer128</li>
<li><a
href="37e76e0f85"><code>37e76e0</code></a>
Assume serde_if_integer128 is true</li>
<li><a
href="ec0456ad7b"><code>ec0456a</code></a>
Use existing macros to implement 128-bit From impls</li>
<li><a
href="c183125e04"><code>c183125</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/serde-rs/json/issues/941">#941</a>
from serde-rs/alloc</li>
<li><a
href="ab0f884fb6"><code>ab0f884</code></a>
Delete 1.36+ caveat from descriptions of alloc feature</li>
<li><a
href="486598bbef"><code>486598b</code></a>
Merge pull request 940 from Lucretiel/int128</li>
<li><a
href="84d6d95e01"><code>84d6d95</code></a>
Add direct support for i128 and u128 via itoa</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.86&new-version=1.0.87)](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-11-01 21:46:58 -04:00
dependabot[bot] a3cd7c5b78
build(deps-dev): bump prettier-plugin-svelte from 2.7.1 to 2.8.0 (#50)
Bumps
[prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte)
from 2.7.1 to 2.8.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md">prettier-plugin-svelte's
changelog</a>.</em></p>
<blockquote>
<h2>2.8.0</h2>
<ul>
<li>(feat) support <code>singleAttributePerLine</code> Prettier option
(<a
href="https://github-redirect.dependabot.com/sveltejs/prettier-plugin-svelte/issues/305">#305</a>)</li>
<li>(feat) add <code>svelteSortOrder: none</code> Prettier option which
skips reordering scripts/styles/html (<a
href="https://github-redirect.dependabot.com/sveltejs/prettier-plugin-svelte/issues/314">#305</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/sveltejs/prettier-plugin-svelte/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier-plugin-svelte&package-manager=npm_and_yarn&previous-version=2.7.1&new-version=2.8.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-10-19 22:03:36 -04:00
dependabot[bot] 91f06ff9d6
build(deps): bump serde_json from 1.0.85 to 1.0.86 in /src-tauri (#49)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to
1.0.86.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.86</h2>
<ul>
<li>Support <code>arbitrary_precision</code> feature even in no-std mode
(<a
href="https://github-redirect.dependabot.com/serde-rs/json/issues/928">#928</a>,
thanks <a
href="https://github.com/kvinwang"><code>@​kvinwang</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4217e8e788"><code>4217e8e</code></a>
Release 1.0.86</li>
<li><a
href="99d6164d55"><code>99d6164</code></a>
Reorganize number.rs imports</li>
<li><a
href="8ab65c58ea"><code>8ab65c5</code></a>
Add a CI build for arbitrary precision without std</li>
<li><a
href="54f9685a57"><code>54f9685</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/serde-rs/json/issues/928">#928</a>
from kvinwang/nostd-arbp</li>
<li><a
href="94019a31c6"><code>94019a3</code></a>
Remove default package.readme metadata from Cargo.toml</li>
<li><a
href="ec72b2764f"><code>ec72b27</code></a>
arbitrary_precision without std</li>
<li><a
href="d64ffdc92a"><code>d64ffdc</code></a>
GitHub Workflows security hardening</li>
<li><a
href="9af851709f"><code>9af8517</code></a>
Resolve manual_string_new pedantic clippy lint in test</li>
<li><a
href="7af05a9ba7"><code>7af05a9</code></a>
Resolve needless_borrow clippy lints</li>
<li><a
href="5f801ea312"><code>5f801ea</code></a>
Ignore using destructuring assignment to wildcard pattern</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.85...v1.0.86">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.85&new-version=1.0.86)](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-10-19 21:39:36 -04:00
dependabot[bot] 813e7b472e
build(deps-dev): bump svelte from 3.50.1 to 3.52.0 (#53)
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.50.1 to
3.52.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md">svelte's
changelog</a>.</em></p>
<blockquote>
<h2>3.52.0</h2>
<ul>
<li>Throw compile-time error when attempting to update
<code>const</code> variable (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/4895">#4895</a>)</li>
<li>Warn when using <code>&lt;a target=&quot;_blank&quot;&gt;</code>
without <code>rel=&quot;noreferrer&quot;</code> (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/6188">#6188</a>)</li>
<li>Support <code>style:foo|important</code> modifier (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7365">#7365</a>)</li>
<li>Fix hydration regression with <code>{@html}</code> and components in
<code>&lt;svelte:head&gt;</code> (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/pull/7941">#7941</a>)</li>
</ul>
<h2>3.51.0</h2>
<ul>
<li>Add a11y warnings:
<ul>
<li><code>a11y-click-events-have-key-events</code>: check if click event
is accompanied by key events (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/pull/5073">#5073</a>)</li>
<li><code>a11y-no-noninteractive-tabindex</code>: check for tabindex on
non-interactive elements (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/pull/6693">#6693</a>)</li>
</ul>
</li>
<li>Warn when two-way binding to <code>{...rest}</code> object in
<code>{#each}</code> block (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/6860">#6860</a>)</li>
<li>Support <code>--style-props</code> on
<code>&lt;svelte:component&gt;</code> (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7461">#7461</a>)</li>
<li>Supports nullish values for component event handlers (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7568">#7568</a>)</li>
<li>Supports SVG elements with <code>&lt;svelte:element&gt;</code>(<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7613">#7613</a>)</li>
<li>Treat <code>inert</code> as boolean attribute (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/pull/7785">#7785</a>)</li>
<li>Support <code>--style-props</code> for SVG components (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7808">#7808</a>)</li>
<li>Fix false positive dev warnings about unset props when they are
bound (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/4457">#4457</a>)</li>
<li>Fix hydration with <code>{@html}</code> and components in
<code>&lt;svelte:head&gt;</code> (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/4533">#4533</a>,
<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/6463">#6463</a>,
<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7444">#7444</a>)</li>
<li>Support scoped style for <code>&lt;svelte:element&gt;</code> (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7443">#7443</a>)</li>
<li>Improve error message for invalid value for
<code>&lt;svelte:component this={...}&gt;</code> (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7550">#7550</a>)</li>
<li>Improve error message when using logic blocks or tags at invalid
location (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7552">#7552</a>)</li>
<li>Warn instead of throwing error if
<code>&lt;svelte:element&gt;</code> is a void tag (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7566">#7566</a>)</li>
<li>Supports custom elements in <code>&lt;svelte:element&gt;</code> (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7733">#7733</a>)</li>
<li>Fix calling component unmount if a component is mounted and then
immediately unmounted (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7817">#7817</a>)</li>
<li>Do not generate <code>a11y-role-has-required-aria-props</code>
warning when elements match their semantic role (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7837">#7837</a>)</li>
<li>Improve performance of custom element data setting in
<code>&lt;svelte:element&gt;</code> (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/pull/7869">#7869</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ef849217c4"><code>ef84921</code></a>
-&gt; v3.52.0</li>
<li><a
href="244d74d4a7"><code>244d74d</code></a>
[feat] pre-build before testing in CI (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7933">#7933</a>)</li>
<li><a
href="a6169f65eb"><code>a6169f6</code></a>
Update CHANGELOG.md</li>
<li><a
href="e8b4997bb5"><code>e8b4997</code></a>
[fix] duplicate meta tags during hydration (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7941">#7941</a>)</li>
<li><a
href="bb83eddfc6"><code>bb83edd</code></a>
Update CHANGELOG.md</li>
<li><a
href="88ed9931f2"><code>88ed993</code></a>
warn on assignment to const (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/4960">#4960</a>)</li>
<li><a
href="ab1285a4f8"><code>ab1285a</code></a>
Update CHANGELOG.md</li>
<li><a
href="c7c6c05c7f"><code>c7c6c05</code></a>
[feat] add security warning for anchor element (rel attribute) (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/6289">#6289</a>)</li>
<li><a
href="ea9ee3911f"><code>ea9ee39</code></a>
Update CHANGELOG.md</li>
<li><a
href="bee1851faa"><code>bee1851</code></a>
[feat] <code>|important</code> modifier for style directive (<a
href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7489">#7489</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/svelte/compare/v3.50.1...v3.52.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svelte&package-manager=npm_and_yarn&previous-version=3.50.1&new-version=3.52.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-10-19 21:39:23 -04:00
tripp d3fb54b3c3
Update README.md (#47) 2022-10-08 21:28:32 -04:00
dependabot[bot] 723b94b659
build(deps-dev): bump @tauri-apps/cli from 1.0.5 to 1.1.1 (#42) 2022-10-03 19:59:50 -04:00
dependabot[bot] e819d56ecb
build(deps): bump serde from 1.0.144 to 1.0.145 in /src-tauri (#45) 2022-10-03 19:58:41 -04:00
dependabot[bot] 20f0966419
build(deps-dev): bump svelte from 3.49.0 to 3.50.1 (#34) 2022-10-03 19:58:19 -04:00
dependabot[bot] dfc34779fb
build(deps-dev): bump prettier-plugin-svelte from 2.7.0 to 2.7.1 (#46) 2022-10-03 19:20:08 -04:00
dependabot[bot] 92bfac6aaf
build(deps): bump tauri-build from 1.1.0 to 1.1.1 in /src-tauri (#44) 2022-10-03 19:17:09 -04:00
dependabot[bot] 09f133f2bb
build(deps): bump tauri from 1.1.0 to 1.1.1 in /src-tauri (#43) 2022-10-03 19:14:16 -04:00
dependabot[bot] 45a655cdbb
build(deps): bump @tauri-apps/api from 1.0.2 to 1.1.0 (#41) 2022-10-03 19:06:29 -04:00
tripp bcc80553e9
Add button to open the REPL (#30) 2022-09-27 20:38:36 -04:00
dependabot[bot] 8dbcf88c45
build(deps): bump svelte-navigator from 3.1.6 to 3.2.2 (#28) 2022-09-25 13:05:20 -04:00
Tyler Wilding 7dbb41c6e9
release: update glewinfo paths 2022-09-19 18:08:19 -04:00
Tyler Wilding 2aa1d71abf
app: compress poster image 2022-09-18 01:29:49 -04:00
tripp 6bacb63b15
Use better poster background image 2022-09-17 22:06:08 -04:00
Tyler Wilding d1801e8cb8
linux: fix linux support issues (#36) 2022-09-17 21:12:25 -04:00
tripp 08fe008133
Implemented game uninstall functionality (#31)
Another one that's pretty self explanatory.

Added a function to delete the directories:
`data/decompiler_out/game`
`data/iso_data/game`
`data/out/game`

Where `game` is the specified game passed in.
2022-09-13 22:23:33 -04:00
OpenGOALBot 5730ad2630 release: update release metadata to latest 2022-09-07 23:22:43 +00:00
OpenGOALBot 1bc025bc2e release: bump to version - 1.5.0 2022-09-07 23:08:16 +00:00
tripp 2c1104bae3
Added button and function to boot in debug (#29)
This one is pretty self explanatory, I added a new function to the
launch file using the correct flags to boot in debug.
2022-09-07 18:56:32 -04:00
OpenGOALBot a847f35760 release: update release metadata to latest 2022-09-02 16:30:08 +00:00
OpenGOALBot 4fbbc47131 release: bump to version - 1.4.0 2022-09-02 16:14:50 +00:00
OpenGOALBot 9ed6c35f5e release: update release metadata to latest 2022-09-01 02:10:20 +00:00
OpenGOALBot ae80006e11 release: bump to version - 1.3.0 2022-09-01 01:43:01 +00:00
OpenGOALBot 8b697680d5 release: update release metadata to latest 2022-08-24 01:20:49 +00:00
OpenGOALBot 212c1c4fe7 release: bump to version - 1.2.0 2022-08-24 01:04:21 +00:00
Tyler Wilding c7906ea73f
ci: adjust release kickoff when coming from jak-project (#27) 2022-08-22 20:33:29 -04:00
OpenGOALBot fe86fb96a1 release: update release metadata to latest 2022-08-23 00:11:09 +00:00
OpenGOALBot 4ba777ea1e release: bump to version - 1.1.0 2022-08-22 23:55:52 +00:00
Tyler Wilding 2316ed8457
release: improve tag finding to respect caret ranges (#24) 2022-08-19 19:09:45 -04:00
OpenGOALBot db7597b938 release: update release metadata to latest 2022-08-12 04:04:45 +00:00
OpenGOALBot 1672faa2c0 release: bump to version - 1.0.2 2022-08-12 03:44:36 +00:00
Tyler Wilding c0d01883a0
ci: switch to cargo generate-lockfile 2022-08-11 23:39:54 -04:00
Tyler Wilding b959e439a7
ci: fix linux environment for running cargo check 2022-08-11 23:08:52 -04:00
Tyler Wilding a4ab331139
setup: very minor wording changes and clarifications for sync-process (#20) 2022-08-11 22:48:21 -04:00
Tyler Wilding 3b6eb676ff
rust: fix copying of data files to not remove existing (but unrelated) files (#139) 2022-08-09 20:07:42 -04:00
dependabot[bot] ec4eb73c88
build(deps): bump serde_json from 1.0.82 to 1.0.83 in /src-tauri (#137)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 21:23:17 -04:00
Tyler Wilding 360b92e81c
update: fix sync-loop after the game is re-decompiled after an update (#135) 2022-08-08 21:08:21 -04:00
Tyler Wilding d20787ecc6
release: update Cargo.lock as well after bumping versions (#136) 2022-08-08 20:01:11 -04:00
tripp 9bf0fa0a45
Update setup.ts
These changes should fix the issue with the page not reloading properly after the users have either reinstalled or recompiled the game.
2022-08-04 21:01:42 -04:00