Bump the all-dependencies group with 9 updates#346
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the all-dependencies group with 9 updates#346dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps Aspire.Hosting.AppHost from 13.1.1 to 13.1.2 Bumps Aspire.Hosting.Redis from 13.1.1 to 13.1.2 Bumps Azure.Identity from 1.17.1 to 1.18.0 Bumps BenchmarkDotNet from 0.14.0 to 0.15.8 Bumps JsonSchema.Net from 7.4.0 to 9.1.1 Bumps Markdig from 1.0.0 to 1.0.1 Bumps NuGet.Versioning from 7.0.1 to 7.3.0 Bumps OllamaSharp from 5.4.16 to 5.4.18 Bumps OrchardCore.Abstractions from 3.0.0-preview-18908 to 3.0.0-preview-18930 --- updated-dependencies: - dependency-name: Aspire.Hosting.AppHost dependency-version: 13.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Aspire.Hosting.Redis dependency-version: 13.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Azure.Identity dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: BenchmarkDotNet dependency-version: 0.15.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: JsonSchema.Net dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Markdig dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: NuGet.Versioning dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: OllamaSharp dependency-version: 5.4.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: OrchardCore.Abstractions dependency-version: 3.0.0-preview-18930 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Aspire.Hosting.AppHost from 13.1.1 to 13.1.2.
Release notes
Sourced from Aspire.Hosting.AppHost's releases.
13.1.2
What's Changed
Full Changelog: dotnet/aspire@v13.1.1...v13.1.2
Commits viewable in compare view.
Updated Aspire.Hosting.Redis from 13.1.1 to 13.1.2.
Release notes
Sourced from Aspire.Hosting.Redis's releases.
13.1.2
What's Changed
Full Changelog: dotnet/aspire@v13.1.1...v13.1.2
Commits viewable in compare view.
Updated Azure.Identity from 1.17.1 to 1.18.0.
Release notes
Sourced from Azure.Identity's releases.
1.18.0
1.18.0 (2026-02-25)
Features Added
Added experimental
Microsoft.Extensions.ConfigurationandMicrosoft.Extensions.DependencyInjectionintegration for Azure SDK clients. For details, see the Configuration and Dependency Injection documentation.The
WorkloadIdentityCredentialOptions.IsAzureProxyEnabledproperty, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package.AzureDeveloperCliCredentialnow parses JSON error output fromazd auth tokento extract clean error messages instead of including raw JSON in exceptions. Error messages like{"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}}are now displayed asERROR: fetching token: ....1.18.0-beta.3
1.18.0-beta.3 (2026-02-20)
Breaking Changes
WorkloadIdentityCredentialOptions.IsAzureKubernetesTokenProxyEnabledtoIsAzureProxyEnabledto follow .NET naming conventions for boolean properties.Bugs Fixed
Fixed a NullReferenceException that occurred during X509Chain validation on Linux when using the Identity Bindings feature.
Disabled MSAL's internal retry logic for
ConfidentialClientApplicationandPublicClientApplicationto prevent double retries when combined with Azure SDK's retry policy. Only the configured Azure SDK retry policy is applied, avoiding unexpected additional retry attempts.Commits viewable in compare view.
Updated BenchmarkDotNet from 0.14.0 to 0.15.8.
Release notes
Sourced from BenchmarkDotNet's releases.
0.15.8
This release adds OpenMetrics exporter support for Prometheus-compatible metrics export, improves the Roslyn analyzers with multi-target support and better type checking, and fixes several bugs including process deadlocks and WASM trimming issues.
Features
NO_COLORenvironment variable support for disabling console colors (#2870)Improvements
[DynamicallyAccessedMembers]attribute polyfill (#2883)AsyncProcessOutputReaderfor cleaner process output handling (#2878)Bug Fixes
BenchmarkRunner.Run<T>()with arguments on invalid benchmark type (#2880, fixes #2724)Internal
#if-#endifpreprocessor directives using PolySharp polyfills (#2881)Full Changelog: dotnet/BenchmarkDotNet@v0.15.7...v0.15.8
0.15.7
This release introduces Roslyn analyzers to catch incorrect BenchmarkDotNet usage at compile time, improves .NET Framework version detection, and updates OS detection support.
Features
[Arguments],[Params], and[ParamsAllValues]attribute usage[GenericTypeArguments]requirementsBenchmarkRunner.RuninvocationsImprovements
TargetFrameworkAttribute(#2682)OsBrandHelperBug Fixes
TestCaseFilterfor the test adapterInternal
release.yamlFull Changelog: dotnet/BenchmarkDotNet@v0.15.6...v0.15.7
0.15.6
v0.15.6
This release adds ref struct parameter support for
[ArgumentsSource], fixes Native AOT runtime moniker resolution, and upgrades to Perfolizer 0.6.0 with the new Pragmastat statistical engine.Features
[ArgumentsSource]attribute, enablingSpan<T>andReadOnlySpan<char>parameters (#2849)Bug Fixes
Improvements
Documentation
Internal
Full Changelog: dotnet/BenchmarkDotNet@v0.15.5...v0.15.6
0.15.5
This release fixes job naming consistency when using
--runtimes, clamps histogram bin bounds to avoid confusing negative values, and reduces output directory clutter by filtering unnecessary runtime and satellite assembly files.Features
Bug Fixes
SimpleJobAttributeand--runtimesCLI option (#2841)Internal
workflow_dispatchfor test workflow (#2835)Full Changelog: dotnet/BenchmarkDotNet@v0.15.4...v0.15.5
0.15.4
This release fixes issues with
ParamsSourceattribute resolution in inheritance scenarios and corrects a MSBuild syntax error in the TestAdapter.Bug Fixes
[ParamsSource]to resolve overridden methods and properties in derived classes (#2832)TestTfmsInParallelproperty that prevented Visual Studio from loading projects (#2831)Full Changelog: dotnet/BenchmarkDotNet@v0.15.3...v0.15.4
0.15.3
This release brings .NET 10 NativeAOT instruction set support, improved CPU detection on Windows when WMIC is unavailable, test adapter filtering, and numerous bug fixes.
Breaking Changes
.WithNuget()job extension in favor of.WithMsBuildArguments()(#2812)Features
Improvements
IsNetCoreandIsNativeAOTdetection for single-file apps without AOT (#2799)--nodeReuse:falsefor dotnet CLI commands to improve build isolation (#2814)Bug Fixes
ArgumentsSourceon external types not working if the argument type is not primitive (#2820)EtwProfilerfor file paths slightly under 260 characters (#2808)EventProcessor.OnEndValidationStagenot being called when critical validation errors occur (#2816)XmlExceptionthrown whenTextReader.Nullis passed toAppConfigGenerator(#2817)NativeMemoryLogParserprogram name matching (#2795)BuildPlots.RInternal
MemoryDiagnosertests on macOS (#2813)TimeConsumingBenchmarkclass to reduce test timeBenchmarkDotNetDiagnoserspackage version (#2805)GenerateProgramFile(#2802)Full Changelog: dotnet/BenchmarkDotNet@v0.15.2...v0.15.3
0.15.2
This release improves memory allocation measurement accuracy and adds new features for job ordering and runtime validation.
Features
JobOrderPolicyoption to sort jobs in numeric order instead of ordinal order (#2770)RuntimeValidatorto detect benchmarks with null runtime configuration (#2771)Improvements
Bug Fixes
Internal
--force-clonefor docs-fetch in generate-gh-pages workflowworkflow_dispatchfor publish-nightly workflowdocs/_changelogfolder from main branch (migrated to docs-changelog branch)Full Changelog: dotnet/BenchmarkDotNet@v0.15.1...v0.15.2
0.15.1
A maintenance release with improved cross-platform compatibility, a new feature for referencing external types in source attributes, and several bug fixes for ARM CPUs and unsupported operating systems.
Features
[ArgumentsSource]and[ParamsSource]to reference methods in other types via new constructor overload:[ArgumentsSource(typeof(MyClass), nameof(MyClass.Values))](#2748)Bug Fixes
REASON_CONTEXTto use proper union structure (#2745, #2756)Console.CancelKeyPresscrash on platforms that don't support it (Android, iOS, tvOS, WASM) (#2739, #2741)CpuInfo.Unknown(#2740).slnxsolution file format when searching for solution files (#2764)Improvements
ExporterBase.GetArtifactFullNameaccessibility modifier more permissiveInternal
docs-changelogbranch (#93d12c42)Full Changelog: dotnet/BenchmarkDotNet@v0.15.0...v0.15.1
0.15.0
BenchmarkDotNet v0.15.0 brings .NET 10 support, a new WakeLock feature to prevent system sleep during benchmarks, improved engine internals for more consistent measurements, and numerous bug fixes and improvements.
Features
[WakeLock]attribute and--wakeLockCLI option to prevent the system from entering sleep mode while benchmarks are running (#2670)RuntimeMoniker.Net10,NativeAot10, andMono10with full toolchain support (#2642)Platform.RiscV64for RISC-V 64-bit architecture (#2644, #2647)requiredproperties (#2579)ConfigOptions.DisableParallelBuildoption to force sequential builds (#2725)ThreadingDiagnoserandExceptionDiagnosernow support configuration to hide columns when metrics have no values (#2673)Improvements
IEngineStageEvaluatorfor more consistent instruction location and simpler code (#2688)InProcessNoEmitRunnerwith NativeAOT (#2702)ParamsAttribute.Valuessetter is now protected instead of private (#2716)ClrMdV3Disassembler(#2488)Perfonarexporters replacingPhdexportersBug Fixes
IlcGenerateCompleteTypeMetadataand updated flag names (#2616)Breaking Changes
[PhdExporter]→[PerfonarExporter],PhdJsonExporter→PerfonarJsonExporter,PhdMdExporter→PerfonarMdExporterDocumentation
... (truncated)
Commits viewable in compare view.
Updated JsonSchema.Net from 7.4.0 to 9.1.1.
Release notes
Sourced from JsonSchema.Net's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Markdig from 1.0.0 to 1.0.1.
Release notes
Sourced from Markdig's releases.
1.0.1
Changes
✨ New Features
🧰 Maintenance
🧰 Misc
Full Changelog: 1.0.0...1.0.1
Published with dotnet-releaser
Commits viewable in compare view.
Updated NuGet.Versioning from 7.0.1 to 7.3.0.
Release notes
Sourced from NuGet.Versioning's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated OllamaSharp from 5.4.16 to 5.4.18.
Release notes
Sourced from OllamaSharp's releases.
5.4.18
Add support for the experimental image generation api.
5.4.17
Commits viewable in compare view.
Updated OrchardCore.Abstractions from 3.0.0-preview-18908 to 3.0.0-preview-18930.
Release notes
Sourced from OrchardCore.Abstractions's releases.
No release notes found for this version range.
Commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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