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

build(deps): bump kotest.version from 5.5.4 to 5.8.1 #185

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2024

Bumps kotest.version from 5.5.4 to 5.8.1.
Updates io.kotest:kotest-runner-junit5-jvm from 5.5.4 to 5.8.1

Release notes

Sourced from io.kotest:kotest-runner-junit5-jvm's releases.

v5.8.1

What's Changed

... (truncated)

Commits
  • 23b0629 Don't consider kotlinx and javax types to be builtin (#3899)
  • 0660eb3 Fixed use of type alias in shouldBeEqualToComparingFields (#3927)
  • b560a8c Updated all node based actions to latest node20 actions
  • 5a8d132 Allow equals comparison of BigDecimals with different scales (#3924)
  • 13f4735 Proper fix for DescribeSpec test with a multiline description (#3926)
  • 45d17f8 Fix TestWithConfigBuilder#config using parsed name when clear TestDslState (#...
  • 9ae2a62 withEdgecases should keep shrinker #3812 (#3922)
  • a0c7950 Fix information printed by KProperty0<T>.shouldHaveValue (#3908) (#3921)
  • 68a6a28 Using NoSystemOutListener prevents single tests from being executed (#3923)
  • e0d3d7a specify module name kotest-assertions-json (#3898)
  • Additional commits viewable in compare view

Updates io.kotest:kotest-assertions-core-jvm from 5.5.4 to 5.8.1

Release notes

Sourced from io.kotest:kotest-assertions-core-jvm's releases.

v5.8.1

What's Changed

... (truncated)

Commits
  • 23b0629 Don't consider kotlinx and javax types to be builtin (#3899)
  • 0660eb3 Fixed use of type alias in shouldBeEqualToComparingFields (#3927)
  • b560a8c Updated all node based actions to latest node20 actions
  • 5a8d132 Allow equals comparison of BigDecimals with different scales (#3924)
  • 13f4735 Proper fix for DescribeSpec test with a multiline description (#3926)
  • 45d17f8 Fix TestWithConfigBuilder#config using parsed name when clear TestDslState (#...
  • 9ae2a62 withEdgecases should keep shrinker #3812 (#3922)
  • a0c7950 Fix information printed by KProperty0<T>.shouldHaveValue (#3908) (#3921)
  • 68a6a28 Using NoSystemOutListener prevents single tests from being executed (#3923)
  • e0d3d7a specify module name kotest-assertions-json (#3898)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 18, 2024
@github-actions github-actions bot enabled auto-merge April 18, 2024 22:58
Bumps `kotest.version` from 5.5.4 to 5.8.1.

Updates `io.kotest:kotest-runner-junit5-jvm` from 5.5.4 to 5.8.1
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.5.4...v5.8.1)

Updates `io.kotest:kotest-assertions-core-jvm` from 5.5.4 to 5.8.1
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.5.4...v5.8.1)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-runner-junit5-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.kotest:kotest-assertions-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/kotest.version-5.8.1 branch from a9c03f4 to 6f61885 Compare April 18, 2024 23:01
Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 25.50%. Comparing base (96a73c3) to head (a9c03f4).
Report is 1 commits behind head on main.

❗ Current head a9c03f4 differs from pull request most recent head 6f61885. Consider uploading reports for the commit 6f61885 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #185   +/-   ##
=========================================
  Coverage     25.50%   25.50%           
  Complexity       28       28           
=========================================
  Files            26       26           
  Lines           298      298           
  Branches          3        3           
=========================================
  Hits             76       76           
  Misses          222      222           

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Apr 18, 2024
auto-merge was automatically disabled April 18, 2024 23:05

Pull request was closed

@dependabot dependabot bot deleted the dependabot/maven/kotest.version-5.8.1 branch April 18, 2024 23:05
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants