Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump vue to v3.2.26 #1545

Merged
merged 1 commit into from May 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -34,8 +34,8 @@
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/compat": "3.2.34",
"@vue/compiler-dom": "3.2.34",
"@vue/compat": "3.2.36",
"@vue/compiler-dom": "3.2.36",
"@vue/compiler-sfc": "3.2.36",
"@vue/vue3-jest": "27.0.0-alpha.4",
"babel-jest": "27.5.1",
Expand All @@ -57,7 +57,7 @@
"tslib": "2.4.0",
"typescript": "4.6.4",
"vitepress": "^0.22.4",
"vue": "3.2.34",
"vue": "3.2.36",
"vue-class-component": "^8.0.0-rc.1",
"vue-jest": "^5.0.0-alpha.10",
"vue-router": "^4.0.15",
Expand Down
7 changes: 0 additions & 7 deletions src/mount.ts
Expand Up @@ -22,7 +22,6 @@ import {
EmitsOptions,
ComputedOptions,
ComponentPropsOptions,
ComponentProvideOptions,
ComponentOptions,
ConcreteComponent,
Prop
Expand Down Expand Up @@ -132,8 +131,6 @@ export function mount<
Extends extends ComponentOptionsMixin = ComponentOptionsMixin,
E extends EmitsOptions = Record<string, any>,
EE extends string = string,
Provide extends ComponentProvideOptions = ComponentProvideOptions,
RawOptions extends {} = {},
PP = PublicProps,
Props = Readonly<ExtractPropTypes<PropsOrPropOptions>>,
Defaults = ExtractDefaultPropTypes<PropsOrPropOptions>
Expand All @@ -148,8 +145,6 @@ export function mount<
Extends,
E,
EE,
Provide,
RawOptions,
PP,
Props,
Defaults
Expand All @@ -171,8 +166,6 @@ export function mount<
Extends,
E,
EE,
Provide,
RawOptions,
PP,
Props,
Defaults
Expand Down
4 changes: 2 additions & 2 deletions test-dts/mount.d-test.ts
Expand Up @@ -56,8 +56,8 @@ mount(AppWithDefine, {
})

expectError(
// @ts-expect-error wrong prop type should not compile
mount(AppWithDefine, {
// @ts-expect-error wrong prop type should not compile
props: { a: 2 }
})
)
Expand Down Expand Up @@ -318,6 +318,7 @@ mount(Foo, {

expectError(
mount(
// @ts-expect-error
defineComponent({
props: {
baz: String,
Expand All @@ -328,7 +329,6 @@ expectError(
}
}),
{
// @ts-expect-error
props: {
baz: 'hello'
}
Expand Down
2 changes: 1 addition & 1 deletion test-dts/shallowMount.d-test.ts
Expand Up @@ -27,8 +27,8 @@ shallowMount(AppWithDefine, {
})

expectError(
// @ts-expect-error wrong prop type should not compile
shallowMount(AppWithDefine, {
// @ts-expect-error wrong prop type should not compile
props: { a: 2 }
})
)
Expand Down
111 changes: 5 additions & 106 deletions yarn.lock
Expand Up @@ -1693,20 +1693,10 @@
html-tags "^3.1.0"
svg-tags "^1.0.0"

"@vue/compat@3.2.34":
version "3.2.34"
resolved "https://registry.yarnpkg.com/@vue/compat/-/compat-3.2.34.tgz#481e762948c788149ee97cf1dce38572e94f8ef1"
integrity sha512-FYPfdmZefzWoOO7wtNm9mxTHL3nZNAGNrac55BvEARZagphXGKXyvOHWDAWpdxWHCyGDLNaRGW5ZFAd0RO1XYQ==

"@vue/compiler-core@3.2.34":
version "3.2.34"
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.34.tgz#e28fe9d2b22dcb60274daea6df07e653d8a3ecbe"
integrity sha512-Y53lv04ZhDfqflhk4yEgBZrCL1RipbxqmqJFfl1PRkjOzt0bvJpf1sCNN81QNfXohVwFGf+Hng2ztwLwOZgbuA==
dependencies:
"@babel/parser" "^7.16.4"
"@vue/shared" "3.2.34"
estree-walker "^2.0.2"
source-map "^0.6.1"
"@vue/compat@3.2.36":
version "3.2.36"
resolved "https://registry.yarnpkg.com/@vue/compat/-/compat-3.2.36.tgz#fe9c1d488895a18fddf2e3b67646c83b3e890797"
integrity sha512-9rb6TvZ1HNUjAIEMsgpvg8hUy05zdmg/ILJDXbDCTkv7CusBa+813LHeSLVCwUiX5PndI/dganPxVZDftgud1g==

"@vue/compiler-core@3.2.36", "@vue/compiler-core@^3.2.31":
version "3.2.36"
Expand All @@ -1718,14 +1708,6 @@
estree-walker "^2.0.2"
source-map "^0.6.1"

"@vue/compiler-dom@3.2.34":
version "3.2.34"
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.34.tgz#3aadd83fd789c7feaa56f838e86c5c7146395579"
integrity sha512-MFLUYDgy0aES9x1goU/pgxpzgT9IZOndO8qwQVSyVfUvl/CywEBtfBi5+8fsiBDhoGIT7g8qcsUUF1NYViU2vQ==
dependencies:
"@vue/compiler-core" "3.2.34"
"@vue/shared" "3.2.34"

"@vue/compiler-dom@3.2.36", "@vue/compiler-dom@^3.2.31":
version "3.2.36"
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.36.tgz#16d911ff163ed5fc8087a01645bf14bb7f325401"
Expand All @@ -1734,22 +1716,6 @@
"@vue/compiler-core" "3.2.36"
"@vue/shared" "3.2.36"

"@vue/compiler-sfc@3.2.34":
version "3.2.34"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.34.tgz#3c02b261e631f20587b31e2b9ddc5596cd36c9da"
integrity sha512-I+vT4soKJtdsoREBDYAcz56+yGpZ5T3GUigvBFgC2yTeTtBtREOPzYw8kZyMuD2ZlryPYBkbV8D9xxcvU0j/aw==
dependencies:
"@babel/parser" "^7.16.4"
"@vue/compiler-core" "3.2.34"
"@vue/compiler-dom" "3.2.34"
"@vue/compiler-ssr" "3.2.34"
"@vue/reactivity-transform" "3.2.34"
"@vue/shared" "3.2.34"
estree-walker "^2.0.2"
magic-string "^0.25.7"
postcss "^8.1.10"
source-map "^0.6.1"

"@vue/compiler-sfc@3.2.36", "@vue/compiler-sfc@^3.2.31":
version "3.2.36"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.36.tgz#e5065e7c0e5170ffa750e3c3dd93a29db109d0f2"
Expand All @@ -1766,14 +1732,6 @@
postcss "^8.1.10"
source-map "^0.6.1"

"@vue/compiler-ssr@3.2.34":
version "3.2.34"
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.34.tgz#5e2acc9c051cf877e6a5da20ffd4ff0257d9f4c5"
integrity sha512-zyaMdGJhxoA34ibWsXF7VH1PO5yrNB1MZg/ByRfXGM8JefGQaz+PpHvBy/5OI0ehEyhAyCb7279JdhYHacMZbw==
dependencies:
"@vue/compiler-dom" "3.2.34"
"@vue/shared" "3.2.34"

"@vue/compiler-ssr@3.2.36":
version "3.2.36"
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.36.tgz#314f3a9424db58142c3608f48cbda7aa05fc66cb"
Expand All @@ -1787,17 +1745,6 @@
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.1.4.tgz#b4aec2f4b4599e11ba774a50c67fa378c9824e53"
integrity sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==

"@vue/reactivity-transform@3.2.34":
version "3.2.34"
resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.34.tgz#852894181ce70a09a2a4c7605d31ad8b8d068d87"
integrity sha512-OtsrL4/i6Md279pMhZ8wRijeDhPSdnXrH9wmqAcKDhVcp1L2kSWlgVVLa1jGIyyFYE806YiJNJiGBvXPGXMzxw==
dependencies:
"@babel/parser" "^7.16.4"
"@vue/compiler-core" "3.2.34"
"@vue/shared" "3.2.34"
estree-walker "^2.0.2"
magic-string "^0.25.7"

"@vue/reactivity-transform@3.2.36":
version "3.2.36"
resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.36.tgz#8426a941b0b09d1b94fc162d4642758183b5d133"
Expand All @@ -1809,28 +1756,13 @@
estree-walker "^2.0.2"
magic-string "^0.25.7"

"@vue/reactivity@3.2.34":
version "3.2.34"
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.34.tgz#660e7217a529d788326d22ff89473cdd101ce1ad"
integrity sha512-xbRIOPqxdNOr0zS47moRS6zf4BKd0z+55R85UJlo4r5ezqCktk6fYy1atY4tGzo7Maqh6QoKw3LtIKvpz8d7WA==
dependencies:
"@vue/shared" "3.2.34"

"@vue/reactivity@3.2.36", "@vue/reactivity@^3.2.31":
version "3.2.36"
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.36.tgz#026b14e716febffe80cd284fd8a2b33378968646"
integrity sha512-c2qvopo0crh9A4GXi2/2kfGYMxsJW4tVILrqRPydVGZHhq0fnzy6qmclWOhBFckEhmyxmpHpdJtIRYGeKcuhnA==
dependencies:
"@vue/shared" "3.2.36"

"@vue/runtime-core@3.2.34":
version "3.2.34"
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.34.tgz#98cb706de9762485a81561329f70b740386f9f7b"
integrity sha512-GtaHqYiuEb56OA0cbMh20UPpDiXGRX+NS1buKif4OL341JJ3NtmNOIchCzknaN76oN6KqrLiO82/+TEZXl2Xtw==
dependencies:
"@vue/reactivity" "3.2.34"
"@vue/shared" "3.2.34"

"@vue/runtime-core@3.2.36":
version "3.2.36"
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.36.tgz#be5115e665679c26bf3807d2326675dc1d847134"
Expand All @@ -1839,15 +1771,6 @@
"@vue/reactivity" "3.2.36"
"@vue/shared" "3.2.36"

"@vue/runtime-dom@3.2.34":
version "3.2.34"
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.34.tgz#747acc8a41410f59ecff97ef01cd2a665e6b1101"
integrity sha512-uqizbaJqmNH3O4TRr+8cM1tid5ODWHyQYZ3CLWcjn3dLkf0N7wvNuhUELQUZU/wQLvVMhJUQNrmOqckHLm6Xpw==
dependencies:
"@vue/runtime-core" "3.2.34"
"@vue/shared" "3.2.34"
csstype "^2.6.8"

"@vue/runtime-dom@3.2.36":
version "3.2.36"
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.36.tgz#cd5d403ea23c18ee7c17767103a1b2f8263c54bb"
Expand All @@ -1857,14 +1780,6 @@
"@vue/shared" "3.2.36"
csstype "^2.6.8"

"@vue/server-renderer@3.2.34":
version "3.2.34"
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.2.34.tgz#3efac854311cf13754734b3bae2829946f665f60"
integrity sha512-PMnBAq1BexPFXBxuLngp4lQvc0XQD1CBDIHtEsG0pRusGWVJddBUKlR/EnnSvGaJ34YmKkAl9kdvczOz0kddew==
dependencies:
"@vue/compiler-ssr" "3.2.34"
"@vue/shared" "3.2.34"

"@vue/server-renderer@3.2.36":
version "3.2.36"
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.2.36.tgz#1e7c1cf63bd17df7828d04e8c780ee6ca7a9ed7c"
Expand All @@ -1873,11 +1788,6 @@
"@vue/compiler-ssr" "3.2.36"
"@vue/shared" "3.2.36"

"@vue/shared@3.2.34":
version "3.2.34"
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.34.tgz#b71750d05120feb644102088a09be64518cd3a86"
integrity sha512-zhEeB8TrFmTXmTXmu/wcjEhgrjO4xqdDQrCdPhjX7NxfoLqoBVKguOm8qyihWNLbP+41svYY4za9mqXyqFLzNg==

"@vue/shared@3.2.36", "@vue/shared@^3.2.31":
version "3.2.36"
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.36.tgz#35e11200542cf29068ba787dad57da9bdb82f644"
Expand Down Expand Up @@ -5283,18 +5193,7 @@ vue-tsc@0.34.15:
dependencies:
"@volar/vue-typescript" "0.34.15"

vue@3.2.34:
version "3.2.34"
resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.34.tgz#4d42a929398a8a2e1dff25ceddd4451b3add841c"
integrity sha512-gXRg5v8OSmGT4ZiQ/X/Pcz6Fr2igHQx/wvRH/pLnt0VvjfGGqrwhnwjYZilLP4HBcO211rMD9PpU6lfWfIv3wg==
dependencies:
"@vue/compiler-dom" "3.2.34"
"@vue/compiler-sfc" "3.2.34"
"@vue/runtime-dom" "3.2.34"
"@vue/server-renderer" "3.2.34"
"@vue/shared" "3.2.34"

vue@^3.2.33:
vue@3.2.36, vue@^3.2.33:
version "3.2.36"
resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.36.tgz#8daa996e2ced521708de97d066c7c998e8bc3378"
integrity sha512-5yTXmrE6gW8IQgttzHW5bfBiFA6mx35ZXHjGLDmKYzW6MMmYvCwuKybANRepwkMYeXw2v1buGg3/lPICY5YlZw==
Expand Down