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/compiler-sfc from 3.2.19 to 3.2.20 #131

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @vue/compiler-sfc from 3.2.19 to 3.2.20.

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.2.20

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.2.20 (2021-10-08)

Bug Fixes

  • compiler-sfc: fix props codegen w/ leading import (d4c04e9), closes #4764
  • compiler-sfc: support runtime Enum in normal script (#4698) (f66d456)
  • devtools: clear devtools buffer after timeout (f4639e0), closes #4738
  • hmr: fix hmr for components with no active instance yet (9e3d773), closes #4757
  • types: ensure that DeepReadonly handles Ref type properly (#4714) (ed0071a)
  • types: make toRef return correct type(fix #4732) (#4734) (925bc34)

Features

  • compiler-sfc: <script setup> defineProps destructure transform (#4690) (467e113)
Commits
  • 3c500e4 release: v3.2.20
  • d4c04e9 fix(compiler-sfc): fix props codegen w/ leading import
  • c9613eb chore: prettier format (#4715) [ci skip]
  • 7a1e662 chore: grammar in comments [ci skip]
  • f66d456 fix(compiler-sfc): support runtime Enum in normal script (#4698)
  • 646e694 chore: remove babelParserDefaultPlugins
  • 467e113 feat(compiler-sfc): \<script setup> defineProps destructure transform (#4690)
  • See full diff 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[bot] commented 3 years ago

Looks like @vue/compiler-sfc is up-to-date now, so this is no longer needed.