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 nuget-dependencies group in /src with 7 updates #45

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2024

Bumps the nuget-dependencies group in /src with 7 updates:

Package From To
Microsoft.Extensions.Logging.Abstractions 7.0.1 8.0.0
GitHubActionsTestLogger 2.3.2 2.3.3
Microsoft.NET.Test.Sdk 17.6.3 17.8.0
xunit 2.5.0 2.6.6
xunit.runner.visualstudio 2.5.0 2.5.6
Microsoft.Extensions.DependencyInjection 7.0.0 8.0.0
Microsoft.Extensions.Http 7.0.0 8.0.0
Microsoft.Extensions.Logging.Abstractions 7.0.1 8.0.0

Updates Microsoft.Extensions.Logging.Abstractions from 7.0.1 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Updates GitHubActionsTestLogger from 2.3.2 to 2.3.3

Changelog

Sourced from GitHubActionsTestLogger's changelog.

v2.3.3 (24-Aug-2023)

  • Fixed an issue where parameterized tests that contained a . character in their fully qualified name were not properly grouped in the test summary.
Commits

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

Release notes

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

v17.8.0

What's Changed

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

v17.8.0-release-23468-02

What's Changed

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

v17.8.0-preview-23424-02

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.8.0-preview-23371-04...v17.8.0-preview-23424-02

v17.8.0-preview-23371-04

Issues Fixed

  • Take System dlls from testhost folder #4610
  • Simplify naming in ExecutionTests
  • Fix XmlException when writing Html log with certain test names #4576

Full Changelog: here

Drops

v17.7.2

What's Changed

... (truncated)

Commits

Updates xunit from 2.5.0 to 2.6.6

Commits
  • f03fe09 v2.6.6
  • 280a0cb Update build to use .NET SDK 8 and C# 12 (#2863)
  • fdf75ab #2334: Add assembly-level support for BeforeAfterTestAttribute (v2)
  • ba06476 Add targetFramework for xunit.assert.nuspec
  • 9db7d30 Test out additional target framework dependencies in .nuspec files
  • 27e91e3 Bump up to 2.6.6-pre
  • 7f82765 v2.6.5
  • 98f19dd Updated tests (for analyzer exclusions)
  • 298b1b1 #2854: Add constructors and AddRange for TheoryData<T>
  • 36fe729 Bump up to v2.6.5-pre
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.5.0 to 2.5.6

Commits

Updates Microsoft.Extensions.DependencyInjection from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Http from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.Http's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Logging.Abstractions from 7.0.1 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

.NET 8.0.0

Release

What's Changed

Bumps the nuget-dependencies group in /src with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `7.0.1` | `8.0.0` |
| [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger) | `2.3.2` | `2.3.3` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.6.3` | `17.8.0` |
| [xunit](https://github.com/xunit/xunit) | `2.5.0` | `2.6.6` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.0` | `2.5.6` |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` |
| [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `7.0.1` | `8.0.0` |


Updates `Microsoft.Extensions.Logging.Abstractions` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.1...v8.0.0)

Updates `GitHubActionsTestLogger` from 2.3.2 to 2.3.3
- [Changelog](https://github.com/Tyrrrz/GitHubActionsTestLogger/blob/master/Changelog.md)
- [Commits](Tyrrrz/GitHubActionsTestLogger@2.3.2...2.3.3)

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

Updates `xunit` from 2.5.0 to 2.6.6
- [Commits](xunit/xunit@2.5.0...2.6.6)

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

Updates `Microsoft.Extensions.DependencyInjection` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Extensions.Http` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Extensions.Logging.Abstractions` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: GitHubActionsTestLogger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Http
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 16, 2024
@hughesjs hughesjs merged commit b5aaaea into master Jan 16, 2024
3 checks passed
@hughesjs hughesjs deleted the dependabot/nuget/src/nuget-dependencies-87e6121eba branch January 16, 2024 08:56
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