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.20.1 to 3.23.0 #21

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps svelte from 3.20.1 to 3.23.0.

Changelog

Sourced from svelte's changelog.

3.23.0

  • Update <select> with bind:value when the available <option>s change (#1764)
  • Add muted binding for media elements (#2998)
  • Fix inconsistencies when setting a two-way bound <input> to undefined (#3569)
  • Fix setting <select multiple> when there are spread attributes (#4392)
  • Fix let-less <slot> with context overflow (#4624)
  • Fix resize listening on certain older browsers (#4752)
  • Add a11y-no-onchange warning (#4788)
  • Fix use: actions being recreated when a keyed {#each} is reordered (#4693)
  • Fix {@html} when using tags that can only appear inside certain tags (#4852)
  • Fix reactivity when binding directly to {#each} context (#4879)

3.22.3

  • Support default values and trailing commas in destructuring {#await} (#4560, #4810)
  • Fix handling of tweened store when set using duration: 0 (#4799, #4846)
  • Fix setting value attribute with bind:group and attribute spread (#4803)
  • Fix issue with compound {#if} block involving static condition, dynamic condition, and inline component (#4840)
  • Update a11y warnings per ARIA 1.2 working draft (#4844)

3.22.2

  • Fix compiler exception with a11y-img-redundant-alt and value-less alt attribute (#4777)

3.22.1

  • Fix compiler exception with a11y-img-redundant-alt and dynamic alt attribute (#4770)

3.22.0

  • Fix misaligned line numbers in source maps (#3906)
  • Make setting a tweened store using duration: 0 instantly update the value (#4399)
  • Fix reactivity with imported values that are then mutated (#4555)
  • Fix contextual dynamic bind:this inside {#each} block (#4686)
  • Do not display a11y warning about missing href for <a> with name or id (#4697)
  • Disable infinite loop guard inside generators (#4698)
  • Display a11y-invalid-attribute warning for href="javascript:..." (#4733)
  • Implement a11y-img-redundant-alt warning (#4750)
  • Fix variable name conflict with component called <Anchor> (#4768)

3.21.0

  • Support dimension bindings in cross-origin environments (#2147)
  • Fix several related outro bugs (#3202, #3410, #3685, #4620, #4630)
  • Try using globalThis rather than globals for the benefit of non-Node servers and web workers (#3561, #4545)
  • Support {#await ... catch ...} syntax shorthand (#3623)
  • Fix attaching of JS debugging comments to HTML comments (#4565)
  • Fix <svelte:component/> within <slot/> (#4597)
  • Fix bug with updating simple {#if} blocks (#4629)
... (truncated)
Commits
  • f46b38a -> v3.23.0
  • b0377cc fix {@html} assuming it lives inside a <div> (#4863)
  • 1196780 fix reactivity when binding to each context (#4878)
  • 3330c3f only add event listeners when a block is first mounted (#4860)
  • 24ef4e1 set select multiple value with spread (#4894)
  • d61a7a0 run unit tests on Windows and macOS (#4908)
  • 81b6c0b docs: adjust readable store example (#4903)
  • e34f208 reselect <select> when the option values change (#4885)
  • f624d6e docs: value cannot be set via spread for indirectly bound values (#4832)
  • 97db5cc docs: add blur to list of svelte/transition exports
  • Additional commits viewable in compare view

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:

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

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.20.1 to 3.23.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/svelte@v3.20.1...v3.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 27, 2020
@dependabot-preview
Copy link
Author

Superseded by #22.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/svelte-3.23.0 branch June 9, 2020 05:09
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