Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump svelte from 3.55.0 to 3.56.0 #171

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps svelte from 3.55.0 to 3.56.0.

Changelog

Sourced from svelte's changelog.

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)
  • Check value equality for <input type="search"> and <input type="url"> (#7027)
  • Do not select a disabled <option> by default when the initial bound value is undefined (#7041)
  • Handle {@html} tags inside \<template> tags (#7364)
  • Ensure afterUpdate is not called after onDestroy (#7476)
  • Improve handling of inert attribute (#7500)
  • Reduce use of template literals in SSR output for better performance (#7539)
  • Ensure <input> value persists when swapping elements with spread attributes in an {#each} block (#7578)
  • Simplify generated code for reactive statements if dependencies are all static (#7942)
  • Fix race condition on <svelte:element> with transitions (#7948)
  • Allow assigning to a property of a const when destructuring (#7964)
  • Match browser behavior for decoding malformed HTML entities (#8026)
  • Ensure trusted-types CSP compatibility for Web Components (#8134)
  • Optimise <svelte:element> output code for static tag and static attribute (#8161)
  • Don't throw when calling unsubscribing from a store twice (#8186)
  • Clear inputs when bind:group value is set to undefined (#8214)
  • Fix handling of nested arrays with keyed {#each} containing a non-keyed {#each} (#8282)

3.55.1

  • Fix draw transition with delay showing a dot at the beginning of the path (#6816)
  • Fix infinity runtime call stack when propagating bindings (#7032)
  • Fix static <svelte:element> optimization in production mode (#7937)
  • Fix svelte-ignore comment breaking named slot (#8075)
  • Revert change to prevent running init binding unnecessarily (#8103)
  • Fix adding duplicate event listeners with <svelte:element on:event> (#8129)
  • Improve detection of promises that are also functions (#8162)

... (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.55.0 to 3.56.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/svelte@v3.55.0...v3.56.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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 13, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 20, 2023

Superseded by #172.

@dependabot dependabot bot closed this Mar 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svelte-3.56.0 branch March 20, 2023 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants