@versini/dev-dependencies-server 8.0.37 → 9.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 +25 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.0.1](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-server-v9.0.0...dev-dependencies-server-v9.0.1) (2026-05-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump non-breaking dependencies to latest ([#816](https://github.com/versini-org/dev-dependencies/issues/816)) ([7e46f49](https://github.com/versini-org/dev-dependencies/commit/7e46f49175b9372f7d115defd3171ee89a3dc8b8))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @versini/dev-dependencies-common bumped to 9.2.14
16
+
17
+ ## [9.0.0](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-server-v8.0.37...dev-dependencies-server-v9.0.0) (2026-05-21)
18
+
19
+
20
+ ### ⚠ BREAKING CHANGES
21
+
22
+ * bump lint-staged from v16 to v17 ([#807](https://github.com/versini-org/dev-dependencies/issues/807))
23
+
24
+ ### Features
25
+
26
+ * 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))
27
+
3
28
  ## [8.0.37](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-server-v8.0.36...dev-dependencies-server-v8.0.37) (2026-05-21)
4
29
 
5
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-server",
3
- "version": "8.0.37",
3
+ "version": "9.0.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -13,19 +13,19 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@swc/cli": "0.8.1",
16
- "@swc/core": "1.15.33",
17
- "@swc/helpers": "0.5.21",
16
+ "@swc/core": "1.15.40",
17
+ "@swc/helpers": "0.5.23",
18
18
  "@versini/dev-dependencies-common": "../common",
19
19
  "barrelsby": "2.8.1",
20
20
  "cross-env": "10.1.0",
21
21
  "husky": "9.1.7",
22
- "lint-staged": "16.4.0",
22
+ "lint-staged": "17.0.5",
23
23
  "nodemon": "3.1.14",
24
- "npm-run-all2": "9.0.0",
24
+ "npm-run-all2": "9.0.1",
25
25
  "prettier": "3.8.3",
26
26
  "rimraf": "6.1.3",
27
27
  "tsup": "8.5.1",
28
28
  "tsx": "4.22.3"
29
29
  },
30
- "gitHead": "0e0f65cb48211c10132bd5f4abecc79f95ced733"
30
+ "gitHead": "5b9ecb48c3b3b921a191e98013e97d893e503201"
31
31
  }