Skip to content

fix: revert @semantic-release/npm to v12 to restore npm publish auth - #22

Merged
andrea9293 merged 1 commit into
mainfrom
fix/revert-semantic-npm-v13
Jun 4, 2026
Merged

fix: revert @semantic-release/npm to v12 to restore npm publish auth#22
andrea9293 merged 1 commit into
mainfrom
fix/revert-semantic-npm-v13

Conversation

@andrea9293

Copy link
Copy Markdown
Owner

Problema

@semantic-release/npm@13 usa OIDC per auth, non configurato su npmjs.com.

Fix

  • Revert @semantic-release/npm da ^13.1.5 a ^12.0.1 (usava NPM_TOKEN)
  • 3 vuln dev-only reintrodotte (bundled npm) — non runtime

@semantic-release/npm@13 uses OIDC for npm authentication,
which is not configured for this package. v12 uses NPM_TOKEN
which works with the existing GitHub secret.

Also fixes 3 dev-only vulns in bundled npm were reintroduced,
but these are dev-only (inside @semantic-release/npm's bundled npm)
and do not affect runtime.
@andrea9293
andrea9293 merged commit f2b513d into main Jun 4, 2026
3 checks passed
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.13.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant