Skip to content

Update dependency svelte to v3.37.0 #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2021
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 25, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

sveltejs/svelte

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)

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 85c3d46 to 1b4eb20 Compare January 29, 2021 20:36
@renovate renovate bot changed the title Update dependency svelte to v3.32.0 Update dependency svelte to v3.32.1 Jan 29, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from 1b4eb20 to cc11d1d Compare February 8, 2021 20:14
@renovate renovate bot changed the title Update dependency svelte to v3.32.1 Update dependency svelte to v3.32.2 Feb 8, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from cc11d1d to b05b388 Compare February 11, 2021 04:01
@renovate renovate bot changed the title Update dependency svelte to v3.32.2 Update dependency svelte to v3.32.3 Feb 11, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from b05b388 to bcfe75c Compare February 25, 2021 16:51
@renovate renovate bot changed the title Update dependency svelte to v3.32.3 Update dependency svelte to v3.33.0 Feb 25, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from bcfe75c to 324d811 Compare February 26, 2021 00:23
@renovate renovate bot changed the title Update dependency svelte to v3.33.0 Update dependency svelte to v3.34.0 Feb 26, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from 324d811 to e105665 Compare March 1, 2021 23:32
@renovate renovate bot changed the title Update dependency svelte to v3.34.0 Update dependency svelte to v3.35.0 Mar 1, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from e105665 to 410f438 Compare April 18, 2021 10:15
@renovate renovate bot changed the title Update dependency svelte to v3.35.0 Update dependency svelte to v3.37.0 Apr 18, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from 410f438 to 83188f8 Compare April 18, 2021 10:17
@thecodejack thecodejack merged commit e48bb40 into master Apr 18, 2021
@thecodejack thecodejack deleted the renovate/svelte-3.x branch April 18, 2021 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants