Skip to content

Commit

Permalink
Chore: Fix semantic release changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
politician committed Sep 20, 2024
1 parent a70cd50 commit dcfa944
Show file tree
Hide file tree
Showing 3 changed files with 1,703 additions and 1,402 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
37 changes: 20 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,44 +27,44 @@
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.9",
"@actions/core": "^1.2.5",
"@actions/exec": "^1.0.4",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.10.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.3.4",
"@semantic-release/release-notes-generator": "^14.0.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@eslint/js": "^9.11.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.1",
"@semantic-release/release-notes-generator": "^9.0.1",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@typescript-eslint/parser": "^8.6.0",
"@vercel/ncc": "^0.38.1",
"commitizen": "^4.2.1",
"commitizen": "^4.3.0",
"cz-customizable": "^7.2.1",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-n": "^17.10.3",
"husky": "^9.0.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"js-yaml": "^4.1.0",
"lint-staged": ">=10",
"lint-staged": "^15.2.10",
"prettier": "3.3.3",
"semantic-release": "^24.1.1",
"semantic-release": "17",
"tablemark": "^3.1.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"yaml": "^2.5.1"
},
Expand All @@ -73,6 +73,9 @@
"path": "cz-customizable"
}
},
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
},
"lint-staged": {
"src/**/*.ts": "eslint --cache --fix"
},
Expand Down
Loading

0 comments on commit dcfa944

Please sign in to comment.