Skip to content

Commit 08f9fe6

Browse files
brettstackclaude
andcommitted
build(deps): upgrade semantic-release packages to latest majors
Upgrade semantic-release ecosystem to address npm audit vulnerabilities (brace-expansion, picomatch) in bundled npm dependency: - semantic-release: ^22.0.12 → ^25.0.3 - @semantic-release/npm: ^11.0.2 → ^13.1.5 - @semantic-release/github: ^9.2.5 → ^12.0.6 - @semantic-release/commit-analyzer: ^11.1.0 → ^13.0.1 - @semantic-release/release-notes-generator: ^12.1.0 → ^14.1.0 Also update CI release job from Node 20.x to 24.x as required by semantic-release v25. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5b2e683 commit 08f9fe6

File tree

3 files changed

+2961
-4117
lines changed

3 files changed

+2961
-4117
lines changed

.github/workflows/release-on-push-to-mainline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
- name: Checkout
5151
uses: actions/checkout@v4
5252

53-
- name: Use Node.js 20.x
53+
- name: Use Node.js 24.x
5454
uses: actions/setup-node@v4
5555
with:
56-
node-version: 20.x
56+
node-version: 24.x
5757
- name: Install
5858
run: npm ci
5959
- name: Release

0 commit comments

Comments
 (0)