fix(deps): update dependency com.approvaltests:approvaltests to v24 #363
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
23.1.0
->24.8.0
Release Notes
approvals/ApprovalTests.Java (com.approvaltests:approvaltests)
v24.8.0
: XmlXomApprovalsCompare Source
Xom has support for emojies, so it can be a confinient way to use for xml that contains emojies.
We also allow you to create your own pretty printer when using
Approvals.verify
.Or no pretty printing at all, then use
v24.7.0
: AraxisMergeReporter and better Jackson supportCompare Source
Araxis Merge Reporter for MacOS #172
JsonJacksonApprovals now accepts an ObjectMapper #478
v24.6.0
: Minor fixesCompare Source
What's Changed
MultiScrubber(Collection<Scrubber> scrubbers)
verifyJson
to adhere to passedGsonBuilder
while pretty printingApprovalsDuplicateVerifyException
v24.5.0
: Saver2 utilitiesCompare Source
Convinience functions for creating Savers that take 2 parameters:
We also believe we made approvlatests again compatible with JDK 8.
v24.4.0
: Support for setting reporter in environment variablesCompare Source
See #520
See the documentation here.
Thanks to @FWest98 for this contribution!
v24.3.0
: Minor Improvements to JsonApprovalsCompare Source
Fixes for
#531 verifyAsJson() handles null LocalTimeDates.
#479 verifyJson() accepts GsonBuilder
v24.2.0
: InlineOptions.semiAutomaticWithPreviousApproved()Compare Source
v24.1.0
: Options.addReporter(reporter)Compare Source
You can call
addReporter(reporter)
onOptions
and it will open both/all reporters on test failure.v24.0.0
: InlineOptionsCompare Source
BREAKING CHANGE
is now
New Features
You can now do
InlineOptions.automatic()
andInlineOptions.semiAutomatic()
.Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.