java-properties icon indicating copy to clipboard operation
java-properties copied to clipboard

Update simplecov-lcov requirement from ~> 0.8.0 to ~> 0.9.0

Open dependabot[bot] opened this issue 5 months ago • 1 comments

Updates the requirements on simplecov-lcov to permit the latest version.

Release notes

Sourced from simplecov-lcov's releases.

simplecov-lcov v0.9.0

Features

  • Add automated release workflow with release-please (14ca244)
  • Refactor version management and modernize gemspec (2aa5f96)

Bug Fixes

  • Change branch references from main to master (9a841c9)
  • Update branch references from main to master (ea50994)
  • Fix incompatibility with simplecov < 0.18 by adding respond_to? check for branch_coverage? method (0b3a499) — thanks @​RobinDaugherty
  • Fix instance variable not initialized warning for @single_report_path (30e6751) — thanks @​MattFenelon
  • Add LF (Lines Found) and LH (Lines Hit) to LCOV output (32c2516) — thanks @​ricardokrieg
  • Avoid blank lines in LCOV output (b2d0a3b) — thanks @​apiology
Changelog

Sourced from simplecov-lcov's changelog.

0.9.0 (2025-08-24)

Features

  • Add automated release workflow with release-please (14ca244)
  • Refactor version management and modernize gemspec (2aa5f96)

Bug Fixes

Commits
  • a7f3467 chore: fix release workflow
  • 7d045f5 chore: fix gemspec
  • 5898d19 Merge pull request #38 from fortissimo1997/fix-release-workflow
  • df21b45 chore: fix release workflow
  • 69d9d16 Merge pull request #37 from fortissimo1997/release-please--branches--master--...
  • 4ea271e docs: add missing PR entries to 0.9.0 changelog
  • d2b439a chore(master): release simplecov-lcov 0.9.0
  • ea50994 Merge pull request #36 from fortissimo1997/fix-target-branch
  • 9a841c9 fix: change branch references from main to master
  • b17a317 Merge pull request #35 from fortissimo1997/add-release-please
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 25 '25 02:08 dependabot[bot]