chore: Update to latest vapor version - #101
Conversation
📝 WalkthroughWalkthroughVapor’s package dependency constraint is updated from ChangesVapor dependency update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
There was a problem hiding this comment.
Pull request overview
Updates the Swift Package Manager dependencies to pick up the latest Vapor 4.x release and refreshes the lockfile accordingly, keeping the project aligned with current Vapor ecosystem versions.
Changes:
- Bump
vapor/vapordependency requirement to4.122.0inPackage.swift. - Regenerate
Package.resolvedto reflect updated transitive dependency versions/revisions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Package.swift | Updates the Vapor dependency version requirement. |
| Package.resolved | Updates pinned revisions/versions for Vapor and related transitive dependencies. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| .package( | ||
| url: "https://github.com/vapor/vapor.git", | ||
| .upToNextMajor(from: "4.121.4") | ||
| .upToNextMajor(from: "4.122.0") | ||
|
|
||
| ), |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #101 +/- ##
==========================================
- Coverage 39.83% 39.63% -0.21%
==========================================
Files 11 11
Lines 989 989
==========================================
- Hits 394 392 -2
- Misses 595 597 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
No description provided.