@versini/dev-dependencies-client 12.0.0 → 13.0.1

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 +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [13.0.1](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v13.0.0...dev-dependencies-client-v13.0.1) (2026-05-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump non-breaking dependencies to latest ([#811](https://github.com/versini-org/dev-dependencies/issues/811)) ([7b657a1](https://github.com/versini-org/dev-dependencies/commit/7b657a112a9f6f435373a13108caf8e63d1ef565))
9
+
10
+ ## [13.0.0](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v12.0.0...dev-dependencies-client-v13.0.0) (2026-05-21)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * **client:** bump vite from v4 to v5 ([#809](https://github.com/versini-org/dev-dependencies/issues/809))
16
+
17
+ ### Features
18
+
19
+ * **client:** bump vite from v4 to v5 ([#809](https://github.com/versini-org/dev-dependencies/issues/809)) ([a9f2a2d](https://github.com/versini-org/dev-dependencies/commit/a9f2a2dc9b49a650d7f23ff21baccd1d47365b78))
20
+
3
21
  ## [12.0.0](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v11.0.1...dev-dependencies-client-v12.0.0) (2026-05-21)
4
22
 
5
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-client",
3
- "version": "12.0.0",
3
+ "version": "13.0.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,10 +39,10 @@
39
39
  "rollup": "4.60.4",
40
40
  "tailwindcss": "4.3.0",
41
41
  "tsup": "8.5.1",
42
- "vite": "7.3.1",
43
- "vite-plugin-dts": "4.5.4",
42
+ "vite": "8.0.14",
43
+ "vite-plugin-dts": "5.0.1",
44
44
  "vite-plugin-lib-inject-css": "2.2.2",
45
45
  "vitest": "4.1.7"
46
46
  },
47
- "gitHead": "3ace532ffd3c0e69e372a637234f0bcd9e9c06f3"
47
+ "gitHead": "98c0c09c325187c261d896c07a3163bcb9666243"
48
48
  }