radical-ui / objection

Build server-first, highly-interactive, and beautiful web applications in Rust
https://svelte-toolbox.github.io/website/
MIT License
77 stars 4 forks source link

Bump svelte from 3.16.4 to 3.16.7 #220

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps svelte from 3.16.4 to 3.16.7.

Changelog

Sourced from svelte's changelog.

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
  • b608148 -> v3.16.7
  • 8a59693 dynamic events: validate handler before executing (#4105)
  • b596731 site: in dev mode, proxy /repl/[id].json requests to real server
  • 52dbc88 feat order attributes + actions too (#4156)
  • 709b4d3 fix dynamic event handler for bind variables
  • f805a2c -> v3.16.6
  • f287736 compiler: text util: preserve space after svg <tspan> tags (#4107)
  • c0dab9f fix css specificity (#4146)
  • 140bfd0 write ssr compiled output to disk for easier inspection
  • 75b8d3f fix destructuring in slot let binding
  • Additional commits viewable in compare view


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 #235.