Commit graph

96 commits

Author SHA1 Message Date
dependabot[bot] 4a9f958b66
build(deps-dev): bump prettier from 2.7.1 to 2.8.1 (#79)
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to
2.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/releases">prettier's
releases</a>.</em></p>
<blockquote>
<h2>2.8.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#281">Changelog</a></p>
<h2>2.8.0</h2>
<p><a
href="https://github.com/prettier/prettier/compare/2.7.1...2.8.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2022/11/23/2.8.0.html">Release
note</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's
changelog</a>.</em></p>
<blockquote>
<h1>2.8.1</h1>
<p><a
href="https://github.com/prettier/prettier/compare/2.8.0...2.8.1">diff</a></p>
<h4>Fix SCSS map in arguments (<a
href="https://github-redirect.dependabot.com/prettier/prettier/pull/9184">#9184</a>
by <a
href="https://github.com/agamkrbit"><code>@​agamkrbit</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="scss"><code>// Input
$display-breakpoints: map-deep-merge(
  (
    &quot;print-only&quot;: &quot;only print&quot;,
    &quot;screen-only&quot;: &quot;only screen&quot;,
&quot;xs-only&quot;: &quot;only screen and (max-width:
#{map-get($grid-breakpoints, &quot;sm&quot;)-1})&quot;,
  ),
  $display-breakpoints
);
<p>// Prettier 2.8.0
$display-breakpoints: map-deep-merge(
(
&quot;print-only&quot;: &quot;only print&quot;,
&quot;screen-only&quot;: &quot;only screen&quot;,
&quot;xs-only&quot;: &quot;only screen and (max-width:
#{map-get($grid-breakpoints, &quot; sm
&quot;)-1})&quot;,
),
$display-breakpoints
);</p>
<p>// Prettier 2.8.1
$display-breakpoints: map-deep-merge(
(
&quot;print-only&quot;: &quot;only print&quot;,
&quot;screen-only&quot;: &quot;only screen&quot;,
&quot;xs-only&quot;: &quot;only screen and (max-width:
#{map-get($grid-breakpoints, &quot;sm&quot;)-1})&quot;,
),
$display-breakpoints
);
</code></pre></p>
<h4>Support auto accessors syntax (<a
href="https://github-redirect.dependabot.com/prettier/prettier/pull/13919">#13919</a>
by <a
href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4>
<p>Support for <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#auto-accessors-in-classes">Auto
Accessors Syntax</a> landed in TypeScript 4.9.</p>
<p>(Doesn't work well with <code>babel-ts</code> parser)</p>
<!-- raw HTML omitted -->
<pre lang="tsx"><code>class Foo {
  accessor foo: number = 3;
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cd1df1a184"><code>cd1df1a</code></a>
Release 2.8.1</li>
<li><a
href="5541a63d76"><code>5541a63</code></a>
Remove version validation</li>
<li><a
href="1cf760a184"><code>1cf760a</code></a>
Support decorator auto accessors syntax (<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/13919">#13919</a>)</li>
<li><a
href="aa34209820"><code>aa34209</code></a>
test: format instantiation expr in logical expr (<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/13897">#13897</a>)</li>
<li><a
href="957b4f20e8"><code>957b4f2</code></a>
Build(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 in /website
(<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/13933">#13933</a>)</li>
<li><a
href="e4240aeaf0"><code>e4240ae</code></a>
Add tests for keyword class property (<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/13927">#13927</a>)</li>
<li><a
href="655a161d0f"><code>655a161</code></a>
Add tests for multiple comments (<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/13890">#13890</a>)</li>
<li><a
href="4a1e32a9de"><code>4a1e32a</code></a>
Fixed scss function arguments on different lines in maps <a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/9128">#9128</a>
(<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/9184">#9184</a>)</li>
<li><a
href="38806fe666"><code>38806fe</code></a>
Migrate from probot/no-response to lee-dohm/no-response (<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/13891">#13891</a>)</li>
<li><a
href="a60bee2e2d"><code>a60bee2</code></a>
Add '--single-attribute-per-line' option to Playground (<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/13587">#13587</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/2.7.1...2.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.7.1&new-version=2.8.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 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:40:56 -05:00
OpenGOALBot d4106ba772 release: bump to version - 1.6.1 2022-11-30 04:33:42 +00:00
OpenGOALBot 807229c619 release: bump to version - 1.6.0 2022-11-30 03:56:31 +00:00
OpenGOALBot 5e0a973df2 release: bump to version - 1.5.2 2022-11-10 01:54:54 +00:00
OpenGOALBot 28bb19aee3 release: bump to version - 1.5.1 2022-11-02 02:48:43 +00: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] 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
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] 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] 45a655cdbb
build(deps): bump @tauri-apps/api from 1.0.2 to 1.1.0 (#41) 2022-10-03 19:06:29 -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
OpenGOALBot 1bc025bc2e release: bump to version - 1.5.0 2022-09-07 23:08:16 +00:00
OpenGOALBot 4fbbc47131 release: bump to version - 1.4.0 2022-09-02 16:14:50 +00:00
OpenGOALBot ae80006e11 release: bump to version - 1.3.0 2022-09-01 01:43:01 +00:00
OpenGOALBot 212c1c4fe7 release: bump to version - 1.2.0 2022-08-24 01:04:21 +00:00
OpenGOALBot 4ba777ea1e release: bump to version - 1.1.0 2022-08-22 23:55:52 +00:00
OpenGOALBot 1672faa2c0 release: bump to version - 1.0.2 2022-08-12 03:44:36 +00:00
OpenGOALBot 88bfeb16f7 release: bump to version - 1.0.1 2022-08-04 18:39:13 +00:00
OpenGOALBot d79f0b22a0 release: bump to version - 1.0.0 2022-07-25 23:56:56 +00:00
OpenGOALBot efa20523a3 release: bump to version - 0.3.2 2022-07-23 23:26:16 +00:00
OpenGOALBot dec5c71166 release: bump to version - 0.3.1 2022-07-23 21:38:35 +00:00
Tyler Wilding c83f1fa541
Fix a bunch of small things discovered when testing the latest release (#118)
* launch the game in release mode

* log: handle a non-existent dir when rotating the file

* app: change casing of app name (and hopefully the install dir)

* setup: fix individually decompile/compile steps

* lint: formatting
2022-07-23 17:37:59 -04:00
OpenGOALBot b7eafdf67c release: bump to version - 0.3.0 2022-07-23 19:23:17 +00:00
OpenGOALBot cc35f27cd4 release: bump to version - 0.2.11 2022-07-23 19:01:23 +00:00
Tyler Wilding 16311b488e
deps: update tauri dependencies (#115) 2022-07-23 01:30:54 -04:00
Tyler Wilding 2cee538376
config: fix issue related to loading the settings on initial launch (#109) 2022-07-22 23:50:40 -04:00
dependabot[bot] 0460ff1e57
build(deps): bump @tauri-apps/api from 1.0.1 to 1.0.2 (#107)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-15 19:33:29 -04:00
dependabot[bot] 5835ae0a7a
build(deps-dev): bump @tauri-apps/cli from 1.0.0 to 1.0.3 (#101)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-14 18:24:47 -04:00
dependabot[bot] 4662f78388
build(deps-dev): bump svelte from 3.48.0 to 3.49.0 (#105)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-14 18:04:48 -04:00
dependabot[bot] 84f6a60cfa
build(deps-dev): bump vite from 2.9.13 to 2.9.14 (#102)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-14 18:04:39 -04:00
dependabot[bot] 76b772183d
build(deps-dev): bump vite from 2.9.12 to 2.9.13 (#91)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-02 22:24:31 -04:00
dependabot[bot] fdd8116f6c
build(deps-dev): bump svelte-preprocess from 4.10.6 to 4.10.7 (#78)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-24 16:17:57 -04:00
dependabot[bot] da0085d5d6
build(deps-dev): bump svelte from 3.47.0 to 3.48.0 (#79)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-23 01:13:12 -04:00
dependabot[bot] 9a4bb5e061
build(deps-dev): bump vite from 2.9.4 to 2.9.12 (#76)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 00:29:03 -04:00
dependabot[bot] db55070650
build(deps-dev): bump @sveltejs/vite-plugin-svelte from 1.0.0-next.41 to 1.0.0-next.49 (#75)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 00:06:34 -04:00
dependabot[bot] 701109b6c1
build(deps-dev): bump prettier from 2.6.2 to 2.7.1 (#77)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 00:01:01 -04:00
OpenGOALBot c915aaf667 release: bump to version - 0.2.10 2022-06-22 01:35:15 +00:00
OpenGOALBot 3dd99e8819 release: bump to version - 0.2.9 2022-06-22 01:16:50 +00:00
OpenGOALBot 3a327ec59b release: bump to version - 0.2.8 2022-06-22 01:02:54 +00:00
OpenGOALBot 6d4838f646 release: bump to version - 0.2.7 2022-06-21 02:54:57 +00:00
OpenGOALBot 662dc96531 release: bump to version - 0.2.6 2022-06-19 02:59:33 +00:00
Tyler Wilding 680fb28f53
release: set bundle targets to all (#64) 2022-06-18 22:58:47 -04:00
OpenGOALBot c070942363 release: bump to version - 0.2.5 2022-06-19 00:58:05 +00:00
OpenGOALBot 8e8b479daf release: bump to version - 0.2.4 2022-06-18 04:09:05 +00:00
OpenGOALBot fbc30c821b release: bump to version - 0.2.3 2022-06-17 01:27:16 +00:00
trippjoe e5bfe78596 adopted svelte-navigator 2022-06-16 14:33:33 -04:00
trippjoe a04417461f added button to settings for opening the app directory 2022-06-01 17:26:07 -04:00
Tyler Wilding f928c908f8
deps: update dependencies to resolve a build failure 2022-06-01 00:27:39 -04:00
trippjoe 071b82f953 renamed files and updated config files accordingly 2022-05-30 10:20:24 -04:00