sanger / traction-service

Ruby on Rails exposing a RESTful API for a Long Read LIMS
https://traction.psd.sanger.ac.uk
MIT License
4 stars 5 forks source link

Update shoulda-matchers 6.2.0 → 6.3.1 (minor) #1399

Closed depfu[bot] closed 4 weeks ago

depfu[bot] commented 1 month ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ shoulda-matchers (6.2.0 → 6.3.1) · Repo · Changelog

Release Notes

6.3.1

6.3.1 - 2024-08-13

What's Changed

Bug fixes

  • Ensure DefineEnumForMatcher#validating handles Hash enum values correctly by @mi-wada (#1646)

6.3.0

6.3.0 - 2024-08-09

What's Changed

Bug fixes

  • Fix uniqueness check for a polymorphic association with STI by @matsales28 (#1624)

Features

Improvements

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 18 commits:

↗️ concurrent-ruby (indirect, 1.3.3 → 1.3.4) · Repo · Changelog

Release Notes

1.3.4

What's Changed

  • Update comment for JRuby variant of processor_count to reality by @meineerde in #1054
  • Add Concurrent.cpu_requests that is cgroups aware. by @heka1024 in #1058
  • Fix the doc of Concurrent.available_processor_count by @y-yagi in #1059
  • Fix the return value of Concurrent.available_processor_count when cpu.cfs_quota_us is -1 by @y-yagi in #1060

New Contributors

Full Changelog: v1.3.3...v1.3.4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:

↗️ minitest (indirect, 5.24.1 → 5.25.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 21 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.89%. Comparing base (9d3c5b6) to head (fcda293). Report is 43 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1399 +/- ## ======================================== Coverage 97.89% 97.89% ======================================== Files 410 410 Lines 12938 12938 ======================================== Hits 12666 12666 Misses 272 272 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

depfu[bot] commented 4 weeks ago

Closed in favor of #1406.