Skip to content

Commit 5893215

Browse files
committed
chore(deps): temporary override conventional-changelog-conventionalcommits to v8
This fixes semantic-release/release-notes-generator#657 until @commitlint/config-conventional is updated, see conventional-changelog/commitlint#4063.
1 parent 59441b7 commit 5893215

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "github-action-app-user",
33
"version": "1.0.12",
4-
"description": "Get a GitHub App's email and username, from a GitHub Action",
54
"private": true,
5+
"description": "Get a GitHub App's email and username, from a GitHub Action",
66
"homepage": "https://github.com/vidavidorra/github-action-app-user#readme",
77
"bugs": {
88
"url": "https://github.com/vidavidorra/github-action-app-user/issues"
@@ -185,6 +185,11 @@
185185
"text-summary"
186186
]
187187
},
188+
"dependencies": {
189+
"@actions/core": "1.11.1",
190+
"@actions/github": "6.0.0",
191+
"zod": "3.23.8"
192+
},
188193
"devDependencies": {
189194
"@ava/typescript": "5.0.0",
190195
"@commitlint/cli": "19.5.0",
@@ -208,9 +213,7 @@
208213
"engines": {
209214
"node": ">=20"
210215
},
211-
"dependencies": {
212-
"@actions/core": "1.11.1",
213-
"@actions/github": "6.0.0",
214-
"zod": "3.23.8"
216+
"overrides": {
217+
"conventional-changelog-conventionalcommits": ">= 8.0.0"
215218
}
216219
}

0 commit comments

Comments
 (0)