]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
3 years agochore: fix docs typo (#4602) [ci skip]
tryag [Tue, 21 Sep 2021 16:49:41 +0000 (00:49 +0800)] 
chore: fix docs typo (#4602) [ci skip]

3 years agofix(types): incorrect type inference of array (#4578)
Amour1688 [Tue, 21 Sep 2021 16:41:10 +0000 (00:41 +0800)] 
fix(types): incorrect type inference of array (#4578)

3 years agofix(hydration): ensure hydrated event listeners have bound instance (#4529)
ygj6 [Tue, 21 Sep 2021 16:39:21 +0000 (00:39 +0800)] 
fix(hydration): ensure hydrated event listeners have bound instance (#4529)

fix #4479

3 years agofix(compiler-core): only merge true handlers (#4577)
Herrington Darkholme [Tue, 21 Sep 2021 16:37:51 +0000 (00:37 +0800)] 
fix(compiler-core): only merge true handlers (#4577)

3 years agochore: fix type in compatConfig.ts (#4604) [ci skip]
tryag [Tue, 21 Sep 2021 16:35:42 +0000 (00:35 +0800)] 
chore: fix type in compatConfig.ts (#4604) [ci skip]

3 years agochore: remove unused parameter type definitions (#4607)
tryag [Tue, 21 Sep 2021 16:35:11 +0000 (00:35 +0800)] 
chore: remove unused parameter type definitions (#4607)

3 years agotypes: allow binding any value to SelectElement (#4575)
Wouter Kettlitz [Tue, 21 Sep 2021 16:34:25 +0000 (18:34 +0200)] 
types: allow binding any value to SelectElement (#4575)

3 years agofix(watch): remove redundant parameter default value (#4565)
Yang Mingshan [Tue, 21 Sep 2021 16:32:12 +0000 (00:32 +0800)] 
fix(watch): remove redundant parameter default value (#4565)

3 years agofix(compiler-core): dedupe renderSlot's default props (#4557)
Herrington Darkholme [Tue, 21 Sep 2021 16:31:27 +0000 (00:31 +0800)] 
fix(compiler-core): dedupe renderSlot's default props (#4557)

3 years agofix(compiler-dom): fix transition children check for whitespace nodes
Evan You [Tue, 21 Sep 2021 16:25:05 +0000 (12:25 -0400)] 
fix(compiler-dom): fix transition children check for whitespace nodes

fix #4637

3 years agofix(compiler-core): more robust member expression check when running in node
Evan You [Tue, 21 Sep 2021 16:19:27 +0000 (12:19 -0400)] 
fix(compiler-core): more robust member expression check when running in node

fix #4640

3 years agotest: bump @vue/consolidate to fix dts tests
Evan You [Tue, 21 Sep 2021 14:53:48 +0000 (10:53 -0400)] 
test: bump @vue/consolidate to fix dts tests

3 years agotest: fix module mapping for consolidate
Evan You [Tue, 21 Sep 2021 14:48:32 +0000 (10:48 -0400)] 
test: fix module mapping for consolidate

3 years agobuild: expose compiler-sfc and server-renderer under main vue package + optimize...
Evan You [Tue, 21 Sep 2021 14:26:08 +0000 (10:26 -0400)] 
build: expose compiler-sfc and server-renderer under main vue package + optimize package size

3 years agotypes(compiler-sfc): type annotation tweaks + move @babel/types to devDeps
Evan You [Tue, 21 Sep 2021 02:06:12 +0000 (22:06 -0400)] 
types(compiler-sfc): type annotation tweaks + move @babel/types to devDeps

3 years agoci: use frozen lockfile
Evan You [Mon, 20 Sep 2021 16:43:06 +0000 (12:43 -0400)] 
ci: use frozen lockfile

3 years agoci: update size check script
Evan You [Mon, 20 Sep 2021 16:40:05 +0000 (12:40 -0400)] 
ci: update size check script

3 years agoci: update ci script
Evan You [Mon, 20 Sep 2021 16:26:16 +0000 (12:26 -0400)] 
ci: update ci script

3 years agofix(compiler-core): support ts syntax in expressions when isTS is true
Evan You [Mon, 20 Sep 2021 15:51:01 +0000 (11:51 -0400)] 
fix(compiler-core): support ts syntax in expressions when isTS is true

3 years agochore: bump repl
Evan You [Mon, 20 Sep 2021 02:04:46 +0000 (22:04 -0400)] 
chore: bump repl

3 years agofix(compiler-core): ensure hoisted scopeId code can be treeshaken
Evan You [Sun, 19 Sep 2021 21:14:26 +0000 (17:14 -0400)] 
fix(compiler-core): ensure hoisted scopeId code can be treeshaken

3 years agochore: bump repl
Evan You [Sun, 19 Sep 2021 18:59:49 +0000 (14:59 -0400)] 
chore: bump repl

3 years agofeat(compiler-sfc): allow disabling sourcemap when not needed
Evan You [Sat, 18 Sep 2021 21:42:09 +0000 (17:42 -0400)] 
feat(compiler-sfc): allow disabling sourcemap when not needed

3 years agorelease: v3.2.12 v3.2.12
Evan You [Fri, 17 Sep 2021 14:55:26 +0000 (10:55 -0400)] 
release: v3.2.12

3 years agochore: bump repl version
Evan You [Fri, 17 Sep 2021 14:49:27 +0000 (10:49 -0400)] 
chore: bump repl version

3 years agofix(compiler-ssr): handle v-memo in ssr compilation
Evan You [Fri, 17 Sep 2021 14:23:06 +0000 (10:23 -0400)] 
fix(compiler-ssr): handle v-memo in ssr compilation

3 years agochore: improve component resolution failure message
Evan You [Fri, 17 Sep 2021 14:01:04 +0000 (10:01 -0400)] 
chore: improve component resolution failure message

3 years agochore(sfc-playground): fix autoresize
Evan You [Fri, 17 Sep 2021 13:48:17 +0000 (09:48 -0400)] 
chore(sfc-playground): fix autoresize

3 years agofix(custom-elements): fix number prop casting
Evan You [Thu, 16 Sep 2021 23:15:15 +0000 (19:15 -0400)] 
fix(custom-elements): fix number prop casting

fix #4370, close #4393

3 years agochore: bump repl version
Evan You [Thu, 16 Sep 2021 22:40:42 +0000 (18:40 -0400)] 
chore: bump repl version

3 years agochore(sfc-playground): improve buttons
Evan You [Thu, 16 Sep 2021 21:21:48 +0000 (17:21 -0400)] 
chore(sfc-playground): improve buttons

3 years agofix(compiler-sfc): register exported bindings in normal script when using script...
edison [Thu, 16 Sep 2021 21:22:29 +0000 (05:22 +0800)] 
fix(compiler-sfc): register exported bindings in normal script when using script setup (#4601)

fix #4600

3 years agorefactor(compiler-sfc): improve TLA codegen
Evan You [Thu, 16 Sep 2021 21:07:29 +0000 (17:07 -0400)] 
refactor(compiler-sfc): improve TLA codegen

3 years agofix(compiler-sfc): fix TLA codegen semicolon insertion
Evan You [Thu, 16 Sep 2021 20:49:59 +0000 (16:49 -0400)] 
fix(compiler-sfc): fix TLA codegen semicolon insertion

fix #4596

3 years agofix(compiler-sfc): support nested await statements (#4458)
edison [Thu, 16 Sep 2021 20:23:46 +0000 (04:23 +0800)] 
fix(compiler-sfc): support nested await statements (#4458)

fix #4448

3 years agochore(sfc-playground): add dark mode toggle
Evan You [Thu, 16 Sep 2021 18:23:09 +0000 (14:23 -0400)] 
chore(sfc-playground): add dark mode toggle

3 years agofix(compiler-sfc): handle empty strings during template usage analysis of setup bindi...
Thorsten Lünborg [Thu, 16 Sep 2021 17:47:11 +0000 (19:47 +0200)] 
fix(compiler-sfc): handle empty strings during template usage analysis of setup bindings (#4608)

fix #4599

3 years agofix(compile-sfc): add symbol judge in prop type checks. (#4594)
ygj6 [Thu, 16 Sep 2021 17:45:55 +0000 (01:45 +0800)] 
fix(compile-sfc):  add symbol judge in prop type checks. (#4594)

fix #4592

3 years agofix(compiler-sfc): properly reuse hoisted asset imports
Evan You [Thu, 16 Sep 2021 17:33:02 +0000 (13:33 -0400)] 
fix(compiler-sfc): properly reuse hoisted asset imports

fix #4581

3 years agofix(compiler-core): v-on inline async function expression handler (#4569)
lidlanca [Thu, 16 Sep 2021 16:36:04 +0000 (12:36 -0400)] 
fix(compiler-core): v-on inline async function expression handler (#4569)

fix #4568

3 years agofix(suspense): fix suspense slot inside deoptimized slot call
Evan You [Thu, 16 Sep 2021 16:14:33 +0000 (12:14 -0400)] 
fix(suspense): fix suspense slot inside deoptimized slot call

fix #4556

3 years agotypes: relax OptionHTMLAttributes.value type requirement
Evan You [Thu, 16 Sep 2021 15:58:11 +0000 (11:58 -0400)] 
types: relax OptionHTMLAttributes.value type requirement

fix #4574

3 years agotypes: extend CSSProperties with PropertiesHyphen (#4553)
Wouter Kettlitz [Thu, 16 Sep 2021 15:46:41 +0000 (17:46 +0200)] 
types: extend CSSProperties with PropertiesHyphen (#4553)

fix #4552

3 years agofix(compiler): fix template ref codegen for setup-maybe-ref binding types (#4549)
ygj6 [Thu, 16 Sep 2021 15:33:16 +0000 (23:33 +0800)] 
fix(compiler): fix template ref codegen for setup-maybe-ref binding types (#4549)

fix #4546

3 years agofix(runtime-core): avoid script setup bindings overwriting reserved ctx properties...
ygj6 [Thu, 16 Sep 2021 15:16:07 +0000 (23:16 +0800)] 
fix(runtime-core): avoid script setup bindings overwriting reserved ctx properties (#4570)

3 years agobuild: generate more treeshaking friendly code
Evan You [Thu, 16 Sep 2021 14:56:34 +0000 (10:56 -0400)] 
build: generate more treeshaking friendly code

3 years agofix(compiler-sfc): properly analyze destructured bindings with dynamic keys
Evan You [Thu, 9 Sep 2021 16:28:59 +0000 (12:28 -0400)] 
fix(compiler-sfc): properly analyze destructured bindings with dynamic keys

fix #4540

3 years agorelease: v3.2.11 v3.2.11
Evan You [Wed, 8 Sep 2021 22:58:13 +0000 (18:58 -0400)] 
release: v3.2.11

3 years agoci: lock node version to 16.8
Evan You [Wed, 8 Sep 2021 22:51:19 +0000 (18:51 -0400)] 
ci: lock node version to 16.8

3 years agofix(hmr): handle possible duplicate component definitions with same id
Evan You [Wed, 8 Sep 2021 22:36:21 +0000 (18:36 -0400)] 
fix(hmr): handle possible duplicate component definitions with same id

fixes regression in vitepress

3 years agorelease: v3.2.10 v3.2.10
Evan You [Tue, 7 Sep 2021 20:20:07 +0000 (16:20 -0400)] 
release: v3.2.10

3 years agochore: remove unused api-extractor.json
Evan You [Tue, 7 Sep 2021 20:16:38 +0000 (16:16 -0400)] 
chore: remove unused api-extractor.json

3 years agobuild: fix compat build exports (again)
Evan You [Tue, 7 Sep 2021 16:38:19 +0000 (12:38 -0400)] 
build: fix compat build exports (again)

3 years agofix(runtime-dom): style patching shoud always preserve v-show display property
Evan You [Tue, 7 Sep 2021 16:25:00 +0000 (12:25 -0400)] 
fix(runtime-dom): style patching shoud always preserve v-show display property

close #4424

3 years agofix(compiler): condense whitespaces in static class attributes (#4432)
Roy Eden [Tue, 7 Sep 2021 16:01:17 +0000 (13:01 -0300)] 
fix(compiler): condense whitespaces in static class attributes (#4432)

fix #4251

3 years agofix(compiler-core): pick last char when dynamic directive doesn't close (#4507)
Herrington Darkholme [Tue, 7 Sep 2021 15:36:37 +0000 (23:36 +0800)] 
fix(compiler-core): pick last char when dynamic directive doesn't close (#4507)

3 years agochore: fix typo in jsdoc (#4526) [ci skip]
Herrington Darkholme [Tue, 7 Sep 2021 15:31:27 +0000 (23:31 +0800)] 
chore: fix typo in jsdoc (#4526) [ci skip]

3 years agochore(reactivity): fix typo in dep (#4534) [ci skip]
n2ptune [Tue, 7 Sep 2021 15:31:12 +0000 (00:31 +0900)] 
chore(reactivity): fix typo in dep (#4534) [ci skip]

3 years agofix(build): build vue-compat in default exports mode (#4460)
Illya Klymov [Tue, 7 Sep 2021 15:01:18 +0000 (18:01 +0300)] 
fix(build): build vue-compat in default exports mode (#4460)

3 years agofix(compiler-core): avoid runtime dependency on @babel/types
Evan You [Tue, 7 Sep 2021 13:54:49 +0000 (09:54 -0400)] 
fix(compiler-core): avoid runtime dependency on @babel/types

fix #4531

3 years agochore(sfc-playground): remove unused font
Evan You [Tue, 7 Sep 2021 04:29:40 +0000 (00:29 -0400)] 
chore(sfc-playground): remove unused font

3 years agochore(sfc-playground): dark mode
Evan You [Tue, 7 Sep 2021 04:29:18 +0000 (00:29 -0400)] 
chore(sfc-playground): dark mode

3 years agochore(sfc-playground): use standalone version of @vue/repl
Evan You [Mon, 6 Sep 2021 22:02:27 +0000 (18:02 -0400)] 
chore(sfc-playground): use standalone version of @vue/repl

3 years agofix(type): fix prop type infer (#4530)
fishDog [Mon, 6 Sep 2021 19:24:15 +0000 (03:24 +0800)] 
fix(type): fix prop type infer (#4530)

fix #4525

3 years agorelease: v3.2.9 v3.2.9
Evan You [Sun, 5 Sep 2021 22:24:01 +0000 (18:24 -0400)] 
release: v3.2.9

3 years agotypes(runtime-core): fix for multiple possible prop types including Date (#4518)
Husam Ibrahim [Sun, 5 Sep 2021 22:16:44 +0000 (00:16 +0200)] 
types(runtime-core): fix for multiple possible prop types including Date (#4518)

fix #4517

3 years agofix(compile-sfc): support `Date` prop type with defineProps (#4519)
webfansplz [Sun, 5 Sep 2021 22:13:12 +0000 (06:13 +0800)] 
fix(compile-sfc): support  `Date` prop type with defineProps (#4519)

3 years agofix(compiler-sfc): support using declared interface in normal script with defineProps...
edison [Sun, 5 Sep 2021 22:10:15 +0000 (06:10 +0800)] 
fix(compiler-sfc): support using declared interface in normal script with defineProps() (#4522)

fix #4423

3 years agofix(compiler-sfc): fix script setup ref assignment codegen edge case (#4520)
edison [Sun, 5 Sep 2021 22:02:50 +0000 (06:02 +0800)] 
fix(compiler-sfc): fix script setup ref assignment codegen edge case (#4520)

fix #4514

3 years agofix(compile-sfc): generate setup prop type format error (#4506)
webfansplz [Sun, 5 Sep 2021 21:36:46 +0000 (05:36 +0800)] 
fix(compile-sfc): generate setup prop type format error (#4506)

fix #4505

3 years agofix(ref-transform): not transform the prototype attributes. (#4503)
ygj6 [Sun, 5 Sep 2021 21:35:13 +0000 (05:35 +0800)] 
fix(ref-transform): not transform the prototype attributes. (#4503)

fix #4502

3 years agobuild: avoid require call to consolidate in esm-browser build
Evan You [Sun, 5 Sep 2021 21:30:18 +0000 (17:30 -0400)] 
build: avoid require call to consolidate in esm-browser build

3 years agobuild: module alias for compiler-sfc browser esm build
Evan You [Sun, 5 Sep 2021 21:21:24 +0000 (17:21 -0400)] 
build: module alias for compiler-sfc browser esm build

3 years agobuild: pre-shim process in browser build of compiler-sfc
Evan You [Sun, 5 Sep 2021 21:19:49 +0000 (17:19 -0400)] 
build: pre-shim process in browser build of compiler-sfc

3 years agofix(types): fix ref macro types
Evan You [Sat, 4 Sep 2021 20:42:39 +0000 (16:42 -0400)] 
fix(types): fix ref macro types

fix #4499

3 years agofix(types/ref-transform): fix $$() type
fishDog [Sat, 4 Sep 2021 16:04:12 +0000 (00:04 +0800)] 
fix(types/ref-transform): fix $$() type

3 years agorelease: v3.2.8 v3.2.8
Evan You [Thu, 2 Sep 2021 18:46:30 +0000 (14:46 -0400)] 
release: v3.2.8

3 years agochore: remove wrongly placed type casts
Evan You [Thu, 2 Sep 2021 18:18:52 +0000 (14:18 -0400)] 
chore: remove wrongly placed type casts

3 years agofix(compiler-sfc): ensure script setup generates type-valid ts output
Evan You [Thu, 2 Sep 2021 15:51:41 +0000 (11:51 -0400)] 
fix(compiler-sfc): ensure script setup generates type-valid ts output

fix #4455

3 years agofix(compiler): generate function ref for script setup if inline is ture. (#4492)
ygj6 [Thu, 2 Sep 2021 15:27:20 +0000 (23:27 +0800)] 
fix(compiler): generate function ref for script setup if inline is ture. (#4492)

3 years agofix(compiler-sfc): generate matching prop types when withDefaults is used (#4466)
webfansplz [Thu, 2 Sep 2021 15:26:52 +0000 (23:26 +0800)] 
fix(compiler-sfc): generate matching prop types when withDefaults is used (#4466)

fix #4455

3 years agobuild(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482)
dependabot[bot] [Thu, 2 Sep 2021 13:53:57 +0000 (09:53 -0400)] 
build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482)

* build(deps-dev): bump typescript from 4.3.5 to 4.4.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
* build(deps-dev): bump typescript from 4.3.5 to 4.4.2

* test: fix nodeOps types

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Rodrigues <carlos@hypermob.co.uk>
Co-authored-by: Evan You <yyx990803@gmail.com>
3 years agochore: remove unnecessary 'async' for test case (#4490)
huangkairan [Thu, 2 Sep 2021 13:44:38 +0000 (21:44 +0800)] 
chore: remove unnecessary 'async' for test case (#4490)

3 years agofix(compiler): report invalid directive name error (#4494) (#4495)
Herrington Darkholme [Thu, 2 Sep 2021 13:42:20 +0000 (21:42 +0800)] 
fix(compiler): report invalid directive name error (#4494) (#4495)

3 years agofix(types): include ref-macros.d.ts in npm dist files
Evan You [Thu, 2 Sep 2021 13:40:44 +0000 (09:40 -0400)] 
fix(types): include ref-macros.d.ts in npm dist files

fix #4433

3 years agorelease: v3.2.7 v3.2.7
Evan You [Wed, 1 Sep 2021 22:05:16 +0000 (18:05 -0400)] 
release: v3.2.7

3 years agofix(compiler): only generate non-static ref for script setup if the binding exists
Evan You [Wed, 1 Sep 2021 21:27:03 +0000 (17:27 -0400)] 
fix(compiler): only generate non-static ref for script setup if the binding exists

fix #4431

3 years agochore: update snapshot
Evan You [Wed, 1 Sep 2021 21:26:31 +0000 (17:26 -0400)] 
chore: update snapshot

3 years agofix(suspense): misusing DOM Comment element constructor as a vnode type (#4451)
X.L [Wed, 1 Sep 2021 20:57:56 +0000 (04:57 +0800)] 
fix(suspense): misusing DOM Comment element constructor as a vnode type (#4451)

3 years agofix(ref-transform): should transform $ref when used with generic arguments (#4446)
edison [Wed, 1 Sep 2021 20:55:30 +0000 (04:55 +0800)] 
fix(ref-transform): should transform $ref when used with generic arguments (#4446)

fix #4442

3 years agotypes(reactivity): adjust type exports (#4407)
zhangenming [Wed, 1 Sep 2021 20:49:12 +0000 (04:49 +0800)] 
types(reactivity): adjust type exports (#4407)

3 years agorefactor(compiler): refine CDATA endTokens (#4459)
Herrington Darkholme [Wed, 1 Sep 2021 20:43:10 +0000 (04:43 +0800)] 
refactor(compiler): refine CDATA endTokens (#4459)

3 years agochore: fix typo in error message (#4434) [ci skip]
Herrington Darkholme [Wed, 1 Sep 2021 20:42:24 +0000 (04:42 +0800)] 
chore: fix typo in error message (#4434) [ci skip]

3 years agofix(runtime-core): properly merge unmounted and beforeUnmount options (#4447)
laineus [Wed, 1 Sep 2021 20:41:57 +0000 (05:41 +0900)] 
fix(runtime-core): properly merge unmounted and beforeUnmount options (#4447)

3 years agorefactor(runtime-core): improve the type of defineAsyncComponent (#4441)
ShroXd [Wed, 1 Sep 2021 20:41:08 +0000 (04:41 +0800)] 
refactor(runtime-core): improve the type of defineAsyncComponent (#4441)

3 years agochore(deps): update jest to v27 (#4472)
Cédric Exbrayat [Wed, 1 Sep 2021 20:39:46 +0000 (22:39 +0200)] 
chore(deps): update jest to v27 (#4472)

Updates jest and ts-jest to v27, as jest v27.1.0 includes a necessary fix to unblock further work on spying issues.

See https://github.com/facebook/jest/pull/11721

3 years agochore: set node engine to v16 (#4471)
Cédric Exbrayat [Wed, 1 Sep 2021 20:39:09 +0000 (22:39 +0200)] 
chore: set node engine to v16 (#4471)

As some packages rely on the experimental "stream/web" package only available in node v16.5+,
this commit updates the `engines` property to reflect that.

3 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.29.2 to 4.30.0 (#4487)
dependabot[bot] [Wed, 1 Sep 2021 20:38:46 +0000 (16:38 -0400)] 
build(deps-dev): bump @typescript-eslint/parser from 4.29.2 to 4.30.0 (#4487)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.29.2 to 4.30.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.30.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.18.6 to 7.18.7 (#4485)
dependabot[bot] [Wed, 1 Sep 2021 20:38:38 +0000 (16:38 -0400)] 
build(deps-dev): bump @microsoft/api-extractor from 7.18.6 to 7.18.7 (#4485)

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.18.6 to 7.18.7.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.18.6...@microsoft/api-extractor_v7.18.7)

---
updated-dependencies:
- dependency-name: "@microsoft/api-extractor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agobuild(deps-dev): bump @vitejs/plugin-vue from 1.4.0 to 1.6.0 (#4488)
dependabot[bot] [Wed, 1 Sep 2021 20:38:10 +0000 (16:38 -0400)] 
build(deps-dev): bump @vitejs/plugin-vue from 1.4.0 to 1.6.0 (#4488)

Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-vue) from 1.4.0 to 1.6.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-app@1.6.0/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>