Skip to content

Commit d54b2d9

Browse files
committed
feat: updated all semantic-release packages to the newest version
BREAKING-CHANGE: updated semantic-release to v22 and conventional-changelog-conventionalcommits to v7 Signed-off-by: prisis <[email protected]>
1 parent a287003 commit d54b2d9

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.ncurc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"upgrade": true,
3-
"reject": ["read-pkg", "read-pkg-up", "find-up", "@types/node", "conventional-changelog-conventionalcommits"]
3+
"reject": ["read-pkg", "read-pkg-up", "find-up", "@types/node"]
44
}

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
},
8686
"dependencies": {
8787
"@babel/cli": "^7.22.15",
88-
"@babel/core": "^7.22.17",
89-
"@babel/preset-env": "^7.22.15",
88+
"@babel/core": "^7.22.20",
89+
"@babel/preset-env": "^7.22.20",
9090
"@commitlint/cli": "^17.7.1",
9191
"@commitlint/config-conventional": "^17.7.0",
9292
"@commitlint/core": "^17.7.1",
@@ -104,7 +104,7 @@
104104
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
105105
"c8": "^8.0.1",
106106
"commitizen": "^4.3.0",
107-
"conventional-changelog-conventionalcommits": "6.1.0",
107+
"conventional-changelog-conventionalcommits": "7.0.2",
108108
"cross-env": "^7.0.3",
109109
"cz-conventional-changelog": "^3.3.0",
110110
"eslint": "^8.49.0",
@@ -115,12 +115,12 @@
115115
"is-ci": "^3.0.1",
116116
"lint-staged": "^14.0.1",
117117
"nx": "16.8.1",
118-
"postcss": "^8.4.29",
118+
"postcss": "^8.4.30",
119119
"prettier": "^3.0.3",
120120
"read-pkg": "^8.0.0",
121121
"rimraf": "^5.0.1",
122122
"secretlint": "7.0.7",
123-
"semantic-release": "^21.1.1",
123+
"semantic-release": "^22.0.0",
124124
"sort-package-json": "^2.5.1",
125125
"stylelint": "^15.10.3",
126126
"textlint": "^13.3.3",
@@ -164,7 +164,7 @@
164164
"cosmiconfig-typescript-loader": "^4.3.0",
165165
"semantic-release": "^21.0.2",
166166
"esbuild": "^0.18.10",
167-
"conventional-changelog-conventionalcommits": "6.1.0"
167+
"conventional-changelog-conventionalcommits": "7.0.2"
168168
}
169169
}
170170
}

packages/semantic-release-preset/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@
7272
"dependencies": {
7373
"@anolilab/package-json-utils": "3.0.5",
7474
"@semantic-release/changelog": "^6.0.3",
75-
"@semantic-release/commit-analyzer": "^10.0.4",
75+
"@semantic-release/commit-analyzer": "^11.0.0",
7676
"@semantic-release/exec": "^6.0.3",
7777
"@semantic-release/git": "^10.0.1",
78-
"@semantic-release/github": "^9.0.5",
79-
"@semantic-release/npm": "^10.0.5",
80-
"@semantic-release/release-notes-generator": "^11.0.7",
81-
"conventional-changelog-conventionalcommits": "6.1.0"
78+
"@semantic-release/github": "^9.0.6",
79+
"@semantic-release/npm": "^11.0.0",
80+
"@semantic-release/release-notes-generator": "^12.0.0",
81+
"conventional-changelog-conventionalcommits": "7.0.2"
8282
},
8383
"devDependencies": {
8484
"rimraf": "^5.0.1",
85-
"semantic-release": "^21.1.1",
85+
"semantic-release": "^22.0.0",
8686
"tsup": "^7.2.0",
8787
"vitest": "^0.34.4"
8888
},

0 commit comments

Comments
 (0)