Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Bump svelte from 3.38.3 to 3.58.0 #879

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2023

Bumps svelte from 3.38.3 to 3.58.0.

Changelog

Sourced from svelte's changelog.

3.58.0

  • Add bind:innerText for contenteditable elements (#3311)
  • Add support for CSS @container queries (#6969)
  • Respect preserveComments in DOM output (#7182)
  • Allow use of document for target 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)

3.57.0

  • Add <svelte:document> (#3310)
  • Add a11y no-noninteractive-element-to-interactive-role (#8167)
  • Stop intro transition from triggering incorrectly (#6152, #6812)
  • Support computed and literal properties when destructuring objects in the template (#6609)
  • Give style: directive precedence over style= attribute (#7475)
  • Select <option> with selected attribute when initial state is undefined (#8361)
  • Prevent derived store callbacks after store is unsubscribed from (#8364)
  • Account for bind:group members being spread across multiple control flow blocks (#8372)
  • Revert buggy reactive statement optimization (#8374)
  • Support CSS units in the fly and blur transitions (#7623)

3.56.0

  • Add |stopImmediatePropagation event modifier (#5085)
  • Add axis parameter to slide transition (#6182)
  • Add readonly utility to convert writable store to readonly (#6518)
  • Add readyState binding for media elements (#6666)
  • Generate valid automatic component names when the filename contains only special characters (#7143)
  • Add naturalWidth and naturalHeight bindings (#7771)
  • Support <!-- svelte-ignore ... --> on components (#8082)
  • Add a11y warnings:
    • aria-activedescendant-has-tabindex: checks that elements with aria-activedescendant have a tabindex (#8172)
    • role-supports-aria-props: checks that the (implicit) element role supports the given aria attributes (#8195)
  • Add data-sveltekit-replacestate and data-sveltekit-keepfocus attribute typings (#8281)
  • Compute node dimensions immediately before crossfading (#4111)
  • Fix potential infinite invalidate loop with <svelte:component> (#4129)
  • Ensure bind:offsetHeight updates initially (#4233)
  • Don't set selected options if value is unbound or not passed (#5644)
  • Validate component :global() selectors (#6272)
  • Improve warnings:
    • Make noreferrer warning less zealous (#6289)
    • Omit a11y warnings on <video aria-hidden="true"> (#7874)
    • Omit a11y warnings on <svelte:element> (#7939)
    • Detect unused empty attribute CSS selectors (#8042)
    • Omit "no child content" warning on elements with aria-label (#8296)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.38.3 to 3.58.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/svelte@v3.38.3...v3.58.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 30, 2023
@firefoxci-taskcluster
Copy link

No Taskcluster jobs started for this pull request
The `allowPullRequests` configuration for this repository (in `.taskcluster.yml` on the
default branch) does not allow starting tasks for this pull request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants