Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2022

Bumps Moq from 4.18.2 to 4.18.3.

Changelog

Sourced from Moq's changelog.

4.18.3 (2022-12-05)

Fixed

  • SetupAllProperties crashes when invoked on a Mock<T> subclass (@​mo-russo, #1278)
Commits
  • a760c98 Update version to 4.18.3
  • 423fee7 ⬆️ Bump files with dotnet-file sync
  • a4d8354 Update moved artifacts in upstream repos
  • 207713e Align footer with the standard one I use on devlooped
  • 2e86b16 Update sponsors logo location
  • 5ce8494 Fix typo in the documentation of Mock`1.cs #1
  • 94eb40a ⬆️ Bump files with dotnet-file sync
  • 27e97cb Remove older unmonitored gitter chat
  • 9df87e1 Remove extra space after sponsors icons
  • 7306ba6 +Mᐁ includes
  • 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 dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 5, 2022
@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Merging #140 (9a03861) into develop (a245519) will increase coverage by 0.06309%.
The diff coverage is n/a.

❗ Current head 9a03861 differs from pull request most recent head ae151c2. Consider uploading reports for the commit ae151c2 to get more accurate results

Impacted file tree graph

@@                 Coverage Diff                 @@
##             develop        #140         +/-   ##
===================================================
+ Coverage   92.74448%   92.80757%   +0.06309%     
===================================================
  Files             46          46                 
  Lines           1585        1585                 
  Branches          91          91                 
===================================================
+ Hits            1470        1471          +1     
  Misses            83          83                 
+ Partials          32          31          -1     
Flag Coverage Δ
unittests 92.80757% <ø> (+0.06309%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...tMQ/Subscriber/RabbitMqMessageSubscriberService.cs 81.54506% <0.00000%> (+0.42918%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 85400aa...ae151c2. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/nuget/Moq-4.18.3 branch from 8562b5f to 9a03861 Compare December 14, 2022 19:54
Bumps [Moq](https://github.com/moq/moq4) from 4.18.2 to 4.18.3.
- [Release notes](https://github.com/moq/moq4/releases)
- [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md)
- [Commits](devlooped/moq@v4.18.2...v4.18.3)

---
updated-dependencies:
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Moq-4.18.3 branch from 9a03861 to ae151c2 Compare December 19, 2022 17:33
@mocsharp mocsharp merged commit f0a7770 into develop Dec 19, 2022
@mocsharp mocsharp deleted the dependabot/nuget/Moq-4.18.3 branch December 19, 2022 17:33
mocsharp added a commit that referenced this pull request Mar 8, 2023
+semver: patch

* change to use seperate sub/pub channels

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding missing licence header

Signed-off-by: Neil South <neil.south@answerdigital.com>

* Update packages (#134)


Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update GitVersion.yml

* Bump Microsoft.Extensions.Diagnostics.HealthChecks from 6.0.10 to 6.0.11 (#131)

* Bump Microsoft.Extensions.Diagnostics.HealthChecks from 6.0.10 to 6.0.11

Bumps [Microsoft.Extensions.Diagnostics.HealthChecks](https://github.com/dotnet/aspnetcore) from 6.0.10 to 6.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.10...v6.0.11)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update license approvals

Signed-off-by: Victor Chang <vicchang@nvidia.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <vicchang@nvidia.com>

* Integration test for RabbitMQ (#141)


Signed-off-by: Victor Chang <vicchang@nvidia.com>

* add PartialFail status to the task execution status

Signed-off-by: Sam Rooke <sam.rooke@answerdigital.com>

* downgrade system.io.abstractions back to 17.2.3 (#148)



Signed-off-by: Sam Rooke <sam.rooke@answerdigital.com>

* Bump Microsoft.AspNetCore.TestHost from 6.0.11 to 6.0.12 (#152)

Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 6.0.11 to 6.0.12.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.11...v6.0.12)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 (#150)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.4.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.4.0...v17.4.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Diagnostics.HealthChecks from 6.0.11 to 6.0.12 (#149)

Bumps [Microsoft.Extensions.Diagnostics.HealthChecks](https://github.com/dotnet/aspnetcore) from 6.0.11 to 6.0.12.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.11...v6.0.12)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Moq from 4.18.2 to 4.18.3 (#140)

Bumps [Moq](https://github.com/moq/moq4) from 4.18.2 to 4.18.3.
- [Release notes](https://github.com/moq/moq4/releases)
- [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md)
- [Commits](devlooped/moq@v4.18.2...v4.18.3)

---
updated-dependencies:
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* add rejected (#153)

Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>

Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>

* Bump actions/cache from 3.0.11 to 3.2.2 (#159)

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.11...v3.2.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Moq from 4.18.3 to 4.18.4 (#158)

Bumps [Moq](https://github.com/moq/moq4) from 4.18.3 to 4.18.4.
- [Release notes](https://github.com/moq/moq4/releases)
- [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md)
- [Commits](devlooped/moq@v4.18.3...v4.18.4)

---
updated-dependencies:
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#160)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/cache from 3.2.2 to 3.2.3 (#163)

Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.2.2...v3.2.3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/delete-package-versions from 3 to 4 (#161)

Bumps [actions/delete-package-versions](https://github.com/actions/delete-package-versions) from 3 to 4.
- [Release notes](https://github.com/actions/delete-package-versions/releases)
- [Commits](actions/delete-package-versions@v3...v4)

---
updated-dependencies:
- dependency-name: actions/delete-package-versions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update package-cleanup.yml

* Merged from main

Signed-off-by: Alex Woodhead <11213454+woodheadio@users.noreply.github.com>

* Updated dependency decisions.

Signed-off-by: Alex Woodhead <11213454+woodheadio@users.noreply.github.com>

* Added exception handling for previously created dead-letter queue, which prevents app startup if a RabbitMQ node is down temporarily.

Signed-off-by: Alex Woodhead <11213454+woodheadio@users.noreply.github.com>

* Merged from main into release/0.1.20 (#176)

* Release/0.1.16 (#129)

+semver: patch

* change to use seperate sub/pub channels

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding missing licence header

Signed-off-by: Neil South <neil.south@answerdigital.com>

Signed-off-by: Neil South <neil.south@answerdigital.com>
Co-authored-by: Neil South <neil.south@answerdigital.com>
Co-authored-by: Neil South <104848880+neildsouth@users.noreply.github.com>

* Release/0.1.17 (#135)

+semver: patch

* change to use seperate sub/pub channels

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding missing licence header

Signed-off-by: Neil South <neil.south@answerdigital.com>

* Update packages (#134)


Signed-off-by: Victor Chang <vicchang@nvidia.com>

Signed-off-by: Neil South <neil.south@answerdigital.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Co-authored-by: Neil South <neil.south@answerdigital.com>
Co-authored-by: Neil South <104848880+neildsouth@users.noreply.github.com>

* Release/0.1.17 (#137)

+semver: patch

* change to use seperate sub/pub channels

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding missing licence header

Signed-off-by: Neil South <neil.south@answerdigital.com>

* Update packages (#134)


Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update GitVersion.yml (#136)

* Update release branch (#138)

* Update GitVersion.yml

* Bump Microsoft.Extensions.Diagnostics.HealthChecks from 6.0.10 to 6.0.11 (#131)

* Bump Microsoft.Extensions.Diagnostics.HealthChecks from 6.0.10 to 6.0.11

Bumps [Microsoft.Extensions.Diagnostics.HealthChecks](https://github.com/dotnet/aspnetcore) from 6.0.10 to 6.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.10...v6.0.11)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update license approvals

Signed-off-by: Victor Chang <vicchang@nvidia.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <vicchang@nvidia.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: Neil South <neil.south@answerdigital.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Neil South <neil.south@answerdigital.com>
Co-authored-by: Neil South <104848880+neildsouth@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Attempt to fix build number issues (#139)

+semver: patch

* change to use seperate sub/pub channels

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding missing licence header

Signed-off-by: Neil South <neil.south@answerdigital.com>

* Update packages (#134)


Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update GitVersion.yml

* Bump Microsoft.Extensions.Diagnostics.HealthChecks from 6.0.10 to 6.0.11 (#131)

* Bump Microsoft.Extensions.Diagnostics.HealthChecks from 6.0.10 to 6.0.11

Bumps [Microsoft.Extensions.Diagnostics.HealthChecks](https://github.com/dotnet/aspnetcore) from 6.0.10 to 6.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.10...v6.0.11)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update license approvals

Signed-off-by: Victor Chang <vicchang@nvidia.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <vicchang@nvidia.com>

Signed-off-by: Neil South <neil.south@answerdigital.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Neil South <neil.south@answerdigital.com>
Co-authored-by: Neil South <104848880+neildsouth@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update GitVersion.yml

* Release/0.1.19 (#147)

+semver: patch

* change to use seperate sub/pub channels

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding missing licence header

Signed-off-by: Neil South <neil.south@answerdigital.com>

* Update packages (#134)


Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update GitVersion.yml

* Bump Microsoft.Extensions.Diagnostics.HealthChecks from 6.0.10 to 6.0.11 (#131)

* Bump Microsoft.Extensions.Diagnostics.HealthChecks from 6.0.10 to 6.0.11

Bumps [Microsoft.Extensions.Diagnostics.HealthChecks](https://github.com/dotnet/aspnetcore) from 6.0.10 to 6.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.10...v6.0.11)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update license approvals

Signed-off-by: Victor Chang <vicchang@nvidia.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <vicchang@nvidia.com>

* Integration test for RabbitMQ (#141)


Signed-off-by: Victor Chang <vicchang@nvidia.com>

* add PartialFail status to the task execution status

Signed-off-by: Sam Rooke <sam.rooke@answerdigital.com>

* downgrade system.io.abstractions back to 17.2.3 (#148)



Signed-off-by: Sam Rooke <sam.rooke@answerdigital.com>

Signed-off-by: Neil South <neil.south@answerdigital.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Sam Rooke <sam.rooke@answerdigital.com>
Co-authored-by: Neil South <neil.south@answerdigital.com>
Co-authored-by: Neil South <104848880+neildsouth@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <vicchang@nvidia.com>
Co-authored-by: Joe Batt <37874527+JoeBatt1989@users.noreply.github.com>

---------

Signed-off-by: Neil South <neil.south@answerdigital.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Sam Rooke <sam.rooke@answerdigital.com>
Signed-off-by: Alex Woodhead <11213454+woodheadio@users.noreply.github.com>
Co-authored-by: Neil South <104848880+neildsouth@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>
Co-authored-by: Neil South <neil.south@answerdigital.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: samrooke <51709626+samrooke@users.noreply.github.com>
Co-authored-by: Victor Chang <vicchang@nvidia.com>
Co-authored-by: Joe Batt <37874527+JoeBatt1989@users.noreply.github.com>

* change timeout for publish

Signed-off-by: Neil South <neil.south@answerdigital.com>

---------

Signed-off-by: Neil South <neil.south@answerdigital.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Sam Rooke <sam.rooke@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Alex Woodhead <11213454+woodheadio@users.noreply.github.com>
Co-authored-by: Neil South <neil.south@answerdigital.com>
Co-authored-by: Neil South <104848880+neildsouth@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <vicchang@nvidia.com>
Co-authored-by: Sam Rooke <sam.rooke@answerdigital.com>
Co-authored-by: Joe Batt <37874527+JoeBatt1989@users.noreply.github.com>
Co-authored-by: samrooke <51709626+samrooke@users.noreply.github.com>
Co-authored-by: jackschofield23 <56344499+jackschofield23@users.noreply.github.com>
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.

1 participant