chore(deps): Update dependency com.approvaltests:approvaltests to v30#318
chore(deps): Update dependency com.approvaltests:approvaltests to v30#318renovate[bot] wants to merge 1 commit into
Conversation
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
57d7bfa to
c6ef5d2
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
c6ef5d2 to
9ab87dc
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
9ab87dc to
2ba921f
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
2ba921f to
2df1933
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
2df1933 to
0628194
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
0628194 to
0df14ee
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
0df14ee to
17a210c
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
17a210c to
27e07a8
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
27e07a8 to
5b2f097
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
5b2f097 to
6d6c57c
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
6d6c57c to
b4817ce
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
b4817ce to
82e0391
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
82e0391 to
520eca3
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
520eca3 to
e1e8314
Compare
nickmcdowall
left a comment
There was a problem hiding this comment.
Auto-approved chore(deps) major update - test/dev dependency ✅
This PR contains the following updates:
26.7.1→30.1.1Release Notes
approvals/ApprovalTests.Java (com.approvaltests:approvaltests)
v30.1.1: Fix diff tool detection on Java 25Compare Source
Fixed diff reporter availability detection for empty program paths.
This prevents
IntelliJReporterfrom being selected on Java 25 when no JetBrains IDE is running.Fixes #800.
v30.1.0: Can disable script downloads on CICompare Source
export APPROVALTESTS_DISABLE_SCRIPT_DOWNLOADS=1https://github.com/approvals/ApprovalTests.Java/blob/master/approvaltests/docs/how_to/DisableScriptDownloads.md
v30.0.0: Breaking Change: Removing obsolete featuresCompare Source
Removed:
LegacyApprovalsMethodExecutionPathObjectUtils.move()These classes are obsolete since Java 8. Instead use
CombinationApprovalsand 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 SqlApprovalsCompare Source
We have moved SQL-specific APIs from
Approvalsto a separate class,SqlApprovals.This will break the following calls:
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.javaCompare Source
v27.0.0: Breaking change to reporter namesCompare 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:
BeyondCompareReporterNew:
ReportWithBeyondCompareThis naming pattern helps with discoverability when using autocomplete.
Why we changed reporters
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.