chore(deps): update dependency xwin to v0.6.6 #269

Merged
lucas merged 1 commit from renovate/xwin-0.x into master 2025-07-02 23:43:05 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
xwin minor 0.5.2 -> 0.6.6

Release Notes

Jake-Shadle/xwin (xwin)

v0.6.6

Compare Source

Fixed
  • PR#143 is a second attempt to resolve #​141 by switching to a new 3.0.0-rc1 version of ureq that might not have the same issue, as well as adding support for retries for EOF I/O errors seen by users which can be configured via --http-retry or XWIN_HTTP_RETRY.
Added
  • PR#148 resolved #​81 by adding --include-debug-runtime to download the debug runtime binaries that are not provided by wine. Thanks @​superewald!

v0.6.5

Compare Source

Fixed

v0.6.4

Compare Source

Fixed
  • PR#136 fixed an issue introduced in PR#131 where symlink disabling when a case-insensitive file system was detected was...not being respected. At all.

v0.6.3

Compare Source

Fixed
  • PR#134 added back onecoreuap headers that were moved from the main SDK header package in recent versions of the SDK. Thanks @​tomager!

v0.6.2

Compare Source

Fixed
  • PR#131 resolved #​130 by adding detection of case-insensitive file systems, which then disables symlink creation since it is not needed, and breaks.

v0.6.1

Compare Source

Fixed
  • PR#129 fixed #​128 by adding the additional onecoreuap MSI package that contains headers that were previously (before SDK 10.0.26100) part of other MSI packages. Thanks @​bigfoodK!

v0.6.0

Compare Source

Added
  • PR#123 (a rework of #​119) adds the ability to splat in the format understood by clang-cl /winsysroot option.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [xwin](https://github.com/Jake-Shadle/xwin) | minor | `0.5.2` -> `0.6.6` | --- ### Release Notes <details> <summary>Jake-Shadle/xwin (xwin)</summary> ### [`v0.6.6`](https://github.com/Jake-Shadle/xwin/blob/HEAD/CHANGELOG.md#066---2025-06-19) [Compare Source](https://github.com/Jake-Shadle/xwin/compare/0.6.5...0.6.6) ##### Fixed - [PR#143](https://github.com/Jake-Shadle/xwin/pull/142) is a second attempt to resolve [#&#8203;141](https://github.com/Jake-Shadle/xwin/issues/141) by switching to a new `3.0.0-rc1` version of ureq that might not have the same issue, as well as adding support for retries for EOF I/O errors seen by users which can be configured via `--http-retry` or `XWIN_HTTP_RETRY`. ##### Added - [PR#148](https://github.com/Jake-Shadle/xwin/pull/148) resolved [#&#8203;81](https://github.com/Jake-Shadle/xwin/issues/81) by adding `--include-debug-runtime` to download the debug runtime binaries that are not provided by wine. Thanks [@&#8203;superewald](https://github.com/superewald)! ### [`v0.6.5`](https://github.com/Jake-Shadle/xwin/blob/HEAD/CHANGELOG.md#065---2024-08-21) [Compare Source](https://github.com/Jake-Shadle/xwin/compare/0.6.4...0.6.5) ##### Fixed - [PR#137](https://github.com/Jake-Shadle/xwin/pull/137) fixes the fix introduced in [PR#136](https://github.com/Jake-Shadle/xwin/pull/136). ### [`v0.6.4`](https://github.com/Jake-Shadle/xwin/blob/HEAD/CHANGELOG.md#064---2024-08-21) [Compare Source](https://github.com/Jake-Shadle/xwin/compare/0.6.3...0.6.4) ##### Fixed - [PR#136](https://github.com/Jake-Shadle/xwin/pull/136) fixed an issue introduced in [PR#131](https://github.com/Jake-Shadle/xwin/pull/131) where symlink disabling when a case-insensitive file system was detected was...not being respected. At all. ### [`v0.6.3`](https://github.com/Jake-Shadle/xwin/blob/HEAD/CHANGELOG.md#063---2024-08-09) [Compare Source](https://github.com/Jake-Shadle/xwin/compare/0.6.2...0.6.3) ##### Fixed - [PR#134](https://github.com/Jake-Shadle/xwin/pull/134) added back onecoreuap headers that were moved from the main SDK header package in recent versions of the SDK. Thanks [@&#8203;tomager](https://github.com/tomager)! ### [`v0.6.2`](https://github.com/Jake-Shadle/xwin/blob/HEAD/CHANGELOG.md#062---2024-07-02) [Compare Source](https://github.com/Jake-Shadle/xwin/compare/0.6.1...0.6.2) ##### Fixed - [PR#131](https://github.com/Jake-Shadle/xwin/pull/131) resolved [#&#8203;130](https://github.com/Jake-Shadle/xwin/issues/130) by adding detection of case-insensitive file systems, which then disables symlink creation since it is not needed, and breaks. ### [`v0.6.1`](https://github.com/Jake-Shadle/xwin/blob/HEAD/CHANGELOG.md#061---2024-06-30) [Compare Source](https://github.com/Jake-Shadle/xwin/compare/0.6.0...0.6.1) ##### Fixed - [PR#129](https://github.com/Jake-Shadle/xwin/pull/129) fixed [#&#8203;128](https://github.com/Jake-Shadle/xwin/issues/128) by adding the additional `onecoreuap` MSI package that contains headers that were previously (before SDK 10.0.26100) part of other MSI packages. Thanks [@&#8203;bigfoodK](https://github.com/bigfoodK)! ### [`v0.6.0`](https://github.com/Jake-Shadle/xwin/blob/HEAD/CHANGELOG.md#060---2024-06-03) [Compare Source](https://github.com/Jake-Shadle/xwin/compare/0.5.2...0.6.0) ##### Added - [PR#123](https://github.com/Jake-Shadle/xwin/pull/123) (a rework of [#&#8203;119](https://github.com/Jake-Shadle/xwin/pull/119)) adds the ability to splat in the format understood by clang-cl `/winsysroot` option. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40Mi4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDIuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-botbot added 1 commit 2025-07-02 16:46:52 +02:00
chore(deps): update dependency xwin to v0.6.6
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
db0a597342
lucas merged commit bbd7e25a10 into master 2025-07-02 23:43:05 +02:00
lucas deleted branch renovate/xwin-0.x 2025-07-02 23:43:05 +02:00
Sign in to join this conversation.
No reviewers
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: bitsquid_dt/dtmt#269
No description provided.