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

Bump the packages group in /src/Snap.Hutao with 5 updates #2308

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the packages group in /src/Snap.Hutao with 5 updates:

Package From To
MSTest.TestAdapter 3.6.4 3.7.0
MSTest.TestFramework 3.6.4 3.7.0
Google.Protobuf 3.29.1 3.29.2
Microsoft.Graphics.Win2D 1.3.0 1.3.1
Microsoft.WindowsAppSDK 1.6.241114003 1.6.241114003

Updates MSTest.TestAdapter from 3.6.4 to 3.7.0

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.7.0

See the release notes here

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.7.0] - 2024-12-20

See full log here

Added

Fixed

... (truncated)

Commits

Updates MSTest.TestFramework from 3.6.4 to 3.7.0

Release notes

Sourced from MSTest.TestFramework's releases.

v3.7.0

See the release notes here

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.7.0] - 2024-12-20

See full log here

Added

Fixed

... (truncated)

Commits

Updates Google.Protobuf from 3.29.1 to 3.29.2

Commits
  • 2330983 Updating version.json and repo version numbers to: 29.2
  • 1772657 Automated rollback of commit 23aada230b2478c7a07fe7612489eb8e79b9c379. (#19692)
  • 8b9d76c Export environment variables so bazelisk picks them up (#19690)
  • a1c9b6a Pin staleness check to Bazel 7 (#19689)
  • 3649f87 Remove unused / invalid C++ lazy repeated field code from OSS. (#19682)
  • 3a7bb4a Remove CMake downgrade workaround from Windows CI tests (#19630)
  • d7d3da6 Merge pull request #19506 from protocolbuffers/29.x-202412032207
  • a3e9db8 Updating version.json and repo version numbers to: 29.2-dev
  • See full diff in compare view

Updates Microsoft.Graphics.Win2D from 1.3.0 to 1.3.1

Updates Microsoft.WindowsAppSDK from 1.6.241114003 to 1.6.241114003

Release notes

Sourced from Microsoft.WindowsAppSDK's releases.

Windows App SDK 1.6.3 (1.6.241114003)

Windows App SDK 1.6.3 is a stable servicing release that fixes critical bugs for 1.6.

Check out our release notes for the list of issues fixed in this release.

Updating to this version

The 1.6.3 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.6.241114003

Windows App SDK 1.6.2 (1.6.241106002)

Windows App SDK 1.6.2 is a stable servicing release that fixes critical bugs for 1.6.

Check out our release notes for the list of issues fixed in this release.

Updating to this version

The 1.6.2 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.6.241106002

Windows App SDK 1.6.1 (1.6.240923002)

Windows App SDK 1.6.1 is a stable servicing release that fixes critical bugs for 1.6.

Check out our release notes for the list of issues fixed in this release.

Updating to this version

The 1.6.1 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.6.240923002

Windows App SDK 1.6.0 (1.6.240829007)

WinAppSDK 1.6.0 is the latest stable version of WinAppSDK providing new features and improvements to the platform.

New features include:

  • Native AOT support
  • Decoupled WebView2 versioning
  • New Package Deployment APIs

... (truncated)

Commits

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 <dependency name> major version will 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 version will 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

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 23, 2024
@Lightczx
Copy link
Member

@dependabot rebase

Bumps the packages group in /src/Snap.Hutao with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.4` | `3.7.0` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.4` | `3.7.0` |
| [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.29.1` | `3.29.2` |
| Microsoft.Graphics.Win2D | `1.3.0` | `1.3.1` |
| [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk) | `1.6.241114003` | `1.6.241114003` |


Updates `MSTest.TestAdapter` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.4...v3.7.0)

Updates `MSTest.TestFramework` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.4...v3.7.0)

Updates `Google.Protobuf` from 3.29.1 to 3.29.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.29.1...v3.29.2)

Updates `Microsoft.Graphics.Win2D` from 1.3.0 to 1.3.1

Updates `Microsoft.WindowsAppSDK` from 1.6.241114003 to 1.6.241114003
- [Release notes](https://github.com/microsoft/windowsappsdk/releases)
- [Commits](https://github.com/microsoft/windowsappsdk/commits)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: Microsoft.Graphics.Win2D
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: Microsoft.WindowsAppSDK
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Snap.Hutao/develop/packages-323c136355 branch from cc1b6e0 to ab9ea2e Compare December 27, 2024 16:00
@Lightczx Lightczx merged commit ff6259e into develop Dec 27, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/src/Snap.Hutao/develop/packages-323c136355 branch December 27, 2024 16:02
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant