maxmilton / maxmilton.com

πŸ—¨ My personal blog site
https://maxmilton.com
MIT License
2 stars 0 forks source link

Update dependency svelte to v3.44.2 #376

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte 3.40.2 -> 3.44.2 age adoption passing confidence

Release Notes

sveltejs/svelte ### [`v3.44.2`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#​3442) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.44.1...v3.44.2) - Fix overly restrictive preprocessor types ([#​6904](https://togithub.com/sveltejs/svelte/pull/6904)) - More specific typing for crossfade function - returns a tuple, not an array ([#​6926](https://togithub.com/sveltejs/svelte/issues/6926)) - Add `URLSearchParams` as a known global ([#​6938](https://togithub.com/sveltejs/svelte/pull/6938)) - Add `types` field to `exports` map ([#​6939](https://togithub.com/sveltejs/svelte/issues/6939)) ### [`v3.44.1`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#​3441) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.44.0...v3.44.1) - Fix code generation when a multi-line `return` statement contains comments ([code-red#​36](https://togithub.com/Rich-Harris/code-red/issues/36)) - Fix code generation when `for`/`if`/`while` statements have empty bodies ([#​6884](https://togithub.com/sveltejs/svelte/issues/6884)) ### [`v3.44.0`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#​3440) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.43.2...v3.44.0) - Add `enableSourcemap` compiler option ([#​6835](https://togithub.com/sveltejs/svelte/pull/6835)) ### [`v3.43.2`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#​3432) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.43.1...v3.43.2) - Fix regression where user-specified `import`s were not rewritten according to the `sveltePath` option ([#​6834](https://togithub.com/sveltejs/svelte/issues/6834)) ### [`v3.43.1`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#​3431) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.43.0...v3.43.1) - Prevent a rejecting promise used in `{#await}` during SSR from appearing as an unhandled rejection ([#​6789](https://togithub.com/sveltejs/svelte/issues/6789)) ### [`v3.43.0`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#​3430) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.42.6...v3.43.0) - Use export map to expose no-op versions of lifecycle functions for SSR ([#​6743](https://togithub.com/sveltejs/svelte/pull/6743)) - Prefer `context` passed to component constructor, even when running synchronously in another component ([#​6753](https://togithub.com/sveltejs/svelte/issues/6753)) - Handle preprocessors that return empty sourcemaps ([#​6757](https://togithub.com/sveltejs/svelte/pull/6757)) ### [`v3.42.6`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#​3426) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.42.5...v3.42.6) - Hide private preprocess typings ([#​6622](https://togithub.com/sveltejs/svelte/issues/6622)) - Fix reactive function in `{:else if}` expression not being properly re-run ([#​6727](https://togithub.com/sveltejs/svelte/pull/6727)) ### [`v3.42.5`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#​3425) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.42.4...v3.42.5) - In `draw` transition, account for `stroke-linecap` in determining length ([#​4540](https://togithub.com/sveltejs/svelte/issues/4540)) - Fix regression with destructuring assignments with default values ([#​6699](https://togithub.com/sveltejs/svelte/issues/6699)) ### [`v3.42.4`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#​3424) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.42.3...v3.42.4) - Only apply optimized `src` attribute handling when in an `html` namespace ([#​6575](https://togithub.com/sveltejs/svelte/issues/6575)) - Fix styles for transitions and animations being attached to the wrong `document` in `