Skip to content

chore(deps-dev): bump svelte from 3.26.0 to 3.41.0#127

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/svelte-3.41.0
Closed

chore(deps-dev): bump svelte from 3.26.0 to 3.41.0#127
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/svelte-3.41.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2021

Bumps svelte from 3.26.0 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)

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.26.0 to 3.41.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/svelte@v3.26.0...v3.41.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2021

Superseded by #130.

@dependabot dependabot bot closed this Aug 9, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svelte-3.41.0 branch August 9, 2021 07:39
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.

0 participants

Comments