Skip to content

Commit cf34e56

Browse files
chore(deps): update dependency @sveltejs/kit to ^2.13.0 (#2885)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sveltejs/kit](https://svelte.dev) ([source](https://redirect.github.com/sveltejs/kit/tree/HEAD/packages/kit)) | [`^2.12.1` -> `^2.13.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.12.1/2.13.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/2.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sveltejs%2fkit/2.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sveltejs%2fkit/2.12.1/2.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/2.12.1/2.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.13.0`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2130) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.12.2...@sveltejs/kit@2.13.0) ##### Minor Changes - feat: add `bundleStrategy: 'split' | 'single'` option ([#&#8203;13173](https://redirect.github.com/sveltejs/kit/pull/13173)) ### [`v2.12.2`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2122) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.12.1...@sveltejs/kit@2.12.2) ##### Patch Changes - fix: correctly resolve no hooks file when a similarly named directory exists ([#&#8203;13188](https://redirect.github.com/sveltejs/kit/pull/13188)) - fix: correctly resolve `$app/state` on the server with Vite 5 ([#&#8203;13192](https://redirect.github.com/sveltejs/kit/pull/13192)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/fwouts/previewjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c4d00f commit cf34e56

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

framework-plugins/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@previewjs/core": "workspace:*",
4343
"@previewjs/iframe": "workspace:*",
4444
"@previewjs/testing": "workspace:*",
45-
"@sveltejs/kit": "^2.12.1",
45+
"@sveltejs/kit": "^2.13.0",
4646
"@types/fs-extra": "^11.0.4",
4747
"pino": "^9.5.0",
4848
"pino-pretty": "^11.2.1",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)