Skip to content

Update dependency svelte to v3.41.0 #55

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
Jul 28, 2021
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 30, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

sveltejs/svelte

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

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 45a3b07 to cd8c83b Compare May 1, 2021 15:36
@renovate renovate bot changed the title Update dependency svelte to v3.38.0 Update dependency svelte to v3.38.1 May 1, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from cd8c83b to ec1db2f Compare May 3, 2021 21:25
@renovate renovate bot changed the title Update dependency svelte to v3.38.1 Update dependency svelte to v3.38.2 May 3, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from ec1db2f to 070d9cc Compare June 22, 2021 15:36
@renovate renovate bot changed the title Update dependency svelte to v3.38.2 Update dependency svelte to v3.38.3 Jun 22, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from 070d9cc to 7946119 Compare July 23, 2021 11:42
@renovate renovate bot changed the title Update dependency svelte to v3.38.3 Update dependency svelte to v3.40.1 Jul 23, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from 7946119 to e3121c4 Compare July 23, 2021 19:14
@renovate renovate bot changed the title Update dependency svelte to v3.40.1 Update dependency svelte to v3.40.2 Jul 23, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from e3121c4 to cbfb162 Compare July 26, 2021 18:38
@renovate renovate bot changed the title Update dependency svelte to v3.40.2 Update dependency svelte to v3.40.3 Jul 26, 2021
@renovate renovate bot changed the title Update dependency svelte to v3.40.3 Update dependency svelte to v3.41.0 Jul 27, 2021
@renovate renovate bot force-pushed the renovate/svelte-3.x branch from cbfb162 to b1c1682 Compare July 27, 2021 16:12
@thecodejack thecodejack merged commit 3a04516 into master Jul 28, 2021
@thecodejack thecodejack deleted the renovate/svelte-3.x branch July 28, 2021 05:05
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