-
Notifications
You must be signed in to change notification settings - Fork 3
Release 20251105 #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 20251105 #164
Conversation
WalkthroughThis PR bumps package versions and updates dependencies: packages/common-algorand 4.4.4 → 4.4.5 and packages/node 4.0.4 → 4.0.5. Corresponding CHANGELOG.md entries and comparison links were added/updated; Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
Comment |
Coverage reportCaution Test run failed
Test suite run failedFailed tests: 3/19. Failed suites: 2/4.Report generated by 🧪jest coverage report action from 411b40a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (4)
packages/common-algorand/CHANGELOG.md(2 hunks)packages/common-algorand/package.json(2 hunks)packages/node/CHANGELOG.md(2 hunks)packages/node/package.json(2 hunks)
🔇 Additional comments (4)
packages/common-algorand/CHANGELOG.md (1)
153-154: Reference links updated correctly.The version reference links follow the correct pattern and are properly updated for the new release.
packages/common-algorand/package.json (1)
3-3: Version and dependency updates are consistent.The package version matches the CHANGELOG entry (4.4.5), and the @subql/common dependency update (^5.8.0 → ^5.8.1) aligns with the changelog note to update this dependency.
Also applies to: 17-17
packages/node/package.json (1)
3-3: Version and dependency updates are consistent.The package version matches the CHANGELOG entry (4.0.5), and both dependencies are updated consistently:
- @subql/common: ^5.8.0 → ^5.8.1 (aligned with common-algorand package)
- @subql/node-core: ^18.5.0 → ^18.5.1 (aligns with changelog note)
All updates are patch-level and forward-compatible.
Also applies to: 27-27, 29-29
packages/node/CHANGELOG.md (1)
324-325: Reference links updated correctly.The version reference links follow the correct pattern and are properly updated for the new release.
Summary by CodeRabbit