fix: upgrade package#108
Conversation
WalkthroughBumped five TrustVC W3C dependency versions in package.json to newer alpha releases. No other files changed. No code edits or public API signature changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
package.json (1)
124-128: Consider pinning or aligning alpha versions to reduce churn.Caret with alpha can pull newer alphas unexpectedly. If stability matters, pin exact versions or align all to a single alpha across this suite.
Apply to pin exact versions:
- "@trustvc/w3c": "^1.3.0-alpha.9", - "@trustvc/w3c-context": "^1.3.0-alpha.8", - "@trustvc/w3c-credential-status": "^1.3.0-alpha.8", - "@trustvc/w3c-issuer": "^1.3.0-alpha.6", - "@trustvc/w3c-vc": "^1.3.0-alpha.9", + "@trustvc/w3c": "1.3.0-alpha.9", + "@trustvc/w3c-context": "1.3.0-alpha.8", + "@trustvc/w3c-credential-status": "1.3.0-alpha.8", + "@trustvc/w3c-issuer": "1.3.0-alpha.6", + "@trustvc/w3c-vc": "1.3.0-alpha.9",
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (1)
package.json(1 hunks)
🔇 Additional comments (2)
package.json (2)
124-128: LGTM on the version bumps.Changes are scoped to dependency versions only; no exports or build settings touched. Merge is fine once CI is green and lockfile updated.
124-128: All alpha bumps checked—no peer conflicts and tests are greenI inspected each bumped pre-release:
- Only @trustvc/w3c-vc@1.3.0-alpha.9 declares a peerDependency (
jsonld:^6.0.0), which is already satisfied in the project.- The other four packages ship without peerDependencies.
After a clean install, there were no unmet peer or engine warnings, and type-checking, unit, and end-to-end tests all passed successfully.
No further action needed before merging.
## [2.0.3](v2.0.2...v2.0.3) (2025-08-27) ### Bug Fixes * upgrade package ([#108](#108)) ([68f5831](68f5831))
|
🎉 This PR is included in version 2.0.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |



Summary by CodeRabbit