Bump svelte from 3.57.0 to 3.58.0
Bumps svelte from 3.57.0 to 3.58.0.
Changelog
Sourced from svelte's changelog.
3.58.0
- Add
bind:innerText
forcontenteditable
elements (#3311)- Add support for CSS
@container
queries (#6969)- Respect
preserveComments
in DOM output (#7182)- Allow use of
document
fortarget
in typings (#7554)- Add
a11y-interactive-supports-focus
warning (#8392)- Fix equality check when updating dynamic text (#5931)
- Relax
a11y-no-noninteractive-element-to-interactive-role
warning (#8402)- Properly handle microdata attributes (#8413)
- Prevent name collision when using computed destructuring variables (#8417)
- Fix escaping
<textarea value={...}>
values in SSR (#8429)
Commits
-
cfe26d8
-> v3.58.0 -
5d0e049
update changelog -
5a934e9
fix: escape <textarea value={...}> attribute properly (#8434) -
3806977
update changelog -
1333be0
fix: Regressionitemscope
asboolean_attribute
(#8414) -
b8959ac
chore: update changelog -
dadd6fe
fix: resolve computed_prop_# collision (#8418) -
95c4655
feat: makepreserveComments
effective in DOM renderer (#7182) -
91e8dfc
feat:container
query support viacss-tree
extension (#8275) -
d49b568
fix: allow use of document root as target in typescript (#7554) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts