Skip to content

chore(deps): Update dependency com.approvaltests:approvaltests to v30#318

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.approvaltests-approvaltests-30.x
Open

chore(deps): Update dependency com.approvaltests:approvaltests to v30#318
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.approvaltests-approvaltests-30.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 12, 2026

This PR contains the following updates:

Package Change Age Confidence
com.approvaltests:approvaltests (source) 26.7.130.1.1 age confidence

Release Notes

approvals/ApprovalTests.Java (com.approvaltests:approvaltests)

v30.1.1: Fix diff tool detection on Java 25

Compare Source

Fixed diff reporter availability detection for empty program paths.
This prevents IntelliJReporter from being selected on Java 25 when no JetBrains IDE is running.

Fixes #​800.

v30.1.0: Can disable script downloads on CI

Compare Source

export APPROVALTESTS_DISABLE_SCRIPT_DOWNLOADS=1

https://github.com/approvals/ApprovalTests.Java/blob/master/approvaltests/docs/how_to/DisableScriptDownloads.md

v30.0.0: Breaking Change: Removing obsolete features

Compare Source

Removed:

  • LegacyApprovals
  • MethodExecutionPath
  • ObjectUtils.move()

These classes are obsolete since Java 8. Instead use CombinationApprovals and Java lambdas.

It is hard to know what is obsolete on a public API with no telemetry. If you feel we have made an important error, please reach out.

v29.0.0: Breaking Change: move SQL approvals to SqlApprovals

Compare Source

We have moved SQL-specific APIs from Approvals to a separate class, SqlApprovals.

This will break the following calls:

- Approvals.verify(ResultSet)
+ SqlApprovals.verify(ResultSet)
- Approvals.verify(SqlLoader)
+ SqlApprovals.verify(SqlLoader)

No behavior change; only the entry point moved.

We did this for compatibility with Java Modules (JPMS).

v28.0.0: Removed deprecated methods from Approvals.java

Compare Source

v27.0.0: Breaking change to reporter names

Compare Source

This update is moving to a unified reporter generation. Its purpose is to keep the diff tools more up-to-date and consistent across languages. Most of the reporters names have changed.

For example:
Old: BeyondCompareReporter
New: ReportWithBeyondCompare

This naming pattern helps with discoverability when using autocomplete.

Why we changed reporters


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file major labels Mar 12, 2026
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.18%. Comparing base (f8ef979) to head (e1e8314).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #318   +/-   ##
=========================================
  Coverage     93.18%   93.18%           
  Complexity      152      152           
=========================================
  Files            37       37           
  Lines           690      690           
  Branches         59       59           
=========================================
  Hits            643      643           
  Misses           31       31           
  Partials         16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from 57d7bfa to c6ef5d2 Compare March 16, 2026 17:50
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from c6ef5d2 to 9ab87dc Compare March 19, 2026 12:54
nickmcdowall
nickmcdowall previously approved these changes Mar 19, 2026
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from 9ab87dc to 2ba921f Compare March 19, 2026 21:58
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from 2ba921f to 2df1933 Compare March 20, 2026 01:46
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from 2df1933 to 0628194 Compare March 26, 2026 17:30
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from 0628194 to 0df14ee Compare April 10, 2026 04:39
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from 0df14ee to 17a210c Compare April 23, 2026 13:42
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from 17a210c to 27e07a8 Compare April 28, 2026 23:03
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from 27e07a8 to 5b2f097 Compare May 6, 2026 01:17
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from 5b2f097 to 6d6c57c Compare May 8, 2026 16:26
nickmcdowall
nickmcdowall previously approved these changes May 8, 2026
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from 6d6c57c to b4817ce Compare May 13, 2026 17:08
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from b4817ce to 82e0391 Compare May 19, 2026 10:43
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from 82e0391 to 520eca3 Compare May 19, 2026 15:28
nickmcdowall
nickmcdowall previously approved these changes May 19, 2026
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

@renovate renovate Bot force-pushed the renovate/com.approvaltests-approvaltests-30.x branch from 520eca3 to e1e8314 Compare May 19, 2026 21:29
Copy link
Copy Markdown
Collaborator

@nickmcdowall nickmcdowall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved chore(deps) major update - test/dev dependency ✅

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 major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant