refactor: Upgrade semantic-release from 19.0.3 to 25.0.3#419
Conversation
…release v25 compatibility
|
I will reformat the title to use the proper commit message syntax. |
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. Tip
Note Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect. Caution Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 13 minutes and 2 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Replaces #415
Summary
Upgrades
semantic-releasefrom 19.0.3 to 25.0.3 (major version bump). This is a replacement PR for the Dependabot PR because upgrading to semantic-release v25 also requires updating the Node.js version in the release workflow.Changes
semantic-releasefrom19.0.3to25.0.3@tootallnate/once20to22(semantic-release v25 requires Node.js^22.14.0 || >= 24.10.0)Compatibility
@semantic-release/commit-analyzer@9,@semantic-release/release-notes-generator@10,@semantic-release/changelog@6,@semantic-release/exec@6,@semantic-release/git@10,@droidsolutions-oss/semantic-release-nuget@1.4.1,@droidsolutions-oss/semantic-release-update-file@1.4.0) declaresemantic-release >= 18.0.0as peer dependency, so they are compatible with v25release.config.jsuses CommonJS syntax (require(),module.exports), which remains compatible since the repo'spackage.jsondoes not set"type": "module"Node.js version progression across semantic-release majors
Note on CI
The
.NET 8.0and.NET 9.0test failures are pre-existing on master (SSL/HTTP infrastructure issues unrelated to this change).