jgpacker / osm-smart-menu

An OpenStreetMap webextension for Firefox and Chrome
GNU General Public License v3.0
56 stars 12 forks source link

build(deps-dev): bump svelte-check from 1.0.54 to 1.3.0 #141

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps svelte-check from 1.0.54 to 1.3.0.

Release notes

Sourced from svelte-check's releases.

svelte-check-1.3.0

  • (feat) support for SvelteKit anchor attributes (#897)
  • (fix) accessor creation without type or with rename (#895)
  • (fix) don't translate typeof $store into a store access (#903)

svelte-check-1.2.6

  • (feat) files ending with .svelte.d.ts are now resolved prior to a same file ending with .svelte. This enables library authors to ship type definitions of Svelte files next to their implementation. (#878)
  • (fix) handle $store in directive - animate/transition/action can use $stores, too (#877)
  • (fix) control flow for awaited promise (#880)
  • (fix) svelte2tsx-generation of bubbled and custom events (#886)
  • (fix) generate getter/setter when accessors is true (#882)

svelte-check-1.2.5

  • (fix) Don't step out of if block on else if (#874)
  • (perf) improve svelte-check performance (#872)

svelte-check-1.2.4

  • (fix) sanitize leading invalid attribute chars (#862)
  • (fix) if conditions control flow (#619)
  • (fix) spellcheck attribute allows strings true and false
  • (fix) ignore generated $store declaration (#871)

svelte-check-1.2.3

  • (fix) store access first in expression statement without semicolon in previous line no longer throws error (#859)

svelte-check-1.2.2

  • (fix) add missing transition events (#857)
  • (fix) $store declaration generation for declaration list (#856)
  • (fix) omit svelte compiler from bundle

svelte-check-1.2.1

  • (fix) $store usage declared in module (#850)
  • (fix) relax value typing (#849)

svelte-check-1.2.0

  • (feat) support for <svelte:fragment> (#848)

svelte-check-1.1.36

  • (fix) named slot element can reference let'ed variable (#817, #834)
  • (fix) add href attribute to svg image tag (#824)
  • (fix) add <details> ontoggle event (#829)
  • (fix) adjust shorthand transition/animation transformation to match Svelte's runtime behavior (#816)
  • (fix) control flow for stores. This requires TypeScript 4.2 or later (#493)
  • (fix) correct classname generation for all-invalid filenames (#836)
  • (fix) watch (d.)ts/js files (#839)

svelte-check-1.1.35

  • (fix) adjust shorthand transition/animation transformation to match Svelte's runtime behavior (#816)

svelte-check-1.1.34

... (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)