diff --git a/packages/vant-cli/package.json b/packages/vant-cli/package.json index 5cec09a32..9e6031f8a 100644 --- a/packages/vant-cli/package.json +++ b/packages/vant-cli/package.json @@ -53,7 +53,6 @@ "@babel/preset-typescript": "^7.16.0", "@docsearch/css": "3.0.0-alpha.41", "@docsearch/js": "3.0.0-alpha.41", - "@types/jest": "^27.0.2", "@vant/eslint-config": "^3.3.2", "@vant/markdown-vetur": "^2.2.0", "@vant/stylelint-config": "^1.4.2", diff --git a/packages/vant-cli/src/commands/jest.ts b/packages/vant-cli/src/commands/jest.ts index 6952dff42..284a95c44 100644 --- a/packages/vant-cli/src/commands/jest.ts +++ b/packages/vant-cli/src/commands/jest.ts @@ -6,8 +6,9 @@ import { JEST_CONFIG_FILE, PACKAGE_ENTRY_FILE, } from '../common/constant.js'; +import type { Config } from '@jest/types'; -export function test(command: any) { +export function test(command: Config.Argv) { setNodeEnv('test'); genPackageEntry({ @@ -26,7 +27,7 @@ export function test(command: any) { // make jest tests faster // see: https://ivantanev.com/make-jest-faster/ maxWorkers: '50%', - } as any; + } as Config.Argv; jest .runCLI(config, [ROOT]) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 976b9530a..398f24876 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,7 +87,6 @@ importers: '@docsearch/css': 3.0.0-alpha.41 '@docsearch/js': 3.0.0-alpha.41 '@types/fs-extra': ^9.0.13 - '@types/jest': ^27.0.2 '@types/less': ^3.0.3 '@types/lodash-es': ^4.17.5 '@types/markdown-it': ^12.2.3 @@ -143,7 +142,6 @@ importers: '@babel/preset-typescript': 7.16.0_@babel+core@7.16.0 '@docsearch/css': 3.0.0-alpha.41 '@docsearch/js': 3.0.0-alpha.41 - '@types/jest': 27.0.2 '@vant/eslint-config': link:../vant-eslint-config '@vant/markdown-vetur': link:../vant-markdown-vetur '@vant/stylelint-config': link:../vant-stylelint-config @@ -181,13 +179,13 @@ importers: release-it: 14.11.6 stylelint: 13.13.1 transliteration: 2.2.0 - ts-jest: 27.0.7_8d77caf92d94be94d9a6e77010355a68 + ts-jest: 27.1.0_e9a97d29b53edf30da72e8531628bcc0 typescript: 4.5.2 vite: 2.6.13_less@4.1.2 vite-plugin-html: 2.1.1_vite@2.6.13 vite-plugin-md: 0.11.4_vite@2.6.13 vue-router: 4.0.12_vue@3.2.21 - vue3-jest: 27.0.0-alpha.2_6effe43dbd8e7c963dda4d66ec4ed57d + vue3-jest: 27.0.0-alpha.2_ac2f17b3c0c7baa3be42e28e69a86f5b devDependencies: '@types/fs-extra': 9.0.13 '@types/less': 3.0.3 @@ -2090,13 +2088,6 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: false - /@types/jest/27.0.2: - resolution: {integrity: sha1-rDg8TUqt3Sm78rkW2NEFwwSl/Nc=, tarball: '@types/jest/download/@types/jest-27.0.2.tgz?cache=0&sync_timestamp=1632822722679&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fjest%2Fdownload%2F%40types%2Fjest-27.0.2.tgz'} - dependencies: - jest-diff: 27.3.1 - pretty-format: 27.3.1 - dev: false - /@types/json-schema/7.0.9: resolution: {integrity: sha1-l+3JA36gw4WFMgsolk3eOznkZg0=, tarball: '@types/json-schema/download/@types/json-schema-7.0.9.tgz'} dev: false @@ -3751,6 +3742,14 @@ packages: requiresBuild: true optional: true + /esbuild-android-arm64/0.14.2: + resolution: {integrity: sha512-hEixaKMN3XXCkoe+0WcexO4CcBVU5DCSUT+7P8JZiWZCbAjSkc9b6Yz2X5DSfQmRCtI/cQRU6TfMYrMQ5NBfdw==, tarball: esbuild-android-arm64/download/esbuild-android-arm64-0.14.2.tgz} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: false + optional: true + /esbuild-darwin-64/0.13.15: resolution: {integrity: sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==, tarball: esbuild-darwin-64/download/esbuild-darwin-64-0.13.15.tgz} cpu: [x64] @@ -3758,6 +3757,14 @@ packages: requiresBuild: true optional: true + /esbuild-darwin-64/0.14.2: + resolution: {integrity: sha512-Uq8t0cbJQkxkQdbUfOl2wZqZ/AtLZjvJulR1HHnc96UgyzG9YlCLSDMiqjM+NANEy7/zzvwKJsy3iNC9wwqLJA==, tarball: esbuild-darwin-64/download/esbuild-darwin-64-0.14.2.tgz} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: false + optional: true + /esbuild-darwin-arm64/0.13.15: resolution: {integrity: sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==, tarball: esbuild-darwin-arm64/download/esbuild-darwin-arm64-0.13.15.tgz} cpu: [arm64] @@ -3765,6 +3772,14 @@ packages: requiresBuild: true optional: true + /esbuild-darwin-arm64/0.14.2: + resolution: {integrity: sha512-619MSa17sr7YCIrUj88KzQu2ESA4jKYtIYfLU/smX6qNgxQt3Y/gzM4s6sgJ4fPQzirvmXgcHv1ZNQAs/Xh48A==, tarball: esbuild-darwin-arm64/download/esbuild-darwin-arm64-0.14.2.tgz} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: false + optional: true + /esbuild-freebsd-64/0.13.15: resolution: {integrity: sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==, tarball: esbuild-freebsd-64/download/esbuild-freebsd-64-0.13.15.tgz} cpu: [x64] @@ -3772,6 +3787,14 @@ packages: requiresBuild: true optional: true + /esbuild-freebsd-64/0.14.2: + resolution: {integrity: sha512-aP6FE/ZsChZpUV6F3HE3x1Pz0paoYXycJ7oLt06g0G9dhJKknPawXCqQg/WMyD+ldCEZfo7F1kavenPdIT/SGQ==, tarball: esbuild-freebsd-64/download/esbuild-freebsd-64-0.14.2.tgz} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: false + optional: true + /esbuild-freebsd-arm64/0.13.15: resolution: {integrity: sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==, tarball: esbuild-freebsd-arm64/download/esbuild-freebsd-arm64-0.13.15.tgz} cpu: [arm64] @@ -3779,6 +3802,14 @@ packages: requiresBuild: true optional: true + /esbuild-freebsd-arm64/0.14.2: + resolution: {integrity: sha512-LSm98WTb1QIhyS83+Po0KTpZNdd2XpVpI9ua5rLWqKWbKeNRFwOsjeiuwBaRNc+O32s9oC2ZMefETxHBV6VNkQ==, tarball: esbuild-freebsd-arm64/download/esbuild-freebsd-arm64-0.14.2.tgz} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-32/0.13.15: resolution: {integrity: sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==, tarball: esbuild-linux-32/download/esbuild-linux-32-0.13.15.tgz} cpu: [ia32] @@ -3786,6 +3817,14 @@ packages: requiresBuild: true optional: true + /esbuild-linux-32/0.14.2: + resolution: {integrity: sha512-8VxnNEyeUbiGflTKcuVc5JEPTqXfsx2O6ABwUbfS1Hp26lYPRPC7pKQK5Dxa0MBejGc50jy7YZae3EGQUQ8EkQ==, tarball: esbuild-linux-32/download/esbuild-linux-32-0.14.2.tgz} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-64/0.13.15: resolution: {integrity: sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==, tarball: esbuild-linux-64/download/esbuild-linux-64-0.13.15.tgz} cpu: [x64] @@ -3793,6 +3832,14 @@ packages: requiresBuild: true optional: true + /esbuild-linux-64/0.14.2: + resolution: {integrity: sha512-4bzMS2dNxOJoFIiHId4w+tqQzdnsch71JJV1qZnbnErSFWcR9lRgpSqWnTTFtv6XM+MvltRzSXC5wQ7AEBY6Hg==, tarball: esbuild-linux-64/download/esbuild-linux-64-0.14.2.tgz} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-arm/0.13.15: resolution: {integrity: sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==, tarball: esbuild-linux-arm/download/esbuild-linux-arm-0.13.15.tgz} cpu: [arm] @@ -3800,6 +3847,14 @@ packages: requiresBuild: true optional: true + /esbuild-linux-arm/0.14.2: + resolution: {integrity: sha512-PaylahvMHhH8YMfJPMKEqi64qA0Su+d4FNfHKvlKes/2dUe4QxgbwXT9oLVgy8iJdcFMrO7By4R8fS8S0p8aVQ==, tarball: esbuild-linux-arm/download/esbuild-linux-arm-0.14.2.tgz} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-arm64/0.13.15: resolution: {integrity: sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==, tarball: esbuild-linux-arm64/download/esbuild-linux-arm64-0.13.15.tgz} cpu: [arm64] @@ -3807,6 +3862,14 @@ packages: requiresBuild: true optional: true + /esbuild-linux-arm64/0.14.2: + resolution: {integrity: sha512-RlIVp0RwJrdtasDF1vTFueLYZ8WuFzxoQ1OoRFZOTyJHCGCNgh7xJIC34gd7B7+RT0CzLBB4LcM5n0LS+hIoww==, tarball: esbuild-linux-arm64/download/esbuild-linux-arm64-0.14.2.tgz} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-mips64le/0.13.15: resolution: {integrity: sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==, tarball: esbuild-linux-mips64le/download/esbuild-linux-mips64le-0.13.15.tgz} cpu: [mips64el] @@ -3814,6 +3877,14 @@ packages: requiresBuild: true optional: true + /esbuild-linux-mips64le/0.14.2: + resolution: {integrity: sha512-Fdwrq2roFnO5oetIiUQQueZ3+5soCxBSJswg3MvYaXDomj47BN6oAWMZgLrFh1oVrtWrxSDLCJBenYdbm2s+qQ==, tarball: esbuild-linux-mips64le/download/esbuild-linux-mips64le-0.14.2.tgz} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-ppc64le/0.13.15: resolution: {integrity: sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==, tarball: esbuild-linux-ppc64le/download/esbuild-linux-ppc64le-0.13.15.tgz} cpu: [ppc64] @@ -3821,6 +3892,14 @@ packages: requiresBuild: true optional: true + /esbuild-linux-ppc64le/0.14.2: + resolution: {integrity: sha512-vxptskw8JfCDD9QqpRO0XnsM1osuWeRjPaXX1TwdveLogYsbdFtcuiuK/4FxGiNMUr1ojtnCS2rMPbY8puc5NA==, tarball: esbuild-linux-ppc64le/download/esbuild-linux-ppc64le-0.14.2.tgz} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-netbsd-64/0.13.15: resolution: {integrity: sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==, tarball: esbuild-netbsd-64/download/esbuild-netbsd-64-0.13.15.tgz} cpu: [x64] @@ -3828,6 +3907,14 @@ packages: requiresBuild: true optional: true + /esbuild-netbsd-64/0.14.2: + resolution: {integrity: sha512-I8+LzYK5iSNpspS9eCV9sW67Rj8FgMHimGri4mKiGAmN0pNfx+hFX146rYtzGtewuxKtTsPywWteHx+hPRLDsw==, tarball: esbuild-netbsd-64/download/esbuild-netbsd-64-0.14.2.tgz} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: false + optional: true + /esbuild-openbsd-64/0.13.15: resolution: {integrity: sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==, tarball: esbuild-openbsd-64/download/esbuild-openbsd-64-0.13.15.tgz} cpu: [x64] @@ -3835,6 +3922,14 @@ packages: requiresBuild: true optional: true + /esbuild-openbsd-64/0.14.2: + resolution: {integrity: sha512-120HgMe9elidWUvM2E6mMf0csrGwx8sYDqUIJugyMy1oHm+/nT08bTAVXuwYG/rkMIqsEO9AlMxuYnwR6En/3Q==, tarball: esbuild-openbsd-64/download/esbuild-openbsd-64-0.14.2.tgz} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: false + optional: true + /esbuild-sunos-64/0.13.15: resolution: {integrity: sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==, tarball: esbuild-sunos-64/download/esbuild-sunos-64-0.13.15.tgz} cpu: [x64] @@ -3842,6 +3937,14 @@ packages: requiresBuild: true optional: true + /esbuild-sunos-64/0.14.2: + resolution: {integrity: sha512-Q3xcf9Uyfra9UuCFxoLixVvdigo0daZaKJ97TL2KNA4bxRUPK18wwGUk3AxvgDQZpRmg82w9PnkaNYo7a+24ow==, tarball: esbuild-sunos-64/download/esbuild-sunos-64-0.14.2.tgz} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: false + optional: true + /esbuild-windows-32/0.13.15: resolution: {integrity: sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==, tarball: esbuild-windows-32/download/esbuild-windows-32-0.13.15.tgz} cpu: [ia32] @@ -3849,6 +3952,14 @@ packages: requiresBuild: true optional: true + /esbuild-windows-32/0.14.2: + resolution: {integrity: sha512-TW7O49tPsrq+N1sW8mb3m24j/iDGa4xzAZH4wHWwoIzgtZAYPKC0hpIhufRRG/LA30bdMChO9pjJZ5mtcybtBQ==, tarball: esbuild-windows-32/download/esbuild-windows-32-0.14.2.tgz} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: false + optional: true + /esbuild-windows-64/0.13.15: resolution: {integrity: sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==, tarball: esbuild-windows-64/download/esbuild-windows-64-0.13.15.tgz} cpu: [x64] @@ -3856,6 +3967,14 @@ packages: requiresBuild: true optional: true + /esbuild-windows-64/0.14.2: + resolution: {integrity: sha512-Rym6ViMNmi1E2QuQMWy0AFAfdY0wGwZD73BnzlsQBX5hZBuy/L+Speh7ucUZ16gwsrMM9v86icZUDrSN/lNBKg==, tarball: esbuild-windows-64/download/esbuild-windows-64-0.14.2.tgz} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: false + optional: true + /esbuild-windows-arm64/0.13.15: resolution: {integrity: sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==, tarball: esbuild-windows-arm64/download/esbuild-windows-arm64-0.13.15.tgz} cpu: [arm64] @@ -3863,6 +3982,14 @@ packages: requiresBuild: true optional: true + /esbuild-windows-arm64/0.14.2: + resolution: {integrity: sha512-ZrLbhr0vX5Em/P1faMnHucjVVWPS+m3tktAtz93WkMZLmbRJevhiW1y4CbulBd2z0MEdXZ6emDa1zFHq5O5bSA==, tarball: esbuild-windows-arm64/download/esbuild-windows-arm64-0.14.2.tgz} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: false + optional: true + /esbuild/0.13.15: resolution: {integrity: sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==, tarball: esbuild/download/esbuild-0.13.15.tgz} hasBin: true @@ -3886,6 +4013,30 @@ packages: esbuild-windows-64: 0.13.15 esbuild-windows-arm64: 0.13.15 + /esbuild/0.14.2: + resolution: {integrity: sha512-l076A6o/PIgcyM24s0dWmDI/b8RQf41uWoJu9I0M71CtW/YSw5T5NUeXxs5lo2tFQD+O4CW4nBHJXx3OY5NpXg==, tarball: esbuild/download/esbuild-0.14.2.tgz} + hasBin: true + requiresBuild: true + optionalDependencies: + esbuild-android-arm64: 0.14.2 + esbuild-darwin-64: 0.14.2 + esbuild-darwin-arm64: 0.14.2 + esbuild-freebsd-64: 0.14.2 + esbuild-freebsd-arm64: 0.14.2 + esbuild-linux-32: 0.14.2 + esbuild-linux-64: 0.14.2 + esbuild-linux-arm: 0.14.2 + esbuild-linux-arm64: 0.14.2 + esbuild-linux-mips64le: 0.14.2 + esbuild-linux-ppc64le: 0.14.2 + esbuild-netbsd-64: 0.14.2 + esbuild-openbsd-64: 0.14.2 + esbuild-sunos-64: 0.14.2 + esbuild-windows-32: 0.14.2 + esbuild-windows-64: 0.14.2 + esbuild-windows-arm64: 0.14.2 + dev: false + /escalade/3.1.1: resolution: {integrity: sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA=, tarball: escalade/download/escalade-3.1.1.tgz} engines: {node: '>=6'} @@ -7830,8 +7981,8 @@ packages: /trough/1.0.5: resolution: {integrity: sha1-uLY5zvrX0LsqvTfUM/+Ck++l9AY=, tarball: trough/download/trough-1.0.5.tgz} - /ts-jest/27.0.7_8d77caf92d94be94d9a6e77010355a68: - resolution: {integrity: sha1-+3yMjLVSarNxvBsj0G50VlLMotA=, tarball: ts-jest/download/ts-jest-27.0.7.tgz} + /ts-jest/27.1.0_e9a97d29b53edf30da72e8531628bcc0: + resolution: {integrity: sha512-ZouWlP03JMtzfNHg0ZeDrxAESYGmVhWyHtIl2/01kBbXaMbTr4Vhv6/GeMxUed6GFg/4ycMo+yU6Eo9gI16xTQ==, tarball: ts-jest/download/ts-jest-27.1.0.tgz} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -7849,9 +8000,9 @@ packages: optional: true dependencies: '@babel/core': 7.16.0 - '@types/jest': 27.0.2 babel-jest: 27.3.1_@babel+core@7.16.0 bs-logger: 0.2.6 + esbuild: 0.14.2 fast-json-stable-stringify: 2.1.0 jest: 27.3.1 jest-util: 27.3.1 @@ -8204,7 +8355,7 @@ packages: '@vue/shared': 3.2.21 dev: true - /vue3-jest/27.0.0-alpha.2_6effe43dbd8e7c963dda4d66ec4ed57d: + /vue3-jest/27.0.0-alpha.2_ac2f17b3c0c7baa3be42e28e69a86f5b: resolution: {integrity: sha1-yZNbz4FGRDJl0W5xuO6NPTE+FHg=, tarball: vue3-jest/download/vue3-jest-27.0.0-alpha.2.tgz} peerDependencies: '@babel/core': 7.x @@ -8227,7 +8378,7 @@ packages: extract-from-css: 0.4.4 jest: 27.3.1 source-map: 0.5.6 - ts-jest: 27.0.7_8d77caf92d94be94d9a6e77010355a68 + ts-jest: 27.1.0_e9a97d29b53edf30da72e8531628bcc0 tsconfig: 7.0.0 typescript: 4.5.2 vue: 3.2.21