@versini/dev-dependencies-client 10.0.22 → 11.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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [11.0.1](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v11.0.0...dev-dependencies-client-v11.0.1) (2026-05-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * replacing npm-run-all with npm-run-all2 - same API ([#805](https://github.com/versini-org/dev-dependencies/issues/805)) ([3ef5ed5](https://github.com/versini-org/dev-dependencies/commit/3ef5ed56509ee1e25e5667bee7804a6ccbc4e365))
9
+
10
+ ## [11.0.0](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v10.0.22...dev-dependencies-client-v11.0.0) (2026-05-21)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * bump rslib and rsbuild to 2x ([#803](https://github.com/versini-org/dev-dependencies/issues/803))
16
+
17
+ ### Features
18
+
19
+ * bump rslib and rsbuild to 2x ([#803](https://github.com/versini-org/dev-dependencies/issues/803)) ([6c53c09](https://github.com/versini-org/dev-dependencies/commit/6c53c0944a0a73d50dcf93c63bf7b0e751a4fe44))
20
+
3
21
  ## [10.0.22](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v10.0.21...dev-dependencies-client-v10.0.22) (2026-05-20)
4
22
 
5
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-client",
3
- "version": "10.0.22",
3
+ "version": "11.0.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -13,10 +13,10 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@microsoft/api-extractor": "7.58.7",
16
- "@rsbuild/core": "1.7.3",
17
- "@rsbuild/plugin-react": "1.4.6",
16
+ "@rsbuild/core": "2.0.7",
17
+ "@rsbuild/plugin-react": "2.0.0",
18
18
  "@rsbuild/plugin-type-check": "1.3.4",
19
- "@rslib/core": "0.19.6",
19
+ "@rslib/core": "0.21.5",
20
20
  "@testing-library/dom": "10.4.1",
21
21
  "@testing-library/react": "16.3.2",
22
22
  "@testing-library/user-event": "14.6.1",
@@ -31,7 +31,7 @@
31
31
  "husky": "9.1.7",
32
32
  "lint-staged": "16.4.0",
33
33
  "nodemon": "3.1.14",
34
- "npm-run-all": "4.1.5",
34
+ "npm-run-all2": "9.0.0",
35
35
  "postcss": "8.5.15",
36
36
  "prettier": "3.8.3",
37
37
  "prettier-plugin-tailwindcss": "0.8.0",
@@ -44,5 +44,5 @@
44
44
  "vite-plugin-lib-inject-css": "2.2.2",
45
45
  "vitest": "4.1.7"
46
46
  },
47
- "gitHead": "616769f1b56cf6fc63183adbdead2f2657f4f6df"
47
+ "gitHead": "0e0f65cb48211c10132bd5f4abecc79f95ced733"
48
48
  }