Skip to content

Commit f3f157f

Browse files
chore: upgrade semantic-release packages (#2661)
### 🎯 Goal Release keeps failing and apart from [this issue](semantic-release/semantic-release#1612), which is the only thing I could find, there's nothing else. The setup hasn't changed in a while and neither did the `package.json#repository` field.
1 parent 03fad40 commit f3f157f

File tree

3 files changed

+1750
-1384
lines changed

3 files changed

+1750
-1384
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
node: [lts/*]
30+
node: [22]
3131
name: Test with Node ${{ matrix.node }}
3232
steps:
3333
- uses: actions/checkout@v3

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@
184184
"@eslint/js": "^9.16.0",
185185
"@ladle/react": "^0.16.0",
186186
"@playwright/test": "^1.42.1",
187-
"@semantic-release/changelog": "^6.0.2",
188-
"@semantic-release/exec": "^6.0.3",
187+
"@semantic-release/changelog": "^6.0.3",
188+
"@semantic-release/exec": "^7.0.3",
189189
"@semantic-release/git": "^10.0.1",
190190
"@stream-io/stream-chat-css": "^5.7.2",
191191
"@testing-library/dom": "^10.4.0",
@@ -215,7 +215,7 @@
215215
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
216216
"codecov": "^3.8.1",
217217
"concurrently": "^8.2.2",
218-
"conventional-changelog-conventionalcommits": "^7.0.2",
218+
"conventional-changelog-conventionalcommits": "^8.0.0",
219219
"core-js": "^3.6.5",
220220
"dotenv": "^8.6.0",
221221
"emoji-mart": "^5.5.2",
@@ -240,7 +240,7 @@
240240
"prettier": "^3.4.2",
241241
"react": "^19.0.0",
242242
"react-dom": "^19.0.0",
243-
"semantic-release": "^19.0.5",
243+
"semantic-release": "^24.2.3",
244244
"stream-chat": "^8.55.0",
245245
"ts-jest": "^29.2.5",
246246
"typescript": "^5.4.5",

0 commit comments

Comments
 (0)