bahmutov / cypress-svelte-unit-test

Unit testing Svelte components in Cypress E2E test runner
162 stars 21 forks source link

Update dependency svelte to v3.24.0 #159

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
svelte devDependencies minor 3.23.2 -> 3.24.0

Release Notes

sveltejs/svelte ### [`v3.24.0`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#​3240) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.23.2...v3.24.0) - Support nullish coalescing (`??`) and optional chaining (`?.`) operators ([#​1972](https://togithub.com/sveltejs/svelte/issues/1972)) - Support `import.meta` ([#​4379](https://togithub.com/sveltejs/svelte/issues/4379)) - Fix only setting `` values when they're changed when there are spread attributes ([#​4418](https://togithub.com/sveltejs/svelte/issues/4418)) - Fix placement of `{@​html}` when used at the root of a slot, at the root of a component, or in `` ([#​5012](https://togithub.com/sveltejs/svelte/issues/5012), [#​5071](https://togithub.com/sveltejs/svelte/pull/5071)) - Fix certain handling of two-way bound `contenteditable` elements ([#​5018](https://togithub.com/sveltejs/svelte/issues/5018)) - Fix handling of `import`ed value that is used as a store and is also mutated ([#​5019](https://togithub.com/sveltejs/svelte/issues/5019)) - Do not display `a11y-missing-content` warning on elements with `contenteditable` bindings ([#​5020](https://togithub.com/sveltejs/svelte/issues/5020)) - Fix handling of `this` in inline function expressions in the template ([#​5033](https://togithub.com/sveltejs/svelte/issues/5033)) - Fix collapsing HTML with static content ([#​5040](https://togithub.com/sveltejs/svelte/issues/5040)) - Prevent use of `$store` at compile time when top-level `store` has been shadowed ([#​5048](https://togithub.com/sveltejs/svelte/issues/5048)) - Update `