Skip to content

Commit

Permalink
fix(deps): update dependency svelte to ^4.2.4 (#2230)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](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)) | [`^4.2.3` ->
`^4.2.4`](https://renovatebot.com/diffs/npm/svelte/4.2.3/4.2.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/4.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/svelte/4.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/svelte/4.2.3/4.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/4.2.3/4.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Patch Changes

- fix: handle closing tags inside attribute values
([#&#8203;9486](https://togithub.com/sveltejs/svelte/pull/9486))

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 16, 2023
1 parent 7912e46 commit da4e7e9
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 187 deletions.
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@previewjs/vfs": "^2.1.0",
"@sveltejs/vite-plugin-svelte": "^2.5.2",
"fs-extra": "^11.1.1",
"svelte": "^4.2.3",
"svelte": "^4.2.4",
"typescript": "^5.2.2",
"vite": "^4.5.0"
},
Expand Down
Loading

0 comments on commit da4e7e9

Please sign in to comment.