galkatz373 / svelte-apexcharts

Svelte wrapper for ApexCharts
66 stars 7 forks source link

Bump svelte from 3.29.7 to 3.40.1 #149

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps svelte from 3.29.7 to 3.40.1.

Changelog

Sourced from svelte's changelog.

3.40.1

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

3.40.0

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

3.39.0

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

3.38.3

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

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #150.