chore: upgrade semantic-release to 25.0.8#136
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014wdZXNMqZsAd8LVvQk2E6w
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The update
semantic-release^25.0.3→^25.0.8— patch (within the existing caret range; constraint respected).This was selected as the most-behind patch update. It also carries security-hardening fixes that don't appear in the npm advisory DB but are worth landing:
Changelog highlights (25.0.4 → 25.0.8):
repositoryUrlinpackage.jsonOnly
semantic-releaseitself moved in the lockfile — its transitive deps were already at compatible versions.Gates
Baseline on a clean
maincheckout is fully green, and stays green with the update applied (run locally on Node 22; CI runs Node 25):npm run check(biome) ✅npm run build(tsc + vite) ✅npm run test:ci(vitest, 128 tests) ✅No new failures.
Pending queue (other outdated dependencies)
None are security-motivated per
npm audit(see below). Ordered minor → patch:Minor
@biomejs/biome@tanstack/react-query@tanstack/react-query-persist-clientlint-stagedterserPatch
@types/node@types/react@vitejs/plugin-reactreactreact-domvitevite-plugin-dtsDeferred majors (need a human to schedule)
typescript@types/nodeNeeds manual attention (security advisories not fixable via a single clean top-level update)
npm auditreports 8 advisories (2 high, 5 moderate, 1 low), all in devDependency transitive chains — none ship in the publisheddist:undicijsdom@29.1.1(latest) +semantic-releasejsdomis already at its latest version; no top-level bump resolves the bundledundici@7.25.0.sigstoresemantic-release → @semantic-release/npm → npm@11.15.0npm; bumpingsemantic-releaseto 25.0.8 does not change the resolvednpm/sigstoreversion.@sigstore/core,@sigstore/verify,tar,npmnpmchainjs-yamlsemantic-release → cosmiconfig → js-yaml@4.1.1@babel/core@rolldown/plugin-babel@0.2.3(latest)@babel/core@7.29.0.These would require nested
npm audit fixoverrides touching many dev-only transitive packages at once, which is outside the one-clean-update-per-PR scope. They are dev/CI-tooling only and do not affect consumers of the library. Left for a human to decide whether to add targetedoverrides.🤖 Generated with Claude Code
Generated by Claude Code