Skip to content

build(deps-dev): bump simplecov-mcp from 1.0.1 to 2.0.1#6778

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/simplecov-mcp-2.0.1
Open

build(deps-dev): bump simplecov-mcp from 1.0.1 to 2.0.1#6778
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/simplecov-mcp-2.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps simplecov-mcp from 1.0.1 to 2.0.1.

Changelog

Sourced from simplecov-mcp's changelog.

v2.0.1

  • Improve help text
  • Add a prompt

v2.0.0

🚨 BREAKING CHANGES

Version 2.0 introduces several breaking changes to improve consistency and align with Ruby conventions. Key changes include:

  • CLI: Global options must now precede subcommands (e.g., simplecov-mcp --format json list instead of simplecov-mcp list --format json)
  • Options renamed: --stale--staleness, --source-context--context-lines, --json--format
  • Error modes: onlog, tracedebug
  • Subcommands: --success-predicate flag replaced with validate subcommand
  • Source option: Now requires explicit mode (--source full or --source uncovered)
  • Default sort: Changed from ascending to descending (best coverage first)
  • MCP tools: Parameter stale renamed to staleness, error modes updated
  • Ruby API: CLIConfig renamed to AppConfig, field changes (jsonformat, stale_modestaleness)

📖 For complete migration guide with examples, see https://github.com/keithrbennett/cov-loupe/blob/main/docs/user/migrations/MIGRATING_TO_V2.md

✨ New Features

  • validate subcommand: File mode (validate <file>) and inline mode (validate -i <code>)
  • MCP support: New project_validate with code and file parameters

v1.1.0

  • Add a totals CLI subcommand and matching project_coverage_totals that report covered/total/uncovered line counts plus the average coverage percent.
  • Refactor command line and environment argument handling
Commits

Dependabot compatibility score

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 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)

Bumps [simplecov-mcp](https://github.com/keithrbennett/simplecov-mcp) from 1.0.1 to 2.0.1.
- [Changelog](https://github.com/keithrbennett/cov-loupe/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/keithrbennett/simplecov-mcp/commits)

---
updated-dependencies:
- dependency-name: simplecov-mcp
  dependency-version: 2.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 16, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants