Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps svelte from 3.21.0 to 3.24.1.

Changelog

Sourced from svelte's changelog.

3.24.1

  • Prevent duplicate invalidation with certain two-way component bindings (#3180, #5117, #5144)
  • Fix reactivity when passing $$props to a <slot> (#3364)
  • Fix transitions on {#each} {:else} (#4970)
  • Fix unneeded invalidation of $$props and $$restProps (#4993, #5118)
  • Provide better compiler error message when mismatched tags are due to autoclosing of tags (#5049)
  • Add a11y-label-has-associated-control warning (#5074)
  • Add a11y-media-has-caption warning (#5075)
  • Fix bind:group when using contextual reference (#5174)

3.24.0

  • Support nullish coalescing (??) and optional chaining (?.) operators (#1972)
  • Support import.meta (#4379)
  • Fix only setting <input> values when they're changed when there are spread attributes (#4418)
  • Fix placement of {@html} when used at the root of a slot, at the root of a component, or in <svelte:head> (#5012, #5071)
  • Fix certain handling of two-way bound contenteditable elements (#5018)
  • Fix handling of imported value that is used as a store and is also mutated (#5019)
  • Do not display a11y-missing-content warning on elements with contenteditable bindings (#5020)
  • Fix handling of this in inline function expressions in the template (#5033)
  • Fix collapsing HTML with static content (#5040)
  • Prevent use of $store at compile time when top-level store has been shadowed (#5048)
  • Update <select> with one-way value binding when the available <option>s change (#5051)
  • Fix published tweened types so the .set() and .update() options are optional (#5062)
  • Fix contextual bind:this inside {#each} block (#5067)
  • Preprocess self-closing <script> and <style> tags (#5080)
  • Fix types for animation- and transition-related param objects so each param is optional (#5083)

3.23.2

  • Fix bind:group inside {#each} (#3243)
  • Don't crash when using an arrow function as a statement (#4617)
  • Deconflict bind:this variable (#4636)

3.23.1

  • Fix checkbox bind:group when multiple options have the same value (#4397)
  • Fix bind:this to the value of an {#each} block (#4517)
  • Fix reactivity when assigning to contextual {#each} variable (#4574, #4744)
  • Fix binding to contextual {#each} values that shadow outer names (#4757)
  • Work around EdgeHTML DOM issue when removing attributes during hydration (#4911)
  • Throw CSS parser error when :global() does not contain a selector (#4930)

3.23.0

  • Update <select> with bind:value when the available <option>s change (#1764)
  • Add muted binding for media elements (#2998)
  • Fix inconsistencies when setting a two-way bound <input> to undefined (#3569)
  • Fix setting <select multiple> when there are spread attributes (#4392)
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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 1, 2020
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant