microsoft / vs-streamjsonrpc

The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.
Other
730 stars 149 forks source link

Bump MessagePackVersion from 2.5.108 to 2.5.124 #1049

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps MessagePackVersion from 2.5.108 to 2.5.124. Updates MessagePack from 2.5.108 to 2.5.124

Release notes

Sourced from MessagePack's releases.

v2.5.124

What's Changed

New Contributors

Full Changelog: https://github.com/neuecc/MessagePack-CSharp/compare/v2.5.108...v2.5.124

Commits
  • 55b4629 Stamp unity package version as 2.5.124
  • a1a7417 Merge pull request #1649 from NorbertNemec/move-UnityEditor-dependency-into-a...
  • 6db8698 move code depending on UnityEditor into separate assembly to avoid conflict w...
  • 5ec6543 Bump Microsoft.NET.StringTools from 17.5.0 to 17.6.3 (#1629)
  • 3fe09e1 Merge pull request #1623 from neuecc/fix1431
  • a51dc77 Fix ILookup\<TKey, TElement> deserialized behavior
  • eb929d6 Bump NUnit3TestAdapter from 4.3.1 to 4.4.2 (#1614)
  • ce63bed Bump Microsoft.CodeAnalysis.PublicApiAnalyzers from 3.3.3 to 3.3.4 (#1612)
  • 4a4841e Bump Microsoft.Build.Locator from 1.4.1 to 1.5.5 (#1613)
  • ba15c5f Bump Nerdbank.GitVersioning from 3.5.119 to 3.6.128 (#1615)
  • Additional commits viewable in compare view


Updates MessagePackAnalyzer from 2.5.108 to 2.5.124

Release notes

Sourced from MessagePackAnalyzer's releases.

v2.5.124

What's Changed

New Contributors

Full Changelog: https://github.com/neuecc/MessagePack-CSharp/compare/v2.5.108...v2.5.124

Commits
  • 55b4629 Stamp unity package version as 2.5.124
  • a1a7417 Merge pull request #1649 from NorbertNemec/move-UnityEditor-dependency-into-a...
  • 6db8698 move code depending on UnityEditor into separate assembly to avoid conflict w...
  • 5ec6543 Bump Microsoft.NET.StringTools from 17.5.0 to 17.6.3 (#1629)
  • 3fe09e1 Merge pull request #1623 from neuecc/fix1431
  • a51dc77 Fix ILookup\<TKey, TElement> deserialized behavior
  • eb929d6 Bump NUnit3TestAdapter from 4.3.1 to 4.4.2 (#1614)
  • ce63bed Bump Microsoft.CodeAnalysis.PublicApiAnalyzers from 3.3.3 to 3.3.4 (#1612)
  • 4a4841e Bump Microsoft.Build.Locator from 1.4.1 to 1.5.5 (#1613)
  • ba15c5f Bump Nerdbank.GitVersioning from 3.5.119 to 3.6.128 (#1615)
  • Additional 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 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 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)
dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.