factorio-tools / blueprints-database

[WIP] Factorio Blueprints Database
MIT License
7 stars 0 forks source link

Bump svelte from 3.16.7 to 3.20.1 #196

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps svelte from 3.16.7 to 3.20.1.

Changelog

Sourced from svelte's changelog.

3.20.1

  • Fix compiler regression with slots (#4562)

3.20.0

  • Allow destructuring in {#await} blocks (#1851)
  • Allow <svelte:self> to be used in a slot (#2798)
  • Expose object of unknown props in $$restProps (#2930)
  • Prevent passing named slots other than from the top level within a component (#3385)
  • Allow transitions and animations to work within iframes (#3624)
  • Fix initialising slot fallbacks when unnecessary (#3763)
  • Disallow binding directly to const variables (#4479)
  • Fix re-attaching event handlers on keyed {#each} blocks (#4491)
  • Fix updating keyed {#each} blocks with {:else} (#4536, #4549)
  • Fix hydration of top-level content (#4542)

3.19.2

  • In dev mode, display a runtime warning when a component is passed an unexpected slot (#1020, #1447)
  • In vars array, correctly indicate whether module variables are mutated or reassigned (#3215)
  • Fix spread props not updating in certain situations (#3521, #4480)
  • Use the fallback content for slots if they are passed only whitespace (#4092)
  • Fix bitmask overflow for {#if} blocks (#4263)
  • In dev mode, check for unknown props even if the component has no writable props (#4323)
  • Exclude global variables from $capture_state (#4463)
  • Fix bitmask overflow for slots (#4481)

3.19.1

  • Do not treat modifications to $$props as updates to a store called $props (#4368)
  • Deconflict value parameter name used in contextual bindings (#4445)
  • Fix dev mode validation of {#each} blocks using strings (#4450)

3.19.0

  • Fix indirect bindings involving elements with spreads (#3680)
  • $capture_state/$inject_state now act on the component's entire state, rather than its props (#3822)
  • Warn when using <Foo/> and Foo is dynamic (#4331)
  • Display compilation warnings in svelte/register in dev mode (#4364)
  • Fix unneeded updating of keyed each blocks (#4373)
  • Throw runtime error in dev mode for non-array-like values in {#each} blocks (#4408)

3.18.2

  • Fix binding to module-level variables (#4086)
  • Improve parsing error messages when there is a pending unclosed tag (#4131)
  • Disallow attribute/prop names from matching two-way-bound names or {shorthand} attribute/prop names (#4325)
  • Improve performance of flush() by not using .shift() (#4356)
  • Permit reserved keywords as destructuring keys in {#each} (#4372)
... (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) - `@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](https://app.dependabot.com): - 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[bot] commented 4 years ago

Superseded by #201.