Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sveltejs/kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e1f9714
Choose a base ref
...
head repository: sveltejs/kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1164ffa
Choose a head ref
  • 6 commits
  • 14 files changed
  • 6 contributors

Commits on Jul 24, 2025

  1. chore(deps): update dependency @vercel/nft to ^0.30.0 (#14033)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    renovate[bot] and benmccann authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    99b2798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0e8e3e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Version Packages (#14041)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    fade97a View commit details
    Browse the repository at this point in the history
  2. fix: posixify internal app server path (#14049)

    Noticed this while working on remote functions - this could yield false negatives on windows for resolving internal server path and for the server module guard (there's no security issue here, this would've just failed right away both at runtime and build time since the imported server code, which is only SvelteKit runtime code and not user code, is invalid in the browser)
    dummdidumm authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    de3be9a View commit details
    Browse the repository at this point in the history
  3. fix: ignore route groups when generating typed routes (#14050)

    Fixes #14043
    Fixes #14044
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    Co-authored-by: Conduitry <git@chor.date>
    3 people authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    1cd93cd View commit details
    Browse the repository at this point in the history
  4. Version Packages (#14053)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    1164ffa View commit details
    Browse the repository at this point in the history
Loading