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: @sveltejs/kit@2.19.0
Choose a base ref
...
head repository: sveltejs/kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @sveltejs/kit@2.19.1
Choose a head ref
  • 9 commits
  • 21 files changed
  • 8 contributors

Commits on Mar 12, 2025

  1. docs: update package.json import (#13563)

    hyunbinseo authored Mar 12, 2025
    Copy the full SHA
    8315455 View commit details
  2. fix: allow reroute to point to prerendered route (#13575)

    When rerouting to a path that is a prerendered page, the runtime would previously return a 404, because said path does not point to a route in the manifest. This adds a check for this specifically to do a fetch to the prerendered page in that case.
    dummdidumm authored Mar 12, 2025
    Copy the full SHA
    68599e9 View commit details

Commits on Mar 13, 2025

  1. docs: fix links to point to docs rather than source (#13544)

    benmccann authored Mar 13, 2025
    Copy the full SHA
    ddc193a View commit details

Commits on Mar 14, 2025

  1. chore(deps): update all non-major dependencies (#13557)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 14, 2025
    Copy the full SHA
    b18bff4 View commit details
  2. docs: add type to request handler (#13562)

    eltigerchino authored Mar 14, 2025
    Copy the full SHA
    edf7ca9 View commit details
  3. docs: fix faq link from jumping to database section (#13566)

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    BD103 and benmccann authored Mar 14, 2025
    Copy the full SHA
    1b9daad View commit details
  4. chore: fix 10-faq.md (#13584)

    Rich-Harris authored Mar 14, 2025
    Copy the full SHA
    5de93c5 View commit details
  5. tweak reroute docs (#13586)

    Rich-Harris authored Mar 14, 2025
    Copy the full SHA
    9ae6b5d View commit details
  6. Version Packages (#13576)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 14, 2025
    Copy the full SHA
    34fb711 View commit details
Loading