Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

chore(deps): update dependency svelte to v3.31.2#70

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/svelte-3.x
Open

chore(deps): update dependency svelte to v3.31.2#70
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/svelte-3.x

Conversation

@renovate
Copy link

@renovate renovate bot commented May 27, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte 3.22.3 -> 3.31.2 age adoption passing confidence

Release Notes

sveltejs/svelte

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)

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

@renovate renovate bot force-pushed the renovate/svelte-3.x branch from 3dad365 to c229a05 Compare June 9, 2020 01:49
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.23.0 chore(deps): update dependency svelte to v3.23.1 Jun 9, 2020
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from c229a05 to 68ba95c Compare June 10, 2020 19:51
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.23.1 chore(deps): update dependency svelte to v3.23.2 Jun 10, 2020
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from 68ba95c to 3d372c4 Compare July 7, 2020 17:56
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.23.2 chore(deps): update dependency svelte to v3.24.0 Jul 7, 2020
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from 3d372c4 to 6b5ca06 Compare August 25, 2020 21:04
@renovate renovate bot changed the title chore(deps): update dependency svelte to v3.24.0 chore(deps): update dependency svelte to v3.24.1 Aug 25, 2020
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from 6b5ca06 to df4b2c1 Compare October 28, 2020 12:00
@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 28, 2020
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from df4b2c1 to d9b2d76 Compare November 28, 2020 15:54
@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 force-pushed the renovate/svelte-3.x branch from d9b2d76 to 4e98899 Compare December 10, 2020 04:59
@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 10, 2020
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from 4e98899 to 1b0a802 Compare January 7, 2021 03:59
@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 7, 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.

1 participant