From: Eduardo San Martin Morote Date: Thu, 16 Apr 2020 14:23:36 +0000 (+0200) Subject: chore: up vue deps X-Git-Tag: v4.0.0-alpha.6~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6d3c3b22201292960bfbc79ce45eb575b1963a;p=thirdparty%2Fvuejs%2Frouter.git chore: up vue deps --- diff --git a/__tests__/RouterView.spec.ts b/__tests__/RouterView.spec.ts index e2268e5a..cc85f50f 100644 --- a/__tests__/RouterView.spec.ts +++ b/__tests__/RouterView.spec.ts @@ -195,8 +195,7 @@ describe('RouterView', () => { expect(wrapper.html()).toBe(`
Foo
`) }) - // TODO: waiting for r13 with fixed bug - it.skip('does not pass params as props by default', async () => { + it('does not pass params as props by default', async () => { // TODO: rewrite so it is by default instead of explicitly stated let noPropsWithParams = { ...routes.withParams, diff --git a/package.json b/package.json index f68125c5..d25de379 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/jsdom": "^16.2.1", "@types/webpack": "^4.41.9", "@types/webpack-env": "^1.15.0", - "@vue/compiler-sfc": "3.0.0-alpha.12", + "@vue/compiler-sfc": "3.0.0-alpha.13", "axios": "^0.19.2", "browserstack-local": "^1.4.5", "chalk": "^4.0.0", @@ -84,7 +84,7 @@ "ts-loader": "^6.2.2", "ts-node": "^8.8.1", "typescript": "^3.8.3", - "vue": "3.0.0-alpha.12", + "vue": "3.0.0-alpha.13", "vue-loader": "^16.0.0-alpha.3", "webpack": "^4.42.0", "webpack-cli": "^3.3.11", diff --git a/yarn.lock b/yarn.lock index b2896acd..a975f314 100644 --- a/yarn.lock +++ b/yarn.lock @@ -830,34 +830,34 @@ dependencies: "@types/node" "*" -"@vue/compiler-core@3.0.0-alpha.12": - version "3.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-alpha.12.tgz#f125bdfd637d6bcc95edb2c55483a242932c5d2e" - integrity sha512-0aDhUP9SS+O1psH2xm08oxQQV+5p5ig/zhSNL8fOreSQabIzfSuNfZqrJ8e2Ffa+zoJkZ0Z0SKJ1+UuzHXm0zA== +"@vue/compiler-core@3.0.0-alpha.13": + version "3.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-alpha.13.tgz#8126c92f562af047c28c4ce7f343d77f0ceea7d7" + integrity sha512-k7VTQnjQlCfsSdfwi867dUHUzqm5/2qldikWAABMlaqr4mEn+yVCla7JqQxFGZta/JF8cOv/GfqlA/vWBlYh7A== dependencies: "@babel/parser" "^7.8.6" "@babel/types" "^7.8.6" - "@vue/shared" "3.0.0-alpha.12" + "@vue/shared" "3.0.0-alpha.13" estree-walker "^0.8.1" source-map "^0.6.1" -"@vue/compiler-dom@3.0.0-alpha.12": - version "3.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-alpha.12.tgz#3f5b856007d5201c477540299bd89e0989e83543" - integrity sha512-MpdGAFmS8Pc945Kgo0FbAQVObi+aTBGpDCz4f1UwBBR8z/TVgENTd8DXzksOnu82RrW1hV5Lbn3uUW/RuHFJlQ== +"@vue/compiler-dom@3.0.0-alpha.13": + version "3.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-alpha.13.tgz#b1930ebbe770dbed543dbe7ac88f2955719051f2" + integrity sha512-g5FnVAx+HLUox3N+XHKIZTpMJeJu5Uj0JNf8X4s5Td5zFcWG+KJGUHz8qU9H0unrPc01uiT/VfhYErhFcRdVKg== dependencies: - "@vue/compiler-core" "3.0.0-alpha.12" - "@vue/shared" "3.0.0-alpha.12" + "@vue/compiler-core" "3.0.0-alpha.13" + "@vue/shared" "3.0.0-alpha.13" -"@vue/compiler-sfc@3.0.0-alpha.12": - version "3.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.12.tgz#485db9f732486c9007402683eeac2ed78313a788" - integrity sha512-rshwehh3tvRf5xx4ONYgQOYYjXKeZEwES2ZeSEG2oLRw4vnkHryFB9gLpV6I+E9fhlJ4RHiNRxR1Sj+kbDk71A== +"@vue/compiler-sfc@3.0.0-alpha.13": + version "3.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.13.tgz#075921331a01ab483e71e3b33bf4238c0c35a449" + integrity sha512-koU+iNgyleTBRphI/XZ4V1UxveQC4ILniOXFVRNTHBCzSzfFI+Dd5lHMr3BDOABnb1EuUZeC/hAz6tc4U0qzEw== dependencies: - "@vue/compiler-core" "3.0.0-alpha.12" - "@vue/compiler-dom" "3.0.0-alpha.12" - "@vue/compiler-ssr" "3.0.0-alpha.12" - "@vue/shared" "3.0.0-alpha.12" + "@vue/compiler-core" "3.0.0-alpha.13" + "@vue/compiler-dom" "3.0.0-alpha.13" + "@vue/compiler-ssr" "3.0.0-alpha.13" + "@vue/shared" "3.0.0-alpha.13" consolidate "^0.15.1" hash-sum "^2.0.0" lru-cache "^5.1.1" @@ -866,42 +866,42 @@ postcss-selector-parser "^6.0.2" source-map "^0.6.1" -"@vue/compiler-ssr@3.0.0-alpha.12": - version "3.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.0.0-alpha.12.tgz#533d8aa43595a9df764d2af7227ae4720d777324" - integrity sha512-DNdBuRaE37QECxoCskOD2m2AYaInP9b9eGlZM4atWIOUfBrJkpS9mUxloRDP+cOrk6S7N88VGLbEEOpF4wnbIQ== +"@vue/compiler-ssr@3.0.0-alpha.13": + version "3.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.0.0-alpha.13.tgz#9d8955b1af20c819bc2e4c336d4987ce36f92f15" + integrity sha512-K3+PQKKQGQNdlqLpAah7s5jRlE5sDCkhc54PM7XK7F9yjyzWFWApaMEZjJrqYWjjYFgLkTXzgd8CdV72vMy7HQ== dependencies: - "@vue/compiler-dom" "3.0.0-alpha.12" - "@vue/shared" "3.0.0-alpha.12" + "@vue/compiler-dom" "3.0.0-alpha.13" + "@vue/shared" "3.0.0-alpha.13" -"@vue/reactivity@3.0.0-alpha.12": - version "3.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-alpha.12.tgz#35cb74dd08ee8f8929166b54cbaa0c30c959a865" - integrity sha512-9lSysYh00p1lkZehwjUf6r4aZIgp+rRKIWfxlffnnEwH1rloOV0RkYJrix4NTOcxHHqIYYcoGBVJ3AK64pCJoQ== +"@vue/reactivity@3.0.0-alpha.13": + version "3.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-alpha.13.tgz#032fbfd1b9c50153e2f37fc99ae63b460377387a" + integrity sha512-ICzFWsxQAyPDW8O9SGJ++tYXRHOUBTh1/qKZsIEOTQEI1Rt0O9EOOXA3NGlGmSS2U0EXO0Usfcvn9EoHRwFBHw== dependencies: - "@vue/shared" "3.0.0-alpha.12" + "@vue/shared" "3.0.0-alpha.13" -"@vue/runtime-core@3.0.0-alpha.12": - version "3.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-alpha.12.tgz#790c4a9743d2999d1886b6da1a193f90aaf5fa9a" - integrity sha512-eVhd4bbVNd25FulwR9B6QD5+TeADlwSUm1ktRA0zvO3Sy+QAABPXXI147R/i18tr2v51tVWsUTIWz5f7H7Uang== +"@vue/runtime-core@3.0.0-alpha.13": + version "3.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-alpha.13.tgz#2430fc835399924c206d113e6f6acaa921707a3f" + integrity sha512-bo6hQQN0qfo7zWaSdegTa2eU7yXEK4v3noLyHmWhCbIzrKPa0pauGU1nBnXOlTgM8bkL8i8+rvMB0YwEJkhLMw== dependencies: - "@vue/reactivity" "3.0.0-alpha.12" - "@vue/shared" "3.0.0-alpha.12" + "@vue/reactivity" "3.0.0-alpha.13" + "@vue/shared" "3.0.0-alpha.13" -"@vue/runtime-dom@3.0.0-alpha.12": - version "3.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-alpha.12.tgz#70044b72db2ec184b49baaa6e36fc7ac6f7b2fbd" - integrity sha512-G5JHfJfm/NX0hsoI/x3PNYqzv99B4Dryz9WU++WAIwM+VZLyTat0H6Q3jWdVeGm5h9tY/zr6UD7NokGRKuwsUw== +"@vue/runtime-dom@3.0.0-alpha.13": + version "3.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-alpha.13.tgz#de33f7ae9035877ede1bee27e5c28108f1eea86a" + integrity sha512-fnz1QZhLxodrDFSvtTwP84xGo6yrzEoC1k7LFh0mnOu6Mw3r4WkVhD8xeh3A/oPJ3jM22cIe8SL5UJqLeltQyw== dependencies: - "@vue/runtime-core" "3.0.0-alpha.12" - "@vue/shared" "3.0.0-alpha.12" + "@vue/runtime-core" "3.0.0-alpha.13" + "@vue/shared" "3.0.0-alpha.13" csstype "^2.6.8" -"@vue/shared@3.0.0-alpha.12": - version "3.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0-alpha.12.tgz#36855f95e2855f0099980aebf63edf51e0bad471" - integrity sha512-SVXQd0fJ7Fod7J8WBFDPLp0rNobnixo11E+OevC9cBs5Y0fZklAr+8i5XaJJ/fdPr9qDWFHweXDwIvVzpoZMOA== +"@vue/shared@3.0.0-alpha.13": + version "3.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0-alpha.13.tgz#7d9bcf763c77bd9e10bbb6a27577af7f0ad853c4" + integrity sha512-j3co+5x0DNZXQzS3drvWaRwQVFltkY4fQHdegfVIofhXZc/PrHP4E+PE3U8GxeqrU6DSjO+4YpY4aVGRUjbgpw== "@webassemblyjs/ast@1.9.0": version "1.9.0" @@ -8980,14 +8980,14 @@ vue-loader@^16.0.0-alpha.3: merge-source-map "^1.1.0" source-map "^0.6.1" -vue@3.0.0-alpha.12: - version "3.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.12.tgz#b8eb8dd47822e8d4479bd2d4155a28f7b2c72689" - integrity sha512-EKMdt7MOSXLo6F6h8UHLI8GzW58qDyyKPLt4NV6GOzyjtSPdlx2j+ZsCe6C9d+NRXSvvf4RtUwpWqOZ/jGmZwg== +vue@3.0.0-alpha.13: + version "3.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.13.tgz#a0428ec5494841f2f3564b47a17c550645b8f442" + integrity sha512-U7Lq60IJojWAUqn7n43F0TqfcQdjYOgQ2OTQuz7wvcfStJ+LxNFOd8/qX5MuJCG/f/7gmOMda1+U/CEa6NEEIg== dependencies: - "@vue/compiler-dom" "3.0.0-alpha.12" - "@vue/runtime-dom" "3.0.0-alpha.12" - "@vue/shared" "3.0.0-alpha.12" + "@vue/compiler-dom" "3.0.0-alpha.13" + "@vue/runtime-dom" "3.0.0-alpha.13" + "@vue/shared" "3.0.0-alpha.13" w3c-hr-time@^1.0.1: version "1.0.2"