Update non-major #2

Open
renovate-bot wants to merge 1 commit from renovate/non-major into main
Collaborator

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.6.64.6.7
eframe (source) dependencies patch 0.36.10.36.2
egui_extras dependencies patch 0.36.10.36.2
egui_kittest dependencies patch 0.36.10.36.2
reqwest dependencies patch 0.13.40.13.5

Release Notes

clap-rs/clap (clap)

v4.6.7

Compare Source

Features
  • (derive) Add #[command(defer = <bool>)] attribute to opt-in to lazy initialisation of subcommands
emilk/egui (eframe)

v0.36.2

Compare Source

emilk/egui (egui_extras)

v0.36.2

Compare Source

Added
🔧 Changed
🐛 Fixed
seanmonstar/reqwest (reqwest)

v0.13.5

Compare Source

  • Add Error::is_dns() to identify errors caused by DNS resolution failures.
  • Add ClientBuilder::http1_max_headers(usize) to configure the maximum number of headers accepted in an HTTP/1 response (default 100).
  • Add TLS version to TlsInfo extension.
  • Fix hickory-dns feature to use Ipv6AndIpv4 strategy to prefer IPv6.
  • Fix sending wrong proxy-auth if multiple proxies intercept a given URL.

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://github.com/clap-rs/clap) | dependencies | patch | `4.6.6` → `4.6.7` | | [eframe](https://github.com/emilk/egui/tree/main/crates/eframe) ([source](https://github.com/emilk/egui/tree/HEAD/crates/eframe)) | dependencies | patch | `0.36.1` → `0.36.2` | | [egui_extras](https://github.com/emilk/egui) | dependencies | patch | `0.36.1` → `0.36.2` | | [egui_kittest](https://github.com/emilk/egui) | dependencies | patch | `0.36.1` → `0.36.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | dependencies | patch | `0.13.4` → `0.13.5` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.6.7`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#467---2026-09-14) [Compare Source](https://github.com/clap-rs/clap/compare/v4.6.6...v4.6.7) ##### Features - *(derive)* Add `#[command(defer = <bool>)]` attribute to opt-in to lazy initialisation of subcommands </details> <details> <summary>emilk/egui (eframe)</summary> ### [`v0.36.2`](https://github.com/emilk/egui/blob/HEAD/crates/eframe/CHANGELOG.md#0362---2026-09-08) [Compare Source](https://github.com/emilk/egui/compare/0.36.1...0.36.2) - Don't busy-loop a CPU core while waiting for a redraw [#&#8203;8398](https://github.com/emilk/egui/pull/8398) by [@&#8203;42Pupusas](https://github.com/42Pupusas) - Hide drop shadow window decoration when in fullscreen mode [#&#8203;8449](https://github.com/emilk/egui/pull/8449) by [@&#8203;tarolling](https://github.com/tarolling) - Fix transparent child viewports on `Windows` with `glow` [#&#8203;8423](https://github.com/emilk/egui/pull/8423) by [@&#8203;rustbasic](https://github.com/rustbasic) - Apply ViewportBuilder::with\_monitor on the glow backend [#&#8203;8302](https://github.com/emilk/egui/pull/8302) by [@&#8203;Le-Syl21](https://github.com/Le-Syl21) </details> <details> <summary>emilk/egui (egui_extras)</summary> ### [`v0.36.2`](https://github.com/emilk/egui/blob/HEAD/CHANGELOG.md#0362---2026-09-08) [Compare Source](https://github.com/emilk/egui/compare/0.36.1...0.36.2) ##### ⭐ Added - Add `TextEdit::event_filter` [#&#8203;8530](https://github.com/emilk/egui/pull/8530) by [@&#8203;emilk](https://github.com/emilk) ##### 🔧 Changed - Fallback `window_title_frame` to `window_frame` when unspecified [#&#8203;8400](https://github.com/emilk/egui/pull/8400) by [@&#8203;rustbasic](https://github.com/rustbasic) - Don't revert external changes to a focused `DragValue` [#&#8203;8403](https://github.com/emilk/egui/pull/8403) by [@&#8203;teddytennant](https://github.com/teddytennant) ##### 🐛 Fixed - Match image file extensions case-insensitively [#&#8203;8430](https://github.com/emilk/egui/pull/8430) by [@&#8203;emilk](https://github.com/emilk) - Fix rendering of thin, angled rectangles [#&#8203;8482](https://github.com/emilk/egui/pull/8482) by [@&#8203;emilk](https://github.com/emilk) - Fix zero-duration value animations returning the previous value [#&#8203;8469](https://github.com/emilk/egui/pull/8469) by [@&#8203;cuishuang](https://github.com/cuishuang) - Fix panic in hit-test when a widget rect contains a NaN [#&#8203;8479](https://github.com/emilk/egui/pull/8479) by [@&#8203;emilk](https://github.com/emilk) - Properly respect `min_size` in `TextEdit` [#&#8203;8420](https://github.com/emilk/egui/pull/8420) by [@&#8203;lucasmerlin](https://github.com/lucasmerlin) </details> <details> <summary>seanmonstar/reqwest (reqwest)</summary> ### [`v0.13.5`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0135) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.13.4...v0.13.5) - Add `Error::is_dns()` to identify errors caused by DNS resolution failures. - Add `ClientBuilder::http1_max_headers(usize)` to configure the maximum number of headers accepted in an HTTP/1 response (default 100). - Add TLS version to `TlsInfo` extension. - Fix hickory-dns feature to use `Ipv6AndIpv4` strategy to prefer IPv6. - Fix sending wrong proxy-auth if multiple proxies intercept a given URL. </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjkwLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Update non-major
Some checks failed
renovate/artifacts Artifact file update failure
ec3d505581
renovate-bot force-pushed renovate/non-major from ec3d505581
Some checks failed
renovate/artifacts Artifact file update failure
to 18a9a57dc4
Some checks failed
renovate/artifacts Artifact file update failure
2026-07-04 05:04:33 +02:00
Compare
renovate-bot force-pushed renovate/non-major from 18a9a57dc4
Some checks failed
renovate/artifacts Artifact file update failure
to bd8de1bd62
Some checks failed
renovate/artifacts Artifact file update failure
2026-07-05 05:04:50 +02:00
Compare
renovate-bot force-pushed renovate/non-major from bd8de1bd62
Some checks failed
renovate/artifacts Artifact file update failure
to 4ae46f703d 2026-08-06 05:07:03 +02:00
Compare
renovate-bot force-pushed renovate/non-major from 4ae46f703d to 9723a6ac5c 2026-08-07 05:05:19 +02:00 Compare
renovate-bot force-pushed renovate/non-major from 9723a6ac5c to 84ea8e00ab 2026-09-01 05:03:59 +02:00 Compare
renovate-bot force-pushed renovate/non-major from 84ea8e00ab to a9fcbafd9b 2026-09-09 05:05:51 +02:00 Compare
renovate-bot force-pushed renovate/non-major from a9fcbafd9b to 5ae2dc866d 2026-09-15 05:04:20 +02:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/non-major:renovate/non-major
git switch renovate/non-major

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/non-major
git switch renovate/non-major
git rebase main
git switch main
git merge --ff-only renovate/non-major
git switch renovate/non-major
git rebase main
git switch main
git merge --no-ff renovate/non-major
git switch main
git merge --squash renovate/non-major
git switch main
git merge --ff-only renovate/non-major
git switch main
git merge renovate/non-major
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
oss/Portal!2
No description provided.