DaveKeehl / svelte-reveal

Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions.
https://stackblitz.com/edit/svelte-reveal?file=src%2FApp.svelte
MIT License
131 stars 3 forks source link

Update dependency svelte to v3.48.0 #134

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte (source) 3.46.6 -> 3.48.0 age adoption passing confidence

Release Notes

sveltejs/svelte ### [`v3.48.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3480) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.47.0...v3.48.0) - Allow creating cancelable custom events with `createEventDispatcher` ([#​4623](https://togithub.com/sveltejs/svelte/issues/4623)) - Support `{@​const}` tag in `{#if}` blocks [#​7241](https://togithub.com/sveltejs/svelte/issues/7241) - Return the context object in `setContext` [#​7427](https://togithub.com/sveltejs/svelte/issues/7427) - Allow comments inside `{#each}` blocks when using `animate:` ([#​3999](https://togithub.com/sveltejs/svelte/issues/3999)) - Fix `|local` transitions in `{#key}` blocks ([#​5950](https://togithub.com/sveltejs/svelte/issues/5950)) - Support svg namespace for `{@​html}` ([#​7002](https://togithub.com/sveltejs/svelte/issues/7002), [#​7450](https://togithub.com/sveltejs/svelte/issues/7450)) - Fix `{@​const}` tag not working inside a component when there's no `let:` [#​7189](https://togithub.com/sveltejs/svelte/issues/7189) - Remove extraneous leading newline inside `
` and `