@varlet/cli 2.20.4 → 2.20.5-alpha.1703836329001

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
4
4
  export default _default;
@@ -13,10 +13,29 @@ export default defineConfig({
13
13
  environment: 'jsdom',
14
14
  coverage: {
15
15
  provider: 'istanbul',
16
- exclude: ['**/example/**', '**/__tests__/**'],
16
+ exclude: [
17
+ '**/*.d.ts',
18
+ '**/*.md',
19
+ '**/example/**',
20
+ '**/__tests__/**',
21
+ 'node_modules/**',
22
+ '.varlet/**',
23
+ 'es/**',
24
+ 'lib/**',
25
+ 'site/**',
26
+ 'umd/**',
27
+ 'docs/**',
28
+ 'coverage/**',
29
+ 'types/**',
30
+ 'shims/**',
31
+ 'varlet.config.mjs',
32
+ ],
17
33
  },
18
34
  globals: true,
19
- experimentalVmThreads: true,
20
- experimentalVmWorkerMemoryLimit: Math.min((1 / cpuNum) * 2, 0.2),
35
+ poolOptions: {
36
+ vmThreads: {
37
+ memoryLimit: Math.min((1 / cpuNum) * 2, 0.2),
38
+ },
39
+ },
21
40
  },
22
41
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/cli",
3
- "version": "2.20.4",
3
+ "version": "2.20.5-alpha.1703836329001",
4
4
  "type": "module",
5
5
  "description": "cli of varlet",
6
6
  "bin": {
@@ -37,13 +37,15 @@
37
37
  "@varlet/release": "^0.1.2",
38
38
  "@babel/core": "^7.22.5",
39
39
  "@babel/preset-typescript": "^7.22.5",
40
- "@vitejs/plugin-vue": "4.2.3",
41
- "@vitejs/plugin-vue-jsx": "3.0.1",
42
- "@vue/babel-plugin-jsx": "1.1.4",
43
- "@vue/compiler-sfc": "3.3.4",
44
- "@vue/runtime-core": "3.3.4",
40
+ "@vitejs/plugin-vue": "5.0.0",
41
+ "@vitejs/plugin-vue-jsx": "3.1.0",
42
+ "@vue/babel-plugin-jsx": "1.1.5",
43
+ "@vue/compiler-sfc": "3.4.0",
44
+ "@vue/runtime-core": "3.4.0",
45
+ "vite": "5.0.10",
46
+ "vue": "3.4.0",
45
47
  "esbuild": "0.19.3",
46
- "vitest": "0.34.3",
48
+ "vitest": "1.1.0",
47
49
  "chokidar": "^3.5.2",
48
50
  "commander": "^8.3.0",
49
51
  "ejs": "^3.1.8",
@@ -61,11 +63,9 @@
61
63
  "sharp": "0.31.1",
62
64
  "slash": "^3.0.0",
63
65
  "typescript": "^5.1.5",
64
- "vite": "4.3.5",
65
- "vue": "3.3.4",
66
66
  "webfont": "11.2.26",
67
- "@varlet/shared": "2.20.4",
68
- "@varlet/vite-plugins": "2.20.4"
67
+ "@varlet/shared": "2.20.5-alpha.1703836329001",
68
+ "@varlet/vite-plugins": "2.20.5-alpha.1703836329001"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/babel__core": "^7.20.1",
@@ -80,24 +80,24 @@
80
80
  "@types/semver": "^7.3.9",
81
81
  "@types/sharp": "0.31.1",
82
82
  "rimraf": "^5.0.1",
83
- "@varlet/ui": "2.20.4",
84
- "@varlet/icons": "2.20.4",
85
- "@varlet/touch-emulator": "2.20.4"
83
+ "@varlet/ui": "2.20.5-alpha.1703836329001",
84
+ "@varlet/icons": "2.20.5-alpha.1703836329001",
85
+ "@varlet/touch-emulator": "2.20.5-alpha.1703836329001"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "@vue/runtime-core": "3.3.4",
89
89
  "@vue/test-utils": "2.4.1",
90
- "@vitest/coverage-istanbul": "0.34.3",
91
- "vitest": "0.34.3",
90
+ "@vitest/coverage-istanbul": "1.1.0",
91
+ "vitest": "1.1.0",
92
92
  "jsdom": "22.1.0",
93
93
  "clipboard": "^2.0.6",
94
94
  "live-server": "^1.2.1",
95
95
  "lodash-es": "^4.17.21",
96
96
  "vue": "3.3.4",
97
97
  "vue-router": "4.2.0",
98
- "@varlet/ui": "2.20.4",
99
- "@varlet/icons": "2.20.4",
100
- "@varlet/touch-emulator": "2.20.4"
98
+ "@varlet/ui": "2.20.5-alpha.1703836329001",
99
+ "@varlet/touch-emulator": "2.20.5-alpha.1703836329001",
100
+ "@varlet/icons": "2.20.5-alpha.1703836329001"
101
101
  },
102
102
  "scripts": {
103
103
  "dev": "tsc --watch",
@@ -44,10 +44,10 @@
44
44
  "@varlet/shared": "workspace:*",
45
45
  "@varlet/ui": "workspace:*",
46
46
  "@vue/test-utils": "2.4.1",
47
- "@vue/runtime-core": "3.3.4",
48
- "@vitest/coverage-istanbul": "0.34.3",
47
+ "@vue/runtime-core": "3.4.0",
48
+ "@vitest/coverage-istanbul": "1.1.0",
49
49
  "jsdom": "22.1.0",
50
- "vitest": "0.34.3",
50
+ "vitest": "1.1.0",
51
51
  "clipboard": "^2.0.6",
52
52
  "eslint": "^8.43.0",
53
53
  "lint-staged": "^10.5.0",
@@ -56,7 +56,7 @@
56
56
  "prettier": "^2.8.8",
57
57
  "simple-git-hooks": "^2.8.0",
58
58
  "typescript": "^5.1.5",
59
- "vue": "3.3.4",
59
+ "vue": "3.4.0",
60
60
  "vue-router": "4.2.0"
61
61
  },
62
62
  "lint-staged": {