Skip to content

Commit

Permalink
deps(dev): bump @sveltejs/kit from 2.8.5 to 2.9.0 (#2382)
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.5 to 2.9.0.
<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>.9.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: Vite 6 support (<a href="https://redirect.github.com/sveltejs/kit/pull/12270">#12270</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>fix: transform link[rel='shortcut icon'] and link[rel='apple-touch-icon'] to be absolute to avoid console error when navigating (<a href="https://redirect.github.com/sveltejs/kit/pull/13077">#13077</a>)</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.9.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: Vite 6 support (<a href="https://redirect.github.com/sveltejs/kit/pull/12270">#12270</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>fix: transform link[rel='shortcut icon'] and link[rel='apple-touch-icon'] to be absolute to avoid console error when navigating (<a href="https://redirect.github.com/sveltejs/kit/pull/13077">#13077</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sveltejs/kit/commit/42c8bf390a14ff18f604ae444d0f7a15c76ce911"><code>42c8bf3</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13081">#13081</a>)</li>
<li><a href="https://github.com/sveltejs/kit/commit/d030f4bb285e70844d09b3f0c87809bae43014b8"><code>d030f4b</code></a> feat: support Vite 6 (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/12270">#12270</a>)</li>
<li><a href="https://github.com/sveltejs/kit/commit/67dd214863cbc5852eb0e8512efbb7bad5358e8a"><code>67dd214</code></a> fix: transform link[rel] <code>shortcut icon</code> and <code>apple-touch-icon</code> to be absolut...</li>
<li><a href="https://github.com/sveltejs/kit/commit/10d09425a04709d17d7940a2450298911db92ad0"><code>10d0942</code></a> chore: remove unnecessary awaits (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13066">#13066</a>)</li>
<li><a href="https://github.com/sveltejs/kit/commit/fb146e7a19c4a125ff8a006140598f65fb8b9f68"><code>fb146e7</code></a> chore: fix ecosystem CI (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13054">#13054</a>)</li>
<li>See full diff 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.5&new-version=2.9.0)](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 Dec 3, 2024
1 parent b475465 commit 23a5864
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.33",
"@arcjet/tsconfig": "1.0.0-alpha.33",
"@rollup/wasm-node": "4.28.0",
"@sveltejs/kit": "^2.8.5",
"@sveltejs/kit": "^2.9.0",
"@types/node": "18.18.0",
"typescript": "5.7.2"
},
Expand Down
20 changes: 10 additions & 10 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 23a5864

Please sign in to comment.