chore(deps): update dependency @sveltejs/kit to v2.25.1
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @sveltejs/kit (source) | 2.22.5 -> 2.25.1 |
Release Notes
sveltejs/kit (@sveltejs/kit)
v2.25.1
Patch Changes
- fix: add missing params property (#14012)
v2.25.0
Minor Changes
- feat: support asynchronous
readimplementations from adapters (#13859)
Patch Changes
- fix: log when no Svelte config file has been found to avoid confusion (#14001)
v2.24.0
Minor Changes
- feat: typed
paramsprop for page/layout components (#13999)
Patch Changes
- fix: treeshake internal
storage.gethelper (#13998)
v2.23.0
Minor Changes
-
feat: support svelte.config.ts (#13935)
NOTE
Your runtime has to support importing TypeScript files for
svelte.config.tsto work. In Node.js, the feature is supported with the--experimental-strip-typesflag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.
Patch Changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.