Skip to content

Commit

Permalink
chore(deps): update dependency @sveltejs/kit to ^2.7.3 (#2766)
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://github.com/sveltejs/kit/tree/HEAD/packages/kit))
| [`^2.7.2` ->
`^2.7.3`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.7.2/2.7.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sveltejs%2fkit/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sveltejs%2fkit/2.7.2/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/2.7.2/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary>

###
[`v2.7.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#273)

[Compare
Source](https://github.com/sveltejs/kit/compare/@sveltejs/[email protected]...@sveltejs/[email protected])

##### Patch Changes

- fix: include importer in illegal import error message
([#&#8203;12820](https://github.com/sveltejs/kit/pull/12820))

- fix: don't try reading assets directly that aren't present
([#&#8203;12876](https://github.com/sveltejs/kit/pull/12876))

- fix: decode non-latin characters when previewing prerendered pages
([#&#8203;12874](https://github.com/sveltejs/kit/pull/12874))

- fix: better error message when a `Result` is returned from a form
action
([#&#8203;12829](https://github.com/sveltejs/kit/pull/12829))

- docs: update URLs for new svelte.dev site
([#&#8203;12857](https://github.com/sveltejs/kit/pull/12857))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent bdc09e3 commit 8670ca7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/kit": "^2.7.3",
"@types/fs-extra": "^11.0.4",
"pino": "^9.5.0",
"pino-pretty": "^11.2.1",
Expand Down
28 changes: 14 additions & 14 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 8670ca7

Please sign in to comment.