Skip to content

Commit

Permalink
build(deps-dev): bump @sveltejs/kit from 2.5.28 to 2.8.3 (#532)
Browse files Browse the repository at this point in the history
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.5.28 to 2.8.3.
<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>.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</p>
</li>
<li>
<p>fix: when using <code>@vitejs/plugin-basic-ssl</code>, set a no-op
proxy config to downgrade from HTTP/2 to TLS since <code>undici</code>
does not yet enable HTTP/2 by default (<a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/2"><code>@​2</code></a>.7.4</h2>
<h3>Patch Changes</h3>
<!-- 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.8.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure error messages are escaped (<a
href="https://redirect.github.com/sveltejs/kit/pull/13050">#13050</a>)</p>
</li>
<li>
<p>fix: escape values included in dev 404 page (<a
href="https://redirect.github.com/sveltejs/kit/pull/13039">#13039</a>)</p>
</li>
</ul>
<h2>2.8.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: prevent duplicate fetch request when using Request with load
function's fetch (<a
href="https://redirect.github.com/sveltejs/kit/pull/13023">#13023</a>)</p>
</li>
<li>
<p>fix: do not override default cookie decoder to allow users to
override the <code>cookie</code> library version (<a
href="https://redirect.github.com/sveltejs/kit/pull/13037">#13037</a>)</p>
</li>
</ul>
<h2>2.8.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: only add nonce to <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> CSP
directives when <code>unsafe-inline</code> is not present (<a
href="https://redirect.github.com/sveltejs/kit/pull/11613">#11613</a>)</p>
</li>
<li>
<p>fix: support HTTP/2 in dev and production. Revert the changes from <a
href="https://redirect.github.com/sveltejs/kit/pull/12907">#12907</a> to
downgrade HTTP/2 to TLS as now being unnecessary (<a
href="https://redirect.github.com/sveltejs/kit/pull/12989">#12989</a>)</p>
</li>
</ul>
<h2>2.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add helper to identify <code>ActionFailure</code> objects (<a
href="https://redirect.github.com/sveltejs/kit/pull/12878">#12878</a>)</li>
</ul>
<h2>2.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update link in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12963">#12963</a>)</li>
</ul>
<h2>2.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: update broken links in JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/12960">#12960</a>)</li>
</ul>
<h2>2.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: warn on invalid cookie name characters (<a
href="https://redirect.github.com/sveltejs/kit/pull/12806">#12806</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/kit/commit/429bfb74fe823ea13a5fa0547dcf4cd6bb358a93"><code>429bfb7</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13049">#13049</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/134e36343ef57ed7e6e2b3bb9e7f05ad37865794"><code>134e363</code></a>
fix: ensure error messages are escaped (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13050">#13050</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/d338d4635a7fd947ba5112df6ee632c4a0979438"><code>d338d46</code></a>
fix: escape values included in dev 404 page (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13039">#13039</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/5f8399d88fd9461a6111e03e6168067fba42e2c1"><code>5f8399d</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13024">#13024</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/1358cccd52190df3c74bdd8970dbfb06ffc4ec72"><code>1358ccc</code></a>
fix: use default cookie decoder (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13037">#13037</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/570562b74d9e9f295d9b617478088a650f51e96b"><code>570562b</code></a>
fix: handle empty Headers when serialising Request passed to fetch (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13023">#13023</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/435984bf61b047d1e1a8efe88354ca7ac4e9109f"><code>435984b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12992">#12992</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/0bd4426944ce9995b86199900e39c8d3929fa2f2"><code>0bd4426</code></a>
fix: support custom servers using HTTP/2 in production (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12989">#12989</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/6df00fc8448bf72c91e8f6faee0605995b0fdd65"><code>6df00fc</code></a>
fix: csp nonce in <code>script-src-elem</code>,
<code>style-src-attr</code> and <code>style-src-elem</code> wh...</li>
<li><a
href="https://github.com/sveltejs/kit/commit/c717db91236c7ab15045b296c73201c6c6ecd6fa"><code>c717db9</code></a>
chore: update playground and add an endpoint (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12983">#12983</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.5.28&new-version=2.8.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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/dfinity/gix-components/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 1f4ea50 commit 9555beb
Showing 1 changed file with 30 additions and 32 deletions.
62 changes: 30 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9555beb

Please sign in to comment.