fix: Configure npm provenance for ducpdf and ducsvg releases and upda…#161
Conversation
…te bun dependencies.
There was a problem hiding this comment.
Pull request overview
This PR configures npm provenance for ducpdf, ducsvg, and ducjs package releases to enable OIDC-based package signing and updates the semantic-release npm plugin dependency to support this feature.
- Adds explicit
npmPublish: trueandprovenance: trueconfiguration to@semantic-release/npmplugin for three packages - Updates
@semantic-release/npmfrom version 12.0.2 to 13.1.3 to support provenance feature - Updates bun.lock with corresponding dependency changes
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/ducsvg/release.config.cjs | Added npmPublish and provenance configuration to @semantic-release/npm plugin |
| packages/ducpdf/release.config.cjs | Added npmPublish and provenance configuration to @semantic-release/npm plugin |
| packages/ducjs/release.config.cjs | Added npmPublish and provenance configuration to @semantic-release/npm plugin |
| package.json | Updated @semantic-release/npm dependency from 12.0.2 to 13.1.3 |
| bun.lock | Updated lockfile with new @semantic-release/npm version and transitive dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🎉 This PR is included in version 2.2.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 3.1.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 3.1.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.3.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.1.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
fix: Configure npm provenance for ducpdf and ducsvg releases and upda…
fix: Configure npm provenance for ducpdf and ducsvg releases and upda…
…te bun dependencies.