fork-version 4.1.8 → 4.1.9

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 +9 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Fork Version
2
2
 
3
+ ## [4.1.9](https://github.com/eglavin/fork-version/compare/v4.1.8...v4.1.9) (2026-04-05)
4
+
5
+
6
+ ### Chore
7
+
8
+ * bump yaml and esbuild + dev depens ([8318472](https://github.com/eglavin/fork-version/commit/8318472108d209a3f19b12f2130c3eaa392486c1))
9
+ * downgrade typescript due to tsup compatibility issue ([4e245c0](https://github.com/eglavin/fork-version/commit/4e245c00a9316154aac33ef71e4517cb69aa9274))
10
+
11
+
3
12
  ## [4.1.8](https://github.com/eglavin/fork-version/compare/v4.1.7...v4.1.8) (2026-04-05)
4
13
 
5
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fork-version",
3
- "version": "4.1.8",
3
+ "version": "4.1.9",
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": [
@@ -91,12 +91,12 @@
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.27.3",
94
+ "esbuild": "0.28.0",
95
95
  "joycon": "3.1.1",
96
96
  "jsonc-parser": "3.3.1",
97
97
  "meow": "14.1.0",
98
98
  "semver": "7.7.4",
99
- "yaml": "2.8.2",
99
+ "yaml": "2.8.3",
100
100
  "zod": "4.3.6"
101
101
  },
102
102
  "devDependencies": {
@@ -104,9 +104,9 @@
104
104
  "@types/json-schema": "7.0.15",
105
105
  "@types/node": "24.11.0",
106
106
  "@types/semver": "7.7.1",
107
- "@vitest/coverage-v8": "4.0.18",
108
- "@vitest/ui": "4.0.18",
109
- "eslint": "10.0.2",
107
+ "@vitest/coverage-v8": "4.1.2",
108
+ "@vitest/ui": "4.1.2",
109
+ "eslint": "10.2.0",
110
110
  "eslint-config-prettier": "10.1.8",
111
111
  "eslint-plugin-prettier": "5.5.5",
112
112
  "globals": "17.4.0",
@@ -114,7 +114,7 @@
114
114
  "rimraf": "6.1.3",
115
115
  "tsup": "8.5.1",
116
116
  "typescript": "5.9.3",
117
- "typescript-eslint": "8.56.1",
118
- "vitest": "4.0.18"
117
+ "typescript-eslint": "8.58.0",
118
+ "vitest": "4.1.2"
119
119
  }
120
120
  }