-
Notifications
You must be signed in to change notification settings - Fork 0
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
JamesPeck
merged 2 commits into
merge-deps-1-22
from
dependabot/npm_and_yarn/sveltejs/kit-2.16.1
Jan 22, 2025
Merged
[npm] Bump @sveltejs/kit from 2.7.3 to 2.16.1 #342
JamesPeck
merged 2 commits into
merge-deps-1-22
from
dependabot/npm_and_yarn/sveltejs/kit-2.16.1
Jan 22, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Jan 22, 2025
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>"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]>
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @sveltejs/kit from 2.7.3 to 2.16.1.
Release notes
Sourced from
@sveltejs/kit
's releases.... (truncated)
Changelog
Sourced from
@sveltejs/kit
's changelog.... (truncated)
Commits
7c81ac9
Version Packages (#13353)ab58c22
fix: correctly check index file exists when resolving an entry (#13354)a8bdcf8
fix: correctly handle relative anchors when hash router is enabled (#13356)b764298
fix: do not replace headers on fetch requests with error state (#13341)f5103c6
docs: document derived use of $app/state's page (#13346)18d69fb
docs: mention page state (#13348)702575e
chore: upgrade to vitest 3 (#13330)537cd1b
Version Packages (#13316)6774ebc
fix: strip internal data before passing URL toreroute
(#13092)37f72fb
fix: inline server stylesheets instead of client stylesheets (#13068)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.