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

chore(deps): bump the dotnet group across 1 directory with 10 updates #108

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Bumps the dotnet group with 10 updates in the / directory:

Package From To
BenchmarkDotNet 0.13.5 0.14.0
System.CodeDom 8.0.0 5.0.0
BenchmarkDotNet 0.13.5 0.14.0
BenchmarkDotNet.Diagnostics.Windows 0.12.1 0.14.0
System.CodeDom 8.0.0 5.0.0
Microsoft.Build 17.11.4 17.12.6
Microsoft.Build.Framework 17.11.4 17.12.6
System.CodeDom 8.0.0 9.0.0
Microsoft.Build.Utilities.Core 17.11.4 17.12.6
Microsoft.SourceLink.GitHub 1.0.0 8.0.0
Microsoft.NET.Test.Sdk 17.11.1 17.12.0
xunit.runner.visualstudio 3.0.0-pre.35 3.0.0-pre.49
XunitXml.TestLogger 4.0.254 4.1.0

Updates BenchmarkDotNet from 0.13.5 to 0.14.0

Release notes

Sourced from BenchmarkDotNet's releases.

0.14.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html

Highlights

  • Introduce BenchmarkDotNet.Diagnostics.dotMemory #2549: memory allocation profile of your benchmarks using dotMemory, see @​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser
  • Introduce BenchmarkDotNet.Exporters.Plotting #2560: plotting via ScottPlot (initial version)
  • Multiple bugfixes
  • The default build toolchains have been updated to pass IntermediateOutputPath, OutputPath, and OutDir properties to the dotnet build command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own .csproj and .props from those properties if you need to copy custom files to the output.

Bug fixes

  • Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's UseArtifactsOutput.

Breaking Changes

  • DotNetCliBuilder removed retryFailedBuildWithNoDeps constructor option.
  • DotNetCliCommand removed RetryFailedBuildWithNoDeps property and BuildNoRestoreNoDependencies() and PublishNoBuildAndNoRestore() methods (replaced with PublishNoRestore()).

0.13.12

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html

Highlights

The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE! The detailed guide can be found here.

This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#2491).

Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.

0.13.11

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html

In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.

Resolved issues (4)

  • #2060 NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee: @​adamsitnik)
  • #2233 Q: Include hardware counters in XML output (assignee: @​nazulg)
  • #2388 Include AVX512 in listed HardwareIntrinsics
  • #2463 Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee: @​adamsitnik)

Merged pull requests (8)

... (truncated)

Commits
  • cf882d3 Add macOS Sequoia in OsBrandStringHelper
  • 17cf3b0 [docs] Prepare v0.14.0 changelog
  • b3fbe7c Set next BenchmarkDotNet version: 0.14.0
  • 23e6c52 Fix InvalidOperationException in DotMemoryDiagnoser
  • 3d34edb Bump JetBrains.Profiler.SelfApi: 2.5.2->2.5.9
  • bf0a49d fix(CI): Deprecation issues (#2605)
  • 0275649 Fixed crash from TaskbarProgress when BuiltInComInteropSupport is disabled. ...
  • 15200d4 [build] Add BenchmarkDotNet.Exporters.Plotting.Tests to unit-tests
  • 834417a Improve logging in ScottPlotExporterTests
  • f8082a2 Fix IntroSummaryStyle compilation
  • Additional commits viewable in compare view

Updates System.CodeDom from 8.0.0 to 5.0.0

Commits
  • cf258a1 [release/5.0] [browser][crypto] Remove restraining not supported attribute Pr...
  • 25c7409 [release/5.0] Fix missing signatures for Cross bitness DAC symbols (#43499)
  • aedbe68 Pass target properties to signing
  • 2b9b47d Pass down buildArchitecture for signing
  • 4de00f8 Unify paths used for cross-bit components
  • 25e8b0d [release/5.0] [.NET 5.0] Add support for libicu67 and several more higher ver...
  • 2d8e19f Change default FeedbackSize for TripleDES internal implementation to 8
  • 78740be Don't autoupgrade homebrew formula in install-native-dependencies.sh (#43353)
  • be12034 [release/5.0] Update dependencies from dotnet/arcade (#43321)
  • d90f149 [release/5.0] [wasm][net] System.Net.Mail should not throw PNSE for full asse...
  • Additional commits viewable in compare view

Updates BenchmarkDotNet from 0.13.5 to 0.14.0

Release notes

Sourced from BenchmarkDotNet's releases.

0.14.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html

Highlights

  • Introduce BenchmarkDotNet.Diagnostics.dotMemory #2549: memory allocation profile of your benchmarks using dotMemory, see @​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser
  • Introduce BenchmarkDotNet.Exporters.Plotting #2560: plotting via ScottPlot (initial version)
  • Multiple bugfixes
  • The default build toolchains have been updated to pass IntermediateOutputPath, OutputPath, and OutDir properties to the dotnet build command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own .csproj and .props from those properties if you need to copy custom files to the output.

Bug fixes

  • Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's UseArtifactsOutput.

Breaking Changes

  • DotNetCliBuilder removed retryFailedBuildWithNoDeps constructor option.
  • DotNetCliCommand removed RetryFailedBuildWithNoDeps property and BuildNoRestoreNoDependencies() and PublishNoBuildAndNoRestore() methods (replaced with PublishNoRestore()).

0.13.12

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html

Highlights

The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE! The detailed guide can be found here.

This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#2491).

Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.

0.13.11

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html

In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.

Resolved issues (4)

  • #2060 NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee: @​adamsitnik)
  • #2233 Q: Include hardware counters in XML output (assignee: @​nazulg)
  • #2388 Include AVX512 in listed HardwareIntrinsics
  • #2463 Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee: @​adamsitnik)

Merged pull requests (8)

... (truncated)

Commits
  • cf882d3 Add macOS Sequoia in OsBrandStringHelper
  • 17cf3b0 [docs] Prepare v0.14.0 changelog
  • b3fbe7c Set next BenchmarkDotNet version: 0.14.0
  • 23e6c52 Fix InvalidOperationException in DotMemoryDiagnoser
  • 3d34edb Bump JetBrains.Profiler.SelfApi: 2.5.2->2.5.9
  • bf0a49d fix(CI): Deprecation issues (#2605)
  • 0275649 Fixed crash from TaskbarProgress when BuiltInComInteropSupport is disabled. ...
  • 15200d4 [build] Add BenchmarkDotNet.Exporters.Plotting.Tests to unit-tests
  • 834417a Improve logging in ScottPlotExporterTests
  • f8082a2 Fix IntroSummaryStyle compilation
  • Additional commits viewable in compare view

Updates BenchmarkDotNet.Diagnostics.Windows from 0.12.1 to 0.14.0

Release notes

Sourced from BenchmarkDotNet.Diagnostics.Windows's releases.

0.14.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html

Highlights

  • Introduce BenchmarkDotNet.Diagnostics.dotMemory #2549: memory allocation profile of your benchmarks using dotMemory, see @​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser
  • Introduce BenchmarkDotNet.Exporters.Plotting #2560: plotting via ScottPlot (initial version)
  • Multiple bugfixes
  • The default build toolchains have been updated to pass IntermediateOutputPath, OutputPath, and OutDir properties to the dotnet build command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own .csproj and .props from those properties if you need to copy custom files to the output.

Bug fixes

  • Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's UseArtifactsOutput.

Breaking Changes

  • DotNetCliBuilder removed retryFailedBuildWithNoDeps constructor option.
  • DotNetCliCommand removed RetryFailedBuildWithNoDeps property and BuildNoRestoreNoDependencies() and PublishNoBuildAndNoRestore() methods (replaced with PublishNoRestore()).

0.13.12

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html

Highlights

The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE! The detailed guide can be found here.

This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#2491).

Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.

0.13.11

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html

In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.

Resolved issues (4)

  • #2060 NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee: @​adamsitnik)
  • #2233 Q: Include hardware counters in XML output (assignee: @​nazulg)
  • #2388 Include AVX512 in listed HardwareIntrinsics
  • #2463 Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee: @​adamsitnik)

Merged pull requests (8)

... (truncated)

Commits
  • cf882d3 Add macOS Sequoia in OsBrandStringHelper
  • 17cf3b0 [docs] Prepare v0.14.0 changelog
  • b3fbe7c Set next BenchmarkDotNet version: 0.14.0
  • 23e6c52 Fix InvalidOperationException in DotMemoryDiagnoser
  • 3d34edb Bump JetBrains.Profiler.SelfApi: 2.5.2->2.5.9
  • bf0a49d fix(CI): Deprecation issues (#2605)
  • 0275649 Fixed crash from TaskbarProgress when BuiltInComInteropSupport is disabled. ...
  • 15200d4 [build] Add BenchmarkDotNet.Exporters.Plotting.Tests to unit-tests
  • 834417a Improve logging in ScottPlotExporterTests
  • f8082a2 Fix IntroSummaryStyle compilation
  • Additional commits viewable in compare view

Updates System.CodeDom from 8.0.0 to 5.0.0

Commits
  • cf258a1 [release/5.0] [browser][crypto] Remove restraining not supported attribute Pr...
  • 25c7409 [release/5.0] Fix missing signatures for Cross bitness DAC symbols (#43499)
  • aedbe68 Pass target properties to signing
  • 2b9b47d Pass down buildArchitecture for signing
  • 4de00f8 Unify paths used for cross-bit components
  • 25e8b0d [release/5.0] [.NET 5.0] Add support for libicu67 and several more higher ver...
  • 2d8e19f Change default FeedbackSize for TripleDES internal implementation to 8
  • 78740be Don't autoupgrade homebrew formula in install-native-dependencies.sh (#43353)
  • be12034 [release/5.0] Update dependencies from dotnet/arcade (#43321)
  • d90f149 [release/5.0] [wasm][net] System.Net.Mail should not throw PNSE for full asse...
  • Additional commits viewable in compare view

Updates Microsoft.Build from 17.11.4 to 17.12.6

Release notes

Sourced from Microsoft.Build's releases.

v17.12.6

What's Changed

... (truncated)

Commits
  • 43a2496 Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ...
  • 298a15a [automated] Merge branch 'vs17.11' => 'vs17.12' (#10857)
  • 5b86656 [vs17.12] Localized file check-in by OneLocBuild Task: Build definition ID 94...
  • db5f601 Bump STJ to 8.0.5 (#10842)
  • 5cae248 [automated] Merge branch 'vs17.11' => 'vs17.12' (#10818)
  • 2939083 [vs17.12] Update dependencies from dotnet/arcade (#10834)
  • 0258a80 [automated] Merge branch 'vs17.11' => 'vs17.12' (#10805)
  • 4ae11fa [17.12] Prevent contention between CancelAllSubmissions and EndBuild (#10745)
  • e7dfc71 Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ...
  • ff5cb70 Fix parsing .editorconfig EOL (#10740)
  • Additional commits viewable in compare view

Updates Microsoft.Build.Framework from 17.11.4 to 17.12.6

Release notes

Sourced from Microsoft.Build.Framework's releases.

v17.12.6

What's Changed

... (truncated)

Commits
  • 43a2496 Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ...
  • 298a15a [automated] Merge branch 'vs17.11' => 'vs17.12' (#10857)
  • 5b86656 [vs17.12] Localized file check-in by OneLocBuild Task: Build definition ID 94...
  • db5f601 Bump STJ to 8.0.5 (#10842)
  • 5cae248 [automated] Merge branch 'vs17.11' => 'vs17.12' (#10818)
  • 2939083 [vs17.12] Update dependencies from dotnet/arcade (#10834)
  • 0258a80 [automated] Merge branch 'vs17.11' => 'vs17.12' (#10805)
  • 4ae11fa [17.12] Prevent contention between CancelAllSubmissions and EndBuild (#10745)
  • e7dfc71 Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ...
  • ff5cb70 Fix parsing .editorconfig EOL (#10740)
  • Additional commits viewable in compare view

Updates System.CodeDom from 8.0.0 to 9.0.0

Commits
  • cf258a1 [release/5.0] [browser][crypto] Remove restraining not supported attribute Pr...
  • 25c7409 [release/5.0] Fix missing signatures for Cross bitness DAC symbols (#43499)
  • aedbe68 Pass target properties to signing
  • 2b9b47d Pass down buildArchitecture for signing
  • 4de00f8 Unify paths used for cross-bit components
  • 25e8b0d [release/5.0] [.NET 5.0] Add support for libicu67 and several more higher ver...
  • 2d8e19f Change default FeedbackSize for TripleDES internal implementation to 8
  • 78740be Don't autoupgrade homebrew formula in install-native-dependencies.sh (#43353)
  • be12034 [release/5.0] Update dependencies from dotnet/arcade (#43321)
  • d90f149 [release/5.0] [wasm][net] System.Net.Mail should not throw PNSE for full asse...
  • Additional commits viewable in compare view

Updates Microsoft.Build.Utilities.Core from 17.11.4 to 17.12.6

Release notes

Sourced from Microsoft.Build.Utilities.Core's releases.

v17.12.6

What's Changed

Bumps the dotnet group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | `0.13.5` | `0.14.0` |
| [System.CodeDom](https://github.com/dotnet/runtime) | `8.0.0` | `5.0.0` |
| [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | `0.13.5` | `0.14.0` |
| [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) | `0.12.1` | `0.14.0` |
| [System.CodeDom](https://github.com/dotnet/runtime) | `8.0.0` | `5.0.0` |
| [Microsoft.Build](https://github.com/dotnet/msbuild) | `17.11.4` | `17.12.6` |
| [Microsoft.Build.Framework](https://github.com/dotnet/msbuild) | `17.11.4` | `17.12.6` |
| [System.CodeDom](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` |
| [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) | `17.11.4` | `17.12.6` |
| [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) | `1.0.0` | `8.0.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `3.0.0-pre.35` | `3.0.0-pre.49` |
| [XunitXml.TestLogger](https://github.com/spekt/testlogger) | `4.0.254` | `4.1.0` |



Updates `BenchmarkDotNet` from 0.13.5 to 0.14.0
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.5...v0.14.0)

Updates `System.CodeDom` from 8.0.0 to 5.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v5.0.0)

Updates `BenchmarkDotNet` from 0.13.5 to 0.14.0
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.5...v0.14.0)

Updates `BenchmarkDotNet.Diagnostics.Windows` from 0.12.1 to 0.14.0
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.12.1...v0.14.0)

Updates `System.CodeDom` from 8.0.0 to 5.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v5.0.0)

Updates `Microsoft.Build` from 17.11.4 to 17.12.6
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](dotnet/msbuild@v17.11.4...v17.12.6)

Updates `Microsoft.Build.Framework` from 17.11.4 to 17.12.6
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](dotnet/msbuild@v17.11.4...v17.12.6)

Updates `System.CodeDom` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v5.0.0)

Updates `Microsoft.Build.Utilities.Core` from 17.11.4 to 17.12.6
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](dotnet/msbuild@v17.11.4...v17.12.6)

Updates `Microsoft.SourceLink.GitHub` from 1.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](dotnet/sourcelink@1.0.0...8.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 `xunit.runner.visualstudio` from 3.0.0-pre.35 to 3.0.0-pre.49
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@3.0.0-pre.35...3.0.0-pre.49)

Updates `XunitXml.TestLogger` from 4.0.254 to 4.1.0
- [Release notes](https://github.com/spekt/testlogger/releases)
- [Changelog](https://github.com/spekt/testlogger/blob/master/CHANGELOG.md)
- [Commits](spekt/testlogger@v4.0.254...v4.1.0)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: System.CodeDom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: BenchmarkDotNet.Diagnostics.Windows
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: System.CodeDom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.Build
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Build.Framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: System.CodeDom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.Build.Utilities.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: XunitXml.TestLogger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

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

dependabot bot commented on behalf of github Dec 10, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 10, 2024
@dependabot dependabot bot deleted the dependabot/nuget/dotnet-27d8284a17 branch December 10, 2024 12:54
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