Skip to content

Commit

Permalink
Update dependency AutoFixture.AutoNSubstitute to v4.18.0 (#885)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[AutoFixture.AutoNSubstitute](https://togithub.com/AutoFixture/AutoFixture)
| nuget | minor | `4.17.0` -> `4.18.0` |

---

### Release Notes

<details>
<summary>AutoFixture/AutoFixture</summary>

###
[`v4.18.0`](https://togithub.com/AutoFixture/AutoFixture/releases/tag/v4.18.0):
Version 4.18.0

##### What's Changed

- Fixed failing build due to outdated dependencies by
[@&#8203;aivascu](https://togithub.com/aivascu) in
[AutoFixture/AutoFixture#1287
- Added mention of copy constructors to terminating error by
[@&#8203;aivascu](https://togithub.com/aivascu) in
[AutoFixture/AutoFixture#1294
- Added MyGet preview badge to readme by
[@&#8203;aivascu](https://togithub.com/aivascu) in
[AutoFixture/AutoFixture#1301
- Added Issue and PR templates by
[@&#8203;aivascu](https://togithub.com/aivascu) in
[AutoFixture/AutoFixture#1310
- Updated readme FAKE build engine URL by
[@&#8203;MichaelNel](https://togithub.com/MichaelNel) in
[AutoFixture/AutoFixture#1347
- Added support for NSubstitute 5.0 by
[@&#8203;aivascu](https://togithub.com/aivascu) in
[AutoFixture/AutoFixture#1383
- Fixed exception when StringLength decorates non-string member by
[@&#8203;aivascu](https://togithub.com/aivascu) in
[AutoFixture/AutoFixture#1366
- Fixed failing request for default max length attribute by
[@&#8203;aivascu](https://togithub.com/aivascu) in
[AutoFixture/AutoFixture#1384

##### New Contributors

- [@&#8203;MichaelNel](https://togithub.com/MichaelNel) made their first
contribution in
[AutoFixture/AutoFixture#1347

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/cythral/brighid-discord-adapter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 6, 2023
1 parent bdb217a commit 4ee5cf9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions cicd/Cicd.BuildDriver/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@
},
"AutoFixture": {
"type": "Transitive",
"resolved": "4.17.0",
"contentHash": "efMRCG3Epc4QDELwdmQGf6/caQUleRXPRCnLAq5gLMpTuOTcOQWV12vEJ8qo678Rj97/TjjxHYu/34rGkXdVAA==",
"resolved": "4.18.0",
"contentHash": "xITUSenQsEW3RxXzcDPvxA33PGEQHxfvYjEbiai8URCcmq+osECGdLqGfHmMmcttndWgLxYCV7bRIm089fu7HA==",
"dependencies": {
"Fare": "[2.1.1, 3.0.0)",
"System.ComponentModel.Annotations": "4.3.0"
}
},
"AutoFixture.AutoNSubstitute": {
"type": "Transitive",
"resolved": "4.17.0",
"contentHash": "iWsRiDQ7T8s6F4mvYbSvPTq0GDtxJD6D+E1Fu9gVbHUvJiNikC1yIDNTH+3tQF7RK864HH/3R8ETj9m2X8UXvg==",
"resolved": "4.18.0",
"contentHash": "auhC21DicFL4RQPXaEHSaU+oMNwIKFOJGIC/81dfZ4+OB4VSJ6TnyLlHSZzDGoboO8u0P3ZGqWEVsv5Pgr2CTg==",
"dependencies": {
"AutoFixture": "4.17.0",
"NSubstitute": "[2.0.3, 5.0.0)"
"AutoFixture": "4.18.0",
"NSubstitute": "[2.0.3, 6.0.0)"
}
},
"AutoFixture.NUnit3": {
Expand Down Expand Up @@ -1973,7 +1973,7 @@
"AWSSDK.SecurityToken": "[3.7.101.41, )",
"AWSSDK.SimpleSystemsManagement": "[3.7.104.9, )",
"Adapter": "[1.0.0, )",
"AutoFixture.AutoNSubstitute": "[4.17.0, )",
"AutoFixture.AutoNSubstitute": "[4.18.0, )",
"AutoFixture.NUnit3": "[4.17.0, )",
"Brighid.Discord.Core": "[1.0.0, )",
"CacheExpirer": "[1.0.0, )",
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoFixture.AutoNSubstitute" Version="4.17.0" />
<PackageReference Include="AutoFixture.AutoNSubstitute" Version="4.18.0" />
<PackageReference Include="AutoFixture.NUnit3" Version="4.17.0" />
<PackageReference Include="AWSSDK.Lambda" Version="3.7.105.26" />
<PackageReference Include="AWSSDK.Organizations" Version="3.7.102.23" />
Expand Down
14 changes: 7 additions & 7 deletions tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"net7.0": {
"AutoFixture.AutoNSubstitute": {
"type": "Direct",
"requested": "[4.17.0, )",
"resolved": "4.17.0",
"contentHash": "iWsRiDQ7T8s6F4mvYbSvPTq0GDtxJD6D+E1Fu9gVbHUvJiNikC1yIDNTH+3tQF7RK864HH/3R8ETj9m2X8UXvg==",
"requested": "[4.18.0, )",
"resolved": "4.18.0",
"contentHash": "auhC21DicFL4RQPXaEHSaU+oMNwIKFOJGIC/81dfZ4+OB4VSJ6TnyLlHSZzDGoboO8u0P3ZGqWEVsv5Pgr2CTg==",
"dependencies": {
"AutoFixture": "4.17.0",
"NSubstitute": "[2.0.3, 5.0.0)"
"AutoFixture": "4.18.0",
"NSubstitute": "[2.0.3, 6.0.0)"
}
},
"AutoFixture.NUnit3": {
Expand Down Expand Up @@ -157,8 +157,8 @@
},
"AutoFixture": {
"type": "Transitive",
"resolved": "4.17.0",
"contentHash": "efMRCG3Epc4QDELwdmQGf6/caQUleRXPRCnLAq5gLMpTuOTcOQWV12vEJ8qo678Rj97/TjjxHYu/34rGkXdVAA==",
"resolved": "4.18.0",
"contentHash": "xITUSenQsEW3RxXzcDPvxA33PGEQHxfvYjEbiai8URCcmq+osECGdLqGfHmMmcttndWgLxYCV7bRIm089fu7HA==",
"dependencies": {
"Fare": "[2.1.1, 3.0.0)",
"System.ComponentModel.Annotations": "4.3.0"
Expand Down

0 comments on commit 4ee5cf9

Please sign in to comment.