chore(deps): update wry to 0.54 and webkit2gtk-rs to 2.0.2#14778
chore(deps): update wry to 0.54 and webkit2gtk-rs to 2.0.2#14778FabianLars merged 1 commit intodevfrom
Conversation
Package Changes Through c9f92a0There are 8 changes which include tauri-utils with patch, tauri-build with patch, tauri-cli with patch, tauri-macos-sign with patch, @tauri-apps/cli with patch, tauri-runtime-wry with patch, tauri-runtime with patch, tauri with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
| [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies] | ||
| gtk = { version = "0.18", features = ["v3_24"] } | ||
| webkit2gtk = { version = "=2.0.1", features = ["v2_40"], optional = true } | ||
| webkit2gtk = { version = "=2.0.2", features = ["v2_40"], optional = true } |
There was a problem hiding this comment.
Is there a reason for pinning to a specific patch version? Wouldn't =2.0 or =2 be easier, leaving the actual locking to Cargo.lock?
I can't find Breaking in the release notes, only unmaintained GTK3 bindings (use gtk4-macros instead) 2 years ago.
https://github.com/tauri-apps/webkit2gtk-rs/releases/tag/webkit2gtk-rs-v2.0.2
gtk-rs/gtk3-rs@508a69b
There was a problem hiding this comment.
I thought we had a reason for this but it was fucking renovate #7631 😂
Once 2.10 is fully published (just the cli missing) i'll unlock it.
There was a problem hiding this comment.
Thanks! At least renovate is better than dependabot 😉
There was a problem hiding this comment.
Please try configuring renovate when you unlock it in order to bump Cargo.toml only if needed (not while it's compatible).
renovatebot/renovate#22820
https://github.com/rust-osdev/ovmf-prebuilt/pull/16/changes
{"rangeStrategy": "update-lockfile"}There was a problem hiding this comment.
nah, the update lockfile strategy kinda sucks, at least for projects with large lockfile like ours and the issue also happened before i switched to replace (though auto probably meant replace).
There was a problem hiding this comment.
Sorry to hear that it doesn't work as expected, I hope it gets improved in the future.
Personally I like renovate very much except that it's very hard to develop, run and debug locally.
I imagine that's one reason why it doesn't get more improvements for important managers like cargo and nix.
https://docs.renovatebot.com/modules/manager/cargo/
https://docs.renovatebot.com/modules/manager/nix/
No description provided.