Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Oct 1, 2020

Bumps svelte from 3.20.1 to 3.29.0.

Changelog

Sourced from svelte's changelog.

3.29.0

  • Support <slot slot="..."> (#2079)
  • Fix unmounting components with a bidirectional transition with a delay (#4954)
  • Add types to get function in svelte/store (#5269)
  • Add a warning when a component looks like it's trying to use another component without beginning with a capital letter (#5302)
  • Add EventSource to known globals (#5463)
  • Fix compiler exception with ~/+ combinators and {...spread} attributes (#5465)

3.28.0

  • Add {#key} block for keying arbitrary content on an expression (#1469)

3.27.0

  • Add |nonpassive event modifier, explicitly passing passive: false (#2068)
  • Scope CSS selectors with ~ and + combinators (#3104)
  • Fix keyed {#each} not reacting to key changing (#5444)
  • Fix destructuring into store values (#5449)
  • Fix erroneous missing-declaration warning with use:obj.method (#5451)

3.26.0

  • Support use:obj.method as actions (#3935)
  • Support _ as numeric separator (#5407)
  • Fix assignments to properties on store values (#5412)
  • Add special style scoping handling of [open] selectors on <details> elements (#5421)
  • Support import.meta in template expressions (#5422)

3.25.1

  • Fix specificity of certain styles involving a child selector (#4795)
  • Fix transitions that are parameterised with stores (#5244)
  • Fix scoping of styles involving child selector and * (#5370)
  • Fix destructuring which reassigns stores (#5388)
  • Fix {#await}s with no {:catch} getting stuck unresolved if the promise rejects (#5401)

3.25.0

  • Use null rather than undefined for coerced bound value of <input type="number"> (#1701)
  • Expose object of which slots have received content in $$slots (#2106)
  • Correctly disallow using lifecycle hooks after synchronous component initialisation (#4259, #4899)
  • Re-throw an unhandled rejection when an {#await} block with no {:catch} gets a rejection (#5129)
  • Add types to createEventDispatcher (#5211)
  • In SSR mode, do not automatically declare variables for reactive assignments to member expressions (#5247)
  • Include selector in message of unused-css-selector warning (#5252)
  • Fix using <Namespaced.Component/>s in child {#await}/{#each} contexts (#5255)
  • Fix using <svelte:component> in {:catch} (#5259)
  • Fix setting one-way bound <input> value to undefined when it has spread attributes (#5270)
  • Fix deep two-way bindings inside an {#each} involving a store (#5286)
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:

  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 1, 2020
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.20.1 to 3.29.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/svelte@v3.20.1...v3.29.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/svelte-3.29.0 branch from 9322c26 to b46b100 Compare October 3, 2020 08:04
@dependabot-preview
Copy link
Author

Superseded by #76.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/svelte-3.29.0 branch October 23, 2020 14:44
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.

1 participant