Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHORE] Update dependancies #343

Merged
merged 5 commits into from
Jan 22, 2025
Merged

[CHORE] Update dependancies #343

merged 5 commits into from
Jan 22, 2025

Conversation

JamesPeck
Copy link
Collaborator

No description provided.

dependabot bot and others added 5 commits January 22, 2025 12:25
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.7.3 to 2.16.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/kit</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.16.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: avoid overwriting headers for sub-requests made while loading
the error page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13341">#13341</a>)</p>
</li>
<li>
<p>fix: correctly resolve index file entrypoints such as
<code>src/service-worker/index.js</code> (<a
href="https://redirect.github.com/sveltejs/kit/pull/13354">#13354</a>)</p>
</li>
<li>
<p>fix: correctly handle relative anchors when using the hash router (<a
href="https://redirect.github.com/sveltejs/kit/pull/13356">#13356</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.16.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>feat: add ability to invalidate a custom identifier on
<code>goto()</code> (<a
href="https://redirect.github.com/sveltejs/kit/pull/13256">#13256</a>)</p>
</li>
<li>
<p>feat: remove the <code>postinstall</code> script to support pnpm 10
(<a
href="https://redirect.github.com/sveltejs/kit/pull/13304">#13304</a>)</p>
<p>NOTE: users should add <code>&quot;prepare&quot;: &quot;svelte-kit
sync</code>&quot; to their <code>package.json</code> in order to avoid
the following warning upon first running Vite:</p>
<pre><code>▲ [WARNING] Cannot find base config file
&quot;./.svelte-kit/tsconfig.json&quot; [tsconfig.json]
<pre><code>tsconfig.json:2:12:
2 │ &amp;quot;extends&amp;quot;:
&amp;quot;./.svelte-kit/tsconfig.json&amp;quot;,
    ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
</code></pre>
<p></code></pre></p>
</li>
<li>
<p>feat: provide <code>PageProps</code> and <code>LayoutProps</code>
types (<a
href="https://redirect.github.com/sveltejs/kit/pull/13308">#13308</a>)</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>perf: shorten chunk file names (<a
href="https://redirect.github.com/sveltejs/kit/pull/13003">#13003</a>)</p>
</li>
<li>
<p>fix: strip internal data before passing URL to <code>reroute</code>
(<a
href="https://redirect.github.com/sveltejs/kit/pull/13092">#13092</a>)</p>
</li>
<li>
<p>fix: support absolute URLs and reroutes with
<code>data-sveltekit-preload-code=&quot;viewport&quot;</code> (<a
href="https://redirect.github.com/sveltejs/kit/pull/12217">#12217</a>)</p>
</li>
<li>
<p>fix: use current <code>window.fetch</code> for server load fetch
requests (<a
href="https://redirect.github.com/sveltejs/kit/pull/13315">#13315</a>)</p>
</li>
<li>
<p>fix: resolve symlinks when handling routes (<a
href="https://redirect.github.com/sveltejs/kit/pull/12740">#12740</a>)</p>
</li>
<li>
<p>fix: prevent infinite reload when using the hash router and
previewing <code>/index.html</code> (<a
href="https://redirect.github.com/sveltejs/kit/pull/13296">#13296</a>)</p>
</li>
<li>
<p>fix: service worker base path in dev mode (<a
href="https://redirect.github.com/sveltejs/kit/pull/12577">#12577</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.16.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: avoid overwriting headers for sub-requests made while loading
the error page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13341">#13341</a>)</p>
</li>
<li>
<p>fix: correctly resolve index file entrypoints such as
<code>src/service-worker/index.js</code> (<a
href="https://redirect.github.com/sveltejs/kit/pull/13354">#13354</a>)</p>
</li>
<li>
<p>fix: correctly handle relative anchors when using the hash router (<a
href="https://redirect.github.com/sveltejs/kit/pull/13356">#13356</a>)</p>
</li>
</ul>
<h2>2.16.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>feat: add ability to invalidate a custom identifier on
<code>goto()</code> (<a
href="https://redirect.github.com/sveltejs/kit/pull/13256">#13256</a>)</p>
</li>
<li>
<p>feat: remove the <code>postinstall</code> script to support pnpm 10
(<a
href="https://redirect.github.com/sveltejs/kit/pull/13304">#13304</a>)</p>
<p>NOTE: users should add <code>&quot;prepare&quot;: &quot;svelte-kit
sync</code>&quot; to their <code>package.json</code> in order to avoid
the following warning upon first running Vite:</p>
<pre><code>▲ [WARNING] Cannot find base config file
&quot;./.svelte-kit/tsconfig.json&quot; [tsconfig.json]
<pre><code>tsconfig.json:2:12:
2 │ &amp;quot;extends&amp;quot;:
&amp;quot;./.svelte-kit/tsconfig.json&amp;quot;,
    ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
</code></pre>
<p></code></pre></p>
</li>
<li>
<p>feat: provide <code>PageProps</code> and <code>LayoutProps</code>
types (<a
href="https://redirect.github.com/sveltejs/kit/pull/13308">#13308</a>)</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>perf: shorten chunk file names (<a
href="https://redirect.github.com/sveltejs/kit/pull/13003">#13003</a>)</p>
</li>
<li>
<p>fix: strip internal data before passing URL to <code>reroute</code>
(<a
href="https://redirect.github.com/sveltejs/kit/pull/13092">#13092</a>)</p>
</li>
<li>
<p>fix: support absolute URLs and reroutes with
<code>data-sveltekit-preload-code=&quot;viewport&quot;</code> (<a
href="https://redirect.github.com/sveltejs/kit/pull/12217">#12217</a>)</p>
</li>
<li>
<p>fix: use current <code>window.fetch</code> for server load fetch
requests (<a
href="https://redirect.github.com/sveltejs/kit/pull/13315">#13315</a>)</p>
</li>
<li>
<p>fix: resolve symlinks when handling routes (<a
href="https://redirect.github.com/sveltejs/kit/pull/12740">#12740</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/kit/commit/7c81ac95c8687b09e2d49bad66528b415fd66bb3"><code>7c81ac9</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13353">#13353</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/ab58c2205a7e9d60aa3e8dd827ed4e1202b0b1b1"><code>ab58c22</code></a>
fix: correctly check index file exists when resolving an entry (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13354">#13354</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/a8bdcf800b1e96a969ce69547d61b703b0999d87"><code>a8bdcf8</code></a>
fix: correctly handle relative anchors when hash router is enabled (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13356">#13356</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/b7642987f57fe700ddf22a781a8ef12ffdab60e5"><code>b764298</code></a>
fix: do not replace headers on fetch requests with error state (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13341">#13341</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/f5103c6135c66e0c2d63a4826f535759a79b5d31"><code>f5103c6</code></a>
docs: document derived use of $app/state's page (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13346">#13346</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/18d69fb92a1d3cf419882bbfb9f08421974e5c22"><code>18d69fb</code></a>
docs: mention page state (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13348">#13348</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/702575ed5aa582f92e3b37b257984299a1d23fbb"><code>702575e</code></a>
chore: upgrade to vitest 3 (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13330">#13330</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/537cd1bd58912a921bea78b16a577594cd4d65e9"><code>537cd1b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13316">#13316</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/6774ebc34330b12ae8c0cae08e98b577d819fffb"><code>6774ebc</code></a>
fix: strip internal data before passing URL to <code>reroute</code> (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13092">#13092</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/37f72fbb075b481de8263f62c77125333735f382"><code>37f72fb</code></a>
fix: inline server stylesheets instead of client stylesheets (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13068">#13068</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.7.3&new-version=2.16.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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/hms-dbmi/PIC-SURE-Frontend/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James <[email protected]>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 5.4.10 to 5.4.14.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>v5.4.14</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v5.4.13</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v5.4.13/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v5.4.12</h2>
<p>This version contains a breaking change due to security fixes. See <a
href="https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6">https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6</a>
for more details.</p>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v5.4.11</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/ecd2375460edb4ae258fed4abe6c6f6ed7323b23/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.14 (2025-01-21)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: <code>preview.allowedHosts</code> with specific values was not
respected (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19246">#19246</a>)
(<a
href="https://github.com/vitejs/vite/commit/9df6e6beabf0d18988ec13b8b742d2aba29662f9">9df6e6b</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19246">#19246</a></li>
<li>fix: allow CORS from loopback addresses by default (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19249">#19249</a>)
(<a
href="https://github.com/vitejs/vite/commit/7d1699ccf673e2790704756d89d2e1e4ee478fb4">7d1699c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19249">#19249</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.4.13 (2025-01-20)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: try parse <code>server.origin</code> URL (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19241">#19241</a>)
(<a
href="https://github.com/vitejs/vite/commit/5946215718e369c34f6cc9415391d2ca84efe327">5946215</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19241">#19241</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.4.12 (2025-01-20)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix!: check host header to prevent DNS rebinding attacks and
introduce <code>server.allowedHosts</code> (<a
href="https://github.com/vitejs/vite/commit/9da4abc8dde7f032ca1f23f425c2060b9b9ebd34">9da4abc</a>)</li>
<li>fix!: default <code>server.cors: false</code> to disallow fetching
from untrusted origins (<a
href="https://github.com/vitejs/vite/commit/dfea38f1ff9f6fc0f0ca57927c527b0b9ffd2210">dfea38f</a>)</li>
<li>fix: verify token for HMR WebSocket connection (<a
href="https://github.com/vitejs/vite/commit/b71a5c89a1b4b913813ae665e6e04dd9d18c189c">b71a5c8</a>)</li>
<li>chore: add deps update changelog (<a
href="https://github.com/vitejs/vite/commit/ecd2375460edb4ae258fed4abe6c6f6ed7323b23">ecd2375</a>)</li>
</ul>
<h2><!-- raw HTML omitted -->5.4.11 (2024-11-11)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix(deps): update dependencies of postcss-modules (<a
href="https://github.com/vitejs/vite/commit/ceb15db613d107e29f7cc1d441364f7b5c831ed3">ceb15db</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18617">#18617</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite/commit/e7eb3c5559e6f7ec6f5ca834c2ff4d680f58e81b"><code>e7eb3c5</code></a>
release: v5.4.14</li>
<li><a
href="https://github.com/vitejs/vite/commit/7d1699ccf673e2790704756d89d2e1e4ee478fb4"><code>7d1699c</code></a>
fix: allow CORS from loopback addresses by default (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19249">#19249</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/9df6e6beabf0d18988ec13b8b742d2aba29662f9"><code>9df6e6b</code></a>
fix: <code>preview.allowedHosts</code> with specific values was not
respected (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19246">#19246</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/a1824c5ff13578d590176275ac309a0ab48ee5b9"><code>a1824c5</code></a>
release: v5.4.13</li>
<li><a
href="https://github.com/vitejs/vite/commit/5946215718e369c34f6cc9415391d2ca84efe327"><code>5946215</code></a>
fix: try parse <code>server.origin</code> URL (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19241">#19241</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/f428aa9af8534b214abb09fe4456653eb09913e7"><code>f428aa9</code></a>
release: v5.4.12</li>
<li><a
href="https://github.com/vitejs/vite/commit/9da4abc8dde7f032ca1f23f425c2060b9b9ebd34"><code>9da4abc</code></a>
fix!: check host header to prevent DNS rebinding attacks and introduce
`serve...</li>
<li><a
href="https://github.com/vitejs/vite/commit/b71a5c89a1b4b913813ae665e6e04dd9d18c189c"><code>b71a5c8</code></a>
fix: verify token for HMR WebSocket connection</li>
<li><a
href="https://github.com/vitejs/vite/commit/dfea38f1ff9f6fc0f0ca57927c527b0b9ffd2210"><code>dfea38f</code></a>
fix!: default <code>server.cors: false</code> to disallow fetching from
untrusted origins</li>
<li><a
href="https://github.com/vitejs/vite/commit/ecd2375460edb4ae258fed4abe6c6f6ed7323b23"><code>ecd2375</code></a>
chore: add deps update changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v5.4.14/packages/vite">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=5.4.10&new-version=5.4.14)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/hms-dbmi/PIC-SURE-Frontend/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte)
from 3.2.7 to 3.3.3.
<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>
<h1>prettier-plugin-svelte changelog</h1>
</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=3.2.7&new-version=3.3.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[svelte-eslint-parser](https://github.com/sveltejs/svelte-eslint-parser)
from 0.40.0 to 0.43.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/svelte-eslint-parser/releases">svelte-eslint-parser's
releases</a>.</em></p>
<blockquote>
<h2>v0.43.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/576">#576</a>
<a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151"><code>88548e9</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! -
update svelte to v5</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/576">#576</a>
<a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151"><code>88548e9</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! - fix
some <code>$props()</code> type linting error</li>
</ul>
<h2>v0.42.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/569">#569</a>
<a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/3119299bb66291f537b9c28bb89a559fb6cae90b"><code>3119299</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! -
feat: improve props type</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/573">#573</a>
<a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/7c556ca092930518c3794bff7be59ed68c2eb15c"><code>7c556ca</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! - fix:
error in snippets with type annotations</li>
</ul>
<h2>v0.41.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/561">#561</a>
<a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/8350bb5b59bc6b54afa72baf7eccb83929ceb593"><code>8350bb5</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! - fix:
incorrect runes inference when having empty compiler options</li>
</ul>
<h2>v0.41.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/550">#550</a>
<a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/ef24a69b805b7cff6744be4cbdbc9c2349cfe04d"><code>ef24a69</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! -
feat: support for svelte 5.0.0-next.191</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/svelte-eslint-parser/blob/main/CHANGELOG.md">svelte-eslint-parser's
changelog</a>.</em></p>
<blockquote>
<h2>0.43.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/576">#576</a>
<a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151"><code>88548e9</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! -
update svelte to v5</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/576">#576</a>
<a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151"><code>88548e9</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! - fix
some <code>$props()</code> type linting error</li>
</ul>
<h2>0.42.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/569">#569</a>
<a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/3119299bb66291f537b9c28bb89a559fb6cae90b"><code>3119299</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! -
feat: improve props type</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/573">#573</a>
<a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/7c556ca092930518c3794bff7be59ed68c2eb15c"><code>7c556ca</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! - fix:
error in snippets with type annotations</li>
</ul>
<h2>0.41.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/561">#561</a>
<a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/8350bb5b59bc6b54afa72baf7eccb83929ceb593"><code>8350bb5</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! - fix:
incorrect runes inference when having empty compiler options</li>
</ul>
<h2>0.41.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/550">#550</a>
<a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/ef24a69b805b7cff6744be4cbdbc9c2349cfe04d"><code>ef24a69</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! -
feat: support for svelte 5.0.0-next.191</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/b7210eb1a80ca597689be4a94e8a9204028a5aa6"><code>b7210eb</code></a>
chore: release svelte-eslint-parser (<a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/issues/578">#578</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151"><code>88548e9</code></a>
update svelte to v5 (<a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/issues/576">#576</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/be30c3a16276421ee728d2a5ebfd980cac0a49ed"><code>be30c3a</code></a>
chore(deps): update dependency
<code>@​sveltejs/vite-plugin-svelte</code> to v4</li>
<li><a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/13a70b3f79600bfc3e34aa75d24862f412da161f"><code>13a70b3</code></a>
chore(deps): update coverallsapp/github-action action to v2.3.3</li>
<li><a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/e70a9b55f5bf751c7f9a5adad7d62e51458ad8cc"><code>e70a9b5</code></a>
chore: release svelte-eslint-parser (<a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/issues/570">#570</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/7c556ca092930518c3794bff7be59ed68c2eb15c"><code>7c556ca</code></a>
fix: error in snippets with type annotations (<a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/issues/573">#573</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/37be78fbee484fad6dc1a9193a34e01f2f1f9704"><code>37be78f</code></a>
chore(deps): update coverallsapp/github-action action to v2.3.2</li>
<li><a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/1b25f56d9d2f20a8b3b7b438614e721ea2e505f9"><code>1b25f56</code></a>
chore(deps): update coverallsapp/github-action action to v2.3.1 (<a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/issues/571">#571</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/9a80f1d1bef301742f2136857689c26a3133e869"><code>9a80f1d</code></a>
chore(deps): update dependency monaco-editor to ^0.52.0 (<a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/issues/565">#565</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte-eslint-parser/commit/2e66ea9e53c0993078a29029c86a589d4ca700e9"><code>2e66ea9</code></a>
chore(deps): update dependency esbuild to ^0.24.0 (<a
href="https://redirect.github.com/sveltejs/svelte-eslint-parser/issues/566">#566</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/svelte-eslint-parser/compare/v0.40.0...v0.43.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svelte-eslint-parser&package-manager=npm_and_yarn&previous-version=0.40.0&new-version=0.43.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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps node from 23.0.0-alpine3.19 to 23.3.0-alpine3.19.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=node&package-manager=docker&previous-version=23.0.0-alpine3.19&new-version=23.3.0-alpine3.19)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@JamesPeck JamesPeck added the dependencies Pull requests that update a dependency file label Jan 22, 2025
@JamesPeck JamesPeck merged commit 93c83b3 into release Jan 22, 2025
4 checks passed
@JamesPeck JamesPeck deleted the merge-deps-1-22 branch January 22, 2025 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant