spatialnetworkslab / florence

This is a read-only mirror of the Gitlab repository: https://gitlab.com/spatialnetworkslab/florence. A grammar of graphics, built on Svelte's template syntax.
https://florence.spatialnetworkslab.org
MIT License
8 stars 0 forks source link

chore(deps-dev): bump svelte from 3.24.1 to 3.29.7 #359

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps svelte from 3.24.1 to 3.29.7.

Changelog

Sourced from svelte's changelog.

3.29.7

  • Include ./register in exports map (#5670)

3.29.6

  • Include ./package.json in export map (#5659)

3.29.5

  • Fix $$props and $$restProps when compiling to a custom element (#5482)
  • Include an export map in package.json (#5556)
  • Fix function calls in <slot> props that use contextual values (#5565)
  • Fix handling aborted transitions in {:else} blocks (#5573)
  • Add Element and Node to known globals (#5586)
  • Fix $$slots when compiling to custom elements (#5594)
  • Fix internal imports so that we're exposing a valid ES module (#5617)

3.29.4

  • Fix code generation error with ?? alongside logical operators (#5558)

3.29.3

  • Hopefully actually republish with proper UMD build for use in the REPL

3.29.2

  • Republish with proper UMD build for use in the REPL

3.29.1

  • Fix compiler hanging on <slot slot="..."> (#5475)
  • Fix types on get function in svelte/store (#5483)
  • Add missing end field on ASTs for non-top-level <style> elements (#5487)
  • Fix {#if} inside {#await} with destructuring (#5508)
  • Fix types on lifecycle hooks (#5529)

3.29.0

  • Support <slot slot="..."> (#2079)
  • Fix unmounting components with a bidirectional transition with a delay (#4954)
  • Add types to get function in svelte/store (#5269)
  • Add a warning when a component looks like it's trying to use another component without beginning with a capital letter (#5302)
  • Add EventSource to known globals (#5463)
  • Fix compiler exception with ~/+ combinators and {...spread} attributes (#5465)

3.28.0

  • Add {#key} block for keying arbitrary content on an expression (#1469)
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

Looks like svelte is up-to-date now, so this is no longer needed.