iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Bump scalatest_2.12 from 3.0.2 to 3.0.9

Open dependabot[bot] opened this issue 3 years ago • 2 comments

Bumps scalatest_2.12 from 3.0.2 to 3.0.9.

Release notes

Sourced from scalatest_2.12's releases.

3.0.9

ScalaTest 3.0.9 is a point release of ScalaTest that backported critical bug fixes and a few enhancements from 3.1.x.

Changes included:

  • Only expect non-filtered Async tests to be reported as completed in AsyncEngine, ParallelTestExecution and RandomTestOrder, which causes incorrect test count reported.
  • In SuiteSortingReporter, only remove suite reporter after the SuiteCompleted event is reported correctly.
  • Improved support for Symbol in Prettifier and PrivateMethodTester.
  • Updated scala-js version to 0.6.33.
  • Updated scalacheck version to 1.14.3.
  • Rewritten SuiteSortingReporter and TestSortingReporter to create timer instance only when required, avoiding creating the timer thread when it is not needed.
  • Changed SuiteRunner so that the behavior of handling fatal error in parallel execution is consistent with execution in serial.

Thanks to the contributors for the ScalaTest/Scalactic 3.0. release:

3.0.8

Fixes

  • Duplicate classes of JMock, JUnit, ScalaCheck, TestNG, EasyMock, and Selenium to org.scalatestplus.xxx packages, this fix problem for user using them from Java.
  • Added root to the macros defined in TypeMatcherMacro.
  • Changed Framework to flavour @​WrapWith when it is available, consistent with behaviour of ScalaTestFramework and Runner.
  • Fixed javascript error in report files generated by HtmlReporter.

Enhancements

  • Make Prettifier to not depends on scala-xml classes, and removed scala-xml dependency from scalactic.
  • Make StringOps in Prettifier to be compatible with Scala 2.13.0, all tests in AssertionsSpec now passes.
  • Made Every's groupBy method to behave consistently in Scala 2.13.0.
  • Use collection prefix from toString for ColCompatHelper's className implementation of Scala 2.13.0.
  • Updated to use scala-js 0.6.28, 1.0.0-M3 and 1.0.0-M8.

Deprecations

  • Deprecated org.scalatest.enablers.CheckerAsserting in favour of org.scalatestplus.scalacheck.CheckerAsserting.

3.0.7

This release has the same functionality as 3.0.6, and should be source compatible with 3.0.6, but unlike 3.0.6, is binary compatible with 3.0.5. Please see the release notes for 3.0.6 to find out the details of what the release contains. The goal with this release it to achieve binary compatibility with 3.0.5. Unfortunately although 3.0.6 should be source compatible with 3.0.5, it was not binary compatible.

3.0.7-RC1

This release has the same functionality as 3.0.6, and should be source compatible with 3.0.6, but unlike 3.0.6, is binary compatible with 3.0.5. Please see the release notes for 3.0.6 to find out the details of what the release contains. The goal with this release it to achieve binary compatibility with 3.0.5. Unfortunately although 3.0.6 should be source compatible with 3.0.5, it was not binary compatible.

3.0.6

Bug Fixes

  • Fixed incorrect test count problem in scala-js starting 0.6.22.
  • Fixed problem when partial unification is enabled with -Ypartial-unification.
  • Enhanced TypeMatcherHelper to handle primitive types checking.
  • Enhanced TypeMatcherHelper to handle AnyVal correctly.

... (truncated)

Commits
  • 694c2b6 Merge branch 'cheeseng-3.0.9-changes-2' into 3.0.x
  • 733ce48 Adjusted README.md in publishing steps.
  • 6a9f0ca Adjusted skip command in SuiteRunner.scala, as 3.0.x does not support native.
  • 62c0cf5 In SuiteRunner, check if the running suite is distributed to run in parallel,...
  • 831970c Added test code that catches the case where suite reporter is removed too early.
  • df2e828 Moved suiteReporterMap -= (head.suiteId) into the doneEvent<- head.doneEvent ...
  • ab3866a Remove suite reporter only when the suite's tests are completed.
  • d6315fb Merge branch 'cheeseng-3.0-backport-stray-timer-fix' into 3.0.x
  • 30cdc6a Merge branch '3.0-backport-stray-timer-fix' of https://github.com/cheeseng/sc...
  • 2aafe90 Merge pull request #1872 from cheeseng/3.0-feature-fix-typesafe-sbt-ivy-relea...
  • Additional commits viewable in compare view

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 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[bot] avatar Oct 15 '22 05:10 dependabot[bot]

The following labels could not be found: master.

dependabot[bot] avatar Oct 15 '22 05:10 dependabot[bot]

@dependabot rebase

HTHou avatar Nov 16 '22 03:11 HTHou

@dependabot rebase

HTHou avatar Jan 04 '23 08:01 HTHou