chore(deps): Bump DocumentFormat.OpenXml and 7 others - #192
Merged
elson-vinicius-lopes merged 2 commits intoAug 26, 2026
Conversation
Bumps DocumentFormat.OpenXml from 3.3.0 to 3.5.1 Bumps Microsoft.Extensions.Hosting from 10.0.0 to 10.0.11 Bumps Microsoft.Extensions.Http from 10.0.0 to 10.0.11 Bumps Microsoft.NET.Test.Sdk from 18.8.1 to 18.9.0 Bumps PdfPig from 0.1.15 to 0.1.16 Bumps Serilog to 4.4.0 Bumps Serilog.Sinks.Console from 6.0.0 to 6.1.1 Bumps StackExchange.Redis from 3.1.13 to 3.1.31 --- updated-dependencies: - dependency-name: DocumentFormat.OpenXml dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-minor-patch - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-minor-patch - dependency-name: Microsoft.Extensions.Http dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-minor-patch - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-minor-patch - dependency-name: PdfPig dependency-version: 0.1.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-minor-patch - dependency-name: Serilog dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-minor-patch - dependency-name: Serilog dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-minor-patch - dependency-name: Serilog dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-minor-patch - dependency-name: Serilog.Sinks.Console dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-minor-patch - dependency-name: Serilog.Sinks.Console dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-minor-patch - dependency-name: StackExchange.Redis dependency-version: 3.1.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
…evelop/runtime-minor-patch-f26aacb8c8
elson-vinicius-lopes
deleted the
dependabot/nuget/ai/XslSynth.Core.Tests/develop/runtime-minor-patch-f26aacb8c8
branch
August 26, 2026 13:19
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 DocumentFormat.OpenXml from 3.3.0 to 3.5.1.
Release notes
Sourced from DocumentFormat.OpenXml's releases.
3.5.1
Added
DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OffsetclassVersionattribute toDocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpaceFeatureListattribute toDocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpaceFalbackImgattribute toDocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpaceDocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionDropModeenum3.4.1
Added
MediaDataPartType.Mp4to support MP4 video media parts in presentations and documents (#1866)Changed
FromChunkedBase64Stringto significantly reduce allocations and improve throughput when decoding chunked base64 content (≈2.4× faster, ≈70% less memory) (#1868)Fixed
XmlDOMTextWriterinstead ofXmlWriter.Createto correctly handle serialization of certain XML content (#1869, #1961)Documentation
AutoSaveset tofalsedoes not persist changes (#1873)Thanks to the following for their contributions:
@QuocDatHoang
@Varorbc
Commits viewable in compare view.
Updated Microsoft.Extensions.Hosting from 10.0.0 to 10.0.11.
Release notes
Sourced from Microsoft.Extensions.Hosting's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Http from 10.0.0 to 10.0.11.
Release notes
Sourced from Microsoft.Extensions.Http's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.8.1 to 18.9.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.9.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v18.8.0...v18.9.0
Commits viewable in compare view.
Updated PdfPig from 0.1.15 to 0.1.16.
Release notes
Sourced from PdfPig's releases.
0.1.16
What's Changed
New Contributors
Full Changelog: UglyToad/PdfPig@v0.1.15...v0.1.16
Commits viewable in compare view.
Updated Serilog from 4.2.0 to 4.4.0.
Release notes
Sourced from Serilog's releases.
4.4.0
What's Changed
SelfMetricsby @nblumhardt inSelfMetricsserilog/serilog#2237New Contributors
Full Changelog: serilog/serilog@v4.3.1...v4.4.0
4.3.1
What's Changed
New Contributors
Full Changelog: serilog/serilog@v4.3.0...v4.3.1
4.3.0
What's Changed
LogEvent.AddPropertyIfAbsent(ILogEventPropertyFactory, ...)overload that helps avoid allocations (@vanni-giachin)LogContext.Push()overloads acceptingIEnumerable<ILogEventEnricher>andReadOnlySpan<ILogEventEnricher>(@SimonCropp)New Contributors
Full Changelog: serilog/serilog@v4.2.0...v4.3.0
Commits viewable in compare view.
Pinned Serilog at 4.4.0.
Release notes
Sourced from Serilog's releases.
4.4.0
What's Changed
SelfMetricsby @nblumhardt inSelfMetricsserilog/serilog#2237New Contributors
Full Changelog: serilog/serilog@v4.3.1...v4.4.0
4.3.1
What's Changed
New Contributors
Full Changelog: serilog/serilog@v4.3.0...v4.3.1
Commits viewable in compare view.
Updated Serilog.Sinks.Console from 6.0.0 to 6.1.1.
Release notes
Sourced from Serilog.Sinks.Console's releases.
6.1.1
What's Changed
Full Changelog: serilog/serilog-sinks-console@v6.1.0...v6.1.1
6.1.0
{UtcTimestamp}in output templates (@ManuelRin)Commits viewable in compare view.
Updated StackExchange.Redis from 3.1.13 to 3.1.31.
Release notes
Sourced from StackExchange.Redis'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