@versini/dev-dependencies-client 8.0.7 → 9.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 +32 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.0.0](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v8.0.8...dev-dependencies-client-v9.0.0) (2025-08-03)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * bump breaking dependencies to latest ([#611](https://github.com/versini-org/dev-dependencies/issues/611))
9
+
10
+ ### Bug Fixes
11
+
12
+ * bump breaking dependencies to latest ([#611](https://github.com/versini-org/dev-dependencies/issues/611)) ([d76eb52](https://github.com/versini-org/dev-dependencies/commit/d76eb52fc380208b51ed0bd0bb0b1751d6b5943d))
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @versini/dev-dependencies-common bumped to 6.0.0
20
+
21
+ ## [8.0.8](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v8.0.7...dev-dependencies-client-v8.0.8) (2025-08-03)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * bump non-breaking dependencies to latest ([#608](https://github.com/versini-org/dev-dependencies/issues/608)) ([bbf97e1](https://github.com/versini-org/dev-dependencies/commit/bbf97e1e272f939f87bf8be43a5f4576211e5f4e))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @versini/dev-dependencies-common bumped to 5.1.5
34
+
3
35
  ## [8.0.7](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v8.0.6...dev-dependencies-client-v8.0.7) (2025-06-29)
4
36
 
5
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-client",
3
- "version": "8.0.7",
3
+ "version": "9.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -12,35 +12,35 @@
12
12
  "url": "git@github.com:aversini/dev-dependencies.git"
13
13
  },
14
14
  "dependencies": {
15
- "@rsbuild/core": "1.4.1",
16
- "@rsbuild/plugin-react": "1.3.2",
17
- "@rsbuild/plugin-type-check": "1.2.3",
18
- "@testing-library/dom": "10.4.0",
15
+ "@rsbuild/core": "1.4.13",
16
+ "@rsbuild/plugin-react": "1.3.4",
17
+ "@rsbuild/plugin-type-check": "1.2.4",
18
+ "@testing-library/dom": "10.4.1",
19
19
  "@testing-library/react": "16.3.0",
20
20
  "@testing-library/user-event": "14.6.1",
21
- "@versini/dev-dependencies-common": "5.1.4",
22
- "@vitejs/plugin-react-swc": "3.10.2",
21
+ "@versini/dev-dependencies-common": "6.0.0",
22
+ "@vitejs/plugin-react-swc": "3.11.0",
23
23
  "@vitest/coverage-v8": "3.2.4",
24
24
  "@vitest/ui": "3.2.4",
25
25
  "autoprefixer": "10.4.21",
26
26
  "barrelsby": "2.8.1",
27
- "cross-env": "7.0.3",
27
+ "cross-env": "10.0.0",
28
28
  "cross-spawn": "7.0.6",
29
29
  "husky": "9.1.7",
30
- "lint-staged": "16.1.2",
30
+ "lint-staged": "16.1.4",
31
31
  "nodemon": "3.1.10",
32
32
  "npm-run-all": "4.1.5",
33
33
  "postcss": "8.5.6",
34
34
  "prettier": "3.6.2",
35
- "prettier-plugin-tailwindcss": "0.6.13",
35
+ "prettier-plugin-tailwindcss": "0.6.14",
36
36
  "rimraf": "6.0.1",
37
- "rollup": "4.44.1",
37
+ "rollup": "4.46.2",
38
38
  "tailwindcss": "4.1.11",
39
39
  "tsup": "8.5.0",
40
- "vite": "7.0.0",
40
+ "vite": "7.0.6",
41
41
  "vite-plugin-dts": "4.5.4",
42
42
  "vite-plugin-lib-inject-css": "2.2.2",
43
43
  "vitest": "3.2.4"
44
44
  },
45
- "gitHead": "2f14feb082ed66a3c953443719f9c3229a2a3ed6"
45
+ "gitHead": "019963954ecce1ab9e10d1cfd810efd856e97f94"
46
46
  }