Skip to content

Commit

Permalink
fix(deps): update dependency svelte to ^4.2.16 (#2661)
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 |
|---|---|---|---|---|---|
| [svelte](https://svelte.dev)
([source](https://togithub.com/sveltejs/svelte/tree/HEAD/packages/svelte))
| [`^4.2.15` ->
`^4.2.16`](https://renovatebot.com/diffs/npm/svelte/4.2.15/4.2.16) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/4.2.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/svelte/4.2.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/svelte/4.2.15/4.2.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/4.2.15/4.2.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sveltejs/svelte (svelte)</summary>

###
[`v4.2.16`](https://togithub.com/sveltejs/svelte/releases/tag/svelte%404.2.16)

[Compare
Source](https://togithub.com/sveltejs/svelte/compare/svelte@4.2.15...svelte@4.2.16)

##### Patch Changes

- fix: check if svelte component exists on custom element destroy
([#&#8203;11489](https://togithub.com/sveltejs/svelte/pull/11489))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent fc4b85c commit 429d86c
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 118 deletions.
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Expand Up @@ -32,7 +32,7 @@
"@previewjs/vfs": "^2.1.2",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"fs-extra": "^11.2.0",
"svelte": "^4.2.15",
"svelte": "^4.2.16",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
Expand Down

0 comments on commit 429d86c

Please sign in to comment.