Skip to content

Commit

Permalink
fix(deps): update dependency svelte to ^5.16.0 (#2889)
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.14.4` ->
`^5.16.0`](https://renovatebot.com/diffs/npm/svelte/5.14.4/5.16.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/svelte/5.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/svelte/5.14.4/5.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/5.14.4/5.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Minor Changes

- feat: allow `class` attribute to be an object or array, using `clsx`
([#&#8203;14714](https://redirect.github.com/sveltejs/svelte/pull/14714))

##### Patch Changes

- fix: don't include keyframes in global scope in the keyframes to
rename
([#&#8203;14822](https://redirect.github.com/sveltejs/svelte/pull/14822))

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

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

##### Minor Changes

- feat: add "worker" exports condition to better support bundling for
worker-based environments
([#&#8203;14779](https://redirect.github.com/sveltejs/svelte/pull/14779))

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

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

##### Patch Changes

- fix: treeshake `$inspect.trace` code if unused in modules
([#&#8203;14774](https://redirect.github.com/sveltejs/svelte/pull/14774))

- fix: Improve typescript DX for $inspect, $props, $bindable, and $host
([#&#8203;14777](https://redirect.github.com/sveltejs/svelte/pull/14777))

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

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

##### Patch Changes

- fix: bump esrap dependency
([#&#8203;14765](https://redirect.github.com/sveltejs/svelte/pull/14765))

- fix: ensure svg namespace for `<a>` elements is correct
([#&#8203;14756](https://redirect.github.com/sveltejs/svelte/pull/14756))

- fix: treeshake `$inspect.trace` code if unused
([#&#8203;14770](https://redirect.github.com/sveltejs/svelte/pull/14770))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 3cc80dd commit aa8f3fd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 22 deletions.
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"esbuild-plugin-polyfill-node": "^0.3.0",
"fs-extra": "^11.2.0",
"svelte": "^5.14.4",
"svelte": "^5.16.0",
"typescript": "^5.7.2",
"vite": "^6.0.5"
},
Expand Down
48 changes: 27 additions & 21 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 aa8f3fd

Please sign in to comment.