Skip to content

Commit

Permalink
chore(deps-dev): bump @sveltejs/kit from 2.8.0 to 2.8.3 (#24)
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.8.0 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>
</blockquote>
</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>
</blockquote>
</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.8.0&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/realgolfgames/realgolfgames-logs/network/alerts).

</details>
  • Loading branch information
MoinJulian authored Dec 21, 2024
2 parents 7956b01 + 84fda6c commit 2dd5eb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/kit": "^2.8.3",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.8",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 2dd5eb2

Please sign in to comment.