Skip to content

Commit

Permalink
fix(semantic-release-preset): updated @semantic-release/commit-analyz…
Browse files Browse the repository at this point in the history
…er v13, @semantic-release/release-notes-generator v14 and conventional-changelog-conventionalcommits v8

BREAKING-CHANGE: Upgraded conventional-changelog-conventionalcommits v8, this can be only use with semantic-version 24
  • Loading branch information
prisis committed Jun 11, 2024
1 parent b8f86cf commit f0514bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions packages/semantic-release-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@
},
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.6",
"@semantic-release/release-notes-generator": "12.1.0",
"conventional-changelog-conventionalcommits": "7.0.2"
"@semantic-release/release-notes-generator": "14.0.0",
"conventional-changelog-conventionalcommits": "8.0.0"
},
"devDependencies": {
"@anolilab/eslint-config": "^15.0.3",
Expand All @@ -102,23 +102,23 @@
"@babel/core": "^7.24.7",
"@rushstack/eslint-plugin-security": "^0.8.1",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"conventional-changelog-conventionalcommits": "7.0.2",
"conventional-changelog-conventionalcommits": "8.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^9.4.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
"eslint-plugin-mdx": "^3.1.5",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"secretlint": "8.1.2",
"semantic-release": "^23.1.1",
"secretlint": "8.2.4",
"semantic-release": "^24.0.0",
"sort-package-json": "^2.10.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"@anolilab/semantic-release-pnpm": "1.1.2",
"@semantic-release/npm": "^11.0.2",
"semantic-release": "^20.0 || ^21.0 || >=22.0.3",
"semantic-release": "^24",
"semantic-release-yarn": "^3.0.2"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f0514bd

Please sign in to comment.