Skip to content

build(deps-dev): bump @semantic-release/npm from 12.0.2 to 13.1.5 - #22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/semantic-release/npm-13.1.5
Open

build(deps-dev): bump @semantic-release/npm from 12.0.2 to 13.1.5#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/semantic-release/npm-13.1.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps @semantic-release/npm from 12.0.2 to 13.1.5.

Release notes

Sourced from @​semantic-release/npm's releases.

v13.1.5

13.1.5 (2026-03-01)

Bug Fixes

  • deps: update dependency normalize-url to v9 (#1095) (daec492)

v13.1.4

13.1.4 (2026-02-06)

Bug Fixes

  • deps: update dependency @​actions/core to v3 (#1085) (17abfe1)

v13.1.3

13.1.3 (2025-12-12)

Bug Fixes

  • deps: update dependency @​actions/core to v2 (#1055) (fa4a3ab)

v13.1.2

13.1.2 (2025-11-14)

Bug Fixes

v13.1.1

13.1.1 (2025-10-19)

Bug Fixes

  • publish-dry-run: temporarily remove the addition of dry-running the publish step (30bd176)

v13.1.0

13.1.0 (2025-10-19)

Features

  • trusted-publishing: verify auth, considering OIDC vs tokens from various registries (e3319f1), closes #958
  • trusted-publishing: refine the messages for related errors (316ce21), closes #958
  • trusted-publishing: make request to verify if OIDC token exchange can succeed (c80ecb0), closes #958
  • trusted-publishing: pass id-token as bearer header for github actions (d83b727), closes #958
  • trusted-publishing: pass id-token as bearer header for gitlab pipelines (6d1c3cf), closes #958

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​semantic-release/npm since your current version.


@dependabot dependabot Bot added dependencies Dependency updates (Dependabot) javascript Pull requests that update javascript code labels Jul 8, 2026
@dependabot
dependabot Bot requested a review from murdore as a code owner July 8, 2026 16:54
@dependabot dependabot Bot added dependencies Dependency updates (Dependabot) javascript Pull requests that update javascript code labels Jul 8, 2026
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Single Commit Policy — COMPLIANT

Status: 1 commit | Valid format | No merge commits | Ready for merge

Commit details
  • Hash: ecb1a874ee5907a34e67b5e78155cfe72db027eb
  • Message: build(deps-dev): bump @semantic-release/npm from 12.0.2 to 13.1.5
  • Author: dependabot[bot]

Automated validation — dopamine single-commit enforcement

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/semantic-release/npm-13.1.5 branch from 3b5a656 to 00d7cca Compare July 11, 2026 07:14
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/semantic-release/npm-13.1.5 branch 3 times, most recently from 02cb59f to 7497f73 Compare July 19, 2026 08:53
Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 12.0.2 to 13.1.5.
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](semantic-release/npm@v12.0.2...v13.1.5)

---
updated-dependencies:
- dependency-name: "@semantic-release/npm"
  dependency-version: 13.1.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/semantic-release/npm-13.1.5 branch from 7497f73 to ecb1a87 Compare July 29, 2026 18:58
@murdore

murdore commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Reviewed at head ecb1a874 (package.json:87 "@semantic-release/npm": "^13.1.5", bumped from ^12.0.2 — a semver-major jump).

This repo has a track record of routine-looking dependency major bumps breaking things CI doesn't catch (Express 4→5 in #21, the yama-action v3 config-shape break in #45), so I checked what actually changed in v13 rather than trusting the changelog summary. The headline breaking change is new OIDC/"trusted publishing" auth verification (verifyNpmAuth) added into verifyConditions/prepare/publish — but it's gated behind pluginConfig.npmPublish !== false && pkg.private !== true (verified against the v13.1.5 source). This repo's .releaserc.json sets ["@semantic-release/npm", { "npmPublish": false }] and package.json has "private": true — either guard alone would already skip the new auth path, and both are set here, so it's never invoked. release.yml also never configures an NPM_TOKEN, consistent with that.

CI already exercises this end-to-end and is green: Build & Test, TypeScript Strict Check, and the repo's own "Validate semantic-release config" check all pass on this commit.

No blockers from me — approvable. Side note: mergeStateStatus currently shows BEHIND base main; a rebase-merge will pick that up automatically per the repo's single-commit workflow, no action needed beyond that.

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

Labels

dependencies Dependency updates (Dependabot) javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant