Skip to content

Commit

Permalink
chore(deps): temporary override conventional-changelog-conventionalco…
Browse files Browse the repository at this point in the history
…mmits to v8

This fixes semantic-release/release-notes-generator#657 until @commitlint/config-conventional is updated, see conventional-changelog/commitlint#4063.
  • Loading branch information
jdbruijn committed Nov 4, 2024
1 parent 59441b7 commit 5893215
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "github-action-app-user",
"version": "1.0.12",
"description": "Get a GitHub App's email and username, from a GitHub Action",
"private": true,
"description": "Get a GitHub App's email and username, from a GitHub Action",
"homepage": "https://github.com/vidavidorra/github-action-app-user#readme",
"bugs": {
"url": "https://github.com/vidavidorra/github-action-app-user/issues"
Expand Down Expand Up @@ -185,6 +185,11 @@
"text-summary"
]
},
"dependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@ava/typescript": "5.0.0",
"@commitlint/cli": "19.5.0",
Expand All @@ -208,9 +213,7 @@
"engines": {
"node": ">=20"
},
"dependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"zod": "3.23.8"
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
}
}

0 comments on commit 5893215

Please sign in to comment.