Skip to content
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

Bump svelte from 3.32.3 to 3.41.0 #429

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps svelte from 3.32.3 to 3.41.0.

Changelog

Sourced from svelte's changelog.

3.41.0

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

3.40.3

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

3.40.2

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

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)

... (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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants