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

chore(deps-dev): bump svelte-check from 1.1.10 to 1.3.0 #78

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2021

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 24, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svelte-check-1.3.0 branch 3 times, most recently from de2a2bd to 7ef8f34 Compare March 26, 2021 18:17
@RobinCsl RobinCsl merged commit 6d7aead into main Mar 26, 2021
@RobinCsl RobinCsl deleted the dependabot/npm_and_yarn/svelte-check-1.3.0 branch March 26, 2021 18:17
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.

1 participant