-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: sveltejs/kit
base: @sveltejs/adapter-cloudflare@5.0.2
head repository: sveltejs/kit
compare: @sveltejs/adapter-cloudflare@5.0.3
- 17 commits
- 43 files changed
- 10 contributors
Commits on Feb 3, 2025
-
fix: correct edge function path for route resolution endpoint (#13409)
* fix: correct edge function path for route resolution endpoint Went missing during a refactoring in #13383 * Update packages/adapter-vercel/index.js --------- Co-authored-by: Tee Ming <chewteeming01@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 858d6b2 - Browse repository at this point
Copy the full SHA 858d6b2View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2c6e8dc - Browse repository at this point
Copy the full SHA 2c6e8dcView commit details -
fix: make route resolution imports root-relative if
path.relative
o……ption is `false` (#13412) It is necessary to adhere to this setting because rewrites that SvelteKit cannot see may otherwise lead to incorrect relative paths. Example: - route resolution request to _app/route.js - rewrite to _app/route/foo.js - SvelteKit only sees the later, returning a relative `import('../immutable/...`) which is wrong, because the actual relative path would be `import('./immutable/...)`
Configuration menu - View commit details
-
Copy full SHA for c3f918e - Browse repository at this point
Copy the full SHA c3f918eView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 461aa95 - Browse repository at this point
Copy the full SHA 461aa95View commit details
Commits on Feb 4, 2025
-
fix: make
<build>
route exclusion rule only exclude static assets (#……13411) * make `<build>` route exclusion rule only exclude static assets * Update .changeset/chilled-timers-give.md --------- Co-authored-by: Tee Ming <chewteeming01@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a09db8c - Browse repository at this point
Copy the full SHA a09db8cView commit details
Commits on Feb 6, 2025
-
fix: form action submit function callback return type (#13420)
* fix: add promise return type to enhance form action callback * remove unnecessary formatting change * fix: Dangling promise is now awaited * reapply fix --------- Co-authored-by: S. Elliott Johnson <sejohnson@torchcloudconsulting.com>
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 9612a60 - Browse repository at this point
Copy the full SHA 9612a60View commit details -
chore: Add
@typescript-eslint/no-floating-promises
(#13426)* chore: Add `@typescript-eslint/no-floating-promises` * Update packages/kit/src/core/postbuild/queue.spec.js Co-authored-by: Rich Harris <richard.a.harris@gmail.com> --------- Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for b835c63 - Browse repository at this point
Copy the full SHA b835c63View commit details
Commits on Feb 8, 2025
-
chore(deps): update dependency vitest to v3.0.5 [security] (#13418)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a788594 - Browse repository at this point
Copy the full SHA a788594View commit details -
chore(deps): update all non-major dependencies (#13404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 776ef06 - Browse repository at this point
Copy the full SHA 776ef06View commit details
Commits on Feb 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3bab7e3 - Browse repository at this point
Copy the full SHA 3bab7e3View commit details
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8a77265 - Browse repository at this point
Copy the full SHA 8a77265View commit details -
chore(deps): update pnpm to v10 (#13414)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3b2caa1 - Browse repository at this point
Copy the full SHA 3b2caa1View commit details -
docs: improve FAQ navbar (#13450)
* docs: improve FAQ navbar * chore: Fix build errors, probably --------- Co-authored-by: S. Elliott Johnson <sejohnson@torchcloudconsulting.com>
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 1997c0d - Browse repository at this point
Copy the full SHA 1997c0dView commit details
Commits on Feb 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9719e1e - Browse repository at this point
Copy the full SHA 9719e1eView commit details -
fix: change server-side route resolution endpoint (#13461)
Instead of doing route resolution requests through `_app/route/...`, do it through `<pathname>/__route.js`: - more consistent with what we do for `/__data.json` requests already - avoids problems with cookies: If you set a cookie on `/foo`, we would need to add it to `_app/route/foo` aswell, if we didn't change this
Configuration menu - View commit details
-
Copy full SHA for 3d88ae3 - Browse repository at this point
Copy the full SHA 3d88ae3View commit details
Commits on Feb 14, 2025
-
chore(deps): update pnpm to v10.4.0 (#13463)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 633b05e - Browse repository at this point
Copy the full SHA 633b05eView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 133a671 - Browse repository at this point
Copy the full SHA 133a671View commit details
There are no files selected for viewing