@empathyco/x-components 6.0.0-alpha.179 → 6.0.0-alpha.180

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.180 (2025-11-19)
7
+
8
+ * chore(deps): update dependency @types/node to v24 (#1927) ([4b58181](https://github.com/empathyco/x/commit/4b58181)), closes [#1927](https://github.com/empathyco/x/issues/1927)
9
+
10
+
11
+
12
+
13
+
6
14
  ## 6.0.0-alpha.179 (2025-11-12)
7
15
 
8
16
  * chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.17 (#1926) ([0ea2e89](https://github.com/empathyco/x/commit/0ea2e89)), closes [#1926](https://github.com/empathyco/x/issues/1926)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "6.0.0-alpha.179",
3
+ "version": "6.0.0-alpha.180",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -105,7 +105,7 @@
105
105
  "@testing-library/jest-dom": "6.6.4",
106
106
  "@types/aria-query": "5.0.4",
107
107
  "@types/jest": "29.5.14",
108
- "@types/node": "22.15.29",
108
+ "@types/node": "24.10.1",
109
109
  "@vitejs/plugin-vue": "5.2.4",
110
110
  "@vue/test-utils": "2.4.6",
111
111
  "@vue/vue3-jest": "29.2.6",
@@ -143,5 +143,5 @@
143
143
  "access": "public",
144
144
  "directory": "dist"
145
145
  },
146
- "gitHead": "6014076858a421c4f77a119a6ce37080358722ee"
146
+ "gitHead": "eb25215430dfb498e69e5d3e09181f1c8bc1aa45"
147
147
  }