Bump MessagePack from 1.9.3 to 2.5.187 in /ZipStudio #4

Open
dependabot[bot] wants to merge 1 commit from dependabot/nuget/ZipStudio/MessagePack-2.5.187 into master
dependabot[bot] commented 2024-10-17 19:31:42 +00:00 (Migrated from github.com)

Bumps MessagePack from 1.9.3 to 2.5.187.

Release notes

Sourced from MessagePack's releases.

v2.5.187

Changes:

This list of changes was auto generated.

v2.5.172

What's Changed

Full Changelog: https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.171...v2.5.172

v2.5.171

What's Changed

Full Changelog: https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.168...v2.5.171

v2.5.168

What's Changed

New Contributors

Full Changelog: https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.140...v2.5.168

v2.5.140

What's Changed

New Contributors

... (truncated)

Commits
  • f8d40b3 Merge pull request #2014 from MessagePack-CSharp/secureHash
  • ad2d135 Use safer unaligned-read methods
  • 0763cf0 Use a collision-resistant hash algorithm for untrusted data
  • 3a90034 Update published security policy (#2010)
  • 7cd869e Merge and nullify v1.x build fixes
  • e6bbe50 Get the v1.x branch building again
  • 3165534 Update references to .NET to match branding
  • c4157ee Merge pull request #1963 from BeatConnect/mpc_string_value_from_key_attribute...
  • 62238b3 - perform a length check on keyAttribute.ConstructorArguments before indexi...
  • fdf76f7 MPC String Value From Key Attribute Fix
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) from 1.9.3 to 2.5.187. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases">MessagePack's releases</a>.</em></p> <blockquote> <h2>v2.5.187</h2> <h2>Changes:</h2> <ul> <li><a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/issues/2014">#2014</a>: Use a collision-resistant hash algorithm for untrusted data to address <a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/security/advisories/GHSA-4qm4-8hg2-g2xm">https://github.com/MessagePack-CSharp/MessagePack-CSharp/security/advisories/GHSA-4qm4-8hg2-g2xm</a></li> <li><a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/issues/2010">#2010</a>: Update published security policy</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/ils0086/MessagePack-CSharp/_build/results?buildId=2662&amp;view=logs">auto generated</a>.</p> <h2>v2.5.172</h2> <h2>What's Changed</h2> <ul> <li>Allow applying <code>[MessagePackFormatter]</code> on parameters and return values by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1901">MessagePack-CSharp/MessagePack-CSharp#1901</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.171...v2.5.172">https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.171...v2.5.172</a></p> <h2>v2.5.171</h2> <h2>What's Changed</h2> <ul> <li>Add .NET 8 target to mpc by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1832">MessagePack-CSharp/MessagePack-CSharp#1832</a></li> <li>Allow writing to init property setters of generic classes on .NET 6+ by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1879">MessagePack-CSharp/MessagePack-CSharp#1879</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.168...v2.5.171">https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.168...v2.5.171</a></p> <h2>v2.5.168</h2> <h2>What's Changed</h2> <ul> <li>fixing issue with backing field naming and serialization failing by <a href="https://github.com/epitka"><code>@​epitka</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1785">MessagePack-CSharp/MessagePack-CSharp#1785</a></li> <li>Feature/1804 locate formatters only if has elements inside by <a href="https://github.com/nmi-relewise"><code>@​nmi-relewise</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1805">MessagePack-CSharp/MessagePack-CSharp#1805</a></li> <li>Enable ignoring fields by using [NonSerialized] by <a href="https://github.com/mookid8000"><code>@​mookid8000</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1808">MessagePack-CSharp/MessagePack-CSharp#1808</a></li> <li>Reduce nuget dependencies by <a href="https://github.com/thompson-tomo"><code>@​thompson-tomo</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1812">MessagePack-CSharp/MessagePack-CSharp#1812</a></li> <li>Raise perf tracking events when formatters are dynamically generated by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1829">MessagePack-CSharp/MessagePack-CSharp#1829</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/epitka"><code>@​epitka</code></a> made their first contribution in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1785">MessagePack-CSharp/MessagePack-CSharp#1785</a></li> <li><a href="https://github.com/nmi-relewise"><code>@​nmi-relewise</code></a> made their first contribution in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1805">MessagePack-CSharp/MessagePack-CSharp#1805</a></li> <li><a href="https://github.com/mookid8000"><code>@​mookid8000</code></a> made their first contribution in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1808">MessagePack-CSharp/MessagePack-CSharp#1808</a></li> <li><a href="https://github.com/thompson-tomo"><code>@​thompson-tomo</code></a> made their first contribution in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1812">MessagePack-CSharp/MessagePack-CSharp#1812</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.140...v2.5.168">https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.140...v2.5.168</a></p> <h2>v2.5.140</h2> <h2>What's Changed</h2> <ul> <li>Fix releases links in README text by <a href="https://github.com/KonH"><code>@​KonH</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1688">MessagePack-CSharp/MessagePack-CSharp#1688</a></li> <li>Better constrain dictionary detection by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1687">MessagePack-CSharp/MessagePack-CSharp#1687</a></li> <li>Create FUNDING.yml by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1693">MessagePack-CSharp/MessagePack-CSharp#1693</a></li> <li>Workaround mono runtime bug by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1696">MessagePack-CSharp/MessagePack-CSharp#1696</a></li> <li>Add MESSAGEPACK_FORCE_AOT preprocessor directive by <a href="https://github.com/brwhelan-msft"><code>@​brwhelan-msft</code></a> in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1701">MessagePack-CSharp/MessagePack-CSharp#1701</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brwhelan-msft"><code>@​brwhelan-msft</code></a> made their first contribution in <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1701">MessagePack-CSharp/MessagePack-CSharp#1701</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/commit/f8d40b3ad0be01c6e56cb51ecea81f59d98c192d"><code>f8d40b3</code></a> Merge pull request <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/issues/2014">#2014</a> from MessagePack-CSharp/secureHash</li> <li><a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/commit/ad2d135fd90de69f83904fde958653e38b0c220c"><code>ad2d135</code></a> Use safer unaligned-read methods</li> <li><a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/commit/0763cf07c84df50bc625c506c168e7cf3cf2c713"><code>0763cf0</code></a> Use a collision-resistant hash algorithm for untrusted data</li> <li><a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/commit/3a90034c2b1d2a0f6e1205bdc68c43c98faf7f9e"><code>3a90034</code></a> Update published security policy (<a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/issues/2010">#2010</a>)</li> <li><a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/commit/7cd869e6cb7767920045991125d877ff5d543838"><code>7cd869e</code></a> Merge and nullify v1.x build fixes</li> <li><a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/commit/e6bbe502f74522379883960feba84a4b22d7542c"><code>e6bbe50</code></a> Get the v1.x branch building again</li> <li><a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/commit/3165534c9e255b5c9a68b8af3139d19cdab65953"><code>3165534</code></a> Update references to .NET to match branding</li> <li><a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/commit/c4157ee5ba400922381c1e8278104fea35f86481"><code>c4157ee</code></a> Merge pull request <a href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/issues/1963">#1963</a> from BeatConnect/mpc_string_value_from_key_attribute...</li> <li><a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/commit/62238b3d8b7c6b66c4263cf97a88af5895e11a03"><code>62238b3</code></a> - perform a length check on <code>keyAttribute.ConstructorArguments</code> before indexi...</li> <li><a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/commit/fdf76f721ed91b72bcf4c74a0bf65d4feac58bcb"><code>fdf76f7</code></a> MPC String Value From Key Attribute Fix</li> <li>Additional commits viewable in <a href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v1.9.3...v2.5.187">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MessagePack&package-manager=nuget&previous-version=1.9.3&new-version=2.5.187)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/IllusionMods/ZipStudio/network/alerts). </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/nuget/ZipStudio/MessagePack-2.5.187:dependabot/nuget/ZipStudio/MessagePack-2.5.187
git switch dependabot/nuget/ZipStudio/MessagePack-2.5.187

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff dependabot/nuget/ZipStudio/MessagePack-2.5.187
git switch dependabot/nuget/ZipStudio/MessagePack-2.5.187
git rebase master
git switch master
git merge --ff-only dependabot/nuget/ZipStudio/MessagePack-2.5.187
git switch dependabot/nuget/ZipStudio/MessagePack-2.5.187
git rebase master
git switch master
git merge --no-ff dependabot/nuget/ZipStudio/MessagePack-2.5.187
git switch master
git merge --squash dependabot/nuget/ZipStudio/MessagePack-2.5.187
git switch master
git merge --ff-only dependabot/nuget/ZipStudio/MessagePack-2.5.187
git switch master
git merge dependabot/nuget/ZipStudio/MessagePack-2.5.187
git push origin master
Sign in to join this conversation.
No description provided.