@empathyco/x-components 6.0.0-alpha.207 → 6.0.0-alpha.209
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.
- package/CHANGELOG.md +9 -0
- package/package.json +18 -19
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 6.0.0-alpha.209 (2026-03-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
## 6.0.0-alpha.208 (2026-03-02)
|
|
11
|
+
|
|
12
|
+
- chore: remove Jest-related files and dependencies after migrating to Vitest ([e4455c1](https://github.com/empathyco/x/commit/e4455c1))
|
|
13
|
+
- test: update test files to use Vitest for assertions and mocking ([3a40537](https://github.com/empathyco/x/commit/3a40537))
|
|
14
|
+
|
|
6
15
|
## 6.0.0-alpha.207 (2026-03-02)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @empathyco/x-components
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.209",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"lint:inspect": "eslint --inspect-config .",
|
|
56
56
|
"format": "prettier --write .",
|
|
57
57
|
"format:check": "prettier --check .",
|
|
58
|
-
"test:unit": "
|
|
59
|
-
"test:unit-
|
|
60
|
-
"test:unit-
|
|
61
|
-
"test:
|
|
58
|
+
"test:unit": "vitest run",
|
|
59
|
+
"test:unit-coverage": "vitest run --coverage",
|
|
60
|
+
"test:unit-watch": "vitest",
|
|
61
|
+
"test:ui": "vitest --ui",
|
|
62
62
|
"test": "pnpm run test:unit",
|
|
63
63
|
"prepublishOnly": "pnpm run build"
|
|
64
64
|
},
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"vuex": "4.0.2"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@empathyco/x-adapter": "8.1.0-alpha.
|
|
71
|
-
"@empathyco/x-adapter-platform": "1.1.0-alpha.
|
|
72
|
-
"@empathyco/x-deep-merge": "2.0.3-alpha.
|
|
73
|
-
"@empathyco/x-storage-service": "2.0.3-alpha.
|
|
74
|
-
"@empathyco/x-types": "10.1.0-alpha.
|
|
75
|
-
"@empathyco/x-utils": "1.0.3-alpha.
|
|
70
|
+
"@empathyco/x-adapter": "8.1.0-alpha.13",
|
|
71
|
+
"@empathyco/x-adapter-platform": "1.1.0-alpha.49",
|
|
72
|
+
"@empathyco/x-deep-merge": "2.0.3-alpha.12",
|
|
73
|
+
"@empathyco/x-storage-service": "2.0.3-alpha.10",
|
|
74
|
+
"@empathyco/x-types": "10.1.0-alpha.42",
|
|
75
|
+
"@empathyco/x-utils": "1.0.3-alpha.11",
|
|
76
76
|
"@vue/devtools-api": "~6.6.4",
|
|
77
77
|
"@vueuse/core": "~12.8.2",
|
|
78
78
|
"js-md5": "~0.8.3",
|
|
@@ -85,21 +85,20 @@
|
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@babel/preset-env": "7.29.0",
|
|
88
|
-
"@empathyco/x-tailwindcss": "2.0.0-alpha.
|
|
88
|
+
"@empathyco/x-tailwindcss": "2.0.0-alpha.26",
|
|
89
89
|
"@microsoft/api-documenter": "7.29.2",
|
|
90
90
|
"@microsoft/api-extractor": "7.57.2",
|
|
91
|
-
"@testing-library/
|
|
91
|
+
"@testing-library/vue": "8.1.0",
|
|
92
92
|
"@types/aria-query": "5.0.4",
|
|
93
|
-
"@types/jest": "29.5.14",
|
|
94
93
|
"@types/node": "24.10.13",
|
|
95
94
|
"@vitejs/plugin-vue": "5.2.4",
|
|
95
|
+
"@vitest/browser": "4.0.18",
|
|
96
|
+
"@vitest/ui": "4.0.18",
|
|
96
97
|
"@vue/test-utils": "2.4.6",
|
|
97
|
-
"@vue/vue3-jest": "29.2.6",
|
|
98
98
|
"autoprefixer": "10.4.24",
|
|
99
99
|
"convert-source-map": "2.0.0",
|
|
100
100
|
"esbuild": "0.27.3",
|
|
101
|
-
"
|
|
102
|
-
"jest-environment-jsdom": "29.7.0",
|
|
101
|
+
"jsdom": "28.1.0",
|
|
103
102
|
"postcss": "8.5.6",
|
|
104
103
|
"postcss-dir-pseudo-class": "7.0.2",
|
|
105
104
|
"postcss-logical": "4.0.2",
|
|
@@ -112,11 +111,11 @@
|
|
|
112
111
|
"rollup-plugin-vue": "6.0.0",
|
|
113
112
|
"start-server-and-test": "2.1.3",
|
|
114
113
|
"tailwindcss": "3.4.19",
|
|
115
|
-
"ts-jest": "29.4.6",
|
|
116
114
|
"ts-node": "10.9.2",
|
|
117
115
|
"typescript": "5.9.3",
|
|
118
116
|
"vite": "6.4.1",
|
|
119
117
|
"vite-plugin-vue-inspector": "5.3.2",
|
|
118
|
+
"vitest": "4.0.18",
|
|
120
119
|
"vue": "3.5.28",
|
|
121
120
|
"vue-docgen-cli": "4.79.0",
|
|
122
121
|
"vue-router": "4.6.4",
|
|
@@ -126,5 +125,5 @@
|
|
|
126
125
|
"access": "public",
|
|
127
126
|
"directory": "dist"
|
|
128
127
|
},
|
|
129
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "00d059cd47fd79a87472fe30e98c6cac5aeb41fe"
|
|
130
129
|
}
|