@empathyco/x-components 7.2.2 → 7.2.4

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 CHANGED
@@ -3,6 +3,21 @@
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
+ ## [7.2.4](https://github.com/empathyco/x/compare/@empathyco/x-components@7.2.3...@empathyco/x-components@7.2.4) (2026-07-02)
7
+
8
+ ### Build System
9
+
10
+ * **x-components:** dowmgrade rollup dep to 4.60.4 to avoid break consumers (#2130)
11
+
12
+
13
+ ## [7.2.3](https://github.com/empathyco/x/compare/@empathyco/x-components@7.2.2...@empathyco/x-components@7.2.3) (2026-07-01)
14
+
15
+ **Note:** Version bump only for package @empathyco/x-components
16
+
17
+
18
+
19
+
20
+
6
21
  ## [7.2.2](https://github.com/empathyco/x/compare/@empathyco/x-components@7.2.1...@empathyco/x-components@7.2.2) (2026-06-30)
7
22
 
8
23
  **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": "7.2.2",
3
+ "version": "7.2.4",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -63,14 +63,14 @@
63
63
  "prepublishOnly": "pnpm run build"
64
64
  },
65
65
  "peerDependencies": {
66
- "vue": "^3.5.34",
66
+ "vue": "^3.5.39",
67
67
  "vuex": "4.0.2"
68
68
  },
69
69
  "dependencies": {
70
- "@empathyco/x-adapter": "8.1.7",
71
- "@empathyco/x-adapter-platform": "1.6.0",
72
- "@empathyco/x-types": "10.4.0",
73
- "@empathyco/x-utils": "1.0.8",
70
+ "@empathyco/x-adapter": "8.1.8",
71
+ "@empathyco/x-adapter-platform": "1.6.1",
72
+ "@empathyco/x-types": "10.4.1",
73
+ "@empathyco/x-utils": "1.0.9",
74
74
  "@vue/devtools-api": "~6.6.4",
75
75
  "@vueuse/core": "~12.8.2",
76
76
  "js-md5": "~0.8.3",
@@ -78,23 +78,23 @@
78
78
  "rxjs": "~7.8.2",
79
79
  "tslib": "~2.8.1",
80
80
  "vue-global-events": "~3.0.1",
81
- "vue-tsc": "~3.3.1"
81
+ "vue-tsc": "~3.3.5"
82
82
  },
83
83
  "devDependencies": {
84
- "@babel/preset-env": "7.29.5",
85
- "@empathyco/x-design-system": "1.0.7",
86
- "@microsoft/api-documenter": "7.30.5",
87
- "@microsoft/api-extractor": "7.58.7",
88
- "@tailwindcss/vite": "4.3.0",
84
+ "@babel/preset-env": "7.29.7",
85
+ "@empathyco/x-design-system": "1.0.8",
86
+ "@microsoft/api-documenter": "7.30.7",
87
+ "@microsoft/api-extractor": "7.58.9",
88
+ "@tailwindcss/vite": "4.3.1",
89
89
  "@testing-library/vue": "8.1.0",
90
90
  "@types/aria-query": "5.0.4",
91
- "@types/node": "24.12.4",
91
+ "@types/node": "24.13.2",
92
92
  "@vitejs/plugin-vue": "5.2.4",
93
- "@vitest/browser": "4.1.7",
94
- "@vitest/ui": "4.1.7",
95
- "@vue/test-utils": "2.4.10",
93
+ "@vitest/browser": "4.1.9",
94
+ "@vitest/ui": "4.1.9",
95
+ "@vue/test-utils": "2.4.11",
96
96
  "convert-source-map": "2.0.0",
97
- "esbuild": "0.28.0",
97
+ "esbuild": "0.28.1",
98
98
  "jsdom": "29.1.1",
99
99
  "rollup": "4.60.4",
100
100
  "rollup-plugin-copy": "3.5.0",
@@ -102,13 +102,13 @@
102
102
  "rollup-plugin-styles": "4.0.0",
103
103
  "rollup-plugin-typescript2": "0.37.0",
104
104
  "rollup-plugin-vue": "6.0.0",
105
- "tailwindcss": "4.3.0",
105
+ "tailwindcss": "4.3.1",
106
106
  "ts-node": "10.9.2",
107
107
  "typescript": "5.9.3",
108
- "vite": "6.4.2",
108
+ "vite": "6.4.3",
109
109
  "vite-plugin-vue-inspector": "5.4.0",
110
- "vitest": "4.1.7",
111
- "vue": "3.5.34",
110
+ "vitest": "4.1.9",
111
+ "vue": "3.5.39",
112
112
  "vue-docgen-cli": "4.79.0",
113
113
  "vue-router": "4.6.4",
114
114
  "vuex": "4.0.2"
@@ -117,5 +117,5 @@
117
117
  "access": "public",
118
118
  "directory": "dist"
119
119
  },
120
- "gitHead": "1bdeec4a4a6d392d6d4cad689edb034641f2912f"
120
+ "gitHead": "41a1b570390d424e529efc8527bfe7344db9cb0c"
121
121
  }
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.7"
8
+ "packageVersion": "7.58.9"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.58.7",
4
+ "toolVersion": "7.58.9",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.58.7",
4
+ "toolVersion": "7.58.9",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.58.7",
4
+ "toolVersion": "7.58.9",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {