Skip to content

chore(deps): update dependency @sveltejs/kit to v2.28.0 #79

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2025

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/kit (source) 2.20.6 -> 2.28.0 age confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.28.0

Compare Source

Minor Changes
  • feat: add RouteId and RouteParams to NavigationTarget interface (#​14167)

  • feat: add pending property to forms and commands (#​14137)

Patch Changes
  • fix: fetch imported assets during prerender (#​12201)

  • chore: refactor redundant base64 encoding/decoding functions (#​14160)

  • fix: use correct cache result when fetching same url multiple times (#​12355)

  • fix: don't refresh queries automatically when running commands (#​14170)

  • fix: avoid writing remote function bundle to disk when treeshaking prerendered queries (#​14161)

v2.27.3

Compare Source

Patch Changes
  • chore: add .git to the end of package.json repository url (#​14134)

v2.27.2

Compare Source

Patch Changes
  • fix: ensure form() remote functions work when the app is configured to a single output (#​14127)

  • fix: use the configured base path when calling remote functions from the client (#​14106)

v2.27.1

Compare Source

Patch Changes
  • fix: correctly type remote function input parameters from a schema (#​14098)

  • fix: match URL-encoded newlines in rest route params (#​14102)

  • fix: correctly spell server-side in error messages (#​14101)

v2.27.0

Compare Source

Minor Changes

v2.26.1

Compare Source

Patch Changes
  • fix: posixify internal app server path (#​14049)

  • fix: ignore route groups when generating typed routes (#​14050)

v2.26.0

Compare Source

Minor Changes
  • feat: better type-safety for page.route.id, page.params, page.url.pathname and various other places (#​13864)

  • feat: resolve(...) and asset(...) helpers for resolving paths (#​13864)

  • feat: Add $app/types module with Asset, RouteId, Pathname, ResolvedPathname RouteParams<T> and LayoutParams<T> (#​13864)

v2.25.2

Compare Source

Patch Changes
  • fix: correctly set URL when navigating during an ongoing navigation (#​14004)

v2.25.1

Compare Source

Patch Changes
  • fix: add missing params property (#​14012)

v2.25.0

Compare Source

Minor Changes
  • feat: support asynchronous read implementations from adapters (#​13859)
Patch Changes
  • fix: log when no Svelte config file has been found to avoid confusion (#​14001)

v2.24.0

Compare Source

Minor Changes
  • feat: typed params prop for page/layout components (#​13999)
Patch Changes
  • fix: treeshake internal storage.get helper (#​13998)

v2.23.0

Compare Source

Minor Changes
  • feat: support svelte.config.ts (#​13935)

    NOTE

    Your runtime has to support importing TypeScript files for svelte.config.ts to work.
    In Node.js, the feature is supported with the --experimental-strip-types flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.

Patch Changes
  • fix: extend vite-plugin-svelte's Config type instead of duplicating it (#​13982)

  • fix: regression with rolldown-vite not bundling a single JS file for single and inline apps (#​13941)

v2.22.5

Compare Source

Patch Changes
  • fix: re-add @sveltejs/kit to optimizeDeps.exclude (#​13983)

v2.22.4

Compare Source

Patch Changes
  • fix: force $app/* modules to be bundled (#​13977)

v2.22.3

Compare Source

Patch Changes
  • fix: don't bundle @sveltejs/kit (#​13971)

v2.22.2

Compare Source

Patch Changes
  • fix: use fallback if untrack doesn't exist in svelte package (#​13933)

  • fix: warning for chrome devtools requests now suggests sv instead of vite plugin (#​13905)

v2.22.1

Compare Source

Patch Changes
  • fix: prevent infinite loop when calling pushState/replaceState in $effect (#​13914)

  • chore: use manualChunks to bundle single and inline apps with Rolldown (#​13915)

v2.22.0

Compare Source

Minor Changes
  • feat: add support for Vite 7 and Rolldown. See https://vite.dev/guide/rolldown.html#how-to-try-rolldown for details about how to try experimental Rolldown support. You will also need vite-plugin-svelte@^6.0.0-next.0 and vite@^7.0.0-beta.0. Compilation should be faster using Rolldown, but with larger bundle sizes until additional tree-shaking is implemented in Rolldown. See #​13738 for ongoing work. (#​13747)

v2.21.5

Compare Source

Patch Changes
  • fix: correctly set the sequential focus navigation point when using hash routing (#​13884)

  • fix: regression when resetting focus and the URL hash contains selector combinators or separators (#​13884)

v2.21.4

Compare Source

Patch Changes
  • fix: correctly access transport decoders on the client when building for a single or inline output app (#​13871)

v2.21.3

Compare Source

Patch Changes
  • fix: correctly invalidate static analysis cache of child nodes when modifying a universal +layout file during dev (#​13793)

  • fix: correctly set sequential focus navigation starting point after navigation (#​10856)

  • fix: suppress console spam for chrome devtools requests (#​13830)

  • fix: avoid externalising packages that depend on @sveltejs/kit so that libraries can also use redirect and error helpers (#​13843)

  • fix: correctly run deserialize on the server (#​13686)

  • fix: correctly inline stylesheets of components dynamically imported in a universal load function if they are below the configured inlineStyleThreshold (#​13723)

v2.21.2

Compare Source

Patch Changes
  • fix: omit stack when logging 404 errors (#​13848)

v2.21.1

Compare Source

Patch Changes
  • chore: clarify which functions handleFetch affects (#​13788)

  • fix: ensure $env and $app/environment are correctly set while analysing server nodes (#​13790)

v2.21.0

Compare Source

Minor Changes
  • feat: allow running client-side code at the top-level of universal pages/layouts when SSR is disabled and page options are only boolean or string literals (#​13684)
Patch Changes
  • chore: remove import-meta-resolve dependency (#​13629)

  • fix: remove component code from server nodes that are never used for SSR (#​13684)

v2.20.8

Compare Source

Patch Changes
  • fix: ensure that ssr and csr page options apply to error pages rendered as a result of a load function error on the server (#​13695)

v2.20.7

Compare Source

Patch Changes
  • fix: regression when serializing server data (#​13709)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from DaveOrDead and rairaman as code owners July 2, 2025 23:23
Copy link
Contributor

coderabbitai bot commented Jul 2, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

codecov bot commented Jul 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 0d56fd2 to 3f50591 Compare July 9, 2025 15:56
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.22.2 chore(deps): update dependency @sveltejs/kit to v2.22.3 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 3f50591 to 624c3bd Compare July 10, 2025 01:11
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.22.3 chore(deps): update dependency @sveltejs/kit to v2.22.4 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 624c3bd to 7a623b8 Compare July 10, 2025 12:33
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.22.4 chore(deps): update dependency @sveltejs/kit to v2.22.5 Jul 10, 2025
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.22.5 chore(deps): update dependency @sveltejs/kit to v2.23.0 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 81cfd51 to 3f6e87e Compare July 15, 2025 20:35
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.23.0 chore(deps): update dependency @sveltejs/kit to v2.24.0 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 3f6e87e to cc7c592 Compare July 17, 2025 13:59
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.24.0 chore(deps): update dependency @sveltejs/kit to v2.25.0 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from cc7c592 to 3fcbfe7 Compare July 18, 2025 12:10
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.25.0 chore(deps): update dependency @sveltejs/kit to v2.25.1 Jul 18, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 3fcbfe7 to 07edc59 Compare July 23, 2025 16:54
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.25.1 chore(deps): update dependency @sveltejs/kit to v2.25.2 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 07edc59 to c1f038e Compare July 24, 2025 20:03
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.25.2 chore(deps): update dependency @sveltejs/kit to v2.26.0 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from c1f038e to 46301bc Compare July 25, 2025 16:49
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.26.0 chore(deps): update dependency @sveltejs/kit to v2.26.1 Jul 25, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 46301bc to fd410af Compare July 31, 2025 23:50
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.26.1 chore(deps): update dependency @sveltejs/kit to v2.27.0 Jul 31, 2025
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.27.0 chore(deps): update dependency @sveltejs/kit to v2.27.1 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from fd410af to 7995442 Compare August 6, 2025 01:52
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.27.1 chore(deps): update dependency @sveltejs/kit to v2.27.2 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 7995442 to 606684f Compare August 7, 2025 17:09
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 606684f to cdb74ee Compare August 7, 2025 20:58
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.27.2 chore(deps): update dependency @sveltejs/kit to v2.27.3 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from cdb74ee to b6ff281 Compare August 10, 2025 13:35
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.27.3 chore(deps): update dependency @sveltejs/kit to v2.28.0 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from b6ff281 to a8d28e7 Compare August 12, 2025 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants