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 the nservicebuscore group across 1 directory with 3 updates #737

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2024

Bumps the nservicebuscore group with 3 updates in the /src directory: NServiceBus.AcceptanceTests.Sources, NUnit and NServiceBus.PersistenceTests.Sources.

Updates NServiceBus.AcceptanceTests.Sources from 8.1.1 to 9.2.2

Release notes

Sourced from NServiceBus.AcceptanceTests.Sources's releases.

9.2.2

As part of this release we had 33 commits which resulted in 3 issues being closed.

Improvements/Features

Where to get it

You can download this release from NuGet.

Version: ClamAV 0.103.11
Scan Date: Tue, 10 Sep 2024 18:25:58 GMT

----------- SCAN SUMMARY ----------- Known viruses: 8698081 Engine version: 0.103.11 Scanned directories: 1 Scanned files: 7 Infected files: 0 Data scanned: 15.46 MB Data read: 3.70 MB (ratio 4.18:1) Time: 23.001 sec (0 m 23 s) Start Date: 2024:09:10 18:25:33 End Date: 2024:09:10 18:25:56

9.1.1

As part of this release we had 4 commits which resulted in 1 issue being closed.

Bug

Where to get it

You can download this release from NuGet.

... (truncated)

Commits
  • 3d7005b Merge pull request #7144 from Particular/update-obsoletes
  • cdbaee6 Rename the replacement package for databus
  • d805eaf Merge pull request #7143 from Particular/nunit-and-assertion-upgrades
  • 8d5b11b NUnit4 upgrade (#7142)
  • 29237d0 Migrate NUnit assertions to the constraint model in preparation of the NUnit ...
  • 2eea595 Merge pull request #7139 from Particular/backport-pragmas-pr
  • bc49299 Add pragmas to disable obsolete warnings
  • 1fd4ecd Merge pull request #7135 from Particular/edit-minver-stuff
  • 7cb3af4 Update the minver auto increment
  • 3a8c5ad Merge pull request #7131 from Particular/obsolete-databus
  • Additional commits viewable in compare view

Updates NUnit from 3.14.0 to 4.1.0

Release notes

Sourced from NUnit's releases.

NUnit 4.1.0

See release notes

NUnit 4.0.1

Patch release to fix windows targets

See release notes and See migration guide

NUnit 4.0.0

See release notes and See migration guide

NUnit 4.0.0-beta.1

See release notes and information

Changelog

Sourced from NUnit's changelog.

For further changes, see release notes


NUnit 4.0.0 - November 26, 2023

All changes, see release notes

NUnit 4.0.0-beta.1 - October 8, 2023

This release is the first beta release of NUnit 4.0. All changes, see release notes

NUnit 3.13.2 - April 27, 2021

This release fixes a new issue with the FixtureLifeCycle attribute where IDisposable test fixtures were not being disposed properly. As always, @​gleb-osokin has been a great help with this new feature.

It also fixes a long-standing performance issue with CollectionAssert.AreEquivalent and the CollectionEquivalentConstraint when comparing large collections. The deep comparison that NUnit performs on the two collections will always have a worst case bound of O(n^2) but we have optimized it so that the majority of use cases will be closer to O(n).

We've also made significant optimizations to the OR filters for selecting tests using their full name. This dramatically improves test performance for large code bases that use dotnet test. Thanks to @​pakrym for his help with this.

Issues Resolved

  • 2799 CollectionAssert.AreEquivalent is extremely slow
  • 3589 File headers, copyrights, and licenses
  • 3773 IDisposable not working with InstancePerTestCase
  • 3779 Obsolete AreEqual methods with nullable numeric arguments for 3.13
  • 3784 Build the v3.13-dev branch
  • 3786 NUnit with dotnet test results in O(n^2) filtering complexity
  • 3810 Enable deterministic build
  • 3818 AppVeyor failing to build v3.13-dev branch PRs
  • 3832 Deploy v3.13-dev branch builds to MyGet

NUnit 3.13.1 - January 31, 2021

This release addresses several misses with the new FixtureLifeCycle attribute, switches to using SourceLink and NuGet snupkg packages for debugging into NUnit from your unit tests. It also addresses issues with the time format of ignored and explicit tests in the test results file.

Issues Resolved

  • 2339 Wrong date format in Ignored TestFixtures
  • 3715 FixtureLifeCycle(LifeCycle.InstancePerTestCase) Not working with TestFixtureSource
  • 3716 Assembly level FixtureLifeCycle(LifeCycle.InstancePerTestCase) doesn't work
  • 3724 Test start and end time should end with Z
  • 3726 Assert EqualTo().Within().Seconds does not work with DateTimes in NUnit 3.13
  • 3729 AppVeyor builds failing
  • 3736 AreEqual.Within throws on failure with non-numeric types
  • 3743 Parametrized tests do not respect FixtureLifeCycle.InstancePerTestCase
  • 3745 After upgrading to NUnit 3.13.0 the debugger enters NUnit code despite having checked "Enable Just My Code"

... (truncated)

Commits

Updates NServiceBus.PersistenceTests.Sources from 8.1.6 to 9.2.2

Release notes

Sourced from NServiceBus.PersistenceTests.Sources's releases.

9.2.2

As part of this release we had 33 commits which resulted in 3 issues being closed.

Improvements/Features

Where to get it

You can download this release from NuGet.

Version: ClamAV 0.103.11
Scan Date: Tue, 10 Sep 2024 18:25:58 GMT

----------- SCAN SUMMARY ----------- Known viruses: 8698081 Engine version: 0.103.11 Scanned directories: 1 Scanned files: 7 Infected files: 0 Data scanned: 15.46 MB Data read: 3.70 MB (ratio 4.18:1) Time: 23.001 sec (0 m 23 s) Start Date: 2024:09:10 18:25:33 End Date: 2024:09:10 18:25:56

9.1.1

As part of this release we had 4 commits which resulted in 1 issue being closed.

Bug

Where to get it

You can download this release from NuGet.

... (truncated)

Commits
  • 3d7005b Merge pull request #7144 from Particular/update-obsoletes
  • cdbaee6 Rename the replacement package for databus
  • d805eaf Merge pull request #7143 from Particular/nunit-and-assertion-upgrades
  • 8d5b11b NUnit4 upgrade (#7142)
  • 29237d0 Migrate NUnit assertions to the constraint model in preparation of the NUnit ...
  • 2eea595 Merge pull request #7139 from Particular/backport-pragmas-pr
  • bc49299 Add pragmas to disable obsolete warnings
  • 1fd4ecd Merge pull request #7135 from Particular/edit-minver-stuff
  • 7cb3af4 Update the minver auto increment
  • 3a8c5ad Merge pull request #7131 from Particular/obsolete-databus
  • Additional commits viewable in compare view

Updates NUnit from 3.14.0 to 4.1.0

Release notes

Sourced from NUnit's releases.

NUnit 4.1.0

See release notes

NUnit 4.0.1

Patch release to fix windows targets

See release notes and See migration guide

NUnit 4.0.0

See release notes and See migration guide

NUnit 4.0.0-beta.1

See release notes and information

Changelog

Sourced from NUnit's changelog.

For further changes, see release notes


NUnit 4.0.0 - November 26, 2023

All changes, see release notes

NUnit 4.0.0-beta.1 - October 8, 2023

This release is the first beta release of NUnit 4.0. All changes, see release notes

NUnit 3.13.2 - April 27, 2021

This release fixes a new issue with the FixtureLifeCycle attribute where IDisposable test fixtures were not being disposed properly. As always, @​gleb-osokin has been a great help with this new feature.

It also fixes a long-standing performance issue with CollectionAssert.AreEquivalent and the CollectionEquivalentConstraint when comparing large collections. The deep comparison that NUnit performs on the two collections will always have a worst case bound of O(n^2) but we have optimized it so that the majority of use cases will be closer to O(n).

We've also made significant optimizations to the OR filters for selecting tests using their full name. This dramatically improves test performance for large code bases that use dotnet test. Thanks to @​pakrym for his help with this.

Issues Resolved

  • 2799 CollectionAssert.AreEquivalent is extremely slow
  • 3589 File headers, copyrights, and licenses
  • 3773 IDisposable not working with InstancePerTestCase
  • 3779 Obsolete AreEqual methods with nullable numeric arguments for 3.13
  • 3784 Build the v3.13-dev branch
  • 3786 NUnit with dotnet test results in O(n^2) filtering complexity
  • 3810 Enable deterministic build
  • 3818 AppVeyor failing to build v3.13-dev branch PRs
  • 3832 Deploy v3.13-dev branch builds to MyGet

NUnit 3.13.1 - January 31, 2021

This release addresses several misses with the new FixtureLifeCycle attribute, switches to using SourceLink and NuGet snupkg packages for debugging into NUnit from your unit tests. It also addresses issues with the time format of ignored and explicit tests in the test results file.

Issues Resolved

  • 2339 Wrong date format in Ignored TestFixtures
  • 3715 FixtureLifeCycle(LifeCycle.InstancePerTestCase) Not working with TestFixtureSource
  • 3716 Assembly level FixtureLifeCycle(LifeCycle.InstancePerTestCase) doesn't work
  • 3724 Test start and end time should end with Z
  • 3726 Assert EqualTo().Within().Seconds does not work with DateTimes in NUnit 3.13
  • 3729 AppVeyor builds failing
  • 3736 AreEqual.Within throws on failure with non-numeric types
  • 3743 Parametrized tests do not respect FixtureLifeCycle.InstancePerTestCase
  • 3745 After upgrading to NUnit 3.13.0 the debugger enters NUnit code despite having checked "Enable Just My Code"

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
NUnit [>= 4.a, < 5]

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 11, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/src/nservicebuscore-564ebae9b9 branch from 45aa688 to f192e0b Compare September 26, 2024 07:37
@dependabot dependabot bot force-pushed the dependabot/nuget/src/nservicebuscore-564ebae9b9 branch 3 times, most recently from 35a5cd8 to b2abb04 Compare October 11, 2024 08:09
Bumps the nservicebuscore group with 3 updates in the /src directory: [NServiceBus.AcceptanceTests.Sources](https://github.com/Particular/NServiceBus), [NUnit](https://github.com/nunit/nunit) and [NServiceBus.PersistenceTests.Sources](https://github.com/Particular/NServiceBus).


Updates `NServiceBus.AcceptanceTests.Sources` from 8.1.1 to 9.2.2
- [Release notes](https://github.com/Particular/NServiceBus/releases)
- [Commits](Particular/NServiceBus@8.1.1...9.2.2)

Updates `NUnit` from 3.14.0 to 4.1.0
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@v3.14.0...4.1.0)

Updates `NServiceBus.PersistenceTests.Sources` from 8.1.6 to 9.2.2
- [Release notes](https://github.com/Particular/NServiceBus/releases)
- [Commits](Particular/NServiceBus@8.1.6...9.2.2)

Updates `NUnit` from 3.14.0 to 4.1.0
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@v3.14.0...4.1.0)

---
updated-dependencies:
- dependency-name: NServiceBus.AcceptanceTests.Sources
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nservicebuscore
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nservicebuscore
- dependency-name: NServiceBus.PersistenceTests.Sources
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nservicebuscore
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nservicebuscore
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/nservicebuscore-564ebae9b9 branch from b2abb04 to 3a51da0 Compare October 14, 2024 07:28
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants