Skip to content

Commit

Permalink
chore(deps): update dependency @sveltejs/kit to ^2.13.0 (#2885)
Browse files Browse the repository at this point in the history
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/[email protected]...@sveltejs/[email protected])

##### 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/[email protected]...@sveltejs/[email protected])

##### 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>
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 3c4d00f commit cf34e56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@sveltejs/kit": "^2.12.1",
"@sveltejs/kit": "^2.13.0",
"@types/fs-extra": "^11.0.4",
"pino": "^9.5.0",
"pino-pretty": "^11.2.1",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf34e56

Please sign in to comment.