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

.Net: Bump DocumentFormat.OpenXml from 3.0.0 to 3.0.1 in /dotnet #4700

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps DocumentFormat.OpenXml from 3.0.0 to 3.0.1.

Release notes

Sourced from DocumentFormat.OpenXml's releases.

[3.0.1]

Fixed

  • Fixed issue where document type would not be correct unless content type was checked first (#1625)
  • Added check to only seek on packages where it is supported (#1644)
  • If a malformed URI is encountered, the exception is now the same as v2.x (OpenXmlPackageException with an inner UriFormatException) (#1644)
Changelog

Sourced from DocumentFormat.OpenXml's changelog.

[3.0.1] - 2024-01-09

Fixed

  • Fixed issue where document type would not be correct unless content type was checked first (#1625)
  • Added check to only seek on packages where it is supported (#1644)
  • If a malformed URI is encountered, the exception is now the same as v2.x (OpenXmlPackageException with an inner UriFormatException) (#1644)
Commits

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [DocumentFormat.OpenXml](https://github.com/dotnet/Open-XML-SDK) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/dotnet/Open-XML-SDK/releases)
- [Changelog](https://github.com/dotnet/Open-XML-SDK/blob/main/CHANGELOG.md)
- [Commits](dotnet/Open-XML-SDK@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: DocumentFormat.OpenXml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 22, 2024 22:23
@dependabot dependabot bot added .NET Issue or Pull requests regarding .NET code dependencies Pull requests that update a dependency file. Used by Dependabot. labels Jan 22, 2024
@github-actions github-actions bot changed the title Bump DocumentFormat.OpenXml from 3.0.0 to 3.0.1 in /dotnet .Net: Bump DocumentFormat.OpenXml from 3.0.0 to 3.0.1 in /dotnet Jan 22, 2024
@markwallace-microsoft markwallace-microsoft self-assigned this Jan 23, 2024
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Jan 23, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 23, 2024
@RogerBarreto RogerBarreto added this pull request to the merge queue Jan 23, 2024
Merged via the queue into main with commit 6a6e170 Jan 23, 2024
20 checks passed
@RogerBarreto RogerBarreto deleted the dependabot/nuget/dotnet/DocumentFormat.OpenXml-3.0.1 branch January 23, 2024 13:01
Bryan-Roe pushed a commit to Bryan-Roe/semantic-kernel that referenced this pull request Oct 6, 2024
…rosoft#4700)

Bumps [DocumentFormat.OpenXml](https://github.com/dotnet/Open-XML-SDK)
from 3.0.0 to 3.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/Open-XML-SDK/releases">DocumentFormat.OpenXml's
releases</a>.</em></p>
<blockquote>
<h2>[3.0.1]</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed issue where document type would not be correct unless content
type was checked first (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1625">#1625</a>)</li>
<li>Added check to only seek on packages where it is supported (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1644">#1644</a>)</li>
<li>If a malformed URI is encountered, the exception is now the same as
v2.x (<code>OpenXmlPackageException</code> with an inner
<code>UriFormatException</code>) (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1644">#1644</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/Open-XML-SDK/blob/main/CHANGELOG.md">DocumentFormat.OpenXml's
changelog</a>.</em></p>
<blockquote>
<h2>[3.0.1] - 2024-01-09</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed issue where document type would not be correct unless content
type was checked first (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1625">#1625</a>)</li>
<li>Added check to only seek on packages where it is supported (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1644">#1644</a>)</li>
<li>If a malformed URI is encountered, the exception is now the same as
v2.x (<code>OpenXmlPackageException</code> with an inner
<code>UriFormatException</code>) (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1644">#1644</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/Open-XML-SDK/commit/77bd9e991740fe4f2efb4fc1c8f85c91de3cf2ac"><code>77bd9e9</code></a>
Update changelog for 3.0.1 (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1645">#1645</a>)</li>
<li><a
href="https://github.com/dotnet/Open-XML-SDK/commit/4f6735955d104896d0bdd4eb7fd8b0f7fa51657b"><code>4f67359</code></a>
Check for seekable stream for malformed uri handling (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1644">#1644</a>)</li>
<li><a
href="https://github.com/dotnet/Open-XML-SDK/commit/3e352082f989b247cea9e99724ad6cc66631bb0f"><code>3e35208</code></a>
Hide package builder types (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1643">#1643</a>)</li>
<li><a
href="https://github.com/dotnet/Open-XML-SDK/commit/dadb7e24921405f892f9d9a7fbcc0680594962fb"><code>dadb7e2</code></a>
Bump dawidd6/action-download-artifact from 2 to 3 (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1625">#1625</a>)</li>
<li><a
href="https://github.com/dotnet/Open-XML-SDK/commit/9d3e1feffc45354d30fd7d02d0c939d122167ba5"><code>9d3e1fe</code></a>
Add back package validation (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1642">#1642</a>)</li>
<li><a
href="https://github.com/dotnet/Open-XML-SDK/commit/92da92e76074adb7d4f04af9827405e38ad11059"><code>92da92e</code></a>
Add public apis analyzer (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1641">#1641</a>)</li>
<li><a
href="https://github.com/dotnet/Open-XML-SDK/commit/54b76274b5b9d9de77d98a971b5283e47b33457a"><code>54b7627</code></a>
Bump BenchmarkDotNet from 0.13.11 to 0.13.12 (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1639">#1639</a>)</li>
<li><a
href="https://github.com/dotnet/Open-XML-SDK/commit/94ba16713753be3c520f87da2372295e769831d0"><code>94ba167</code></a>
Bump actions/upload-artifact from 3 to 4 (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1627">#1627</a>)</li>
<li><a
href="https://github.com/dotnet/Open-XML-SDK/commit/c5bf4fb1e73c403c6fd346cee1480e5461ef3410"><code>c5bf4fb</code></a>
Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.10 to 0.13.11 (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1622">#1622</a>)</li>
<li><a
href="https://github.com/dotnet/Open-XML-SDK/commit/7f71d8c4cce50af5f03059b4a1707ae3c472447f"><code>7f71d8c</code></a>
Bump github/codeql-action from 2 to 3 (<a
href="https://redirect.github.com/dotnet/Open-XML-SDK/issues/1626">#1626</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/Open-XML-SDK/compare/v3.0.0...v3.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DocumentFormat.OpenXml&package-manager=nuget&previous-version=3.0.0&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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. Used by Dependabot. .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants