Skip to content

Commit 0c8b645

Browse files
committed
chore: Updated deps
BREAKING CHANGE: Updated `conventional-changelog` to v4 and `conventional-recommended-bump` to v7
1 parent 77a8952 commit 0c8b645

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.ncurc.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"upgrade": true,
3+
"interactive": true,
4+
"root": true,
5+
"packageManager": "yarn",
6+
"format": ["group", "repo"]
7+
}

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"@actions/core": "^1.10.0",
2929
"@actions/exec": "^1.1.1",
3030
"@iarna/toml": "^2.2.5",
31-
"conventional-changelog": "^3.1.25",
32-
"conventional-recommended-bump": "^6.1.0",
33-
"git-semver-tags": "4.1.1",
31+
"conventional-changelog": "^4.0.0",
32+
"conventional-recommended-bump": "^7.0.1",
33+
"git-semver-tags": "5.0.1",
3434
"object-path": "^0.11.8",
35-
"semver": "^7.3.7",
36-
"yaml": "^1.10.2"
35+
"semver": "^7.5.4",
36+
"yaml": "^2.3.1"
3737
}
3838
}

0 commit comments

Comments
 (0)