@versini/dev-dependencies-client 9.0.14 → 10.0.0

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 +39 -0
  2. package/package.json +22 -20
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # Changelog
2
2
 
3
+ ## [10.0.0](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v9.0.16...dev-dependencies-client-v10.0.0) (2025-12-23)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * bump to Vitest v4
9
+
10
+ ### Bug Fixes
11
+
12
+ * bump to Vitest v4 ([77c6d33](https://github.com/versini-org/dev-dependencies/commit/77c6d331aa3f2babb4a7d9404948e7fc829b132b))
13
+
14
+ ## [9.0.16](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v9.0.15...dev-dependencies-client-v9.0.16) (2025-12-23)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * bump non-breaking dependencies to latest ([#701](https://github.com/versini-org/dev-dependencies/issues/701)) ([aa1bc35](https://github.com/versini-org/dev-dependencies/commit/aa1bc3528b14f156cc72d53af2ddc402fdf832b7))
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * The following workspace dependencies were updated
25
+ * dependencies
26
+ * @versini/dev-dependencies-common bumped to 7.0.3
27
+
28
+ ## [9.0.15](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v9.0.14...dev-dependencies-client-v9.0.15) (2025-11-02)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * bump non-breaking dependencies to latest ([#693](https://github.com/versini-org/dev-dependencies/issues/693)) ([5c7ecde](https://github.com/versini-org/dev-dependencies/commit/5c7ecde81d4c2bfb4c99c85cd9e3f6ed2037e83c))
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * The following workspace dependencies were updated
39
+ * dependencies
40
+ * @versini/dev-dependencies-common bumped to 7.0.2
41
+
3
42
  ## [9.0.14](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v9.0.13...dev-dependencies-client-v9.0.14) (2025-10-24)
4
43
 
5
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-client",
3
- "version": "9.0.14",
3
+ "version": "10.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -12,35 +12,37 @@
12
12
  "url": "git@github.com:aversini/dev-dependencies.git"
13
13
  },
14
14
  "dependencies": {
15
- "@rsbuild/core": "1.5.17",
16
- "@rsbuild/plugin-react": "1.4.1",
17
- "@rsbuild/plugin-type-check": "1.2.4",
15
+ "@microsoft/api-extractor": "7.55.2",
16
+ "@rsbuild/core": "1.6.15",
17
+ "@rsbuild/plugin-react": "1.4.2",
18
+ "@rsbuild/plugin-type-check": "1.3.2",
19
+ "@rslib/core": "0.18.5",
18
20
  "@testing-library/dom": "10.4.1",
19
- "@testing-library/react": "16.3.0",
21
+ "@testing-library/react": "16.3.1",
20
22
  "@testing-library/user-event": "14.6.1",
21
23
  "@versini/dev-dependencies-common": "../common",
22
- "@vitejs/plugin-react-swc": "4.2.0",
23
- "@vitest/coverage-v8": "3.2.4",
24
- "@vitest/ui": "3.2.4",
25
- "autoprefixer": "10.4.21",
24
+ "@vitejs/plugin-react-swc": "4.2.2",
25
+ "@vitest/coverage-v8": "4.0.16",
26
+ "@vitest/ui": "4.0.16",
27
+ "autoprefixer": "10.4.23",
26
28
  "barrelsby": "2.8.1",
27
29
  "cross-env": "10.1.0",
28
30
  "cross-spawn": "7.0.6",
29
31
  "husky": "9.1.7",
30
- "lint-staged": "16.2.6",
31
- "nodemon": "3.1.10",
32
+ "lint-staged": "16.2.7",
33
+ "nodemon": "3.1.11",
32
34
  "npm-run-all": "4.1.5",
33
35
  "postcss": "8.5.6",
34
- "prettier": "3.6.2",
35
- "prettier-plugin-tailwindcss": "0.7.1",
36
- "rimraf": "6.0.1",
37
- "rollup": "4.52.5",
38
- "tailwindcss": "4.1.16",
39
- "tsup": "8.5.0",
40
- "vite": "7.1.12",
36
+ "prettier": "3.7.4",
37
+ "prettier-plugin-tailwindcss": "0.7.2",
38
+ "rimraf": "6.1.2",
39
+ "rollup": "4.54.0",
40
+ "tailwindcss": "4.1.18",
41
+ "tsup": "8.5.1",
42
+ "vite": "7.3.0",
41
43
  "vite-plugin-dts": "4.5.4",
42
44
  "vite-plugin-lib-inject-css": "2.2.2",
43
- "vitest": "3.2.4"
45
+ "vitest": "4.0.16"
44
46
  },
45
- "gitHead": "5e85e17f2000ba5582d0ffb42d691b0e38b6909b"
47
+ "gitHead": "f3831038577081f67799e59230e7a6f6121f9383"
46
48
  }