@versini/dev-dependencies-client 11.0.0 → 12.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.
- package/CHANGELOG.md +18 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* bump lint-staged from v16 to v17 ([#807](https://github.com/versini-org/dev-dependencies/issues/807))
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* bump lint-staged from v16 to v17 ([#807](https://github.com/versini-org/dev-dependencies/issues/807)) ([442920c](https://github.com/versini-org/dev-dependencies/commit/442920c5c55030920864e03667a65c3509cfd16f))
|
|
13
|
+
|
|
14
|
+
## [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)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* 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))
|
|
20
|
+
|
|
3
21
|
## [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)
|
|
4
22
|
|
|
5
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/dev-dependencies-client",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"cross-env": "10.1.0",
|
|
30
30
|
"cross-spawn": "7.0.6",
|
|
31
31
|
"husky": "9.1.7",
|
|
32
|
-
"lint-staged": "
|
|
32
|
+
"lint-staged": "17.0.5",
|
|
33
33
|
"nodemon": "3.1.14",
|
|
34
|
-
"npm-run-
|
|
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": "
|
|
47
|
+
"gitHead": "3ace532ffd3c0e69e372a637234f0bcd9e9c06f3"
|
|
48
48
|
}
|