Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump svelte from 3.29.4 to 3.31.0 #41

Merged
merged 1 commit into from
Dec 17, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2020

Bumps svelte from 3.29.4 to 3.31.0.

Changelog

Sourced from svelte's changelog.

3.31.0

  • Use a separate SvelteComponentTyped interface for typed components (#5738)

3.30.1

  • Support consuming decoded sourcemaps as created by the source-map library's SourceMapGenerator (#5722)
  • Actually export hasContext (#5726)

3.30.0

  • Add a typed SvelteComponent interface (#5431)
  • Support spread into <slot> props (#5456)
  • Fix setting reactive dependencies which don't appear in the template to undefined (#5538)
  • Support preprocessor sourcemaps during compilation (#5584)
  • Fix ordering of elements when using {#if} inside {#key} (#5680)
  • Add hasContext lifecycle function (#5690)
  • Fix missing walk types in svelte/compiler (#5696)

3.29.7

  • Include ./register in exports map (#5670)

3.29.6

  • Include ./package.json in export map (#5659)

3.29.5

  • Fix $$props and $$restProps when compiling to a custom element (#5482)
  • Include an export map in package.json (#5556)
  • Fix function calls in <slot> props that use contextual values (#5565)
  • Fix handling aborted transitions in {:else} blocks (#5573)
  • Add Element and Node to known globals (#5586)
  • Fix $$slots when compiling to custom elements (#5594)
  • Fix internal imports so that we're exposing a valid ES module (#5617)
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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 17, 2020
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svelte-3.31.0 branch 3 times, most recently from 83a6ea4 to 6a2c5ea Compare December 17, 2020 20:14
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.29.4 to 3.31.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/svelte@v3.29.4...v3.31.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svelte-3.31.0 branch from 6a2c5ea to 6c9106e Compare December 17, 2020 20:17
@romkor romkor merged commit f21f0d5 into master Dec 17, 2020
@romkor romkor deleted the dependabot/npm_and_yarn/svelte-3.31.0 branch December 17, 2020 20:19
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