isleofruby / isleofruby-activities

organise activities around your conference
Other
1 stars 1 forks source link

Update simplecov 0.16.1 → 0.22.0 (major) #310

Closed depfu[bot] closed 1 year ago

depfu[bot] commented 1 year 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?

✳️ simplecov (0.16.1 → 0.22.0) · Repo · Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ docile (indirect, 1.3.0 → 1.4.0) · Repo · Changelog

Release Notes

1.4.0 (from changelog)

  • Special thanks to Matt Schreiber (@tomeon):
    • Short-circuit to calling #instance_exec directly on the DSL object (prior to constructing a proxy object) when the DSL object and block context object are identical (Sorry it took over a year to review and merge this!)
  • Renamed default branch from master to main, see: https://github.com/github/renaming
  • Temporarily removed YARD doc configuration, to replace after migration to Github Actions
  • Removed support for all EOL Rubies < 2.6
  • Migrated CI from Travis to Github Actions
  • Special thanks (again!) to Taichi Ishitani (@taichi-ishitani):
    • Use more reliable codecov github action (via simplecov-cobertura) rather than less reliable codecov gem
    • Enable bundle caching in github action setup-ruby
  • Added Rubocop, and configured it to run in CI
  • Added Dependabot, and configured it to run daily
  • Added SECURITY.md for vulnerability reporting policy

1.3.5 (from changelog)

  • Special thanks to Jochen Seeber (@jochenseeber):
    • Fix remaining delegation on Ruby 2.7 (PR #62)
  • Remove support for Ruby 1.8.7 and REE, because they are no longer runnable on Travis CI
  • Announce that continued support for any EOL Ruby versions (that is, versions prior to Ruby 2.5 as of Jan 13 2021) will be decided on Feb 1, 2021 based on comments to issue #58

1.3.4 (from changelog)

  • Special thanks to Benoit Daloze (@eregon):
    • Fix delegation on Ruby 2.7 (issues #45 and #44, PR #52)

1.3.3 (from changelog)

  • Special thanks (again!) to Taichi Ishitani (@taichi-ishitani):
    • Fix keyword arg warnings on Ruby 2.7 (issue #44, PR #45)
    • Filter Docile's source files from backtrace (issue #35, PR #36)

1.3.2 (from changelog)

  • Special thanks (again!) to Taichi Ishitani (@taichi-ishitani):
    • Fix for DSL object is replaced when #dsl_eval is nested (#33, PR #34)

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

Commits

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

↗️ simplecov-html (indirect, 0.10.2 → 0.12.3) · Repo · Changelog

Release Notes

0.12.3

Bugfixes

  • Relax ruby version requirement to work with Ruby 3.0 (next version, current ruby-head). Thanks @byroot.

0.12.2

Bugfixes

  • Refreshing the page while a source file is open works again. Thanks @HansBug for the report #94 and @Tietew for the fix!

0.12.1

Bugfix release to fix huge bugs that sadly test suit and maintainters didn't catch.

Bugfixes

  • Disable pagination and with it all files on 2nd page+ being broken/not able to open
  • Fix display of non ASCII characters, for this you have to upgrade to simplecov 0.18.3 though (it's handled in there)

0.12.0

This release is basically a collection of long standing PRs finally merged.
Yes it looks different, no it's not a redesign - just a side effect of lots of dependency updates to improve CSP compatibility.

Enhancements

  • The HTML should now be servable with CSP settings of default-src 'none'; script-src 'self'; img-src 'self'; style-src 'self';
  • File list is horizontally scrollable if the space doesn't suffice
  • numbers are now right aligned and displayed with the same number of decimals for easier comparison and reading.

Bugfixes

  • Make sorting icons appear again
  • close link tag which could cause problems when parsing as xhtml/xml
  • make sure encoding errors won't crash the formatter
  • When viewing a short source file while you have a big file list you will no longer be able to scroll on after the source file has ended

0.11.0

This release goes together with simplecov 0.18 to bring branch coverage support to you. Please also check the notes of the beta releases.

Enhancements

  • Display total branch coverage percentage in the overview (if branch coverage enabled)

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

🆕 simplecov_json_formatter (added, 0.1.4)

🗑️ json (removed)


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)