Skip to content

Commit cf6c284

Browse files
committed
chore: alpha 13
1 parent 44b5f48 commit cf6c284

File tree

3 files changed

+56
-56
lines changed

3 files changed

+56
-56
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/estree": "^0.0.42",
2323
"@types/jest": "^24.9.1",
2424
"@types/lodash": "^4.14.149",
25-
"@vue/compiler-sfc": "^3.0.0-alpha.12",
25+
"@vue/compiler-sfc": "^3.0.0-alpha.13",
2626
"babel-jest": "^25.2.3",
2727
"babel-preset-jest": "^25.2.1",
2828
"flush-promises": "^1.0.2",
@@ -34,7 +34,7 @@
3434
"rollup-plugin-typescript2": "^0.26.0",
3535
"ts-jest": "^25.0.0",
3636
"typescript": "^3.7.5",
37-
"vue": "^3.0.0-alpha.12",
37+
"vue": "^3.0.0-alpha.13",
3838
"vue-jest": "vuejs/vue-jest#next",
3939
"vuex": "^4.0.0-alpha.1"
4040
},

tests/emit.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('emitted', () => {
4444
expect(wrapper.emitted().hello[1]).toEqual(['foo', 'bar'])
4545
})
4646

47-
it.skip('captures events emitted via destructured emit', () => {
47+
it('captures events emitted via destructured emit', () => {
4848
const Component = defineComponent({
4949
name: 'ContextEmit',
5050

yarn.lock

+53-53
Original file line numberDiff line numberDiff line change
@@ -1222,34 +1222,34 @@
12221222
dependencies:
12231223
"@types/yargs-parser" "*"
12241224

1225-
1226-
version "3.0.0-alpha.12"
1227-
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-alpha.12.tgz#f125bdfd637d6bcc95edb2c55483a242932c5d2e"
1228-
integrity sha512-0aDhUP9SS+O1psH2xm08oxQQV+5p5ig/zhSNL8fOreSQabIzfSuNfZqrJ8e2Ffa+zoJkZ0Z0SKJ1+UuzHXm0zA==
1225+
1226+
version "3.0.0-alpha.13"
1227+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-alpha.13.tgz#8126c92f562af047c28c4ce7f343d77f0ceea7d7"
1228+
integrity sha512-k7VTQnjQlCfsSdfwi867dUHUzqm5/2qldikWAABMlaqr4mEn+yVCla7JqQxFGZta/JF8cOv/GfqlA/vWBlYh7A==
12291229
dependencies:
12301230
"@babel/parser" "^7.8.6"
12311231
"@babel/types" "^7.8.6"
1232-
"@vue/shared" "3.0.0-alpha.12"
1232+
"@vue/shared" "3.0.0-alpha.13"
12331233
estree-walker "^0.8.1"
12341234
source-map "^0.6.1"
12351235

1236-
1237-
version "3.0.0-alpha.12"
1238-
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-alpha.12.tgz#3f5b856007d5201c477540299bd89e0989e83543"
1239-
integrity sha512-MpdGAFmS8Pc945Kgo0FbAQVObi+aTBGpDCz4f1UwBBR8z/TVgENTd8DXzksOnu82RrW1hV5Lbn3uUW/RuHFJlQ==
1236+
1237+
version "3.0.0-alpha.13"
1238+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-alpha.13.tgz#b1930ebbe770dbed543dbe7ac88f2955719051f2"
1239+
integrity sha512-g5FnVAx+HLUox3N+XHKIZTpMJeJu5Uj0JNf8X4s5Td5zFcWG+KJGUHz8qU9H0unrPc01uiT/VfhYErhFcRdVKg==
12401240
dependencies:
1241-
"@vue/compiler-core" "3.0.0-alpha.12"
1242-
"@vue/shared" "3.0.0-alpha.12"
1241+
"@vue/compiler-core" "3.0.0-alpha.13"
1242+
"@vue/shared" "3.0.0-alpha.13"
12431243

1244-
"@vue/compiler-sfc@^3.0.0-alpha.12":
1245-
version "3.0.0-alpha.12"
1246-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.12.tgz#485db9f732486c9007402683eeac2ed78313a788"
1247-
integrity sha512-rshwehh3tvRf5xx4ONYgQOYYjXKeZEwES2ZeSEG2oLRw4vnkHryFB9gLpV6I+E9fhlJ4RHiNRxR1Sj+kbDk71A==
1244+
"@vue/compiler-sfc@^3.0.0-alpha.13":
1245+
version "3.0.0-alpha.13"
1246+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.13.tgz#075921331a01ab483e71e3b33bf4238c0c35a449"
1247+
integrity sha512-koU+iNgyleTBRphI/XZ4V1UxveQC4ILniOXFVRNTHBCzSzfFI+Dd5lHMr3BDOABnb1EuUZeC/hAz6tc4U0qzEw==
12481248
dependencies:
1249-
"@vue/compiler-core" "3.0.0-alpha.12"
1250-
"@vue/compiler-dom" "3.0.0-alpha.12"
1251-
"@vue/compiler-ssr" "3.0.0-alpha.12"
1252-
"@vue/shared" "3.0.0-alpha.12"
1249+
"@vue/compiler-core" "3.0.0-alpha.13"
1250+
"@vue/compiler-dom" "3.0.0-alpha.13"
1251+
"@vue/compiler-ssr" "3.0.0-alpha.13"
1252+
"@vue/shared" "3.0.0-alpha.13"
12531253
consolidate "^0.15.1"
12541254
hash-sum "^2.0.0"
12551255
lru-cache "^5.1.1"
@@ -1258,42 +1258,42 @@
12581258
postcss-selector-parser "^6.0.2"
12591259
source-map "^0.6.1"
12601260

1261-
1262-
version "3.0.0-alpha.12"
1263-
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.0.0-alpha.12.tgz#533d8aa43595a9df764d2af7227ae4720d777324"
1264-
integrity sha512-DNdBuRaE37QECxoCskOD2m2AYaInP9b9eGlZM4atWIOUfBrJkpS9mUxloRDP+cOrk6S7N88VGLbEEOpF4wnbIQ==
1261+
1262+
version "3.0.0-alpha.13"
1263+
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.0.0-alpha.13.tgz#9d8955b1af20c819bc2e4c336d4987ce36f92f15"
1264+
integrity sha512-K3+PQKKQGQNdlqLpAah7s5jRlE5sDCkhc54PM7XK7F9yjyzWFWApaMEZjJrqYWjjYFgLkTXzgd8CdV72vMy7HQ==
12651265
dependencies:
1266-
"@vue/compiler-dom" "3.0.0-alpha.12"
1267-
"@vue/shared" "3.0.0-alpha.12"
1266+
"@vue/compiler-dom" "3.0.0-alpha.13"
1267+
"@vue/shared" "3.0.0-alpha.13"
12681268

1269-
1270-
version "3.0.0-alpha.12"
1271-
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-alpha.12.tgz#35cb74dd08ee8f8929166b54cbaa0c30c959a865"
1272-
integrity sha512-9lSysYh00p1lkZehwjUf6r4aZIgp+rRKIWfxlffnnEwH1rloOV0RkYJrix4NTOcxHHqIYYcoGBVJ3AK64pCJoQ==
1269+
1270+
version "3.0.0-alpha.13"
1271+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-alpha.13.tgz#032fbfd1b9c50153e2f37fc99ae63b460377387a"
1272+
integrity sha512-ICzFWsxQAyPDW8O9SGJ++tYXRHOUBTh1/qKZsIEOTQEI1Rt0O9EOOXA3NGlGmSS2U0EXO0Usfcvn9EoHRwFBHw==
12731273
dependencies:
1274-
"@vue/shared" "3.0.0-alpha.12"
1274+
"@vue/shared" "3.0.0-alpha.13"
12751275

1276-
1277-
version "3.0.0-alpha.12"
1278-
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-alpha.12.tgz#790c4a9743d2999d1886b6da1a193f90aaf5fa9a"
1279-
integrity sha512-eVhd4bbVNd25FulwR9B6QD5+TeADlwSUm1ktRA0zvO3Sy+QAABPXXI147R/i18tr2v51tVWsUTIWz5f7H7Uang==
1276+
1277+
version "3.0.0-alpha.13"
1278+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-alpha.13.tgz#2430fc835399924c206d113e6f6acaa921707a3f"
1279+
integrity sha512-bo6hQQN0qfo7zWaSdegTa2eU7yXEK4v3noLyHmWhCbIzrKPa0pauGU1nBnXOlTgM8bkL8i8+rvMB0YwEJkhLMw==
12801280
dependencies:
1281-
"@vue/reactivity" "3.0.0-alpha.12"
1282-
"@vue/shared" "3.0.0-alpha.12"
1281+
"@vue/reactivity" "3.0.0-alpha.13"
1282+
"@vue/shared" "3.0.0-alpha.13"
12831283

1284-
1285-
version "3.0.0-alpha.12"
1286-
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-alpha.12.tgz#70044b72db2ec184b49baaa6e36fc7ac6f7b2fbd"
1287-
integrity sha512-G5JHfJfm/NX0hsoI/x3PNYqzv99B4Dryz9WU++WAIwM+VZLyTat0H6Q3jWdVeGm5h9tY/zr6UD7NokGRKuwsUw==
1284+
1285+
version "3.0.0-alpha.13"
1286+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-alpha.13.tgz#de33f7ae9035877ede1bee27e5c28108f1eea86a"
1287+
integrity sha512-fnz1QZhLxodrDFSvtTwP84xGo6yrzEoC1k7LFh0mnOu6Mw3r4WkVhD8xeh3A/oPJ3jM22cIe8SL5UJqLeltQyw==
12881288
dependencies:
1289-
"@vue/runtime-core" "3.0.0-alpha.12"
1290-
"@vue/shared" "3.0.0-alpha.12"
1289+
"@vue/runtime-core" "3.0.0-alpha.13"
1290+
"@vue/shared" "3.0.0-alpha.13"
12911291
csstype "^2.6.8"
12921292

1293-
1294-
version "3.0.0-alpha.12"
1295-
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0-alpha.12.tgz#36855f95e2855f0099980aebf63edf51e0bad471"
1296-
integrity sha512-SVXQd0fJ7Fod7J8WBFDPLp0rNobnixo11E+OevC9cBs5Y0fZklAr+8i5XaJJ/fdPr9qDWFHweXDwIvVzpoZMOA==
1293+
1294+
version "3.0.0-alpha.13"
1295+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0-alpha.13.tgz#7d9bcf763c77bd9e10bbb6a27577af7f0ad853c4"
1296+
integrity sha512-j3co+5x0DNZXQzS3drvWaRwQVFltkY4fQHdegfVIofhXZc/PrHP4E+PE3U8GxeqrU6DSjO+4YpY4aVGRUjbgpw==
12971297

12981298
abab@^2.0.0:
12991299
version "2.0.3"
@@ -5110,14 +5110,14 @@ vue-jest@vuejs/vue-jest#next:
51105110
extract-from-css "^0.4.4"
51115111
ts-jest "^24.0.0"
51125112

5113-
vue@^3.0.0-alpha.12:
5114-
version "3.0.0-alpha.12"
5115-
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.12.tgz#b8eb8dd47822e8d4479bd2d4155a28f7b2c72689"
5116-
integrity sha512-EKMdt7MOSXLo6F6h8UHLI8GzW58qDyyKPLt4NV6GOzyjtSPdlx2j+ZsCe6C9d+NRXSvvf4RtUwpWqOZ/jGmZwg==
5113+
vue@^3.0.0-alpha.13:
5114+
version "3.0.0-alpha.13"
5115+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.13.tgz#a0428ec5494841f2f3564b47a17c550645b8f442"
5116+
integrity sha512-U7Lq60IJojWAUqn7n43F0TqfcQdjYOgQ2OTQuz7wvcfStJ+LxNFOd8/qX5MuJCG/f/7gmOMda1+U/CEa6NEEIg==
51175117
dependencies:
5118-
"@vue/compiler-dom" "3.0.0-alpha.12"
5119-
"@vue/runtime-dom" "3.0.0-alpha.12"
5120-
"@vue/shared" "3.0.0-alpha.12"
5118+
"@vue/compiler-dom" "3.0.0-alpha.13"
5119+
"@vue/runtime-dom" "3.0.0-alpha.13"
5120+
"@vue/shared" "3.0.0-alpha.13"
51215121

51225122
vuex@^4.0.0-alpha.1:
51235123
version "4.0.0-alpha.1"

0 commit comments

Comments
 (0)