Skip to content

Commit

Permalink
chore(deps): update dependency @sveltejs/kit to ^1.20.5 (#1765)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@sveltejs/kit](https://kit.svelte.dev)
([source](https://togithub.com/sveltejs/kit)) | [`^1.20.4` ->
`^1.20.5`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/1.20.4/1.20.5)
|
[![age](https://badges.renovateapi.com/packages/npm/@sveltejs%2fkit/1.20.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@sveltejs%2fkit/1.20.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@sveltejs%2fkit/1.20.5/compatibility-slim/1.20.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@sveltejs%2fkit/1.20.5/confidence-slim/1.20.4)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sveltejs/kit</summary>

###
[`v1.20.5`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#&#8203;1205)

[Compare
Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.20.4...@sveltejs/kit@1.20.5)

##### Patch Changes

- fix: batch synchronous invalidate invocations
([#&#8203;10145](https://togithub.com/sveltejs/kit/pull/10145))

- fix: allow rest params to be empty in resolvePath
([#&#8203;10146](https://togithub.com/sveltejs/kit/pull/10146))

- fix: correctly close dialogs when form is enhanced
([#&#8203;10093](https://togithub.com/sveltejs/kit/pull/10093))

- fix: precompress filter
([#&#8203;10185](https://togithub.com/sveltejs/kit/pull/10185))

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 23, 2023
1 parent 57c5e6f commit 1123bbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/kit": "^1.20.5",
"@types/fs-extra": "^11.0.1",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 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 1123bbc

Please sign in to comment.