Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2025

Bumps @sveltejs/kit from 2.9.0 to 2.20.6.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.20.6

Patch Changes

@​sveltejs/kit@​2.20.5

Patch Changes

  • allow HandleServerError hook to access getRequestEvent (#13666)

  • fix: prevent Rollup warnings for undefined hooks (#13687)

@​sveltejs/kit@​2.20.4

Patch Changes

  • chore: remove internal class-replacement hack that isn't needed anymore (#13664)

@​sveltejs/kit@​2.20.3

Patch Changes

  • fix: only call afterNavigate once on app start when SSR is disabled (#13593)

@​sveltejs/kit@​2.20.2

Patch Changes

  • fix: allow non-prerendered API endpoint calls during reroute when prerendering (#13616)

@​sveltejs/kit@​2.20.1

Patch Changes

  • fix: avoid using top-level await (#13607)

@​sveltejs/kit@​2.20.0

Minor Changes

  • feat: add getRequestEvent to $app/server (#13582)

@​sveltejs/kit@​2.19.2

Patch Changes

  • fix: lazily load CSS for dynamically imported components (#13564)

@​sveltejs/kit@​2.19.1

Patch Changes

  • fix: allow reroute to point to prerendered route (#13575)

@​sveltejs/kit@​2.19.0

Minor Changes

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.20.6

Patch Changes

2.20.5

Patch Changes

  • allow HandleServerError hook to access getRequestEvent (#13666)

  • fix: prevent Rollup warnings for undefined hooks (#13687)

2.20.4

Patch Changes

  • chore: remove internal class-replacement hack that isn't needed anymore (#13664)

2.20.3

Patch Changes

  • fix: only call afterNavigate once on app start when SSR is disabled (#13593)

2.20.2

Patch Changes

  • fix: allow non-prerendered API endpoint calls during reroute when prerendering (#13616)

2.20.1

Patch Changes

  • fix: avoid using top-level await (#13607)

2.20.0

Minor Changes

  • feat: add getRequestEvent to $app/server (#13582)

2.19.2

Patch Changes

  • fix: lazily load CSS for dynamically imported components (#13564)

... (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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 15, 2025
@changeset-bot
Copy link

changeset-bot bot commented Apr 15, 2025

⚠️ No Changeset found

Latest commit: 609a131

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Apr 15, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appkit-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 5, 2025 6:22pm
appkit-laboratory ✅ Ready (Inspect) Visit Preview May 5, 2025 6:22pm
12 Skipped Deployments
Name Status Preview Comments Updated (UTC)
appkit-basic-ep ⬜️ Ignored (Inspect) May 5, 2025 6:22pm
appkit-basic-ep-example ⬜️ Ignored (Inspect) May 5, 2025 6:22pm
appkit-basic-example ⬜️ Ignored (Inspect) May 5, 2025 6:22pm
appkit-basic-sign-client-example ⬜️ Ignored (Inspect) May 5, 2025 6:22pm
appkit-basic-up-example ⬜️ Ignored (Inspect) May 5, 2025 6:22pm
appkit-ethers5-bera ⬜️ Ignored (Inspect) May 5, 2025 6:22pm
appkit-nansen-demo ⬜️ Ignored (Inspect) May 5, 2025 6:22pm
appkit-vue-solana ⬜️ Ignored (Inspect) May 5, 2025 6:22pm
appkit-wagmi-cdn-example ⬜️ Ignored (Inspect) May 5, 2025 6:22pm
ethereum-provider-wagmi-example ⬜️ Ignored (Inspect) Visit Preview May 5, 2025 6:22pm
next-wagmi-solana-bitcoin-example ⬜️ Ignored (Inspect) May 5, 2025 6:22pm
vue-wagmi-example ⬜️ Ignored (Inspect) May 5, 2025 6:22pm

@github-actions
Copy link
Contributor

github-actions bot commented Apr 15, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 75.92% 26328 / 34677
🔵 Statements 75.92% 26328 / 34677
🔵 Functions 67.41% 2224 / 3299
🔵 Branches 83.69% 5200 / 6213
File CoverageNo changed files found.
Generated in workflow #11560 for commit 609a131 by the Vitest Coverage Report Action

Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.9.0 to 2.20.6.
- [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/kit@2.20.6/packages/kit)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sveltejs/kit-2.20.6 branch from 237942a to 609a131 Compare May 5, 2025 18:16
@socket-security
Copy link

@enesozturk
Copy link
Contributor

will update all Svelte deps in all packages in another PR

@enesozturk enesozturk closed this May 7, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 7, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sveltejs/kit-2.20.6 branch May 7, 2025 15:11
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.

2 participants