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 across 1 directory with 14 updates #468

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps the dependencies group with 14 updates in the / directory:

Package From To
HtmlAgilityPack 1.11.71 1.11.72
Microsoft.Extensions.Caching.Abstractions 8.0.0 9.0.0
Microsoft.Extensions.Options 8.0.2 9.0.0
Microsoft.NET.Test.Sdk 17.11.1 17.12.0
MSTest.TestAdapter 3.6.2 3.7.0
MSTest.TestFramework 3.6.2 3.7.0
Microsoft.AspNetCore.Components.WebAssembly 8.0.10 8.0.11
Microsoft.AspNetCore.Components.WebAssembly.DevServer 8.0.10 9.0.0
System.Net.Http.Json 8.0.1 9.0.0
Microsoft.AspNetCore.Components.WebAssembly.Server 8.0.10 8.0.11
Microsoft.Extensions.Caching.Memory 8.0.1 9.0.0
Microsoft.Extensions.Caching.SqlServer 8.0.10 9.0.0
Pomelo.Extensions.Caching.MySql 2.2.0 2.2.1
Microsoft.Web.WebView2 1.0.2849.39 1.0.2903.40

Updates HtmlAgilityPack from 1.11.71 to 1.11.72

Release notes

Sourced from HtmlAgilityPack's releases.

v1.11.72

Download the library here

  • Added: AttributeValueQuote.InitialExceptWithoutValue to fix #575

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Commits

Updates Microsoft.Extensions.Caching.Abstractions from 8.0.0 to 9.0.0

Release notes

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

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Options from 8.0.2 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Options's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0

Release notes

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

v17.12.0

What's Changed

Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

Commits

Updates MSTest.TestAdapter from 3.6.2 to 3.7.0

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.7.0

See the release notes here

v3.6.4

See the release notes here

v3.6.3

See the release notes here

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.7.0] - 2024-12-20

See full log here

Added

Fixed

... (truncated)

Commits

Updates MSTest.TestFramework from 3.6.2 to 3.7.0

Release notes

Sourced from MSTest.TestFramework's releases.

v3.7.0

See the release notes here

v3.6.4

See the release notes here

v3.6.3

See the release notes here

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.7.0] - 2024-12-20

See full log here

Added

Fixed

... (truncated)

Commits

Updates Microsoft.AspNetCore.Components.WebAssembly from 8.0.10 to 8.0.11

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly's releases.

.NET 8.0.11

Release

What's Changed

Bumps the dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) | `1.11.71` | `1.11.72` |
| [Microsoft.Extensions.Caching.Abstractions](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.2` | `3.7.0` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.2` | `3.7.0` |
| [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) | `8.0.10` | `8.0.11` |
| [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) | `8.0.10` | `9.0.0` |
| [System.Net.Http.Json](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` |
| [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore) | `8.0.10` | `8.0.11` |
| [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` |
| [Microsoft.Extensions.Caching.SqlServer](https://github.com/dotnet/aspnetcore) | `8.0.10` | `9.0.0` |
| [Pomelo.Extensions.Caching.MySql](https://github.com/pomelofoundation/caching-mysql) | `2.2.0` | `2.2.1` |
| Microsoft.Web.WebView2 | `1.0.2849.39` | `1.0.2903.40` |



Updates `HtmlAgilityPack` from 1.11.71 to 1.11.72
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
- [Commits](zzzprojects/html-agility-pack@v1.11.71...v1.11.72)

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

Updates `Microsoft.Extensions.Options` from 8.0.2 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v9.0.0)

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

Updates `MSTest.TestAdapter` from 3.6.2 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.2...v3.7.0)

Updates `MSTest.TestFramework` from 3.6.2 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.2...v3.7.0)

Updates `Microsoft.AspNetCore.Components.WebAssembly` from 8.0.10 to 8.0.11
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.10...v8.0.11)

Updates `Microsoft.AspNetCore.Components.WebAssembly.DevServer` from 8.0.10 to 9.0.0
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.10...v9.0.0)

Updates `System.Net.Http.Json` from 8.0.1 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v9.0.0)

Updates `Microsoft.AspNetCore.Components.WebAssembly.Server` from 8.0.10 to 8.0.11
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.10...v8.0.11)

Updates `Microsoft.Extensions.Caching.Memory` from 8.0.1 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v9.0.0)

Updates `Microsoft.Extensions.Caching.SqlServer` from 8.0.10 to 9.0.0
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.10...v9.0.0)

Updates `Pomelo.Extensions.Caching.MySql` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/pomelofoundation/caching-mysql/releases)
- [Commits](PomeloFoundation/Caching-MySQL@v2.2.0...v2.2.1)

Updates `Microsoft.Web.WebView2` from 1.0.2849.39 to 1.0.2903.40

---
updated-dependencies:
- dependency-name: HtmlAgilityPack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Caching.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: System.Net.Http.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Caching.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Pomelo.Extensions.Caching.MySql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Web.WebView2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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

dependabot bot commented on behalf of github Jan 14, 2025

Superseded by #469.

@dependabot dependabot bot closed this Jan 14, 2025
@dependabot dependabot bot deleted the dependabot/nuget/dependencies-1f953d307c branch January 14, 2025 04:35
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