radical-ui / objection

Build server-first, highly-interactive, and beautiful web applications in Rust
MIT License
78 stars 4 forks source link

Bump svelte from 3.16.4 to 3.17.0 #235

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps svelte from 3.16.4 to 3.17.0.

Changelog

Sourced from svelte's changelog.

3.17.0

  • Remove old <head> elements during hydration so they aren't duplicated (#1607)
  • Prevent text input cursor jumping in Safari with one-way binding (#3449)
  • Expose compiler version in dev events (#4047)
  • Don't run actions before their element is in the document (#4166)
  • Fix reactive assignments with destructuring and stores where the destructured value should be undefined (#4170)
  • Fix hydrating {:else} in {#each} (#4202)
  • Do not automatically declare variables in reactive declarations when assigning to a member expression (#4212)
  • Fix stringifying of attributes in SSR mode when there are spread attributes (#4240)
  • Only render one <title> in SSR mode when multiple components provide one (#4250)

3.16.7

  • Also apply actions in the order they're given along with other directives (#2446, #4156)
  • Check whether a dynamic event handler is a function before calling it (#4090)
  • Correctly mark event handlers as dynamic when they involve an expression used in a bind: elsewhere (#4155)

3.16.6

  • Fix CSS specificity bug when encapsulating styles (#1277)
  • Apply directives in the order they're given (#2446)
  • Fix destructuring in let: directives (#2751)
  • Preserve whitespace around <tspan>s in <svg>s (#3998)

3.16.5

  • Better fix for cascading invalidations and fix some regressions (#4098, #4114, #4120)
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 #236.