]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
4 years agochore(runtime-core): remove unnecessary variables (#2680)
edison [Fri, 5 Feb 2021 19:06:50 +0000 (03:06 +0800)] 
chore(runtime-core): remove unnecessary variables (#2680)

4 years agotest: fix typo in expect message (#2678)
Alan Wang [Fri, 5 Feb 2021 19:06:21 +0000 (03:06 +0800)] 
test: fix typo in expect message (#2678)

4 years agofix(runtime-core): allow overriding properties other than props (#3105)
Cédric Exbrayat [Fri, 5 Feb 2021 18:59:46 +0000 (19:59 +0100)] 
fix(runtime-core): allow overriding properties other than props (#3105)

This is useful for testing, as Jest can't spy on an object without `hasOwnProperty`.
VTU can add it, but this commit is needed first.

4 years agofix(types): extract the correct props type for the DateConstructor (#2676)
HcySunYang [Fri, 5 Feb 2021 18:56:23 +0000 (02:56 +0800)] 
fix(types): extract the correct props type for the DateConstructor (#2676)

4 years agofeat(runtime-core): improve render context warning (#2496)
Thorsten Lünborg [Fri, 5 Feb 2021 18:55:45 +0000 (19:55 +0100)] 
feat(runtime-core): improve render context warning (#2496)

Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
4 years agotypes: use non-null assertion instead of explicit type cast (#2974)
Yang Mingshan [Fri, 5 Feb 2021 18:55:23 +0000 (02:55 +0800)] 
types: use non-null assertion instead of explicit type cast (#2974)

4 years agofix(runtime-core): check the DEV_ROOT_FRAGMENT flag correctly in the dev environment...
HcySunYang [Fri, 5 Feb 2021 18:54:59 +0000 (02:54 +0800)] 
fix(runtime-core): check the DEV_ROOT_FRAGMENT flag correctly in the dev environment (#2750)

4 years agofix(runtime-core): component methods should override global properties in DEV (#3074)
HcySunYang [Fri, 5 Feb 2021 18:52:40 +0000 (02:52 +0800)] 
fix(runtime-core): component methods should override global properties in DEV (#3074)

4 years agobuild(deps-dev): bump @types/node from 14.14.22 to 14.14.25 (#3169)
dependabot-preview[bot] [Fri, 5 Feb 2021 06:24:00 +0000 (06:24 +0000)] 
build(deps-dev): bump @types/node from 14.14.22 to 14.14.25 (#3169)

4 years agofix: remove superfluous spaces when normalizing class (#3083)
Albert Kaaman [Thu, 4 Feb 2021 13:41:46 +0000 (14:41 +0100)] 
fix: remove superfluous spaces when normalizing class (#3083)

Co-authored-by: Jacek Karczmarczyk <jkarczm@gmail.com>
4 years agofeat(compiler-sfc): upgrade to postcss 8 (#2710)
Evan You [Thu, 4 Feb 2021 13:37:55 +0000 (08:37 -0500)] 
feat(compiler-sfc): upgrade to postcss 8 (#2710)

4 years agotypes: focusin & out events (#3136)
07akioni [Thu, 4 Feb 2021 13:05:24 +0000 (21:05 +0800)] 
types: focusin & out events (#3136)

4 years agochore: remove overloads numbers in comments (#2976)
Yang Mingshan [Thu, 4 Feb 2021 06:34:40 +0000 (14:34 +0800)] 
chore: remove overloads numbers in comments (#2976)

4 years agobuild(deps): [security] bump ini from 1.3.5 to 1.3.8 (#2811)
dependabot-preview[bot] [Wed, 3 Feb 2021 18:42:48 +0000 (19:42 +0100)] 
build(deps): [security] bump ini from 1.3.5 to 1.3.8 (#2811)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.**
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
4 years agofeat(compiler-core): support `BigInt` in template (#2900)
edison [Wed, 3 Feb 2021 18:28:46 +0000 (02:28 +0800)] 
feat(compiler-core): support `BigInt` in template (#2900)

4 years agoperf(reactivity): should not track `__isVue` (#2940)
HcySunYang [Wed, 3 Feb 2021 18:28:07 +0000 (02:28 +0800)] 
perf(reactivity): should not track `__isVue` (#2940)

4 years agofix(compiler-sfc): compiler blank srcset (#3005)
underfin [Wed, 3 Feb 2021 18:27:34 +0000 (02:27 +0800)] 
fix(compiler-sfc): compiler blank srcset (#3005)

fix https://github.com/vitejs/vite/issues/1523

4 years agofeat(runtime-core): props type support `BigInt` (#2891)
edison [Wed, 3 Feb 2021 18:25:45 +0000 (02:25 +0800)] 
feat(runtime-core): props type support `BigInt` (#2891)

4 years agofix(docs): change reference to passed deadline (#2930)
Cody Mikol [Wed, 3 Feb 2021 18:25:26 +0000 (13:25 -0500)] 
fix(docs): change reference to passed deadline (#2930)

mention we plan to drop the next suffix in early
2021 rather than 2020 since that deadline has
passed.

Fixes N/A

4 years agofix: ensure all published packages contan a LICENCE file (close #2650) (#2857)
Thorsten Lünborg [Wed, 3 Feb 2021 18:24:47 +0000 (19:24 +0100)] 
fix: ensure all published packages contan a LICENCE file (close #2650) (#2857)

close #2650

Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
4 years agofix(toRef): ref created from union typed prop can't be used in watch (#3048)
07akioni [Wed, 3 Feb 2021 18:12:51 +0000 (02:12 +0800)] 
fix(toRef): ref created from union typed prop can't be used in watch (#3048)

4 years agofix(compiler-sfc): the empty lang attribute should be treated as no lang specified...
HcySunYang [Wed, 3 Feb 2021 18:11:45 +0000 (02:11 +0800)] 
fix(compiler-sfc): the empty lang attribute should be treated as no lang specified (#3051)

4 years agofix(runtime-dom): enable set form attr to null on form-elements (#2840) (#2849)
luwuer [Wed, 3 Feb 2021 18:11:09 +0000 (02:11 +0800)] 
fix(runtime-dom): enable set form attr to null on form-elements (#2840) (#2849)

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Co-authored-by: Thorsten Lünborg <t.luenborg@googlemail.com>
4 years agodocs(contributing): missing link to Scripts section (#2868)
Alan Wang [Wed, 3 Feb 2021 18:10:47 +0000 (02:10 +0800)] 
docs(contributing): missing link to Scripts section (#2868)

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
4 years agofix: should prefix `ShadowRoot` with `window.` (#2943)
Haoqun Jiang [Wed, 3 Feb 2021 18:10:27 +0000 (02:10 +0800)] 
fix: should prefix `ShadowRoot` with `window.` (#2943)

Otherwise this expression would throw in environments that does not
support `ShadowRoot` which includes the common mocha testing environment
setup that uses `jsdom` and `jsdom-global`.

It is because `ShadowRoot` is not an enumerable property on `window`,
`jsdom-global` fails to expose it on the `global` object.

See the error message at: https://app.circleci.com/pipelines/github/vuejs/vue-cli/779/workflows/17d7d7c4-7605-4588-878a-ddb3a6d37102/jobs/24147

4 years agodocs(type): remove unmount parameters (#2601)
hiroki [Wed, 3 Feb 2021 18:09:59 +0000 (13:09 -0500)] 
docs(type): remove unmount parameters (#2601)

4 years agofix(runtime-core): ensure app instance can be garbage collected after unmount (close...
Thorsten Lünborg [Wed, 3 Feb 2021 18:09:20 +0000 (19:09 +0100)] 
fix(runtime-core): ensure app instance can be garbage collected after unmount (close #2907) (#2909)

close #2907

Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
4 years agobuild(deps-dev): bump rollup from 2.38.3 to 2.38.4 (#3144)
dependabot-preview[bot] [Tue, 2 Feb 2021 06:14:33 +0000 (06:14 +0000)] 
build(deps-dev): bump rollup from 2.38.3 to 2.38.4 (#3144)

4 years agobuild(deps-dev): bump sass from 1.32.5 to 1.32.6 (#3145)
dependabot-preview[bot] [Tue, 2 Feb 2021 06:13:49 +0000 (06:13 +0000)] 
build(deps-dev): bump sass from 1.32.5 to 1.32.6 (#3145)

4 years agobuild(deps-dev): bump rollup from 2.38.1 to 2.38.3 (#3140)
dependabot-preview[bot] [Mon, 1 Feb 2021 07:07:47 +0000 (07:07 +0000)] 
build(deps-dev): bump rollup from 2.38.1 to 2.38.3 (#3140)

4 years agobuild(deps-dev): bump @rollup/plugin-commonjs from 17.0.0 to 17.1.0 (#3141)
dependabot-preview[bot] [Mon, 1 Feb 2021 06:58:31 +0000 (06:58 +0000)] 
build(deps-dev): bump @rollup/plugin-commonjs from 17.0.0 to 17.1.0 (#3141)

4 years agobuild(deps-dev): bump @rollup/plugin-node-resolve from 11.1.0 to 11.1.1 (#3139)
dependabot-preview[bot] [Mon, 1 Feb 2021 06:55:35 +0000 (06:55 +0000)] 
build(deps-dev): bump @rollup/plugin-node-resolve from 11.1.0 to 11.1.1 (#3139)

4 years agobuild(deps-dev): bump ts-jest from 26.4.4 to 26.5.0 (#3138)
dependabot-preview[bot] [Mon, 1 Feb 2021 06:55:21 +0000 (06:55 +0000)] 
build(deps-dev): bump ts-jest from 26.4.4 to 26.5.0 (#3138)

4 years agobuild(deps-dev): bump eslint from 7.18.0 to 7.19.0 (#3137)
dependabot-preview[bot] [Mon, 1 Feb 2021 06:52:03 +0000 (06:52 +0000)] 
build(deps-dev): bump eslint from 7.18.0 to 7.19.0 (#3137)

4 years agochore: fix useSSRContext casing in warning message
Evan You [Mon, 18 Jan 2021 19:51:41 +0000 (14:51 -0500)] 
chore: fix useSSRContext casing in warning message

4 years agofix(devtools): send instance to devtools when it's mounted instead of created
Guillaume Chau [Fri, 29 Jan 2021 15:48:37 +0000 (16:48 +0100)] 
fix(devtools): send instance to devtools when it's mounted instead of created

4 years agobuild(deps-dev): bump rollup from 2.38.0 to 2.38.1 (#3120)
dependabot-preview[bot] [Fri, 29 Jan 2021 06:20:27 +0000 (06:20 +0000)] 
build(deps-dev): bump rollup from 2.38.0 to 2.38.1 (#3120)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.14.0 to 4.14.1 (#3098)
dependabot-preview[bot] [Tue, 26 Jan 2021 06:23:13 +0000 (06:23 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.14.0 to 4.14.1 (#3098)

4 years agobuild(deps-dev): bump rollup from 2.37.1 to 2.38.0 (#3093)
dependabot-preview[bot] [Mon, 25 Jan 2021 06:35:33 +0000 (06:35 +0000)] 
build(deps-dev): bump rollup from 2.37.1 to 2.38.0 (#3093)

4 years agobuild(deps-dev): bump rollup from 2.37.0 to 2.37.1 (#3076)
dependabot-preview[bot] [Thu, 21 Jan 2021 06:27:47 +0000 (06:27 +0000)] 
build(deps-dev): bump rollup from 2.37.0 to 2.37.1 (#3076)

4 years agobuild(deps-dev): bump sass from 1.32.4 to 1.32.5 (#3064)
dependabot-preview[bot] [Wed, 20 Jan 2021 07:03:33 +0000 (07:03 +0000)] 
build(deps-dev): bump sass from 1.32.4 to 1.32.5 (#3064)

4 years agobuild(deps-dev): bump fs-extra from 9.0.1 to 9.1.0 (#3063)
dependabot-preview[bot] [Wed, 20 Jan 2021 07:01:15 +0000 (07:01 +0000)] 
build(deps-dev): bump fs-extra from 9.0.1 to 9.1.0 (#3063)

4 years agobuild(deps-dev): bump @types/node from 14.14.20 to 14.14.22 (#3062)
dependabot-preview[bot] [Wed, 20 Jan 2021 07:00:58 +0000 (07:00 +0000)] 
build(deps-dev): bump @types/node from 14.14.20 to 14.14.22 (#3062)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.13.0 to 4.14.0 (#3053)
dependabot-preview[bot] [Tue, 19 Jan 2021 06:25:00 +0000 (06:25 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.13.0 to 4.14.0 (#3053)

4 years agobuild(deps-dev): bump rollup from 2.36.2 to 2.37.0 (#3054)
dependabot-preview[bot] [Tue, 19 Jan 2021 06:24:50 +0000 (06:24 +0000)] 
build(deps-dev): bump rollup from 2.36.2 to 2.37.0 (#3054)

4 years agobuild(deps-dev): bump rollup from 2.36.1 to 2.36.2 (#3043)
dependabot-preview[bot] [Mon, 18 Jan 2021 07:27:04 +0000 (07:27 +0000)] 
build(deps-dev): bump rollup from 2.36.1 to 2.36.2 (#3043)

4 years agobuild(deps-dev): bump @rollup/plugin-node-resolve from 11.0.1 to 11.1.0 (#3042)
dependabot-preview[bot] [Mon, 18 Jan 2021 07:18:14 +0000 (07:18 +0000)] 
build(deps-dev): bump @rollup/plugin-node-resolve from 11.0.1 to 11.1.0 (#3042)

4 years agobuild(deps-dev): bump eslint from 7.17.0 to 7.18.0 (#3041)
dependabot-preview[bot] [Mon, 18 Jan 2021 07:17:37 +0000 (07:17 +0000)] 
build(deps-dev): bump eslint from 7.17.0 to 7.18.0 (#3041)

4 years agorefactor: avoid global scope parentStack
Evan You [Fri, 15 Jan 2021 21:28:55 +0000 (16:28 -0500)] 
refactor: avoid global scope parentStack

4 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.12.1 to 7.13.0 (#2997)
dependabot-preview[bot] [Wed, 13 Jan 2021 06:37:31 +0000 (06:37 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.12.1 to 7.13.0 (#2997)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.12.0 to 4.13.0 (#2992)
dependabot-preview[bot] [Tue, 12 Jan 2021 06:38:47 +0000 (06:38 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.12.0 to 4.13.0 (#2992)

4 years agobuild(deps-dev): bump sass from 1.32.2 to 1.32.4 (#2991)
dependabot-preview[bot] [Tue, 12 Jan 2021 06:38:37 +0000 (06:38 +0000)] 
build(deps-dev): bump sass from 1.32.2 to 1.32.4 (#2991)

4 years agobuild(deps-dev): bump @types/jest from 26.0.19 to 26.0.20 (#2967)
dependabot-preview[bot] [Fri, 8 Jan 2021 07:04:33 +0000 (07:04 +0000)] 
build(deps-dev): bump @types/jest from 26.0.19 to 26.0.20 (#2967)

4 years agobuild(deps-dev): bump sass from 1.32.0 to 1.32.2 (#2960)
dependabot-preview[bot] [Thu, 7 Jan 2021 06:37:53 +0000 (06:37 +0000)] 
build(deps-dev): bump sass from 1.32.0 to 1.32.2 (#2960)

4 years agobuild(deps-dev): bump rollup from 2.36.0 to 2.36.1 (#2959)
dependabot-preview[bot] [Thu, 7 Jan 2021 06:36:30 +0000 (06:36 +0000)] 
build(deps-dev): bump rollup from 2.36.0 to 2.36.1 (#2959)

4 years agochore: typo (#2953)
Godpu [Wed, 6 Jan 2021 09:46:51 +0000 (17:46 +0800)] 
chore: typo (#2953)

4 years agobuild(deps-dev): bump rollup from 2.35.1 to 2.36.0 (#2950)
dependabot-preview[bot] [Wed, 6 Jan 2021 06:59:48 +0000 (06:59 +0000)] 
build(deps-dev): bump rollup from 2.35.1 to 2.36.0 (#2950)

4 years agofix(devtools): init devtools in production (#2906)
underfin [Tue, 5 Jan 2021 17:54:43 +0000 (01:54 +0800)] 
fix(devtools): init devtools in production (#2906)

4 years agochore: GitHub typo(#2939)
Chamod Shehanka [Tue, 5 Jan 2021 09:37:42 +0000 (15:07 +0530)] 
chore: GitHub typo(#2939)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.11.1 to 4.12.0 (#2942)
dependabot-preview[bot] [Tue, 5 Jan 2021 06:42:30 +0000 (06:42 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.11.1 to 4.12.0 (#2942)

4 years agobuild(deps-dev): bump @types/node from 14.14.19 to 14.14.20 (#2941)
dependabot-preview[bot] [Tue, 5 Jan 2021 06:42:23 +0000 (06:42 +0000)] 
build(deps-dev): bump @types/node from 14.14.19 to 14.14.20 (#2941)

4 years agofix(compiler-sfc): transformAssetUrls.base should not affect known module requests
Evan You [Mon, 4 Jan 2021 20:09:36 +0000 (15:09 -0500)] 
fix(compiler-sfc): transformAssetUrls.base should not affect known module requests

fix https://github.com/vitejs/vite/issues/1343

4 years agobuild(deps-dev): bump eslint from 7.16.0 to 7.17.0 (#2935)
dependabot-preview[bot] [Mon, 4 Jan 2021 06:39:10 +0000 (06:39 +0000)] 
build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (#2935)

4 years agobuild(deps-dev): bump @types/node from 14.14.17 to 14.14.19 (#2934)
dependabot-preview[bot] [Mon, 4 Jan 2021 06:38:38 +0000 (06:38 +0000)] 
build(deps-dev): bump @types/node from 14.14.17 to 14.14.19 (#2934)

4 years agochore: typo "depdendency" (#2920)
Bruno P. Kinoshita [Thu, 31 Dec 2020 10:15:57 +0000 (23:15 +1300)] 
chore: typo "depdendency" (#2920)

4 years agobuild(deps-dev): bump @types/node from 14.14.16 to 14.14.17 (#2919)
dependabot-preview[bot] [Thu, 31 Dec 2020 06:25:05 +0000 (06:25 +0000)] 
build(deps-dev): bump @types/node from 14.14.16 to 14.14.17 (#2919)

4 years agochore: note on typescript 4 in changelog [ci skip]
Evan You [Wed, 30 Dec 2020 21:03:59 +0000 (16:03 -0500)] 
chore: note on typescript 4 in changelog [ci skip]

4 years agochore: bump typescript and api-extractor
Evan You [Wed, 30 Dec 2020 21:03:40 +0000 (16:03 -0500)] 
chore: bump typescript and api-extractor

4 years agorelease: v3.0.5 v3.0.5
Evan You [Wed, 30 Dec 2020 20:50:28 +0000 (15:50 -0500)] 
release: v3.0.5

4 years agoci: remove ls-lint usage
Evan You [Wed, 30 Dec 2020 20:44:31 +0000 (15:44 -0500)] 
ci: remove ls-lint usage

4 years agotest(ssr): refactor ssr render tests
Evan You [Wed, 30 Dec 2020 20:40:55 +0000 (15:40 -0500)] 
test(ssr): refactor ssr render tests

Merge renderToString and renderToStream to run the same tests

4 years agofix(ssr): properly handle ssr empty slot and fallback
Evan You [Wed, 30 Dec 2020 20:40:28 +0000 (15:40 -0500)] 
fix(ssr): properly handle ssr empty slot and fallback

4 years agochore: remove ls-lint (incompatible with M1)
Evan You [Wed, 30 Dec 2020 17:14:10 +0000 (12:14 -0500)] 
chore: remove ls-lint (incompatible with M1)

4 years agobuild(deps-dev): bump sass from 1.30.0 to 1.32.0 (#2915)
dependabot-preview[bot] [Wed, 30 Dec 2020 07:19:44 +0000 (07:19 +0000)] 
build(deps-dev): bump sass from 1.30.0 to 1.32.0 (#2915)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.11.0 to 4.11.1 (#2901)
dependabot-preview[bot] [Tue, 29 Dec 2020 06:36:28 +0000 (06:36 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.11.0 to 4.11.1 (#2901)

4 years agoci: fix size check script (#2895)
Eduardo San Martin Morote [Mon, 28 Dec 2020 09:50:20 +0000 (10:50 +0100)] 
ci: fix size check script (#2895)

4 years agobuild(deps-dev): bump @types/node from 14.14.14 to 14.14.16 (#2875)
dependabot-preview[bot] [Thu, 24 Dec 2020 06:19:36 +0000 (06:19 +0000)] 
build(deps-dev): bump @types/node from 14.14.14 to 14.14.16 (#2875)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.10.0 to 4.11.0 (#2861)
dependabot-preview[bot] [Tue, 22 Dec 2020 06:35:24 +0000 (06:35 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.10.0 to 4.11.0 (#2861)

4 years agobuild(deps-dev): bump eslint from 7.15.0 to 7.16.0 (#2856)
dependabot-preview[bot] [Mon, 21 Dec 2020 06:48:17 +0000 (06:48 +0000)] 
build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (#2856)

4 years agofeat(devtools): send instance
Guillaume Chau [Fri, 18 Dec 2020 17:24:01 +0000 (18:24 +0100)] 
feat(devtools): send instance

4 years agobuild(deps-dev): bump @types/node from 14.14.13 to 14.14.14 (#2832)
dependabot-preview[bot] [Wed, 16 Dec 2020 06:46:39 +0000 (06:46 +0000)] 
build(deps-dev): bump @types/node from 14.14.13 to 14.14.14 (#2832)

4 years agobuild(deps-dev): bump rollup from 2.35.0 to 2.35.1 (#2825)
dependabot-preview[bot] [Tue, 15 Dec 2020 06:25:16 +0000 (06:25 +0000)] 
build(deps-dev): bump rollup from 2.35.0 to 2.35.1 (#2825)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.9.1 to 4.10.0 (#2824)
dependabot-preview[bot] [Tue, 15 Dec 2020 06:21:48 +0000 (06:21 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.9.1 to 4.10.0 (#2824)

4 years agobuild(deps-dev): bump @rollup/plugin-node-resolve from 11.0.0 to 11.0.1 (#2823)
dependabot-preview[bot] [Tue, 15 Dec 2020 06:19:49 +0000 (06:19 +0000)] 
build(deps-dev): bump @rollup/plugin-node-resolve from 11.0.0 to 11.0.1 (#2823)

4 years agobuild(deps-dev): bump @types/node from 14.14.12 to 14.14.13 (#2814)
dependabot-preview[bot] [Mon, 14 Dec 2020 07:22:10 +0000 (07:22 +0000)] 
build(deps-dev): bump @types/node from 14.14.12 to 14.14.13 (#2814)

4 years agobuild(deps-dev): bump typescript from 4.1.2 to 4.1.3 (#2813)
dependabot-preview[bot] [Mon, 14 Dec 2020 07:19:25 +0000 (07:19 +0000)] 
build(deps-dev): bump typescript from 4.1.2 to 4.1.3 (#2813)

4 years agobuild(deps-dev): bump rollup from 2.34.2 to 2.35.0 (#2812)
dependabot-preview[bot] [Mon, 14 Dec 2020 07:17:35 +0000 (07:17 +0000)] 
build(deps-dev): bump rollup from 2.34.2 to 2.35.0 (#2812)

4 years agobuild(deps-dev): bump @types/node from 14.14.11 to 14.14.12 (#2799)
dependabot-preview[bot] [Fri, 11 Dec 2020 06:47:55 +0000 (06:47 +0000)] 
build(deps-dev): bump @types/node from 14.14.11 to 14.14.12 (#2799)

4 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.12.0 to 7.12.1 (#2798)
dependabot-preview[bot] [Fri, 11 Dec 2020 06:37:34 +0000 (06:37 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.12.0 to 7.12.1 (#2798)

4 years agobuild(deps-dev): bump @types/jest from 26.0.18 to 26.0.19 (#2797)
dependabot-preview[bot] [Fri, 11 Dec 2020 06:37:27 +0000 (06:37 +0000)] 
build(deps-dev): bump @types/jest from 26.0.18 to 26.0.19 (#2797)

4 years agobuild(deps-dev): bump @types/jest from 26.0.17 to 26.0.18 (#2773)
dependabot-preview[bot] [Wed, 9 Dec 2020 06:27:30 +0000 (06:27 +0000)] 
build(deps-dev): bump @types/jest from 26.0.17 to 26.0.18 (#2773)

4 years agobuild(deps-dev): bump @types/node from 14.14.10 to 14.14.11 (#2772)
dependabot-preview[bot] [Wed, 9 Dec 2020 06:25:40 +0000 (06:25 +0000)] 
build(deps-dev): bump @types/node from 14.14.10 to 14.14.11 (#2772)

4 years agobuild(deps-dev): bump @typescript-eslint/parser from 4.9.0 to 4.9.1 (#2761)
dependabot-preview[bot] [Tue, 8 Dec 2020 07:05:21 +0000 (07:05 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 4.9.0 to 4.9.1 (#2761)

4 years agobuild(deps-dev): bump @types/jest from 26.0.16 to 26.0.17 (#2760)
dependabot-preview[bot] [Tue, 8 Dec 2020 07:02:21 +0000 (07:02 +0000)] 
build(deps-dev): bump @types/jest from 26.0.16 to 26.0.17 (#2760)

4 years agobuild(deps-dev): bump rollup from 2.34.1 to 2.34.2 (#2746)
dependabot-preview[bot] [Mon, 7 Dec 2020 06:40:47 +0000 (06:40 +0000)] 
build(deps-dev): bump rollup from 2.34.1 to 2.34.2 (#2746)

4 years agobuild(deps-dev): bump eslint from 7.14.0 to 7.15.0 (#2747)
dependabot-preview[bot] [Mon, 7 Dec 2020 06:40:30 +0000 (06:40 +0000)] 
build(deps-dev): bump eslint from 7.14.0 to 7.15.0 (#2747)

4 years agobuild(deps-dev): bump sass from 1.29.0 to 1.30.0 (#2745)
dependabot-preview[bot] [Mon, 7 Dec 2020 06:38:00 +0000 (06:38 +0000)] 
build(deps-dev): bump sass from 1.29.0 to 1.30.0 (#2745)

4 years agobuild(deps-dev): bump lint-staged from 10.5.2 to 10.5.3 (#2744)
dependabot-preview[bot] [Mon, 7 Dec 2020 06:37:34 +0000 (06:37 +0000)] 
build(deps-dev): bump lint-staged from 10.5.2 to 10.5.3 (#2744)

4 years agodx(runtime-core): add selector in mount warning (#2563)
Cédric Exbrayat [Fri, 4 Dec 2020 23:25:13 +0000 (00:25 +0100)] 
dx(runtime-core): add selector in mount warning (#2563)

4 years agofix(compiler-sfc): should keep template nodes with no content (#2468)
meteorlxy [Fri, 4 Dec 2020 23:23:01 +0000 (07:23 +0800)] 
fix(compiler-sfc): should keep template nodes with no content (#2468)

close #2463