Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps @semantic-release/npm from 13.0.0 to 13.1.1.

Release notes

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

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
  • trusted-publishing: handle failure to retrieve id-token in the context of github actions (b673257), closes #958
  • auth-error: update messaging for auth failure to be less token specific (e24967d)
  • auth: attempt a dry-run publish to determine auth status (841dc67)

Bug Fixes

  • trusted-publishing: uri encode the package name for the token exchange request (3dd95d0), closes #958
  • auth: throw appropriate error when auth context fails to enable publishing (f5c8d85)
  • auth: throw error if dry-run publish determines lack of auth (8f88e9d)
  • verify-auth: enable the publish dry-run to work for projects publishing from a sub-directory (e7d684c)

v13.1.0-beta.3

13.1.0-beta.3 (2025-10-18)

Features

  • trusted-publishing: refine the messages for related errors (316ce21), closes #958

v13.1.0-beta.2

13.1.0-beta.2 (2025-10-18)

Bug Fixes

  • verify-auth: enable the publish dry-run to work for projects publishing from a sub-directory (e7d684c)

v13.1.0-beta.1

13.1.0-beta.1 (2025-10-16)

Bug Fixes

... (truncated)

Commits
  • 05c19df Merge pull request #1019 from semantic-release/disable-dry-run
  • 30bd176 fix(publish-dry-run): temporarily remove the addition of dry-running the publ...
  • d321e46 Merge pull request #1017 from semantic-release/beta
  • 316ce21 feat(trusted-publishing): refine the messages for related errors
  • cf14bd9 docs(trusted-publishing): expand further around details for publishing in var...
  • e7d684c fix(verify-auth): enable the publish dry-run to work for projects publishing ...
  • 2d37cf7 chore(deps): update dependency got to v14.6.0 (#1018)
  • a160d8d Merge pull request #1015 from semantic-release/alpha
  • d351eca ci(node-versions): disable node v24 from the verification matrix for now
  • 38b0466 refactor: resolve prettier issues
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 13.0.0 to 13.1.1.
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](semantic-release/npm@v13.0.0...v13.1.1)

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

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 Oct 20, 2025
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
Copy link

🚀 Performance Benchmark Results

📦 class-transformer Compatibility

📊 Performance Comparison Summary


📋 Full class-transformer Benchmark Output
Comparison benchmark failed

✅ class-validator Compatibility

📋 Full class-validator Benchmark Output
Validation benchmark failed

🎯 Core Performance

⚡ Simple Mapping Benchmark
Simple benchmark not available (file not found)

🔧 Complex Transformations Benchmark
Complex benchmark not available (file not found)


💡 Note: These are absolute performance numbers from this PR.
Historical performance trends will be available after merging to main.

Benchmarked with Benchmark.js on Node.js 20 • View History

@github-actions
Copy link

✅ Code Coverage Check

Status: PASSED - Coverage Maintained

Coverage Comparison

Metric Main Branch This PR Change Status
Lines 95.08% 95.08% ➡️ 0.00%
Statements 95.08% 95.08% ➡️ 0.00%
Functions 90.64% 90.64% ➡️ 0.00%
Branches 77.58% 77.58% ➡️ 0.00%

✅ Great Job!\n\nCode coverage has been maintained or improved. This PR is ready for review.


Coverage protection is enabled. PRs that decrease coverage will be blocked from merging.

@github-actions
Copy link

✅ ESM Build Validation

Status: All ESM validation checks passed!

Test Matrix Results

Node.js Version Status
18 ✅ Passed
20 ✅ Passed
22 ✅ Passed

Validation Steps

  • ✅ ESM build artifacts generated
  • package.json type marker present
  • ✅ All imports have proper .js extensions
  • ✅ Runtime import tests passed
  • ✅ Functionality tests passed

What This Validates

The ESM validation suite ensures:

  1. Import Resolution: All relative imports have proper .js extensions for Node.js ESM compatibility
  2. Directory Imports: Directory imports correctly resolve to /index.js
  3. Package Structure: ESM build includes package.json with "type": "module"
  4. Runtime Compatibility: Package can be imported and used in Node.js 18, 20, and 22
  5. Export Completeness: All expected exports are accessible
  6. Functionality: Imported code executes correctly

The package is ready for ESM consumption!


This validation prevents issues like missing .js extensions, broken directory imports, and ERR_MODULE_NOT_FOUND errors.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2025

Dependabot attempted to update this pull request, but because the branch dependabot/npm_and_yarn/semantic-release/npm-13.1.1 is protected it was unable to do so.

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.

2 participants