Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

chore(deps): update dependency svelte to v3.44.0 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 10, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte 3.12.1 -> 3.44.0 age adoption passing confidence

Release Notes

sveltejs/svelte

v3.44.0

Compare Source

  • Add enableSourcemap compiler option (#​6835)

v3.43.2

Compare Source

  • Fix regression where user-specified imports were not rewritten according to the sveltePath option (#​6834)

v3.43.1

Compare Source

  • Prevent a rejecting promise used in {#await} during SSR from appearing as an unhandled rejection (#​6789)

v3.43.0

Compare Source

  • Use export map to expose no-op versions of lifecycle functions for SSR (#​6743)
  • Prefer context passed to component constructor, even when running synchronously in another component (#​6753)
  • Handle preprocessors that return empty sourcemaps (#​6757)

v3.42.6

Compare Source

  • Hide private preprocess typings (#​6622)
  • Fix reactive function in {:else if} expression not being properly re-run (#​6727)

v3.42.5

Compare Source

  • In draw transition, account for stroke-linecap in determining length (#​4540)
  • Fix regression with destructuring assignments with default values (#​6699)

v3.42.4

Compare Source

  • Only apply optimized src attribute handling when in an html namespace (#​6575)
  • Fix styles for transitions and animations being attached to the wrong document in <iframe>s (#​6637)
  • Fix <select> with a {...spread} attribute that didn't provide a value key getting its value improperly unset (#​6675)

v3.42.3

Compare Source

  • Add BigInt as a known global (#​6671)
  • Fix regression where onDestroy in svelte/ssr was improperly a no-op (#​6676)

v3.42.2

Compare Source

  • Collapse whitespace in class and style attributes (#​6004)
  • Deselect all <option>s in a <select> where the bound value doesn't match any of them (#​6126)
  • In hydrated components, only rely on helpers for creating the types of elements present in the component (#​6555)
  • Add HTMLElement and SVGElement as known globals (#​6643)
  • Account for scaling in flip animations (#​6657)

v3.42.1

Compare Source

  • Fix regression with reordering keyed {#each} blocks when compiling with hydration enabled (#​6561)

v3.42.0

Compare Source

  • Allow use:actions to be used on <svelte:body> (#​3163)
  • Improve parser errors for certain invalid components (#​6259, #​6288)
  • Fix paths in generator JS sourcemaps to be relative (#​6598)
  • Fix overzealous warnings about context="module" variables not being reactive (#​6606)

v3.41.0

Compare Source

  • Support export { ... } from syntax in components (#​2214)
  • Support export let { ... } = syntax in components (#​5612)
  • Support {#await ... then/catch} without a variable for the resolved/rejected value (#​6270)

v3.40.3

Compare Source

  • Fix <slot> data when a transition is cancelled before completing (#​5394)
  • Fix destructuring into variables beginning with `WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte 3.12.1 -> 3.44.0 age adoption passing confidence

so that they result in store updates (#​5653)

  • Fix in: transition configuration not properly updating when it's changed after its initial creation (#​6505)
  • Fix applying :global() for > selector combinator (#​6550)
  • Fix mounting component at detached DOM node (#​6567)

v3.40.2

Compare Source

  • Fix dynamic autofocus={...} attribute handling (#​4995)
  • Add filename to combined source map if needed (#​6089)
  • In AST, parse empty attribute values as an empty string (#​6286)
  • Fix tracking whether transition has started (#​6399)
  • Fix incorrect scoping of :global() selectors (#​6550)

v3.40.1

Compare Source

  • Fix store reactivity regression when using reactive statements (#​6557)

v3.40.0

Compare Source

  • Support rendering a component in a shadow DOM (#​5869)
  • Fix :root selector being erroneously scoped to component (#​4767)
  • Fix .end in AST for expressions inside attributes (#​6258)
  • Fix one-way <select> binding when it has a spread attribute (#​6433)
  • Various hydration improvements and fixes (#​6449)
  • Use smaller versions of internal helpers when compiling without hydration support (#​6462)
  • Fix two-way binding of values when updating through synchronous component accessors (#​6502)

v3.39.0

Compare Source

  • Support bind:group in SSR (#​4621)
  • Add a11y warning a11y-mouse-events-have-key-events which checks that mouseover/mouseout are accompanied by focus/blur event handlers (#​5938)
  • Make it possible to silence more warnings (#​5954)
  • Add |trusted event modifier (#​6137)
  • Add varsReport compiler option to include all variables reference in the component in the variables report (#​6192)
  • Add errorMode compiler option to try to continue compiling when an error is detected (#​6194)
  • Expose svelte/ssr which exports lifecycle methods as no-ops (#​6416)
  • Add getAllContexts (#​6447)
  • Throw proper error for export default function() {} and export default class {} rather than crashing the compiler (#​3275)
  • Fix SSR rendering of falsy input values (#​4551)
  • Fix preserveComments in SSR mode (#​4730)
  • Do not warn if context="module" variables are not the only dependencies in reactive statements (#​5954)
  • Stop checking a11y-media-has-caption a11y warning on <audio> elements (#​6054)
  • Fix erroneous "unknown prop" warning when using slot on a component (#​6065)
  • Add sourcemaps to all HTML elements (#​6092)
  • Relax derived function signature (#​6178)
  • Throw compiler error when passing empty directive names (#​6299)
  • Fix compiler error when using :where() inside :global() (#​6434)
  • Fix ordering of elements in keyed {#each} (#​6444)
  • Remove deprecated a11y warning a11y-no-onchange warning (#​6457)
  • Fix :global() with pseudo element not being seen as global (#​6468)
  • Allow :global() to contain multiple selectors when it is not part of a larger selector (#​6477)
  • Make <script> and <style> end tag parsing more robust (#​6511)

v3.38.3

Compare Source

  • Speed up hydration by reducing amount of element reorderings (#​4308)
  • Fix escaping attribute values when using a spread in SSR (#​5756)
  • Throw compiler error when :global() contains multiple selectors (#​5907)
  • Give explicit error rather than crashing when an attribute shorthand {} is empty (#​6086)
  • Make <textarea> end tag parsing more robust (#​6276)
  • Fix :global(...):some-pseudoclass selectors not being seen as global (#​6306)
  • Fix type signatures of writable and readable so it's possible to call them without arguments (#​6291, #​6345)
  • Preserve this in bubbled events (#​6310)
  • Fix slot props not updating when transition is aborted (#​6386)
  • Fix generic props relationship in SvelteComponentTyped (#​6400)

v3.38.2

Compare Source

  • Revert hydration optimisation for the time being (#​6279)

v3.38.1

Compare Source

v3.38.0

Compare Source

  • Avoid recreating DOM elements during hydration (#​1067)
  • Support passing CSS custom properties to component (#​5628)
  • Support :global() as part of compound CSS selectors (#​6222)
  • Fix updating <slot> contents when there's an aborted transition (#​3542)
  • Fix setting boolean attributes on custom elements (#​5951)
  • Add missing function overload for derived to allow explicitly setting an initial value for non-async derived stores (#​6172)
  • Fix dynamic href values erroneously triggering a11y warnings (#​5990)
  • Fix scope leak when updating an {#await} block (#​6173)
  • Pass full markup source to script/style preprocessors (#​6169)
  • Fix crossfade types to mark fallback as optional (#​6201)
  • Add missing "context" typing to SvelteComponent constructor options (#​6236)
  • Don't automatically switch to svg namespace when in foreign namespace (#​6257)

v3.37.0

Compare Source

  • Allow root-level context to be passed to the component constructor (#​6032)

v3.36.0

Compare Source

  • Add this: void typing to store functions (#​6094)
  • Export Spring, Tweened and EasingFunction interfaces (#​6070, #​6056)
  • Export interfaces for transition parameters (#​5207)
  • Export store's useful TypeScript definitions (#​5864)
  • Fix previous breaking change to svelte/preprocess types location (#​6100)
  • Fix missing slotted elements in AST (#​6066)

v3.35.0

Compare Source

  • Implement slotted components and <svelte:fragment slot="..."> (#​1037, #​2079)
  • Fix reactivity bug where slot="..." is specified after attributes that should be reactive (#​5626)

v3.34.0

Compare Source

  • Add a cssHash option for controlling the classname used for CSS scoping (#​570)

v3.33.0

Compare Source

  • In custom elements, call onMount functions when connecting and clean up when disconnecting (#​1152, #​2227, #​4522)
  • Allow destructured defaults to refer to other variables (#​5066)
  • Do not emit contextual-store warnings for function parameters or declared variables (#​6008)

v3.32.3

Compare Source

  • Fix removal of lone :host selectors (#​5982)

v3.32.2

Compare Source

  • Fix unnecessary additional invalidation with <Component bind:prop={obj.foo}/> (#​3075, #​4447, #​5555)
  • Fix scoping of selectors with :global() and ~ sibling combinators (#​5499)
  • Fix removal of :host selectors as unused when compiling to a custom element (#​5946)

v3.32.1

Compare Source

  • Warn when using module variables reactively, and close weird reactivity loophole (#​5847)
  • Throw a parser error for class: directives with an empty class name (#​5858)
  • Fix extraneous store subscription in SSR mode (#​5883)
  • Don't emit update code for class: directives whose expression is not dynamic (#​5919)
  • Fix type inference for derived stores (#​5935)
  • Make parameters of built-in animations and transitions optional (#​5936)
  • Make SvelteComponentDev typings more forgiving (#​5937)
  • Fix foreign elements incorrectly disallowing bind:this (#​5942)

v3.32.0

Compare Source

  • Allow multiple instances of the same action on an element (#​5516)
  • Support foreign namespace, which disables certain HTML5-specific behaviour and checks (#​5652)
  • Support inline comment sourcemaps in code from preprocessors (#​5854)

v3.31.2

Compare Source

  • Rework SSR store handling to subscribe and unsubscribe as in DOM mode (#​3375, #​3582, #​3636)
  • Fix error when removing elements that are already transitioning out (#​5789, #​5808)
  • Fix duplicate content race condition with {#await} blocks and out transitions (#​5815)
  • Deconflict variable names used for contextual actions (#​5834)

v3.31.1

Compare Source

  • Fix scrolling of element with resize listener by making the <iframe> have z-index: -1 (#​5448)
  • Fix location of automatically declared reactive variables (#​5749)
  • Warn when using className or htmlFor attributes (#​5777)
  • Fix checkbox bind:group in keyed {#each} where the array can be reordered (#​5779)
  • Fix checkbox bind:group in nested {#each} contexts (#​5811)
  • Add graphics roles as known ARIA roles (#​5822)
  • Fix local transitions if a parent has a cancelled outro transition (#​5829)
  • Support use:obj.some.deep.function as actions (#​5844)

v3.31.0

Compare Source

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

v3.30.1

Compare Source

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

v3.30.0

Compare Source

  • 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)

v3.29.7

Compare Source

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

v3.29.6

Compare Source

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

v3.29.5

Compare Source

  • 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)

v3.29.4

Compare Source

  • Fix code generation error with ?? alongside logical operators (#​5558)

v3.29.3

Compare Source

  • Hopefully actually republish with proper UMD build for use in the REPL

v3.29.2

Compare Source

  • Republish with proper UMD build for use in the REPL

v3.29.1

Compare Source

  • Fix compiler hanging on <slot slot="..."> (#​5475)
  • Fix types on get function in svelte/store (#​5483)
  • Add missing end field on ASTs for non-top-level <style> elements (#​5487)
  • Fix {#if} inside {#await} with destructuring (#​5508)
  • Fix types on lifecycle hooks (#​5529)

v3.29.0

Compare Source

  • Support <slot slot="..."> (#​2079)
  • Fix unmounting components with a bidirectional transition with a delay (#​4954)
  • Add types to get function in svelte/store (#​5269)
  • Add a warning when a component looks like it's trying to use another component without beginning with a capital letter (#​5302)
  • Add EventSource to known globals (#​5463)
  • Fix compiler exception with ~/+ combinators and {...spread} attributes (#​5465)

v3.28.0

Compare Source

  • Add {#key} block for keying arbitrary content on an expression (#​1469)

v3.27.0

Compare Source

  • Add |nonpassive event modifier, explicitly passing passive: false (#​2068)
  • Scope CSS selectors with ~ and + combinators (#​3104)
  • Fix keyed {#each} not reacting to key changing (#​5444)
  • Fix destructuring into store values (#​5449)
  • Fix erroneous missing-declaration warning with use:obj.method (#​5451)

v3.26.0

Compare Source

  • Support use:obj.method as actions (#​3935)
  • Support _ as numeric separator (#​5407)
  • Fix assignments to properties on store values (#​5412)
  • Add special style scoping handling of [open] selectors on <details> elements (#​5421)
  • Support import.meta in template expressions (#​5422)

v3.25.1

Compare Source

  • Fix specificity of certain styles involving a child selector (#​4795)
  • Fix transitions that are parameterised with stores (#​5244)
  • Fix scoping of styles involving child selector and * (#​5370)
  • Fix destructuring which reassigns stores (#​5388)
  • Fix {#await}s with no {:catch} getting stuck unresolved if the promise rejects (#​5401)

v3.25.0

Compare Source

  • Use null rather than undefined for coerced bound value of <input type="number"> (#​1701)
  • Expose object of which slots have received content in $slots (#​2106)
  • Correctly disallow using lifecycle hooks after synchronous component initialisation (#​4259, #​4899)
  • Re-throw an unhandled rejection when an {#await} block with no {:catch} gets a rejection (#​5129)
  • Add types to createEventDispatcher (#​5211)
  • In SSR mode, do not automatically declare variables for reactive assignments to member expressions (#​5247)
  • Include selector in message of unused-css-selector warning (#​5252)
  • Fix using <Namespaced.Component/>s in child {#await}/{#each} contexts (#​5255)
  • Fix using <svelte:component> in {:catch} (#​5259)
  • Fix setting one-way bound <input> value to undefined when it has spread attributes (#​5270)
  • Fix deep two-way bindings inside an {#each} involving a store (#​5286)
  • Use valid XHTML for elements that are optimised and inserted with .innerHTML (#​5315)
  • Fix reactivity of $props in slot fallback content (#​5367)

v3.24.1

Compare Source

  • Prevent duplicate invalidation with certain two-way component bindings (#​3180, #​5117, #​5144)
  • Fix reactivity when passing $props to a <slot> (#​3364)
  • Fix transitions on {#each} {:else} (#​4970)
  • Fix unneeded invalidation of $props and $restProps (#​4993, #​5118)
  • Provide better compiler error message when mismatched tags are due to autoclosing of tags (#​5049)
  • Add a11y-label-has-associated-control warning (#​5074)
  • Add a11y-media-has-caption warning (#​5075)
  • Fix bind:group when using contextual reference (#​5174)

v3.24.0

Compare Source

  • Support nullish coalescing (??) and optional chaining (?.) operators (#​1972)
  • Support import.meta (#​4379)
  • Fix only setting <input> values when they're changed when there are spread attributes (#​4418)
  • Fix placement of {@&#8203;html} when used at the root of a slot, at the root of a component, or in <svelte:head> (#​5012, #​5071)
  • Fix certain handling of two-way bound contenteditable elements (#​5018)
  • Fix handling of imported value that is used as a store and is also mutated (#​5019)
  • Do not display a11y-missing-content warning on elements with contenteditable bindings (#​5020)
  • Fix handling of this in inline function expressions in the template (#​5033)
  • Fix collapsing HTML with static content (#​5040)
  • Prevent use of $store at compile time when top-level store has been shadowed (#​5048)
  • Update <select> with one-way value binding when the available <option>s change (#​5051)
  • Fix published tweened types so the .set() and .update() options are optional (#​5062)
  • Fix contextual bind:this inside {#each} block (#​5067)
  • Preprocess self-closing <script> and <style> tags (#​5080)
  • Fix types for animation- and transition-related param objects so each param is optional (#​5083)

v3.23.2

Compare Source

  • Fix bind:group inside {#each} (#​3243)
  • Don't crash when using an arrow function as a statement (#​4617)
  • Deconflict bind:this variable (#​4636)

v3.23.1

Compare Source

  • Fix checkbox bind:group when multiple options have the same value (#​4397)
  • Fix bind:this to the value of an {#each} block (#​4517)
  • Fix reactivity when assigning to contextual {#each} variable (#​4574, #​4744)
  • Fix binding to contextual {#each} values that shadow outer names (#​4757)
  • Work around EdgeHTML DOM issue when removing attributes during hydration (#​4911)
  • Throw CSS parser error when :global() does not contain a selector (#​4930)

v3.23.0

Compare Source

  • Update <select> with bind:value when the available <option>s change (#​1764)
  • Add muted binding for media elements (#​2998)
  • Fix inconsistencies when setting a two-way bound <input> to undefined (#​3569)
  • Fix setting <select multiple> when there are spread attributes (#​4392)
  • Fix let-less <slot> with context overflow (#​4624)
  • Fix resize listening on certain older browsers (#​4752)
  • Add a11y-no-onchange warning (#​4788)
  • Fix use: actions being recreated when a keyed {#each} is reordered (#​4693)
  • Fix {@&#8203;html} when using tags that can only appear inside certain tags (#​4852)
  • Fix reactivity when binding directly to {#each} context (#​4879)

v3.22.3

Compare Source

  • Support default values and trailing commas in destructuring {#await} (#​4560, #​4810)
  • Fix handling of tweened store when set using duration: 0 (#​4799, #​4846)
  • Fix setting value attribute with bind:group and attribute spread (#​4803)
  • Fix issue with compound {#if} block involving static condition, dynamic condition, and inline component (#​4840)
  • Update a11y warnings per ARIA 1.2 working draft (#​4844)

v3.22.2

Compare Source

  • Fix compiler exception with a11y-img-redundant-alt and value-less alt attribute (#​4777)

v3.22.1

Compare Source

  • Fix compiler exception with a11y-img-redundant-alt and dynamic alt attribute (#​4770)

v3.22.0

Compare Source

  • Fix misaligned line numbers in source maps (#​3906)
  • Make setting a tweened store using duration: 0 instantly update the value (#​4399)
  • Fix reactivity with imported values that are then mutated (#​4555)
  • Fix contextual dynamic bind:this inside {#each} block (#​4686)
  • Do not display a11y warning about missing href for <a> with name or id (#​4697)
  • Disable infinite loop guard inside generators (#​4698)
  • Display a11y-invalid-attribute warning for href="javascript:..." (#​4733)
  • Implement a11y-img-redundant-alt warning (#​4750)
  • Fix variable name conflict with component called <Anchor> (#​4768)

v3.21.0

Compare Source

  • Support dimension bindings in cross-origin environments (#​2147)
  • Fix several related outro bugs (#​3202, #​3410, #​3685, #​4620, #​4630)
  • Try using globalThis rather than globals for the benefit of non-Node servers and web workers (#​3561, #​4545)
  • Support {#await ... catch ...} syntax shorthand (#​3623)
  • Fix attaching of JS debugging comments to HTML comments (#​4565)
  • Fix <svelte:component/> within <slot/> (#​4597)
  • Fix bug with updating simple {#if} blocks (#​4629)
  • Fix issues with <input type="number"> updates (#​4631, #​4687)
  • Prevent illegal attribute names (#​4648)
  • Fix {#if} block directly within <slot/> (#​4703)

v3.20.1

Compare Source

  • Fix compiler regression with slots (#​4562)

v3.20.0

Compare Source

  • Allow destructuring in {#await} blocks (#​1851)
  • Allow <svelte:self> to be used in a slot (#​2798)
  • Expose object of unknown props in $restProps (#​2930)
  • Prevent passing named slots other than from the top level within a component (#​3385)
  • Allow transitions and animations to work within iframes (#​3624)
  • Fix initialising slot fallbacks when unnecessary (#​3763)
  • Disallow binding directly to const variables (#​4479)
  • Fix re-attaching event handlers on keyed {#each} blocks (#​4491)
  • Fix updating keyed {#each} blocks with {:else} (#​4536, #​4549)
  • Fix hydration of top-level content (#​4542)

v3.19.2

Compare Source

  • In dev mode, display a runtime warning when a component is passed an unexpected slot (#​1020, #​1447)
  • In vars array, correctly indicate whether module variables are mutated or reassigned (#​3215)
  • Fix spread props not updating in certain situations (#​3521, #​4480)
  • Use the fallback content for slots if they are passed only whitespace (#​4092)
  • Fix bitmask overflow for {#if} blocks (#​4263)
  • In dev mode, check for unknown props even if the component has no writable props (#​4323)
  • Exclude global variables from $capture_state (#​4463)
  • Fix bitmask overflow for slots (#​4481)

v3.19.1

Compare Source

  • Do not treat modifications to $props as updates to a store called $props (#​4368)
  • Deconflict value parameter name used in contextual bindings (#​4445)
  • Fix dev mode validation of {#each} blocks using strings (#​4450)

v3.19.0

Compare Source

  • Fix indirect bindings involving elements with spreads (#​3680)
  • $capture_state/$inject_state now act on the component's entire state, rather than its props (#​3822)
  • Warn when using <Foo/> and Foo is dynamic (#​4331)
  • Display compilation warnings in svelte/register in dev mode (#​4364)
  • Fix unneeded updating of keyed each blocks (#​4373)
  • Throw runtime error in dev mode for non-array-like values in {#each} blocks (#​4408)

v3.18.2

Compare Source

  • Fix binding to module-level variables (#​4086)
  • Improve parsing error messages when there is a pending unclosed tag (#​4131)
  • Disallow attribute/prop names from matching two-way-bound names or {shorthand} attribute/prop names (#​4325)
  • Improve performance of flush() by not using .shift() (#​4356)
  • Permit reserved keywords as destructuring keys in {#each} (#​4372)
  • Disallow reserved keywords in {expressions} (#​4372)
  • Fix code generation error with precedence of arrow functions (#​4384)
  • Fix event handlers that are dynamic via reactive declarations or stores (#​4388)
  • Fix invalidation in expressions like ++foo.bar (#​4393)

v3.18.1

Compare Source

  • Fix code generation error with adjacent inline and block comments (#​4312)
  • Fix detection of unused CSS selectors that begin with a :global() but contain a scoped portion (#​4314)

v3.18.0

Compare Source

  • Fix infinite loop when instantiating another component during onMount (#​3218)
  • Make autosubscribing to a nullish store a no-op (#​2181)

v3.17.3

Compare Source

  • Fix updating a <slot> inside an {#if} or other block (#​4292)
  • Fix using RxJS observables in derived stores (#​4298)
  • Add dev mode check to disallow duplicate keys in a keyed {#each} (#​4301)
  • Fix hydration of <title> when starting from SSR-generated code with hydratable: true (#​4310)

v3.17.2

Compare Source

  • Fix removing attributes during hydration (#​1733)
  • Disallow two-way binding to a variable declared by an {#await} block (#​4012)
  • Allow access to let: variables in sibling attributes on slot root (#​4173)
  • Fix ~= and class selector matching against values separated by any whitespace characters (#​4242)
  • Fix code generation for awaited expressions that need parentheses (#​4267)
  • Preserve JavaScript comments from the original component source where possible (#​4268)
  • Add some more known globals (#​4276)
  • Correctly apply event modifiers to <svelte:body> events (#​4278)

v3.17.1

Compare Source

  • Only attach SSR mode markers to a component's <head> elements when compiling with hydratable: true (#​4258)

v3.17.0

Compare Source

  • Remove old <head> elements during hydration so they aren't duplicated (#​1607)
  • Prevent text input cursor jumping in Safari with one-way binding (#​3449)
  • Expose compiler version in dev events (#​4047)
  • Don't run actions before their element is in the document (#​4166)
  • Fix reactive assignments with destructuring and stores where the destructured value should be undefined (#​4170)
  • Fix hydrating {:else} in {#each} (#​4202)
  • Do not automatically declare variables in reactive declarations when assigning to a member expression (#​4212)
  • Fix stringifying of attributes in SSR mode when there are spread attributes (#​4240)
  • Only render one <title> in SSR mode when multiple components provide one (#​4250)

v3.16.7

Compare Source

  • Also apply actions in the order they're given along with other directives (#​2446, #​4156)
  • Check whether a dynamic event handler is a function before calling it (#​4090)
  • Correctly mark event handlers as dynamic when they involve an expression used in a bind: elsewhere (#​4155)

v3.16.6

Compare Source

  • Fix CSS specificity bug when encapsulating styles (#​1277)
  • Apply directives in the order they're given (#​2446)
  • Fix destructuring in let: directives (#​2751)
  • Preserve w

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Nov 10, 2019

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/rosnovsky/linux-news-app/73jya85sf
✅ Preview: https://linux-news-app-git-renovate-svelte-3x.rosnovsky.now.sh

@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.13.0 chore(deps): update dependency svelte to v3.14.0 Nov 11, 2019
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.14.0 chore(deps): update dependency svelte to v3.14.1 Nov 13, 2019
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.14.1 chore(deps): update dependency svelte to v3.15.0 Nov 18, 2019
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.15.0 chore(deps): update dependency svelte to v3.16.0 Nov 30, 2019
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.16.0 chore(deps): update dependency svelte to v3.16.1 Dec 9, 2019
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.16.1 chore(deps): update dependency svelte to v3.16.2 Dec 10, 2019
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.16.2 chore(deps): update dependency svelte to v3.16.3 Dec 10, 2019
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.16.3 chore(deps): update dependency svelte to v3.16.4 Dec 11, 2019
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.16.4 chore(deps): update dependency svelte to v3.16.5 Dec 18, 2019
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.19.2 chore(deps): update dependency svelte to v3.21.0 May 2, 2020
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.21.0 chore(deps): update dependency svelte to v3.22.2 May 7, 2020
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.22.2 chore(deps): update dependency svelte to v3.23.2 Jun 30, 2020
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.23.2 chore(deps): update dependency svelte to v3.24.1 Aug 25, 2020
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.24.1 chore(deps): update dependency svelte to v3.29.4 Oct 25, 2020
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.29.4 chore(deps): update dependency svelte to v3.30.0 Nov 28, 2020
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.30.0 chore(deps): update dependency svelte to v3.31.0 Dec 9, 2020
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.31.0 chore(deps): update dependency svelte to v3.31.2 Jan 6, 2021
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.31.2 chore(deps): update dependency svelte to v3.32.1 Jan 30, 2021
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.32.1 chore(deps): update dependency svelte to v3.32.2 Feb 9, 2021
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.32.2 chore(deps): update dependency svelte to v3.32.3 Feb 11, 2021
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.32.3 chore(deps): update dependency svelte to v3.37.0 Apr 26, 2021
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.37.0 chore(deps): update dependency svelte to v3.38.2 May 9, 2021
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.38.2 chore(deps): update dependency svelte to v3.44.0 Oct 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant