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

chore(deps): bump Microsoft.Windows.CsWinRT from 2.0.4 to 2.0.7 #1386

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps Microsoft.Windows.CsWinRT from 2.0.4 to 2.0.7.

Release notes

Sourced from Microsoft.Windows.CsWinRT's releases.

CsWinRT v2.0.6

Changes:

  • ef21429ee711835526d42c1827d44aa10e439eb3 Ensure the FactoryObjectReference also holds a pointer to the context callback. (#1492)
  • 70e95414a6cad92d26a467c0a1ce6db3b8775fc0 Remove Resurrect logic as it shouldn't be needed for .NET 6 and newer. (#1380)
  • 149203556fd257dff6e7b66616bd3e29541345d7 Update version (#1451)
  • eb066e4a179767e5598fd901652a625941f0b9db Merge pull request #1426 from microsoft/manodasanw/namespacediagnostics
  • e8aa2cf8ebab26d20b7f5e13dc4c2ca64e85f0dd Update src/Authoring/WinRT.SourceGenerator/Generator.cs
  • f66605ff2862f79dde4076290ce697d350d552fc Merge branch 'master' into manodasanw/namespacediagnostics
  • a3e1698c1fbf117794a462159a267fbbc26a4daa Merge pull request #1423 from jevansaks/patch-1
  • 2f033fc204c61fd4aaa1dfe04e8793d671455048 Fix diagnostics for namespaces not working with internal partial types due to the IsPublic check treated partial as public
  • b9dc1db80d6eed2511dd2a80755add7747a5082f Add details about CsWinRTPrivateProjection
  • 440e357415d808b9d4993d247f2afadff36fe0db Remove unnecessary new. (#1410)
  • a18d1ee5b917e44214d0c33fa424918df3a5b884 Add the implementation dll to make sure design time builds pick up on the output. (#1389)
  • 2eaff7afaa91403c5574b6909eee4834d41ad6d6 Update baseline and pipeline badge (#1405)
  • b090c4f18cd4f71cf42c5d19791b3fcf433e6729 Fix pipeline (#1404)
  • 71169932920500310921b4c3fadba1e5a99c6138 Adding new pipeline (#1372)
  • 5d34730431a6c4b56834dfd98ba09f103a60e632 Merge pull request #1375 from jlaanstra/user/jlaans/1112-5
  • 7d917ac82ec0d2a83453888bb3b40bdc612fb7a9 Comments.
  • 12ba6569fbadaabb83638140a2c7028a42081bce Use Attach to avoid extra AddRef.
  • 0008648ad2937b9df27e7ad47ce42db2ce5a4485 Only on .NET
  • 5bcbdc2216f65ba5d24d753d8244e0b0f1ab961e Fix test failure.
  • 2445e5b5a2eab7270c73ad7a5d4f8dea194aa260 Avoid some addref/release.
  • 50255b91cd443de677f4c9c7fdb361ab75c8f8f4 Add test.
  • a2b04df0e33037c2a30652d962924d92578dab33 Simplify factory caching by using a FactoryObjectReference type that tracks the context.
  • 0258835c6ed666fc40f524c48cda488fbc6f2652 Define more InterfaceIIDs.
  • 65aabe2dafe29e6420a06865f58be33b48fb83c3 Fix test that enables apartment specific object to be created from other apartmwent if the first instance was created on the STA.
  • 0020cc86b573e219b9224f5a0f327a6176f35716 Include CsWinRT.exe in the UpToDateCheck.
  • 7bd11ec27eb79f182fd8dd4f036126952ea8c57c Merge pull request #1368 from microsoft/manodasanW-patch-1
  • f8bd4787713ab166ac3445a374ce14cc54acf399 Update version

This list of changes was auto generated.

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 [Microsoft.Windows.CsWinRT](https://github.com/microsoft/cswinrt) from 2.0.4 to 2.0.7.
- [Release notes](https://github.com/microsoft/cswinrt/releases)
- [Changelog](https://github.com/microsoft/CsWinRT/blob/master/docs/breakingchanges-rc2.md)
- [Commits](https://github.com/microsoft/cswinrt/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Windows.CsWinRT
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Represent PR about updating deps of the project ship it! Auto merge the PR labels Feb 23, 2024
@kodiakhq kodiakhq bot merged commit caa9b0d into dev Feb 23, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.Windows.CsWinRT-2.0.7 branch February 23, 2024 21:22
Copy link
Contributor

github-actions bot commented Apr 3, 2024

🎉 This PR is included in version 6.9.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Represent PR about updating deps of the project released on @beta ship it! Auto merge the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants