Skip to content

Commit

Permalink
deps(dev): bump @sveltejs/kit from 2.11.1 to 2.15.2 (#2755)
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.11.1 to 2.15.2.
<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>.15.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: correctly notify page store subscribers (<a href="https://redirect.github.com/sveltejs/kit/pull/13205">#13205</a>)</p>
</li>
<li>
<p>fix: prerender data when there is no server load but the <code>trailingSlash</code> option is set from the server (<a href="https://redirect.github.com/sveltejs/kit/pull/13262">#13262</a>)</p>
</li>
<li>
<p>fix: correctly remove navigation callbacks when returning function in onNavigate (<a href="https://redirect.github.com/sveltejs/kit/pull/13241">#13241</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.15.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: add CSP hashes/nonces to inline styles when using <code>bundleStrategy: 'inline'</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/13232">#13232</a>)</p>
</li>
<li>
<p>fix: silence dev/prod warning during sync (<a href="https://redirect.github.com/sveltejs/kit/pull/13244">#13244</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.15.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add <code>bundleStrategy: 'inline'</code> option (<a href="https://redirect.github.com/sveltejs/kit/pull/13193">#13193</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.14.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: do not mutate URL during reroute logic (<a href="https://redirect.github.com/sveltejs/kit/pull/13222">#13222</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.14.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add hash-based routing option (<a href="https://redirect.github.com/sveltejs/kit/pull/13191">#13191</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>fix: create new URL when calling <code>goto(...)</code>, to handle case where URL is mutated (<a href="https://redirect.github.com/sveltejs/kit/pull/13196">#13196</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.13.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add <code>bundleStrategy: 'split' | 'single'</code> option (<a href="https://redirect.github.com/sveltejs/kit/pull/13173">#13173</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.12.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: correctly resolve no hooks file when a similarly named directory exists (<a href="https://redirect.github.com/sveltejs/kit/pull/13188">#13188</a>)</p>
</li>
<li>
<p>fix: correctly resolve <code>$app/state</code> on the server with Vite 5 (<a href="https://redirect.github.com/sveltejs/kit/pull/13192">#13192</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.15.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: correctly notify page store subscribers (<a href="https://redirect.github.com/sveltejs/kit/pull/13205">#13205</a>)</p>
</li>
<li>
<p>fix: prerender data when there is no server load but the <code>trailingSlash</code> option is set from the server (<a href="https://redirect.github.com/sveltejs/kit/pull/13262">#13262</a>)</p>
</li>
<li>
<p>fix: correctly remove navigation callbacks when returning function in onNavigate (<a href="https://redirect.github.com/sveltejs/kit/pull/13241">#13241</a>)</p>
</li>
</ul>
<h2>2.15.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: add CSP hashes/nonces to inline styles when using <code>bundleStrategy: 'inline'</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/13232">#13232</a>)</p>
</li>
<li>
<p>fix: silence dev/prod warning during sync (<a href="https://redirect.github.com/sveltejs/kit/pull/13244">#13244</a>)</p>
</li>
</ul>
<h2>2.15.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add <code>bundleStrategy: 'inline'</code> option (<a href="https://redirect.github.com/sveltejs/kit/pull/13193">#13193</a>)</li>
</ul>
<h2>2.14.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: do not mutate URL during reroute logic (<a href="https://redirect.github.com/sveltejs/kit/pull/13222">#13222</a>)</li>
</ul>
<h2>2.14.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add hash-based routing option (<a href="https://redirect.github.com/sveltejs/kit/pull/13191">#13191</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>fix: create new URL when calling <code>goto(...)</code>, to handle case where URL is mutated (<a href="https://redirect.github.com/sveltejs/kit/pull/13196">#13196</a>)</li>
</ul>
<h2>2.13.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add <code>bundleStrategy: 'split' | 'single'</code> option (<a href="https://redirect.github.com/sveltejs/kit/pull/13173">#13173</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/3c3109267f4f7339fdc055acc756966bf4f3b05a"><code>3c31092</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13277">#13277</a>)</li>
<li><a href="https://github.com/sveltejs/kit/commit/80a9e835f1b00332160894aa1ab7cb0aa6bd356d"><code>80a9e83</code></a> fix: prerender data when there's no server load but <code>trailingSlash</code> option is...</li>
<li><a href="https://github.com/sveltejs/kit/commit/48d2aaeeb5fa13439b544b1c64fc49c4c93b727a"><code>48d2aae</code></a> fix: correctly remove navigation callbacks when returning function in onNavig...</li>
<li><a href="https://github.com/sveltejs/kit/commit/1d864f84d0d6ce2e36c7685be25275aa270c1318"><code>1d864f8</code></a> docs: emphasise $app/state objects are read-only (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13236">#13236</a>)</li>
<li><a href="https://github.com/sveltejs/kit/commit/059bff89053656c33d0d0c540924330805a3bca6"><code>059bff8</code></a> docs: reword afterNavigate description so that it includes navigations to the...</li>
<li><a href="https://github.com/sveltejs/kit/commit/dc8ec1e44582969d5db4e0d223cf5429be374bdb"><code>dc8ec1e</code></a> fix: correctly notify page store subscribers (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13205">#13205</a>)</li>
<li><a href="https://github.com/sveltejs/kit/commit/2d3f551c7381a7ccbdabc4e03ba9a1509c2a8b69"><code>2d3f551</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13235">#13235</a>)</li>
<li><a href="https://github.com/sveltejs/kit/commit/528af75f846f971ef64e4d109ac5e22fca046b90"><code>528af75</code></a> fix: silence dev/prod warning during sync (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13244">#13244</a>)</li>
<li><a href="https://github.com/sveltejs/kit/commit/12ce7eb19fb57907e3db29ef981a8c7a0afc4b6f"><code>12ce7eb</code></a> fix: add CSP hashes/nonces to inline styles when using (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13232">#13232</a>)</li>
<li><a href="https://github.com/sveltejs/kit/commit/64c8e04accce4e9874448d76f2ea5111474fd37d"><code>64c8e04</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13225">#13225</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.11.1&new-version=2.15.2)](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>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 082accf commit 4586013
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nosecone-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.34",
"@arcjet/tsconfig": "1.0.0-alpha.34",
"@rollup/wasm-node": "4.30.1",
"@sveltejs/kit": "^2.11.1",
"@sveltejs/kit": "^2.15.2",
"@types/node": "18.18.0",
"typescript": "5.7.2"
},
Expand Down
8 changes: 4 additions & 4 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 4586013

Please sign in to comment.