factorio-tools / blueprints-database

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

Bump svelte from 3.16.7 to 3.19.1 #187

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps svelte from 3.16.7 to 3.19.1.

Changelog

Sourced from svelte's changelog.

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)
  • Disallow reserved keywords in {expressions} (#4372)
  • Fix code generation error with precedence of arrow functions (#4384)
  • Fix event handlers that are dynamic via reactive declarations or stores (#4388)
  • Fix invalidation in expressions like ++foo.bar (#4393)

3.18.1

  • Fix code generation error with adjacent inline and block comments (#4312)
  • Fix detection of unused CSS selectors that begin with a :global() but contain a scoped portion (#4314)

3.18.0

  • Fix infinite loop when instantiating another component during onMount (#3218)
  • Make autosubscribing to a nullish store a no-op (#2181)

3.17.3

  • Fix updating a <slot> inside an {#if} or other block (#4292)
  • Fix using RxJS observables in derived stores (#4298)
  • Add dev mode check to disallow duplicate keys in a keyed {#each} (#4301)
  • Fix hydration of <title> when starting from SSR-generated code with hydratable: true (#4310)

3.17.2

  • Fix removing attributes during hydration (#1733)
  • Disallow two-way binding to a variable declared by an {#await} block (#4012)
  • Allow access to let: variables in sibling attributes on slot root (#4173)
  • Fix ~= and class selector matching against values separated by any whitespace characters (#4242)
... (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 #196.