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 3ad90c5
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 69 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,44 +27,43 @@
"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",
"@eslint/js": "^9.11.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",
"@semantic-release/github": "^10.3.5",
"@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",
"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 Down
91 changes: 32 additions & 59 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ __metadata:
languageName: node
linkType: hard

"@actions/core@npm:^1.10.0, @actions/core@npm:^1.2.5":
"@actions/core@npm:^1.10.0, @actions/core@npm:^1.10.1":
version: 1.10.1
resolution: "@actions/core@npm:1.10.1"
dependencies:
Expand All @@ -37,7 +37,7 @@ __metadata:
languageName: node
linkType: hard

"@actions/exec@npm:^1.0.4":
"@actions/exec@npm:^1.1.1":
version: 1.1.1
resolution: "@actions/exec@npm:1.1.1"
dependencies:
Expand Down Expand Up @@ -892,10 +892,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.10.0, @eslint/js@npm:^9.10.0":
version: 9.10.0
resolution: "@eslint/js@npm:9.10.0"
checksum: 10c0/2ac45a002dc1ccf25be46ea61001ada8d77248d1313ab4e53f3735e5ae00738a757874e41f62ad6fbd49df7dffeece66e5f53ff0d7b78a99ce4c68e8fea66753
"@eslint/js@npm:9.11.0, @eslint/js@npm:^9.11.0":
version: 9.11.0
resolution: "@eslint/js@npm:9.11.0"
checksum: 10c0/7403aeba28ba9cae3470d149b334a51375eb7fd850f167555c81cc72fe98e5cc5ac3059ccdbe68eb255a49d7498a7288d25429af0c7d20afeb4b3c0748349bb4
languageName: node
linkType: hard

Expand All @@ -906,12 +906,12 @@ __metadata:
languageName: node
linkType: hard

"@eslint/plugin-kit@npm:^0.1.0":
version: 0.1.0
resolution: "@eslint/plugin-kit@npm:0.1.0"
"@eslint/plugin-kit@npm:^0.2.0":
version: 0.2.0
resolution: "@eslint/plugin-kit@npm:0.2.0"
dependencies:
levn: "npm:^0.4.1"
checksum: 10c0/fae97cd4efc1c32501c286abba1b5409848ce8c989e1ca6a5bb057a304a2cd721e6e957f6bc35ce95cfd0871e822ed42df3c759fecdad72c30e70802e26f83c7
checksum: 10c0/00b92bc52ad09b0e2bbbb30591c02a895f0bec3376759562590e8a57a13d096b22f8c8773b6bf791a7cf2ea614123b3d592fd006c51ac5fd0edbb90ea6d8760c
languageName: node
linkType: hard

Expand Down Expand Up @@ -2012,7 +2012,7 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/github@npm:^10.0.0":
"@semantic-release/github@npm:^10.0.0, @semantic-release/github@npm:^10.3.5":
version: 10.3.5
resolution: "@semantic-release/github@npm:10.3.5"
dependencies:
Expand All @@ -2038,32 +2038,6 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/github@npm:^10.3.4":
version: 10.3.4
resolution: "@semantic-release/github@npm:10.3.4"
dependencies:
"@octokit/core": "npm:^6.0.0"
"@octokit/plugin-paginate-rest": "npm:^11.0.0"
"@octokit/plugin-retry": "npm:^7.0.0"
"@octokit/plugin-throttling": "npm:^9.0.0"
"@semantic-release/error": "npm:^4.0.0"
aggregate-error: "npm:^5.0.0"
debug: "npm:^4.3.4"
dir-glob: "npm:^3.0.1"
globby: "npm:^14.0.0"
http-proxy-agent: "npm:^7.0.0"
https-proxy-agent: "npm:^7.0.0"
issue-parser: "npm:^7.0.0"
lodash-es: "npm:^4.17.21"
mime: "npm:^4.0.0"
p-filter: "npm:^4.0.0"
url-join: "npm:^5.0.0"
peerDependencies:
semantic-release: ">=20.1.0"
checksum: 10c0/5863d8a34d0f0d2840d2fb9c8d220e3f53e007dfc19482e1aa0593cf97da117d59ffb11cd250cf4aba3fd584516f5c66e3e617036653e3a98329b8b0e00d2e05
languageName: node
linkType: hard

"@semantic-release/npm@npm:^12.0.0":
version: 12.0.1
resolution: "@semantic-release/npm@npm:12.0.1"
Expand All @@ -2087,7 +2061,7 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/release-notes-generator@npm:^14.0.0-beta.1, @semantic-release/release-notes-generator@npm:^14.0.1":
"@semantic-release/release-notes-generator@npm:^14.0.0-beta.1":
version: 14.0.1
resolution: "@semantic-release/release-notes-generator@npm:14.0.1"
dependencies:
Expand Down Expand Up @@ -3518,7 +3492,7 @@ __metadata:
languageName: node
linkType: hard

"commitizen@npm:^4.0.3, commitizen@npm:^4.2.1":
"commitizen@npm:^4.0.3, commitizen@npm:^4.3.0":
version: 4.3.0
resolution: "commitizen@npm:4.3.0"
dependencies:
Expand Down Expand Up @@ -3691,42 +3665,41 @@ __metadata:
resolution: "copybara-action@workspace:."
dependencies:
"@actions/artifact": "npm:^2.1.9"
"@actions/core": "npm:^1.2.5"
"@actions/exec": "npm:^1.0.4"
"@actions/core": "npm:^1.10.1"
"@actions/exec": "npm:^1.1.1"
"@actions/github": "npm:^6.0.0"
"@commitlint/cli": "npm:^19.5.0"
"@commitlint/config-conventional": "npm:^19.5.0"
"@eslint/js": "npm:^9.10.0"
"@eslint/js": "npm:^9.11.0"
"@semantic-release/changelog": "npm:^6.0.3"
"@semantic-release/commit-analyzer": "npm:^13.0.0"
"@semantic-release/exec": "npm:^6.0.3"
"@semantic-release/git": "npm:^10.0.1"
"@semantic-release/github": "npm:^10.3.4"
"@semantic-release/release-notes-generator": "npm:^14.0.1"
"@semantic-release/github": "npm:^10.3.5"
"@types/eslint__js": "npm:^8.42.3"
"@types/fs-extra": "npm:^11.0.4"
"@types/jest": "npm:^29.5.13"
"@types/node": "npm:^22.5.5"
"@typescript-eslint/parser": "npm:^8.6.0"
"@vercel/ncc": "npm:^0.38.1"
commitizen: "npm:^4.2.1"
commitizen: "npm:^4.3.0"
cz-customizable: "npm:^7.2.1"
eslint: "npm:^9.10.0"
eslint: "npm:^9.11.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-jest: "npm:^28.8.3"
eslint-plugin-n: "npm:^17.10.3"
fs-extra: "npm:^11.2.0"
husky: "npm:^9.0.0"
husky: "npm:^9.1.6"
jest: "npm:^29.7.0"
jest-circus: "npm:^29.7.0"
js-yaml: "npm:^4.1.0"
lint-staged: "npm:>=10"
lint-staged: "npm:^15.2.10"
prettier: "npm:3.3.3"
semantic-release: "npm:^24.1.1"
tablemark: "npm:^3.1.0"
ts-jest: "npm:^29.2.5"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.6.0"
typescript: "npm:^5.6.2"
typescript-eslint: "npm:^8.6.0"
yaml: "npm:^2.5.1"
languageName: unknown
Expand Down Expand Up @@ -4295,16 +4268,16 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.10.0":
version: 9.10.0
resolution: "eslint@npm:9.10.0"
"eslint@npm:^9.11.0":
version: 9.11.0
resolution: "eslint@npm:9.11.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.11.0"
"@eslint/config-array": "npm:^0.18.0"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:9.10.0"
"@eslint/plugin-kit": "npm:^0.1.0"
"@eslint/js": "npm:9.11.0"
"@eslint/plugin-kit": "npm:^0.2.0"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.3.0"
"@nodelib/fs.walk": "npm:^1.2.8"
Expand Down Expand Up @@ -4340,7 +4313,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c0/7357f3995b15043eea83c8c0ab16c385ce3f28925c1b11cfcd6b2ede8faab3d91ede84a68173dd5f6e3e176e177984e6218de58b7b8388e53e2881f1ec07c836
checksum: 10c0/3438a78172bc667dc87bc4ad864671bd93231c82c9d366899ea3a77fc3444c8cdd158e7fe3ca1cfe4cb566045b1b36c0ccae9fc20efeb4b187f1a534075a1177
languageName: node
linkType: hard

Expand Down Expand Up @@ -5246,7 +5219,7 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^9.0.0":
"husky@npm:^9.1.6":
version: 9.1.6
resolution: "husky@npm:9.1.6"
bin:
Expand Down Expand Up @@ -6594,7 +6567,7 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:>=10":
"lint-staged@npm:^15.2.10":
version: 15.2.10
resolution: "lint-staged@npm:15.2.10"
dependencies:
Expand Down Expand Up @@ -9583,7 +9556,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.6.0":
"typescript@npm:^5.6.2":
version: 5.6.2
resolution: "typescript@npm:5.6.2"
bin:
Expand All @@ -9603,7 +9576,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.6.0#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>":
version: 5.6.2
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=8c6c40"
bin:
Expand Down

0 comments on commit 3ad90c5

Please sign in to comment.