Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[npm] Bump @sveltejs/kit from 2.7.3 to 2.16.1 (#342)
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>"prepare": "svelte-kit sync</code>" 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 "./.svelte-kit/tsconfig.json" [tsconfig.json] <pre><code>tsconfig.json:2:12: 2 │ &quot;extends&quot;: &quot;./.svelte-kit/tsconfig.json&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="viewport"</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>"prepare": "svelte-kit sync</code>" 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 "./.svelte-kit/tsconfig.json" [tsconfig.json] <pre><code>tsconfig.json:2:12: 2 │ &quot;extends&quot;: &quot;./.svelte-kit/tsconfig.json&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="viewport"</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]>
- Loading branch information