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): update rust crate tao to 0.29 #1343

Merged
merged 1 commit into from
Aug 26, 2024
Merged

chore(deps): update rust crate tao to 0.29 #1343

merged 1 commit into from
Aug 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tao dev-dependencies minor 0.28 -> 0.29

Release Notes

tauri-apps/tao (tao)

v0.29.0

Compare Source

  • e67cf1b2 (#​941 by @​Sanae6) Prevent duplicate mouse press, release, and motion events from firing on Linux (fixes #​939)
  • b7dab732 (#​947 by @​muwoo) Fix Window::request_user_attention not taking effect after minimizing the window by clicking the taskbar icon
  • f54cc11e (#​938 by @​andrewbaxter) Add EventLoopWindowTargetExtUnix::gtk_app getter.
  • `` Return a new BadIcon::DimensionsZero error variant in Icon::from_rgba if one of the passed icon dimensions is zero.
  • 80e10084 (#​954 by @​amrbashir) Return a new BadIcon::DimensionsZero error variant in Icon::from_rgba if one of the passed icon dimensions is zero.
  • 80e10084 (#​954 by @​amrbashir) Return a new BadIcon::DimensionsMultiplyOverflow error variant in Icon::from_rgba if dimensions multiplication overflowed.
  • f5756196 (#​956 by @​MarijnS95) Breaking change: Upgrade ndk crate to 0.9 and ndk-sys crate to 0.6. Types from the ndk crate are used in public API surface.
    Breaking change: Change NativeKeyCode::Android(u32) type to use i32, which is the native type used by all Android API.
    Breaking change: The setup function passed to android_binding!() must now take a &ThreadLooper instead of &ForeignLooper, matching the wry change in https://github.com/tauri-apps/wry/pull/1296.
  • f54cc11e (#​938 by @​andrewbaxter) Add WindowExtUnix::new_from_gtk_window.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 16, 2024 21:36
Copy link
Contributor

github-actions bot commented Aug 16, 2024

Package Changes Through 4e006aa

There are 1 changes which include wry with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
wry 0.42.0 0.43.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@renovate renovate bot force-pushed the renovate/tao-0.x branch 2 times, most recently from 98b9659 to a0b88a0 Compare August 21, 2024 03:02
@renovate renovate bot force-pushed the renovate/tao-0.x branch from a0b88a0 to 4e006aa Compare August 21, 2024 23:32
@amrbashir amrbashir merged commit 273b1c9 into dev Aug 26, 2024
14 checks passed
@amrbashir amrbashir deleted the renovate/tao-0.x branch August 26, 2024 16:59
pewsheen pushed a commit that referenced this pull request Aug 29, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
lucasfernog added a commit that referenced this pull request Oct 11, 2024
* migrate drag & drop

* refactor: migrate to `dpi` crate (#1202)

* refactor: migrate to `dpi` crate

closes #1172

* macOS

* linux

* fix doctests

* imports

* more doctests

* fix android and ios

* Update examples/winit.rs

Co-authored-by: Jason Tsai <[email protected]>

* Update src/webview2/mod.rs

---------

Co-authored-by: Jason Tsai <[email protected]>

* fix(windows): avoid double-free the controller (#1206)

* fix(linux): Disable deprecated applicationCache web api. (#1207)

fixes tauri-apps/tauri#9300
ref WebKit/WebKit#23382

* fix(wkwebview): menu shortcuts (#1208)

* fix(wkwebview): menu shortcuts

* Update wkwebview.md

* Apply Version Updates From Current Changes (#1203)

Co-authored-by: amrbashir <[email protected]>

* migrate to `objc2`

* fix(macos): response body being double freed

* fix(macos): eval callback NSStrgin convertion error

* chore: remove objc dependency

* refactor(macos): migrate WebViewDelegate

* refactor(macos): migrate proxy to objc2

* refactor(macos): migrate document title change observer to objc2

* refactor(macos): move drag&drop handler to delegate

* refactor(macos): move ipc_handler into WryWebViewDelegate

* refactor(macos): migrate download handler

* fix(macos): prevent unsafe async custom protocol panic

* chore: target os import

* refactor(ios): migrate to objc2

* refactor(macos): migrate WebViewUIDelegate to objc2

* refactor(macos): migrate WryWebViewParent to objc2

* refactor(macos): move custom class to individual files

* chore: fix clippy

* refector: use reference for task. use objc2::exception::catch.

* fix(dnd): use msg_send super and impl NSDraggingDestination

* chore: call msg_send super

* fix: wrap Box<dyn FnMut(..)> with RefCell

* chore(deps): update rust crate tao to 0.29 (#1343)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: use bitflags way to handle mask bit manipulation

* WIP: refactor(ios): add wkwebview for ios

* Update Cargo.toml

Co-authored-by: Mads Marquart <[email protected]>

* fix: remove `.copy()` from RcBlock

* add change file

* lint

* fmt

---------

Co-authored-by: Amr Bashir <[email protected]>
Co-authored-by: Fabian-Lars <[email protected]>
Co-authored-by: thewh1teagle <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: amrbashir <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mads Marquart <[email protected]>
Co-authored-by: Lucas Nogueira <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant