Skip to content

Commit

Permalink
fix(deps): update dependency svelte to ^5.1.15 (#2803)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [svelte](https://svelte.dev)
([source](https://redirect.github.com/sveltejs/svelte/tree/HEAD/packages/svelte))
| [`^5.1.14` ->
`^5.1.15`](https://renovatebot.com/diffs/npm/svelte/5.1.14/5.1.15) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.1.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/svelte/5.1.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/svelte/5.1.14/5.1.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/5.1.14/5.1.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v5.1.15`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5115)

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

##### Patch Changes

- fix: consider static attributes that are inlined in the template
([#&#8203;14249](https://redirect.github.com/sveltejs/svelte/pull/14249))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS45LjUiLCJ1cGRhdGVkSW5WZXIiOiIzOS45LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent dee9d3e commit 7e37ddb
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 143 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.3",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"fs-extra": "^11.2.0",
"svelte": "^5.1.14",
"svelte": "^5.1.15",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
Expand Down
Loading

0 comments on commit 7e37ddb

Please sign in to comment.