-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore: Upgrade Request Network dependencies to latest versions #337
Conversation
WalkthroughThis pull request updates the version numbers and dependency versions in four package.json files across different packages. Each package now points to newer versions of internal dependencies such as Changes
Assessment against linked issues
Possibly related PRs
Suggested reviewers
Tip 🌐 Web search-backed reviews and chat
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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: 0
🧹 Nitpick comments (1)
packages/single-invoice/package.json (1)
3-3
: Version Bump Update ApprovedThe package version has been successfully updated from "0.1.2" to "0.1.3." Please ensure that any accompanying changelog or release notes reflect this update for clarity.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
📒 Files selected for processing (4)
packages/create-invoice-form/package.json
(2 hunks)packages/invoice-dashboard/package.json
(2 hunks)packages/payment-widget/package.json
(2 hunks)packages/single-invoice/package.json
(2 hunks)
✅ Files skipped from review due to trivial changes (3)
- packages/create-invoice-form/package.json
- packages/payment-widget/package.json
- packages/invoice-dashboard/package.json
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build
🔇 Additional comments (1)
packages/single-invoice/package.json (1)
36-38
: Dependency Version Updates VerifiedThe updated dependency versions for
@requestnetwork/payment-detection
(0.53.0),@requestnetwork/payment-processor
(0.56.0), and@requestnetwork/request-client.js
(0.58.0) align with the PR objectives. Confirm that these new versions are fully compatible with this package and test for any integration issues.
Changes
Upgrade Request Network dependencies to latest versions which includes latest version of Lit SDK which the domain issue.
Fixes #327
Summary by CodeRabbit