Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump SixLabors.ImageSharp from 3.1.5 to 3.1.6 in /ImperatorToCK3 (#2327)
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.5 to 3.1.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SixLabors/ImageSharp/releases">SixLabors.ImageSharp's releases</a>.</em></p> <blockquote> <h2>v3.1.6</h2> <h2>What's Changed</h2> <ul> <li>Mono AOT decoder workaround for slow jpeg decoding. by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2762">SixLabors/ImageSharp#2762</a></li> <li>V3 - Correctly handle transform spaces when building transform matrices. by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2791">SixLabors/ImageSharp#2791</a></li> <li>Backport : V3 Fix <a href="https://redirect.github.com/SixLabors/ImageSharp/issues/2779">#2779</a> buffer overrun by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2824">SixLabors/ImageSharp#2824</a></li> <li>Backport - v3 WEBP : Use Correct Width With AlphaDecoder by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2827">SixLabors/ImageSharp#2827</a></li> <li>Rewrite ChunkedMemoryStream by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2828">SixLabors/ImageSharp#2828</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/SixLabors/ImageSharp/compare/v3.1.5...v3.1.6">https://github.com/SixLabors/ImageSharp/compare/v3.1.5...v3.1.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SixLabors/ImageSharp/commit/313a7e8daaae0d5eacb50b16b0398e40266e890a"><code>313a7e8</code></a> Merge pull request <a href="https://redirect.github.com/SixLabors/ImageSharp/issues/2828">#2828</a> from SixLabors/js/issue-2806</li> <li><a href="https://github.com/SixLabors/ImageSharp/commit/c4fd666018266f1db59efc584dd4d0e195ed1736"><code>c4fd666</code></a> Update tests/ImageSharp.Tests/IO/ChunkedMemoryStreamTests.cs</li> <li><a href="https://github.com/SixLabors/ImageSharp/commit/c45702df5b2c0464098bb3f7def7bf396bd537fd"><code>c45702d</code></a> Fix read bug.</li> <li><a href="https://github.com/SixLabors/ImageSharp/commit/630166211c7c3d1b6b56f250bf198cc967d3e42b"><code>6301662</code></a> Feedback updates and massively expand write tests</li> <li><a href="https://github.com/SixLabors/ImageSharp/commit/b74d2e425774333e4be9b1e776f81b10fb003eee"><code>b74d2e4</code></a> Add WriteByte and optimize ReadByte</li> <li><a href="https://github.com/SixLabors/ImageSharp/commit/03343c4abee4d33c128f70050505613022e754df"><code>03343c4</code></a> Simplify and optimize position checking</li> <li><a href="https://github.com/SixLabors/ImageSharp/commit/f96f8ca285693e70fe095d953bc8f930bb7a81ba"><code>f96f8ca</code></a> Revert "Update BufferedStreams.cs"</li> <li><a href="https://github.com/SixLabors/ImageSharp/commit/48645f8b4772a4d3dc07bcc5d96105fe979f94e7"><code>48645f8</code></a> Rewrite ChunkedMemoryStream</li> <li><a href="https://github.com/SixLabors/ImageSharp/commit/c418bb0def340b1a2c25d09e27b0404842f58227"><code>c418bb0</code></a> Revert "Remove ChunkedMemoryStream"</li> <li><a href="https://github.com/SixLabors/ImageSharp/commit/ee535321e22fe3b8f765063d7e5f7dfa2964f550"><code>ee53532</code></a> Merge branch 'release/3.1.x' into js/issue-2806</li> <li>Additional commits viewable in <a href="https://github.com/SixLabors/ImageSharp/compare/v3.1.5...v3.1.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp&package-manager=nuget&previous-version=3.1.5&new-version=3.1.6)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information