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 dependencies group in /tests/Moneybird.Net.Tests with 7 updates #100

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2024

Bumps the dependencies group in /tests/Moneybird.Net.Tests with 7 updates:

Package From To
AutoFixture 4.18.0 4.18.1
AutoFixture.Xunit2 4.18.0 4.18.1
coverlet.collector 6.0.1 6.0.2
Microsoft.NET.Test.Sdk 17.8.0 17.9.0
Moq 4.20.69 4.20.70
xunit 2.6.2 2.7.1
xunit.runner.visualstudio 2.5.6 2.5.8

Updates AutoFixture from 4.18.0 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

Commits

Updates AutoFixture.Xunit2 from 4.18.0 to 4.18.1

Release notes

Sourced from AutoFixture.Xunit2's releases.

Version v4.18.1

What's Changed

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

Commits

Updates coverlet.collector from 6.0.1 to 6.0.2

Release notes

Sourced from coverlet.collector's releases.

v6.0.2

Fixed

  • Threshold-stat triggers error #1634
  • Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #1625
  • Type initializer errors after updating from 6.0.0 to 6.0.1 #1629
  • Exception when multiple exclude-by-attribute filters specified #1624

Improvements

  • More concise options to specify multiple parameters in coverlet.console #1624

Diff between 6.0.1 and 6.0.2

Commits

Updates Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.9.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.8.0...v17.9.0

v17.9.0-release-23619-01

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.9.0-release-23619-01

v17.9.0-preview-23577-04

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23531-01...v17.9.0-preview-23577-04

v17.9.0-preview-23531-01

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23503-02...v17.9.0-preview-23531-01

v17.9.0-preview-23503-02

What's Changed

Full Changelog: microsoft/vstest@v17.8.0-release-23468-02...v17.9.0-preview-23503-02

Commits

Updates Moq from 4.20.69 to 4.20.70

Release notes

Sourced from Moq's releases.

v4.20.70

What's Changed

🔨 Other

New Contributors

Full Changelog: devlooped/moq@v4.20.69...v4.20.70

Changelog

Sourced from Moq's changelog.

Moq Changelog

All notable changes to this project will be documented in this file.

The format is loosely based on Keep a Changelog.

Commits
  • 2b55659 ⬆️ Bump files with dotnet-file sync
  • cb605f4 Bump NuGetizer from 1.1.1 to 1.2.0
  • 6816a49 ⬆️ Bump files with dotnet-file sync
  • 8e46ab8 A minor negation in GetDelay to make it more readable #1419
  • d702a5e Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2
  • f4022d9 Bump NuGetizer from 1.1.0 to 1.1.1
  • 1d33044 ⬆️ Bump files with dotnet-file sync
  • 06d88ec +Mᐁ includes
  • 6146125 Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1
  • 633214f Manually update CHANGELOG.md for now
  • Additional commits viewable in compare view

Updates xunit from 2.6.2 to 2.7.1

Commits
  • 62d5db6 v2.7.1
  • e3c980f #2913: Assert.Equivalent behaves incorrectly with decimal values (v2)
  • 57af1d9 Copy/paste error
  • 9f97a28 #2503: Attempt to shield against exceptions which throw in their properties (v2)
  • f69013b #2903: Add ArgumentFormatter aliases for nint and nuint (v2)
  • e074b6a Copy missing assertion test change
  • 3f1891d Unit tests for #2900 (v2)
  • 9f7e7e7 Use separate projects for x86 builds instead of alternate configuration
  • 4b2b9fa Add hidden overloads for binary compatibility for ConfigReader and friends
  • c10b7a2 Fix for #2892: Timeout async guard inappropriately triggers with F# (v2)
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.5.6 to 2.5.8

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 dependencies group in /tests/Moneybird.Net.Tests with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [AutoFixture](https://github.com/AutoFixture/AutoFixture) | `4.18.0` | `4.18.1` |
| [AutoFixture.Xunit2](https://github.com/AutoFixture/AutoFixture) | `4.18.0` | `4.18.1` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.1` | `6.0.2` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.8.0` | `17.9.0` |
| [Moq](https://github.com/moq/moq) | `4.20.69` | `4.20.70` |
| [xunit](https://github.com/xunit/xunit) | `2.6.2` | `2.7.1` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.6` | `2.5.8` |


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

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

Updates `coverlet.collector` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.1...v6.0.2)

Updates `Microsoft.NET.Test.Sdk` from 17.8.0 to 17.9.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.8.0...v17.9.0)

Updates `Moq` from 4.20.69 to 4.20.70
- [Release notes](https://github.com/moq/moq/releases)
- [Changelog](https://github.com/devlooped/moq/blob/main/CHANGELOG.md)
- [Commits](moq/moq.spikes@v4.20.69...v4.20.70)

Updates `xunit` from 2.6.2 to 2.7.1
- [Commits](xunit/xunit@2.6.2...2.7.1)

Updates `xunit.runner.visualstudio` from 2.5.6 to 2.5.8
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.6...2.5.8)

---
updated-dependencies:
- dependency-name: AutoFixture
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: AutoFixture.Xunit2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 3, 2024

Superseded by #101.

@dependabot dependabot bot closed this May 3, 2024
@dependabot dependabot bot deleted the dependabot/nuget/tests/Moneybird.Net.Tests/dependencies-5653d4fe02 branch May 3, 2024 03:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants