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

deps(gui-ubuntupro): bump win32 from 5.5.4 to 5.8.0 in /gui/packages/ubuntupro #972

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

Bumps win32 from 5.5.4 to 5.8.0.

Release notes

Sourced from win32's releases.

v5.8.0

  • Add DISP_E_* constants
  • Add argError optional parameter to the Dispatcher.invoke method, allowing retrieval of the index of the first parameter in rgvarg that encounters an error, if applicable
  • Update Dispatcher.set to accept a Pointer<VARIANT> for the value parameter
  • Add byReference optional named parameter to the Dispatcher.set method, enabling property assignment by reference instead of by value

v5.7.2

  • Add DROPFILES struct
  • Add DragQueryFile API

v5.7.1

  • Add Pointer<VARIANT> optional parameter to Dispatcher.invoke method
  • Add Dispatcher.fromCLSID constructor for creating a Dispatcher from a CLSID

v5.7.0

  • Add UnregisterDeviceNotification API (#916)
  • Add DEV_BROADCAST_VOLUME struct
  • Add DRIVE_UNKNOWN, DRIVE_NO_ROOT_DIR, DRIVE_REMOVABLE, DRIVE_FIXED, DRIVE_REMOTE, DRIVE_CDROM, and DRIVE_RAMDISK constants
  • Add Dispatcher class, a thin wrapper around the IDispatch interface, used for invoking methods and properties on COM automation objects

v5.6.1

  • Add RegisterDeviceNotification, WTSRegisterSessionNotification, and WTSUnRegisterSessionNotification APIs (#913)
  • Add NOTIFY_FOR_THIS_SESSION and NOTIFY_FOR_ALL_SESSIONS constants (#913)
  • Add DEV_BROADCAST_DEVICEINTERFACE_ and DEV_BROADCAST_HDR structures (#913)
  • Add DEV_BROADCAST_HDR_DEVICE_TYPE enum (#913)
  • Add GUID_CONSOLE_DISPLAY_STATE, WM_WTSESSION_CHANGE, and WTS_SESSION_* constants (#914)

v5.6.0

  • Add DISPLAY_DEVICE_STATE_FLAGS enum (#901)
  • Add FILE_DEVICE_TYPE enum (#901)
  • Deprecate SCARD_SCOPE_USER constant in favor of SCARD_SCOPE.SCARD_SCOPE_USER (#901)
  • Deprecate SCARD_SCOPE_TERMINAL constant in favor of SCARD_SCOPE.SCARD_SCOPE_TERMINAL (#901)
  • Deprecate SYMFLAG_VALUEPRESENT constant in favor of SYMBOL_INFO_FLAGS.SYMFLAG_VALUEPRESENT (#901)
  • Deprecate SYMFLAG_REGISTER constant in favor of SYMBOL_INFO_FLAGS.SYMFLAG_REGISTER (#901)
  • Deprecate SYMFLAG_REGREL constant in favor of SYMBOL_INFO_FLAGS.SYMFLAG_REGREL (#901)
  • Deprecate SYMFLAG_FRAMEREL constant in favor of

... (truncated)

Commits
  • 4235d9d chore(release): v5.8.0 (#924)
  • 399ddcd feat: improve Dispatcher
  • 9e2cc45 feat: add DISP_E_* constants
  • 338f625 chore(release): v5.7.2 (#922)
  • 5bb0e61 feat: add DragQueryFile API
  • ee570ed feat: add DROPFILES struct
  • cbbe5f3 docs(examples): tweak usb_drive.dart
  • 2c1088f chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /website (#921)
  • 743ea22 chore(release): v5.7.1 (#920)
  • 173e655 docs: add example for accessing .NET components via COM interop (#919)
  • 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)

Bumps [win32](https://github.com/halildurmus/win32) from 5.5.4 to 5.8.0.
- [Release notes](https://github.com/halildurmus/win32/releases)
- [Commits](halildurmus/win32@v5.5.4...v5.8.0)

---
updated-dependencies:
- dependency-name: win32
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 21, 2024 09:47
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Nov 21, 2024
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.23%. Comparing base (c6c1db5) to head (f7949ae).
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #972      +/-   ##
==========================================
+ Coverage   89.15%   89.23%   +0.07%     
==========================================
  Files         110      110              
  Lines        7506     7506              
==========================================
+ Hits         6692     6698       +6     
+ Misses        633      630       -3     
+ Partials      181      178       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Copy link
Contributor

@CarlosNihelton CarlosNihelton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit bacd87c into main Nov 21, 2024
30 checks passed
@dependabot dependabot bot deleted the dependabot/pub/gui/packages/ubuntupro/win32-5.8.0 branch November 21, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant