Skip to content
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

Update patch updates on GRDB #99

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

ArielDemarco
Copy link
Collaborator

Overview

We are updating the dependency requirement for GRDB from a fixed version to .upToNextMinor, specifically allowing any patch within the 6.29.x range. This adjustment ensures greater flexibility and compatibility for our SDK when integrated into environments where other applications or SDKs might be using different patch versions of GRDB. By allowing patch updates, we allow users to adopt the latest bug fixes and performance improvements while minimizing dependency conflicts.

@ArielDemarco ArielDemarco requested a review from a team as a code owner October 16, 2024 22:50
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.94%. Comparing base (72a0884) to head (990d016).
Report is 13 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #99      +/-   ##
==========================================
- Coverage   91.95%   91.94%   -0.01%     
==========================================
  Files         408      408              
  Lines       26364    26447      +83     
==========================================
+ Hits        24243    24318      +75     
- Misses       2121     2129       +8     

see 7 files with indirect coverage changes

@ArielDemarco ArielDemarco merged commit 553dbc9 into main Oct 17, 2024
10 checks passed
@ArielDemarco ArielDemarco deleted the update-patch-updates-on-grdb branch October 17, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants