fork-version 3.1.4 → 4.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 +17 -0
  2. package/package.json +23 -23
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Fork Version
2
2
 
3
+ ## [4.0.0](https://github.com/eglavin/fork-version/compare/v3.1.4...v4.0.0) (2026-03-04)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * bump minimum node version + dev & build node versions
9
+
10
+ ### Refactor
11
+
12
+ * bump @types/node ([54f3ccc](https://github.com/eglavin/fork-version/commit/54f3ccc9c42c705ab033b7823305339ce4099088))
13
+ * bump eslint ([7c8ebe6](https://github.com/eglavin/fork-version/commit/7c8ebe6ced4414520df7431497552d87dce3fa89))
14
+ * bump minimum node version + dev & build node versions ([5715ab0](https://github.com/eglavin/fork-version/commit/5715ab01bfc13b110bf8c06cc6aa164663000232))
15
+ * bump rimraf + tsup ([894d511](https://github.com/eglavin/fork-version/commit/894d5114228616935961fe06a28e5dd930ea32f1))
16
+ * bump runtime dependncies ([ac0e0d8](https://github.com/eglavin/fork-version/commit/ac0e0d814457437ed89b0d65a81d712f4b295849))
17
+ * bump vitest ([9726b50](https://github.com/eglavin/fork-version/commit/9726b509be4ac4a71cde91d103088ed2e19b918d))
18
+
19
+
3
20
  ## [3.1.4](https://github.com/eglavin/fork-version/compare/v3.1.3...v3.1.4) (2026-01-04)
4
21
 
5
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fork-version",
3
- "version": "3.1.4",
3
+ "version": "4.0.0",
4
4
  "license": "MIT",
5
5
  "description": "Fork-Version automates version control tasks such as determining, updating, and committing versions, files, and changelogs, simplifying the process when adhering to the conventional commit standard.",
6
6
  "keywords": [
@@ -28,9 +28,9 @@
28
28
  "name": "Eanna Glavin",
29
29
  "url": "https://eglavin.com"
30
30
  },
31
- "packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
31
+ "packageManager": "pnpm@10.30.3",
32
32
  "engines": {
33
- "node": ">=20.0.0",
33
+ "node": ">=22.0.0",
34
34
  "pnpm": ">=10.0.0"
35
35
  },
36
36
  "private": false,
@@ -87,35 +87,35 @@
87
87
  },
88
88
  "dependencies": {
89
89
  "bundle-require": "5.1.0",
90
- "cheerio": "1.1.2",
90
+ "cheerio": "1.2.0",
91
91
  "conventional-changelog": "5.1.0",
92
92
  "conventional-changelog-config-spec": "2.1.0",
93
93
  "conventional-changelog-conventionalcommits": "7.0.2",
94
- "esbuild": "0.25.10",
95
- "glob": "11.0.3",
94
+ "esbuild": "0.27.3",
95
+ "glob": "13.0.6",
96
96
  "joycon": "3.1.1",
97
97
  "jsonc-parser": "3.3.1",
98
- "meow": "14.0.0",
99
- "semver": "7.7.2",
100
- "yaml": "2.8.1",
101
- "zod": "4.1.11"
98
+ "meow": "14.1.0",
99
+ "semver": "7.7.4",
100
+ "yaml": "2.8.2",
101
+ "zod": "4.3.6"
102
102
  },
103
103
  "devDependencies": {
104
- "@eslint/js": "9.36.0",
104
+ "@eslint/js": "10.0.1",
105
105
  "@types/json-schema": "7.0.15",
106
- "@types/node": "20.19.0",
106
+ "@types/node": "24.11.0",
107
107
  "@types/semver": "7.7.1",
108
- "@vitest/coverage-v8": "3.2.4",
109
- "@vitest/ui": "3.2.4",
110
- "eslint": "9.36.0",
108
+ "@vitest/coverage-v8": "4.0.18",
109
+ "@vitest/ui": "4.0.18",
110
+ "eslint": "10.0.2",
111
111
  "eslint-config-prettier": "10.1.8",
112
- "eslint-plugin-prettier": "5.5.4",
113
- "globals": "16.4.0",
114
- "prettier": "3.6.2",
115
- "rimraf": "6.0.1",
116
- "tsup": "8.5.0",
117
- "typescript": "5.9.2",
118
- "typescript-eslint": "8.45.0",
119
- "vitest": "3.2.4"
112
+ "eslint-plugin-prettier": "5.5.5",
113
+ "globals": "17.4.0",
114
+ "prettier": "3.8.1",
115
+ "rimraf": "6.1.3",
116
+ "tsup": "8.5.1",
117
+ "typescript": "5.9.3",
118
+ "typescript-eslint": "8.56.1",
119
+ "vitest": "4.0.18"
120
120
  }
121
121
  }