@versini/dev-dependencies-client 9.0.15 → 10.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 +32 -0
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [10.0.1](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v10.0.0...dev-dependencies-client-v10.0.1) (2025-12-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump non-breaking dependencies to latest ([#705](https://github.com/versini-org/dev-dependencies/issues/705)) ([2eb2269](https://github.com/versini-org/dev-dependencies/commit/2eb226953c5c48ceb9cae508f9ab8ea37eb23b3f))
9
+
10
+ ## [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)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * bump to Vitest v4
16
+
17
+ ### Bug Fixes
18
+
19
+ * bump to Vitest v4 ([77c6d33](https://github.com/versini-org/dev-dependencies/commit/77c6d331aa3f2babb4a7d9404948e7fc829b132b))
20
+
21
+ ## [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)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * 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))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @versini/dev-dependencies-common bumped to 7.0.3
34
+
3
35
  ## [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)
4
36
 
5
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-client",
3
- "version": "9.0.15",
3
+ "version": "10.0.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -12,37 +12,37 @@
12
12
  "url": "git@github.com:aversini/dev-dependencies.git"
13
13
  },
14
14
  "dependencies": {
15
- "@microsoft/api-extractor": "7.53.3",
16
- "@rsbuild/core": "1.6.0",
17
- "@rsbuild/plugin-react": "1.4.1",
18
- "@rsbuild/plugin-type-check": "1.3.0",
19
- "@rslib/core": "0.17.0",
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.6",
20
20
  "@testing-library/dom": "10.4.1",
21
- "@testing-library/react": "16.3.0",
21
+ "@testing-library/react": "16.3.1",
22
22
  "@testing-library/user-event": "14.6.1",
23
23
  "@versini/dev-dependencies-common": "../common",
24
- "@vitejs/plugin-react-swc": "4.2.0",
25
- "@vitest/coverage-v8": "3.2.4",
26
- "@vitest/ui": "3.2.4",
27
- "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",
28
28
  "barrelsby": "2.8.1",
29
29
  "cross-env": "10.1.0",
30
30
  "cross-spawn": "7.0.6",
31
31
  "husky": "9.1.7",
32
- "lint-staged": "16.2.6",
33
- "nodemon": "3.1.10",
32
+ "lint-staged": "16.2.7",
33
+ "nodemon": "3.1.11",
34
34
  "npm-run-all": "4.1.5",
35
35
  "postcss": "8.5.6",
36
- "prettier": "3.6.2",
37
- "prettier-plugin-tailwindcss": "0.7.1",
38
- "rimraf": "6.1.0",
39
- "rollup": "4.52.5",
40
- "tailwindcss": "4.1.16",
41
- "tsup": "8.5.0",
42
- "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",
43
43
  "vite-plugin-dts": "4.5.4",
44
44
  "vite-plugin-lib-inject-css": "2.2.2",
45
- "vitest": "3.2.4"
45
+ "vitest": "4.0.16"
46
46
  },
47
- "gitHead": "102236046c0f0d174687e2dbf5ddb1072186c75d"
47
+ "gitHead": "5db345f7cdd487386f94124d2308e5e2bf52b77d"
48
48
  }