Skip to content

devdeps: bump @semantic-release/npm from 12.0.2 to 13.1.5#2029

Merged
recurser merged 6 commits intomainfrom
dependabot/npm_and_yarn/semantic-release/npm-13.1.5
Apr 11, 2026
Merged

devdeps: bump @semantic-release/npm from 12.0.2 to 13.1.5#2029
recurser merged 6 commits intomainfrom
dependabot/npm_and_yarn/semantic-release/npm-13.1.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

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](https://www.npmjs.com/~GitHub Actions), a new releaser for @​semantic-release/npm since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 10, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
string-is Ready Ready Preview, Comment Apr 10, 2026 9:18pm

@dependabot dependabot bot requested a review from recurser as a code owner April 10, 2026 20:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 10, 2026
…lity

The new @semantic-release/npm@13.1.5 requires Node.js ^22.14.0 || >= 24.10.0.
Updated all GitHub Actions workflows to use Node.js 24 to satisfy this
requirement and ensure CI passes.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
next-translate v3 requires Next.js 13+ and is incompatible with the
project's Next.js 12.3.1, causing Vercel deployment failures.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.19%. Comparing base (0eea53c) to head (0bc7d5a).
⚠️ Report is 18 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2029   +/-   ##
=======================================
  Coverage   83.19%   83.19%           
=======================================
  Files         197      197           
  Lines        1988     1988           
  Branches      467      467           
=======================================
  Hits         1654     1654           
  Misses        326      326           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

recurser and others added 2 commits April 11, 2026 06:04
…-13.1.5

Bring branch up to date with main (8 commits behind).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@semantic-release/npm@13.1.5 requires node ^22.14.0 || >= 24.10.0,
which can cause yarn install to fail on environments with older
Node.js patch versions. Since this is a release-only devDependency,
ignoring engine checks during install is safe and prevents build
failures on Vercel and other platforms.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Resolved merge conflicts keeping next-translate and next-translate-plugin
at v2 for Next.js 12 compatibility, while accepting independent dependency
bumps (diff, fast-xml-parser, prettier) from main.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@recurser recurser merged commit 81b2e4c into main Apr 11, 2026
7 checks passed
@recurser recurser deleted the dependabot/npm_and_yarn/semantic-release/npm-13.1.5 branch April 11, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant