Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

build: bump svelte from 1.55.0 to 1.58.0 #79

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps svelte from 1.55.0 to 1.58.0.

Changelog

Sourced from svelte's changelog.

1.58.0

  • Fast row swapping (#588)
  • Better error messages for invalid directives (#1242)
  • Fix local context variable bugs (#1240, #1254)
  • Skip missing property warnings for computed/global properties in dev mode (#1246)
  • Add end position to warnings (#1250)

1.57.4

  • Deconflict context names (#1229)
  • Use setAttribute to set input types (#1209)
  • Scale transition duration correctly (#1221)

1.57.3

  • Fix scoped CSS on static child elements (#1223)

1.57.2

  • Fix scoped CSS on SVG elements (#1224)

1.57.1

  • Add each_value to contextProps (#1206)

1.57.0

  • Use classes (not attributes) for style encapsulation, and base36-encode hashes (#1118)

1.56.4

  • Allow component and state to be context names (#1213)
  • Don't remove [**supports**](https://github.com/supports) rules when cascade: false (#1215)

1.56.3

  • Top-level transitions work inside nested components (#1188)
  • Always use internal _mount method (#1201)

1.56.2

  • Null out key for children of keyed each blocks (#1202)

1.56.1

  • Fix if-in-each bug (#1195)
  • Cross-browser scrollX/scrollY support (#1175)

1.56.0

... (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.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

Bumps [svelte](https://github.com/sveltejs/svelte) from 1.55.0 to 1.58.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/svelte@v1.55.0...v1.58.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #87.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/svelte-1.58.0 branch March 26, 2018 05:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Element name can conflict with local context var
1 participant