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

[npm] Bump @sveltejs/kit from 2.7.3 to 2.16.1 #342

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps @sveltejs/kit from 2.7.3 to 2.16.1.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.16.1

Patch Changes

  • fix: avoid overwriting headers for sub-requests made while loading the error page (#13341)

  • fix: correctly resolve index file entrypoints such as src/service-worker/index.js (#13354)

  • fix: correctly handle relative anchors when using the hash router (#13356)

@​sveltejs/kit@​2.16.0

Minor Changes

  • feat: add ability to invalidate a custom identifier on goto() (#13256)

  • feat: remove the postinstall script to support pnpm 10 (#13304)

    NOTE: users should add "prepare": "svelte-kit sync" to their package.json in order to avoid the following warning upon first running Vite:

    ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
    
    tsconfig.json:2:12:
      2 │   "extends": "./.svelte-kit/tsconfig.json",
        ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    

  • feat: provide PageProps and LayoutProps types (#13308)

Patch Changes

  • perf: shorten chunk file names (#13003)

  • fix: strip internal data before passing URL to reroute (#13092)

  • fix: support absolute URLs and reroutes with data-sveltekit-preload-code="viewport" (#12217)

  • fix: use current window.fetch for server load fetch requests (#13315)

  • fix: resolve symlinks when handling routes (#12740)

  • fix: prevent infinite reload when using the hash router and previewing /index.html (#13296)

  • fix: service worker base path in dev mode (#12577)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.16.1

Patch Changes

  • fix: avoid overwriting headers for sub-requests made while loading the error page (#13341)

  • fix: correctly resolve index file entrypoints such as src/service-worker/index.js (#13354)

  • fix: correctly handle relative anchors when using the hash router (#13356)

2.16.0

Minor Changes

  • feat: add ability to invalidate a custom identifier on goto() (#13256)

  • feat: remove the postinstall script to support pnpm 10 (#13304)

    NOTE: users should add "prepare": "svelte-kit sync" to their package.json in order to avoid the following warning upon first running Vite:

    ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
    
    tsconfig.json:2:12:
      2 │   "extends": "./.svelte-kit/tsconfig.json",
        ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    

  • feat: provide PageProps and LayoutProps types (#13308)

Patch Changes

  • perf: shorten chunk file names (#13003)

  • fix: strip internal data before passing URL to reroute (#13092)

  • fix: support absolute URLs and reroutes with data-sveltekit-preload-code="viewport" (#12217)

  • fix: use current window.fetch for server load fetch requests (#13315)

  • fix: resolve symlinks when handling routes (#12740)

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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.

Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.7.3 to 2.16.1.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 22, 2025
@JamesPeck JamesPeck changed the base branch from main to release January 22, 2025 17:15
@JamesPeck JamesPeck changed the base branch from release to merge-deps-1-22 January 22, 2025 17:20
@JamesPeck JamesPeck merged commit 6cce45c into merge-deps-1-22 Jan 22, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sveltejs/kit-2.16.1 branch January 22, 2025 17:25
JamesPeck added a commit that referenced this pull request Jan 22, 2025
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]>
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant