Skip to content

Bump the dotnet group with 6 updates #1

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

Open
wants to merge 1 commit into
base: simple-acme
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 11, 2025

Bumps the dotnet group with 7 updates:

Package From To
AutoFixture 3.0.8 4.18.1
AutoFixture.AutoMoq 3.0.8 4.18.1
Moq 4.0.10827 4.1.1308.2120
Machine.Specifications 0.9.1 1.1.3
Machine.Specifications 0.9.1 1.0.0
Machine.Specifications.Should 0.7.2 1.0.0
NUnit 2.6.2 4.3.2

Updates AutoFixture from 3.0.8 to 4.18.1

Release notes

Sourced from AutoFixture's releases.

Version v4.18.1

What's Changed

Full Changelog: AutoFixture/AutoFixture@v4.18.0...v4.18.1

Version 4.18.0

What's Changed

New Contributors

Full Changelog: AutoFixture/AutoFixture@v4.17.0...v4.18.0

Version 4.17.0

New Features:

  • Add behavior for setting read-only collection properties. (#1177, thanks @​charles-salmon)
  • Add support for FakeItEasy 7 in AutoFakeItEasy (#1252)

Version 4.16.0

New features:

Fixes:

  • ConstructorInitializedMemberAssertion false positive for bool arguments (#1236)
  • [NSubstitute] Fix override for ref/out value when value is modified by user (#1251)

Version 4.15.0

Improvements:

  • Extends support for v6 of FakeItEasy in AutoFixture.AutoFakeItEasy
  • Updates the version range of FSharp.Core in AutoFixture.AutoFoq and AutoFixture.Idioms.FsCheck
    • For .NET Framework targeting projects FSharp.Core (>=3.0.2 && < 5.0.0)
    • For .NET Core, .NET Standard, and .NET 5+ targeting projects FSharp.Core (>=4.2.3)

Version 4.14.0

New Features:

Version 4.13.0

New Features:

... (truncated)

Commits

Updates AutoFixture from 3.0.8 to 4.18.1

Release notes

Sourced from AutoFixture's releases.

Version v4.18.1

What's Changed

Full Changelog: AutoFixture/AutoFixture@v4.18.0...v4.18.1

Version 4.18.0

What's Changed

New Contributors

Full Changelog: AutoFixture/AutoFixture@v4.17.0...v4.18.0

Version 4.17.0

New Features:

  • Add behavior for setting read-only collection properties. (#1177, thanks @​charles-salmon)
  • Add support for FakeItEasy 7 in AutoFakeItEasy (#1252)

Version 4.16.0

New features:

Fixes:

  • ConstructorInitializedMemberAssertion false positive for bool arguments (#1236)
  • [NSubstitute] Fix override for ref/out value when value is modified by user (#1251)

Version 4.15.0

Improvements:

  • Extends support for v6 of FakeItEasy in AutoFixture.AutoFakeItEasy
  • Updates the version range of FSharp.Core in AutoFixture.AutoFoq and AutoFixture.Idioms.FsCheck
    • For .NET Framework targeting projects FSharp.Core (>=3.0.2 && < 5.0.0)
    • For .NET Core, .NET Standard, and .NET 5+ targeting projects FSharp.Core (>=4.2.3)

Version 4.14.0

New Features:

Version 4.13.0

New Features:

... (truncated)

Commits

Updates AutoFixture.AutoMoq from 3.0.8 to 4.18.1

Release notes

Sourced from AutoFixture.AutoMoq's releases.

Version v4.18.1

What's Changed

Full Changelog: AutoFixture/AutoFixture@v4.18.0...v4.18.1

Version 4.18.0

What's Changed

New Contributors

Full Changelog: AutoFixture/AutoFixture@v4.17.0...v4.18.0

Version 4.17.0

New Features:

  • Add behavior for setting read-only collection properties. (#1177, thanks @​charles-salmon)
  • Add support for FakeItEasy 7 in AutoFakeItEasy (#1252)

Version 4.16.0

New features:

Fixes:

  • ConstructorInitializedMemberAssertion false positive for bool arguments (#1236)
  • [NSubstitute] Fix override for ref/out value when value is modified by user (#1251)

Version 4.15.0

Improvements:

  • Extends support for v6 of FakeItEasy in AutoFixture.AutoFakeItEasy
  • Updates the version range of FSharp.Core in AutoFixture.AutoFoq and AutoFixture.Idioms.FsCheck
    • For .NET Framework targeting projects FSharp.Core (>=3.0.2 && < 5.0.0)
    • For .NET Core, .NET Standard, and .NET 5+ targeting projects FSharp.Core (>=4.2.3)

Version 4.14.0

New Features:

Version 4.13.0

New Features:

... (truncated)

Commits

Updates Moq from 4.0.10827 to 4.1.1308.2120

Updates Machine.Specifications from 0.9.1 to 1.1.3

Release notes

Sourced from Machine.Specifications's releases.

v1.1.2

Fixed

  • Fixed an issue preserving stack traces from exceptions thrown with async

v1.1.1

Fixed

  • Only uses an async SynchronizationContext for async delegates

v1.1.0

Added

  • Support for async/await specifications

Fixed

  • Performance enhancements for filtering of large sets of specifications

v1.1.0-beta.3

Fixed

  • Fixed an issue publishing to nuget.org

v1.1.0-beta.2

Changed

  • Performance enhancements for filtering of large sets of specifications

Note: This version published incorrectly to nuget.org. Please use v1.1.0-beta.3.

v1.1.0-beta.1

Added

  • Support for async/await specifications

v1.0.0

Changed

  • 1.0 release of Machine.Specifications

Machine.Specifications is actively being used in production environments and a 1.0 release acknowledges that status. The purpose of this release is to underline the current, stable code and allow development of further features and enhancements in a Semver-compatible manner.

v1.0.0-beta.1

  • 1.0 beta release

v0.12.0

  • Track behavior field from context in behavior specification

v0.11.1

  • Fix ArgumentOutOfRangeException thrown when tests are concurrently writing diagnostic output. (#224 - thanks to dannyvincent)

v0.11.0

  • Support for .NET Standard 1.3 and NET Core. (#296)
  • New portable test controller interface preview: https://github.com/machine/machine.specifications/wiki/Test-Controller-Protocol
  • Machine.Specifications.Clr4.dll has been merged into Machine.Specifications.dll (namespaces are same still)
  • There is no *-Signed packages - let us know if there is demand for signed packages.
  • .NET 2.0 is no longer supported (newer packages will not install on < .NET 3.5)

... (truncated)

Commits

Updates Machine.Specifications from 0.9.1 to 1.0.0

Release notes

Sourced from Machine.Specifications's releases.

v1.1.2

Fixed

  • Fixed an issue preserving stack traces from exceptions thrown with async

v1.1.1

Fixed

  • Only uses an async SynchronizationContext for async delegates

v1.1.0

Added

  • Support for async/await specifications

Fixed

  • Performance enhancements for filtering of large sets of specifications

v1.1.0-beta.3

Fixed

  • Fixed an issue publishing to nuget.org

v1.1.0-beta.2

Changed

  • Performance enhancements for filtering of large sets of specifications

Note: This version published incorrectly to nuget.org. Please use v1.1.0-beta.3.

v1.1.0-beta.1

Added

  • Support for async/await specifications

v1.0.0

Changed

  • 1.0 release of Machine.Specifications

Machine.Specifications is actively being used in production environments and a 1.0 release acknowledges that status. The purpose of this release is to underline the current, stable code and allow development of further features and enhancements in a Semver-compatible manner.

v1.0.0-beta.1

  • 1.0 beta release

v0.12.0

  • Track behavior field from context in behavior specification

v0.11.1

  • Fix ArgumentOutOfRangeException thrown when tests are concurrently writing diagnostic output. (#224 - thanks to dannyvincent)

v0.11.0

  • Support for .NET Standard 1.3 and NET Core. (#296)
  • New portable test controller interface preview: https://github.com/machine/machine.specifications/wiki/Test-Controller-Protocol
  • Machine.Specifications.Clr4.dll has been merged into Machine.Specifications.dll (namespaces are same still)
  • There is no *-Signed packages - let us know if there is demand for signed packages.
  • .NET 2.0 is no longer supported (newer packages will not install on < .NET 3.5)

... (truncated)

Commits

Updates Machine.Specifications.Should from 0.7.2 to 1.0.0

Release notes

Sourced from Machine.Specifications.Should's releases.

v1.0.0

Changed

  • 1.0 release of Machine.Specifications

Machine.Specifications is actively being used in production environments and a 1.0 release acknowledges that status. The purpose of this release is to underline the current, stable code and allow development of further features and enhancements in a Semver-compatible manner.

v1.0.0-beta.1

  • 1.0 beta release

v0.11.0

  • Support for .NET Standard 1.3 and NET Core
  • Added support for decimals for ShouldBeCloseTo method (thanks to @​meinsiedler)
  • Fixed a bug in ShouldBeLike (#17)
  • We skipped a release number due to an accidentally published 0.10 prerelease package.

v0.11.0-rc2

  • Support for .NET Standard 1.3 and NET Core
  • Added support for decimals for ShouldBeCloseTo method (thanks to @​meinsiedler)
  • Fixed a bug in ShouldBeLike (#17)
  • We skipped a release number due to an accidentally published 0.10 prerelease package.

v0.11.0-rc1

  • Support for .NET Standard 1.3 and NET Core
  • Added support for decimals for ShouldBeCloseTo method (thanks to @​meinsiedler)
  • Fixed a bug in ShouldBeLike (#17)
  • We skipped a release number due to an accidentally published 0.10 prerelease package.

v0.10.0-rc1

  • Support for .NET Standard 1.3 and NET Core
  • Added support for decimals for ShouldBeCloseTo method (thanks to @​meinsiedler)
  • Fixed a bug in ShouldBeLike (#17)
Commits

Updates NUnit from 2.6.2 to 4.3.2

Release notes

Sourced from NUnit's releases.

NUnit 4.3.2

This is a hotfix release. See release notes for details.

NUnit 4.3.1

This is a hotfix release. See release notes for details.

NUnit 4.3.0

See release notes

NUnit 4.2.2

Hotfix for fixing regression bug #4802

What's Changed

Full Changelog: nunit/nunit@4.2.1...4.2.2

NUnit 4.2.1

Hotfix release for Issue #4794 and #4795, affecting .Net Framework.

NUnit 4.2.0

See release notes

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

NUnit 3.14.0

See release notes

NUnit 3.13.3

This release includes several performance enhancements. @​lahma provided a massive speed improvement for large, parametrized test suites. In addition, equivalency tests with large unsortable collections run faster by determining if the collections are sortable before attempting to sort them.

... (truncated)

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

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

Bumps the dotnet group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [AutoFixture](https://github.com/AutoFixture/AutoFixture) | `3.0.8` | `4.18.1` |
| [AutoFixture.AutoMoq](https://github.com/AutoFixture/AutoFixture) | `3.0.8` | `4.18.1` |
| Moq | `4.0.10827` | `4.1.1308.2120` |
| [Machine.Specifications](https://github.com/machine/machine.specifications) | `0.9.1` | `1.1.3` |
| [Machine.Specifications](https://github.com/machine/machine.specifications) | `0.9.1` | `1.0.0` |
| [Machine.Specifications.Should](https://github.com/machine/machine.specifications.should) | `0.7.2` | `1.0.0` |
| [NUnit](https://github.com/nunit/nunit) | `2.6.2` | `4.3.2` |


Updates `AutoFixture` from 3.0.8 to 4.18.1
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](AutoFixture/AutoFixture@v3.0.8...v4.18.1)

Updates `AutoFixture` from 3.0.8 to 4.18.1
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](AutoFixture/AutoFixture@v3.0.8...v4.18.1)

Updates `AutoFixture.AutoMoq` from 3.0.8 to 4.18.1
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](AutoFixture/AutoFixture@v3.0.8...v4.18.1)

Updates `Moq` from 4.0.10827 to 4.1.1308.2120

Updates `Machine.Specifications` from 0.9.1 to 1.1.3
- [Release notes](https://github.com/machine/machine.specifications/releases)
- [Commits](https://github.com/machine/machine.specifications/commits)

Updates `Machine.Specifications` from 0.9.1 to 1.0.0
- [Release notes](https://github.com/machine/machine.specifications/releases)
- [Commits](https://github.com/machine/machine.specifications/commits)

Updates `Machine.Specifications.Should` from 0.7.2 to 1.0.0
- [Release notes](https://github.com/machine/machine.specifications.should/releases)
- [Commits](https://github.com/machine/machine.specifications.should/commits/v1.0.0)

Updates `NUnit` from 2.6.2 to 4.3.2
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](https://github.com/nunit/nunit/commits/4.3.2)

---
updated-dependencies:
- dependency-name: AutoFixture
  dependency-version: 4.18.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: AutoFixture
  dependency-version: 4.18.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: AutoFixture.AutoMoq
  dependency-version: 4.18.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Moq
  dependency-version: 4.1.1308.2120
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Machine.Specifications
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Machine.Specifications
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Machine.Specifications.Should
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: NUnit
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Apr 11, 2025
Copy link
Author

dependabot bot commented on behalf of github Apr 21, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Author

dependabot bot commented on behalf of github Apr 22, 2025

Dependabot cannot update to the required version. Because of this, Dependabot cannot update this pull request.

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