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

chore(deps-dev): bump svelte from 3.23.2 to 3.24.1 #29

Merged
merged 1 commit into from Aug 26, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2020

Bumps svelte from 3.23.2 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)
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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 10, 2020
@github-actions
Copy link
Contributor

Pull Request Test Coverage Report for Build 202075674

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.13%

Totals Coverage Status
Change from base Build 197619045: 0.0%
Covered Lines: 206
Relevant Lines: 206

💛 - Coveralls

@sastan sastan merged commit a3f14de into main Aug 26, 2020
@sastan sastan deleted the dependabot/npm_and_yarn/svelte-3.24.1 branch August 26, 2020 20: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant