Skip to content

chore(deps): bump svelte from 3.23.2 to 3.24.0 - #668

Merged
robbrazier merged 1 commit into
masterfrom
dependabot/npm_and_yarn/svelte-3.24.0
Aug 1, 2020
Merged

chore(deps): bump svelte from 3.23.2 to 3.24.0#668
robbrazier merged 1 commit into
masterfrom
dependabot/npm_and_yarn/svelte-3.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2020

Copy link
Copy Markdown
Contributor

Bumps svelte from 3.23.2 to 3.24.0.

Changelog

Sourced from svelte's changelog.

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)
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)

@robbrazier
robbrazier merged commit 2536fa7 into master Aug 1, 2020
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/svelte-3.24.0 branch August 1, 2020 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant