Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the nuget-packages group with 7 updates in the / directory:

Package From To
Microsoft.Extensions.DependencyInjection 8.0.0 8.0.1
Microsoft.Extensions.Hosting 8.0.0 8.0.1
System.Text.Json 8.0.4 8.0.5
Microsoft.Extensions.DependencyInjection 8.0.0 8.0.1
Microsoft.Extensions.Logging.Abstractions 8.0.1 8.0.2
System.Text.Json 8.0.4 8.0.5
Vortice.D3DCompiler 3.5.0 3.6.2
Vortice.Direct3D11 3.5.0 3.6.2
nuke.globaltool 8.1.1 8.1.2

Updates Microsoft.Extensions.DependencyInjection from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

.NET 8.0.1

Release

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Hosting from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

.NET 8.0.1

Release

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • Additional commits viewable in compare view

Updates System.Text.Json from 8.0.4 to 8.0.5

Release notes

Sourced from System.Text.Json's releases.

.NET 8.0.5

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.DependencyInjection from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

.NET 8.0.1

Release

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Logging.Abstractions from 8.0.1 to 8.0.2

Release notes

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

.NET 8.0.2

Release

Commits
  • 1381d5e Merge in 'release/8.0' changes
  • c987e4f [release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (#97110)
  • 441c91d Merge in 'release/8.0' changes
  • c93800e Merge pull request #97065 from carlossanlop/release/8.0-staging
  • c2d2bb3 Merge branch 'release/8.0' into release/8.0-staging
  • 6d35e39 [release/8.0-staging] UInt64.CreateSaturating<Int128> truncates instead of sa...
  • 96b0a55 [release/8.0-staging] macOS: Set certificate as a dependency of private key h...
  • 85c2772 [release/8.0] Fix server-side OCSP stapling on Linux (#96838)
  • 683da71 [release/8.0-staging] Gen0 segment should always be reported as Gen0 for DacH...
  • f9d0a7b [release/8.0-staging] Fix Crossgen2 PDB generation (again) (#96566)
  • Additional commits viewable in compare view

Updates System.Text.Json from 8.0.4 to 8.0.5

Release notes

Sourced from System.Text.Json's releases.

.NET 8.0.5

Release

What's Changed

... (truncated)

Commits

Updates Vortice.D3DCompiler from 3.5.0 to 3.6.2

Changelog

Sourced from Vortice.D3DCompiler's changelog.

Changelog

Current Stable Release: 3.6.0 (October 2024)


Release: 3.6.2 (October 2024)

  • [ENH] Breaking change: Map C++ UINT, UINT32, uint32_t to UInt32 in C# not Int32 as before_
  • [ENH] Direct3D12 and DirectML: Use uint instead of int remap.
  • [ENH] DirectML : Update to 1.15.2.
  • [ENH] Direct3D12: Add D3D12GetInterface support and relative class Guids.
  • [ENH] MediaFoundation: More bindings improvements, add callback supports
  • [ENH] MediaFoundation: Add VirtualCamera support (mfvirtualcamera.h)
  • [ENH] General: Drop .net7 support
  • [ENH] Vortice.Dxc: Handle correctly IDxcCompilerArgs bindings and improve interop
  • [ENH] Vortice.WinUI interop improvements.
  • [ENH] IDXGISwapChain1.Present overload renamed to Present1 to keep consistency with native code.
  • [ENH] Update DX Compiler release for May 2024 https://github.com/microsoft/DirectXShaderCompiler/releases/tag/v1.8.2405
  • [ENH] Update DirectML 1.13.1
  • [ENH] Update DirectX Headers to 1.614.0

Release: 3.5.0 (March 2024)

  • [ENH] Update DirectX Headers to 1.613.0
  • [ENH] Update DX Compiler release for March 2024
  • [ENH] Add Vortice.Wpf for WPF integration
  • [ENH] Add Vortice.WinForms for WindowsForms integration
  • [ENH] Update DirectX Headers to 1.611.1
  • [ENH] Update DirectStorage to 1.2.1

Release: 3.3.4 (October 2023)

  • [ENH] DirectSound support.
  • [ENH] Drop net6.0 and support net7.0 and net8.0
  • [ENH] Drop netstandard 2.0 and support net6.0 and net7.0

Release: 2.4.2 (March 2023)

  • [ENH] General: Support trimming and AOT
  • [ENH] Direct3D12: Improve DRED support
  • [ENH] Direct3D11 and Direct3D12: Improve bindings in state descriptions and FIX marshal of SamplerDescription

Release: 2.2.X (December 2022)

  • [ENH] Direct3D12: Improve DRED support

... (truncated)

Commits

Updates Vortice.Direct3D11 from 3.5.0 to 3.6.2

Changelog

Sourced from Vortice.Direct3D11's changelog.

Changelog

Current Stable Release: 3.6.0 (October 2024)


Release: 3.6.2 (October 2024)

  • [ENH] Breaking change: Map C++ UINT, UINT32, uint32_t to UInt32 in C# not Int32 as before_
  • [ENH] Direct3D12 and DirectML: Use uint instead of int remap.
  • [ENH] DirectML : Update to 1.15.2.
  • [ENH] Direct3D12: Add D3D12GetInterface support and relative class Guids.
  • [ENH] MediaFoundation: More bindings improvements, add callback supports
  • [ENH] MediaFoundation: Add VirtualCamera support (mfvirtualcamera.h)
  • [ENH] General: Drop .net7 support
  • [ENH] Vortice.Dxc: Handle correctly IDxcCompilerArgs bindings and improve interop
  • [ENH] Vortice.WinUI interop improvements.
  • [ENH] IDXGISwapChain1.Present overload renamed to Present1 to keep consistency with native code.
  • [ENH] Update DX Compiler release for May 2024 https://github.com/microsoft/DirectXShaderCompiler/releases/tag/v1.8.2405
  • [ENH] Update DirectML 1.13.1
  • [ENH] Update DirectX Headers to 1.614.0

Release: 3.5.0 (March 2024)

  • [ENH] Update DirectX Headers to 1.613.0
  • [ENH] Update DX Compiler release for March 2024
  • [ENH] Add Vortice.Wpf for WPF integration
  • [ENH] Add Vortice.WinForms for WindowsForms integration
  • [ENH] Update DirectX Headers to 1.611.1
  • [ENH] Update DirectStorage to 1.2.1

Release: 3.3.4 (October 2023)

  • [ENH] DirectSound support.
  • [ENH] Drop net6.0 and support net7.0 and net8.0
  • [ENH] Drop netstandard 2.0 and support net6.0 and net7.0

Release: 2.4.2 (March 2023)

  • [ENH] General: Support trimming and AOT
  • [ENH] Direct3D12: Improve DRED support
  • [ENH] Direct3D11 and Direct3D12: Improve bindings in state descriptions and FIX marshal of SamplerDescription

Release: 2.2.X (December 2022)

  • [ENH] Direct3D12: Improve DRED support

... (truncated)

Commits

Updates nuke.globaltool from 8.1.1 to 8.1.2

Release notes

Sourced from nuke.globaltool's releases.

8.1.2

  • Fixed exclusion of skipped target from lookup for skippable dependencies
  • Fixed resolution of empty environment variables to false
  • Fixed parallel execution to prefer logger from settings
Changelog

Sourced from nuke.globaltool's changelog.

[8.1.2] / 2024-10-13

  • Fixed exclusion of skipped target from lookup for skippable dependencies
  • Fixed resolution of empty environment variables to false
  • Fixed parallel execution to prefer logger from settings
Commits
  • e782a00 Merge branch 'hotfix/8.1.1'
  • d3ef1b0 chore: CHANGELOG.md for 8.1.2
  • 0cc02f3 chore: update CHANGELOG.md
  • 1b0de60 fix(utilities): mandatory boolean default for conversion from string values
  • 6895f4c build: update dependencies
  • b389113 fix(execution): prefer logger from settings in parallel execution
  • 0464568 fix(execution): exclude skipped target from lookup for skippable dependencies
  • See full diff in compare view

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 nuget-packages group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` |
| [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.4` | `8.0.5` |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `8.0.1` | `8.0.2` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.4` | `8.0.5` |
| [Vortice.D3DCompiler](https://github.com/amerkoleci/Vortice.Windows) | `3.5.0` | `3.6.2` |
| [Vortice.Direct3D11](https://github.com/amerkoleci/Vortice.Windows) | `3.5.0` | `3.6.2` |
| [nuke.globaltool](https://github.com/nuke-build/nuke) | `8.1.1` | `8.1.2` |



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

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

Updates `System.Text.Json` from 8.0.4 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.4...v8.0.5)

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

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

Updates `System.Text.Json` from 8.0.4 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.4...v8.0.5)

Updates `Vortice.D3DCompiler` from 3.5.0 to 3.6.2
- [Release notes](https://github.com/amerkoleci/Vortice.Windows/releases)
- [Changelog](https://github.com/amerkoleci/Vortice.Windows/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amerkoleci/Vortice.Windows/commits)

Updates `Vortice.Direct3D11` from 3.5.0 to 3.6.2
- [Release notes](https://github.com/amerkoleci/Vortice.Windows/releases)
- [Changelog](https://github.com/amerkoleci/Vortice.Windows/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amerkoleci/Vortice.Windows/commits)

Updates `nuke.globaltool` from 8.1.1 to 8.1.2
- [Release notes](https://github.com/nuke-build/nuke/releases)
- [Changelog](https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md)
- [Commits](nuke-build/nuke@8.1.1...8.1.2)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-packages
- dependency-name: Microsoft.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-packages
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-packages
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-packages
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-packages
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-packages
- dependency-name: Vortice.D3DCompiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-packages
- dependency-name: Vortice.Direct3D11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-packages
- dependency-name: nuke.globaltool
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the 🔧dependencies Pull requests that update a dependency file label Oct 14, 2024
@dependabot dependabot bot requested a review from DemoBytom October 14, 2024 02:19
@DemoBytom DemoBytom enabled auto-merge October 14, 2024 12:04
@DemoBytom DemoBytom self-assigned this Oct 14, 2024
@coveralls
Copy link

Coverage Status

coverage: 26.816%. remained the same
when pulling 47ee2a7 on dependabot/nuget/develop/nuget-packages-74049c573b
into 9d41d66 on develop.

@DemoBytom DemoBytom merged commit 174e199 into develop Oct 14, 2024
3 checks passed
@DemoBytom DemoBytom deleted the dependabot/nuget/develop/nuget-packages-74049c573b branch October 14, 2024 12:18
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.

2 participants