rocwang / vue-virtual-scroll-grid

A Vue 3 component that can render a list with 1000+ items as a grid in a performant way.
https://grid.kiwiberry.nz/
MIT License
300 stars 31 forks source link

build(deps-dev): bump vue-tsc from 0.3.0 to 0.28.1 #125

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps vue-tsc from 0.3.0 to 0.28.1.

Changelog

Sourced from vue-tsc's changelog.

0.28.1

  • fix: don't report error Its return type 'xxx' is not a valid JSX element. to invalid functional component type (#574)
  • fix: improve $emit types extract for events type-checking (#567)
  • fix: css class references not working for pug (#569)
  • fix: completion broken in Sublime (#573)

0.28.0

  • feat: make vue-tsc version consistency to volar (vue-tsc#72)
  • feat: remove tsPlugin prompt
  • feat: remove vue-tsc version checking
  • fix: avoid noPropertyAccessFromIndexSignature effect to slots (#561)
  • fix: interpolations syntax highlight not working in html (#562)
  • fix: style attr can't end with ' (#563)
  • refactor: rewrite vue-tsc by TS

0.27.30

  • feat: support syntax highlight for vue blocks in markdown
  • feat: support vue directives, interpolations syntax highlight for html / pug code outside vue script
  • fix: template type-checking incorrectly reports error when using pnpm
  • fix: template slots type-check broken
  • fix: allow component type that missing $props property
  • fix: slots type broken by expression-less attributes

0.27.29

  • fix: don't pass unsupport component type to JSX (#553)
  • fix: dynamic props borken (#555)
  • fix: don't show virtual files in find references result
  • fix: directives type-check broken

Breaking changes since 0.27.27

  • If your project includes Storybook or @types/react, you need to config tsconfig types option to avoid @types/react affect to template type-checking. See #552.

0.27.28

  • feat: support generic $slots types
  • feat: improve v-for typing (#546)
  • feat: support vue project isn't root folder (#541)
  • fix: slots type of any type component incorrect (#547)
  • fix: optional $slots type incorrect
  • fix: ignore union type component to avoid error in template (vue-tsc#80)

0.27.27

  • feat: support slots type-checking by $slots property (#539)
  • fix: generic props type-check not working

... (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)
github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: