svelte v3.46.5 Release Notes

    • โž• Add TypeScript interfaces for typing actions (#6538)
    • โš  Do not generate unused-export-let warning inside <script context="module"> blocks (#7055)
    • Do not collapse whitespace-only CSS vars (#7152)
    • โž• Add aria-description to the list of allowed ARIA attributes (#7301)
    • ๐Ÿ›  Fix attribute escaping during SSR (#7327)
    • ๐Ÿ’… Prevent .innerHTML optimization from being used when style: directive is present (#7386)