Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.athaydes:spock-reports from 1.3.2 to 2.5.1-groovy-4.0 #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 26, 2024

Bumps com.athaydes:spock-reports from 1.3.2 to 2.5.1-groovy-4.0.

Changelog

Sourced from com.athaydes:spock-reports's changelog.

News

Most recent first

  • 21st of August 2023

Very minor fix in template report.

  • 03rd of May 2023

Bug fixes release sorting out an important change from Spock 2: @Unrolled became the default, so spock-reports stopped detecting correctly when a Specification was unrolled, causing the display name of features to look wrong sometimes. With this release, feature names are displayed correctly.

More code is now statically-compiled, which continues to improve the performance of report generators.

  • 14th of November 2022

Finally! Groovy 4 support is here!!

spock-reports version 2.4.0-groovy-4.0 has just been released. No major changes are included in this release, but it's nice to be able to use the latest and greatest Groovy version.

On another note: version 2.3.2-groovy-3.0 was just released as well... it includes a couple of nice improvements to "vivid" reports (reports that include source code). The Groovy 4 version also includes these improvements.

  • 25th of August 2022

Minor bug fixes release. See release notes.

  • 06th of February 2022

One bug fix and one new, small feature make up this release.

The bug #222 was pretty embarrassing, with a null-pointer Exception being thrown on any inherited specification. Luckily, it's not very common to use inheritance between specs in Spock (using that has some weird effects, such as overridden methods running in both the parent and child specs!) so no one seems to have noticed that since version 2.1-groovy-3.0!

The new feature, to compensate: spock-reports now shows the execution time for every feature and iteration (on example-based features), instead of only for each specification. This information is helpful to find slow test features.

If you don't want to see the execution times for some reason, use a custom CSS stylesheet to make .ex-time elements invisible.

  • 30th of January 2022

This release, 2.2.0-groovy-3.0 has a couple of bug fixes and was tested against the latest milestone version of Spock, 2.1-M2-groovy-3.0, as well as Java 8, 11 and new in this release: Java 17.

... (truncated)

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

Bumps [com.athaydes:spock-reports](https://github.com/renatoathaydes/spock-reports) from 1.3.2 to 2.5.1-groovy-4.0.
- [Changelog](https://github.com/renatoathaydes/spock-reports/blob/master/news.md)
- [Commits](https://github.com/renatoathaydes/spock-reports/commits)

---
updated-dependencies:
- dependency-name: com.athaydes:spock-reports
  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 java Pull requests that update Java code labels Mar 26, 2024
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants