Update dependency svelte to v3.49.0 [SECURITY] #45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.44.1
->3.49.0
GitHub Vulnerability Alerts
CVE-2022-25875
The package svelte before 3.49.0 is vulnerable to Cross-site Scripting (XSS) due to improper input sanitization and to improper escape of attributes when using objects during SSR (Server-Side Rendering). Exploiting this vulnerability is possible via objects with a custom toString() function.
Release Notes
sveltejs/svelte
v3.49.0
Compare Source
ComponentType
andComponentProps
convenience types (#6770)@layer
(#7504)CompileOptions
fromsvelte/compiler
(#7658)class:
directive updates with<svelte:element>
(#7521, #7571)v3.48.0
Compare Source
createEventDispatcher
(#4623){@​const}
tag in{#if}
blocks #7241setContext
#7427{#each}
blocks when usinganimate:
(#3999)|local
transitions in{#key}
blocks (#5950){@​html}
(#7002, #7450){@​const}
tag not working inside a component when there's nolet:
#7189<pre>
and<textarea>
(#7264)textContent
for<template>
elements (#7297)let:
bindings not updating in certain cases (#7440)<svelte:element>
(#7449)<svelte:element>
(#7478)[open]
selectors on<dialog>
elements (#7495)v3.47.0
Compare Source
<svelte:element>
(#2324){@​const}
(#7222){#key}
block not being reactive when the key variable is not otherwise used (#7408)Symbol
as a known global (#7418)v3.46.6
Compare Source
v3.46.5
Compare Source
unused-export-let
warning inside<script context="module">
blocks (#7055)aria-description
to the list of allowed ARIA attributes (#7301).innerHTML
optimization from being used whenstyle:
directive is present (#7386)v3.46.4
Compare Source
maximum call stack size exceeded
errors on large components (#4694)preserveWhitespace: true
(#4731)<pre>
tags (#6437)style:
directives on inline components (#7177)FormData
as a known global (#7199)css
/instance
/module
AST properties as optional in types (#7204)v3.46.3
Compare Source
{#each}
blocks when containing elements withanimate:
(#5477)context="instance"
collides with import incontext="module"
(#7090){@​const}
contains arrow functions (#7134)v3.46.2
Compare Source
FlipParams
interface fromsvelte/animate
(#7103)style:
directive reactivity inside{#each}
block (#7136)v3.46.1
Compare Source
style:kebab-case
directives (#7122)style:
directives (#7127)v3.46.0
Compare Source
{@​const}
tag (RFC #33, #6413)style:
directive (RFC #42, #5923){@​html}
(#7115)v3.45.0
Compare Source
{#each}
/etc. destructurings not being considered references for the purposes of compiler warnings (#6964){:else if}
value incorrectly being cached (#7043)a11y-no-redundant-roles
warning (#7067)v3.44.3
Compare Source
bind:this
binding insideonMount
for manually instantiated component (#6760)type="text"
-like<input>
s (#6941)async
loops fromloopGuardTimeout
(#6945)v3.44.2
Compare Source
URLSearchParams
as a known global (#6938)types
field toexports
map (#6939)Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.