build(deps): bump Serilog.Sinks.Async and System.Threading.Channels by dependabot[bot] · Pull Request #647 · microsoft/sbom-tool (original) (raw)
Bumps Serilog.Sinks.Async and System.Threading.Channels. These dependencies needed to be updated together.
Updates Serilog.Sinks.Async from 1.5.0 to 2.0.0
Release notes
Sourced from Serilog.Sinks.Async's releases.
v2.0.0
- #85 - fixed typo in README.md (@NielsPilgaard)
- #95 - update to Serilog 4, remove redundant
WriteTo.Async()overloads, drop pre-netstandard2.0TFMs (@nblumhardt)
Commits
- 8dc424e Merge pull request #96 from serilog/dev
- efe940a Update published branch names, publishing key
- f0e20b1 Merge pull request #95 from nblumhardt/serilog-4
- 6ff6c82 New publishing key [skip ci]
- 6cd51b8 Don't re-specify default included refs, include net48 in test targets
- 4bef6f9 File preamble ordering
- 0f062c5 Update to VS2022 worker image, pwsh
- b32bb6a Update dependencies, fix lints
- ef00e39 File-scoped namespaces
- 947d047 Update to Serilog 4, align TFMs, enable strict null checks, remove redundant ...
- Additional commits viewable in compare view
Updates System.Threading.Channels from 6.0.0 to 8.0.0
Release notes
Sourced from System.Threading.Channels's releases.
.NET 8.0.0
What's Changed
- [release/8.0-rc1] [release/8.0] Events for IL methods without IL headers by @github-actions in dotnet/runtime#92317
- [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#92340
- [release/8.0-rc1] [release/8.0] Fix wasi build. by @github-actions in dotnet/runtime#92368
- [automated] Merge branch 'release/8.0-rc2' => 'release/8.0' by @dotnet-maestro-bot in dotnet/runtime#92325
- [release/8.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in dotnet/runtime#92303
- [automated] Merge branch 'release/8.0-rc1' => 'release/8.0' by @dotnet-maestro-bot in dotnet/runtime#92374
- [release/8.0] Bump version to GA by @carlossanlop in dotnet/runtime#92305
- [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#92476
- [automated] Merge branch 'release/8.0-rc2' => 'release/8.0' by @dotnet-maestro-bot in dotnet/runtime#92401
- [release/8.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in dotnet/runtime#92418
- [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#92474
- [release/8.0] Update dependencies from dnceng/internal/dotnet-optimization by @dotnet-maestro in dotnet/runtime#92473
- [release/8.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in dotnet/runtime#92488
- [automated] Merge branch 'release/8.0-rc2' => 'release/8.0' by @dotnet-maestro-bot in dotnet/runtime#92484
- [release/8.0] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in dotnet/runtime#92499
- [release/8.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in dotnet/runtime#92532
- [automated] Merge branch 'release/8.0-rc2' => 'release/8.0' by @dotnet-maestro-bot in dotnet/runtime#92515
- [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#92641
- [release/8.0] Update dependencies from dotnet/emsdk dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#92606
- [release/8.0][wasm] Fix regressed file sizes for blazor by @radical in dotnet/runtime#92627
- [release/8.0] JIT: Fixed containment of STOREIND of HW intrinsics ConvertTo*/Extract* by @github-actions in dotnet/runtime#92513
- [release/8.0] Define bool as Interop.BOOL to prevent upper bytes setting native bool by @github-actions in dotnet/runtime#92681
- [release/8.0] Make CoreCLR/NativeAOT assembly compile with .subsections_via_symbols on Apple platforms by @github-actions in dotnet/runtime#92544
- [release/8.0] Fix LLVMAOT Mono runtime variant official build to produce correctly named runtime packs by @github-actions in dotnet/runtime#92737
- [release/8.0] Remove all PGO assets except for the runtime PGO archive. by @github-actions in dotnet/runtime#92735
- [release/8.0] Put HasNativeCodeReJITAware into GetFunctionAddress by @github-actions in dotnet/runtime#92665
- [release/8.0] Update dependencies from dotnet/cecil dotnet/emsdk by @dotnet-maestro in dotnet/runtime#92702
- [release/8.0][wasm] Fix Wasm.Build.Tests failing due to an old skiasharp reference by @radical in dotnet/runtime#92747
- [release/8.0] Update dependencies from dotnet/installer by @radical in dotnet/runtime#92745
- [release/8.0] Bring back CopyOutputSymbolsToPublishDirectory by @github-actions in dotnet/runtime#92369
- [release/8.0] Update dependencies from
dotnet/installerby @radical in dotnet/runtime#92795- [release/8.0] Update dependencies from dnceng/internal/dotnet-optimization by @dotnet-maestro in dotnet/runtime#92762
- [release/8.0] Update dependencies from dnceng/internal/dotnet-optimization by @dotnet-maestro in dotnet/runtime#92816
- [release/8.0][wasm][debugger] Support multidimensional indexing of object scheme by @ilonatommy in dotnet/runtime#92753
- [release/8.0] [browser] Remove duplicated marshaling of return value for JSExport by @github-actions in dotnet/runtime#92886
- [release/8.0] [browser][nodejs] keep runtime alive for JSExport calls by @github-actions in dotnet/runtime#92890
- [release/8.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in dotnet/runtime#92503
- [release/8.0] Make config binding gen incremental (#89587) by @layomia in dotnet/runtime#92730
- [release/8.0] [wasm] Endian fix for Webcil by @github-actions in dotnet/runtime#92495
- [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#92935
- [release/8.0] Update dependencies from dotnet/cecil dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#92932
- [release/8.0][wasm] Use intended ports when running
DevServerby @radical in dotnet/runtime#92906- [release/8.0] Fix deadlock in EventPipeEventDispatcher by @github-actions in dotnet/runtime#92912
- [release/8.0] CI: runtime-wasm-perf: disable for PRs by @radical in dotnet/runtime#92977
- [release/8.0] Throw when applying
JsonObjectHandling.Populateto types with parameterized constructors. by @github-actions in dotnet/runtime#92947- [release/8.0] Use invariant culture in CBOR date encoding by @github-actions in dotnet/runtime#92924
... (truncated)
Commits
- 5535e31 Merge in 'release/8.0' changes
- e0bed94 Update dependencies from https://github.com/dotnet/emsdk build 20231030.2 (#9...
- 0395649 Merge in 'release/8.0' changes
- 0a7709a [release/8.0] Bump net7 downlevel version to 7.0.14 (#94192)
- a60d358 Merge in 'release/8.0' changes
- 7331dcb [8.0] Update MsQuic (#93979)
- 17ea9ab Merged PR 34793: [internal/release/8.0] Merge from public
- 2066e8f Apply suggestions from code review
- 59edaad [release/8.0] Honor JsonSerializerOptions.PropertyNameCaseInsensitive in prop...
- 488a8a3 [release/8.0][wasm] Fix perf pipeline runs (#93888)
- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.