Commit 88e902d
authored
β¬οΈπ¨βπ» Update patch updates (#286)
This PR contains the following updates:
| Package | Type | Update | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) |
action | patch | `v7.1.4` -> `v7.1.6` |

|

|
|
[munich-quantum-toolkit/workflows](https://redirect.github.com/munich-quantum-toolkit/workflows)
| action | patch | `v1.17.5` -> `v1.17.6` |

|

|
| [ty](https://redirect.github.com/astral-sh/ty)
([changelog](https://redirect.github.com/astral-sh/ty/blob/main/CHANGELOG.md))
| dependency-groups | patch | `==0.0.4` -> `==0.0.5` |

|

|
---
### Release Notes
<details>
<summary>astral-sh/setup-uv (astral-sh/setup-uv)</summary>
###
[`v7.1.6`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v7.1.6):
π add OS version to cache key to prevent binary incompatibility
[Compare
Source](https://redirect.github.com/astral-sh/setup-uv/compare/v7.1.5...v7.1.6)
##### Changes
This release will invalidate your cache existing keys!
The os version e.g. `ubuntu-22.04` is now part of the cache key. This
prevents failing builds when a cache got populated with wheels built
with different tools (e.g. glibc) than are present on the runner where
the cache got restored.
##### π Bug fixes
- feat: add OS version to cache key to prevent binary incompatibility
[@​eifinger](https://redirect.github.com/eifinger)
([#​716](https://redirect.github.com/astral-sh/setup-uv/issues/716))
##### π§° Maintenance
- chore: update known checksums for 0.9.17
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​714](https://redirect.github.com/astral-sh/setup-uv/issues/714))
##### β¬οΈ Dependency updates
- Bump actions/checkout from 5.0.0 to 6.0.1
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#​712](https://redirect.github.com/astral-sh/setup-uv/issues/712))
- Bump actions/setup-node from 6.0.0 to 6.1.0
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#​715](https://redirect.github.com/astral-sh/setup-uv/issues/715))
###
[`v7.1.5`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v7.1.5):
π allow setting `cache-local-path` without `enable-cache: true`
[Compare
Source](https://redirect.github.com/astral-sh/setup-uv/compare/v7.1.4...v7.1.5)
##### Changes
[#​612](https://redirect.github.com/astral-sh/setup-uv/pull/612)
fixed a faulty behavior where this action set `UV_CACHE_DIR` even though
`enable-cache` was `false`. It also fixed the cases were the cache dir
is already configured in a settings file like `pyproject.toml` or
`UV_CACHE_DIR` was already set. Here the action shouldn't overwrite or
set `UV_CACHE_DIR`.
These fixes introduced an unwanted behavior: You can still set
`cache-local-path` but this action didn't do anything. This release
fixes that.
You can now use `cache-local-path` to automatically set `UV_CACHE_DIR`
even when `enable-cache` is `false` (or gets set to false by default
e.g. on self-hosted runners)
```yaml
- name: This is now possible
uses: astral-sh/setup-uv@v7
with:
enable-cache: false
cache-local-path: "/path/to/cache"
```
##### π Bug fixes
- allow cache-local-path w/o enable-cache
[@​eifinger](https://redirect.github.com/eifinger)
([#​707](https://redirect.github.com/astral-sh/setup-uv/issues/707))
##### π§° Maintenance
- set biome files.maxSize to 2MiB
[@​eifinger](https://redirect.github.com/eifinger)
([#​708](https://redirect.github.com/astral-sh/setup-uv/issues/708))
- chore: update known checksums for 0.9.16
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​706](https://redirect.github.com/astral-sh/setup-uv/issues/706))
- chore: update known checksums for 0.9.15
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​704](https://redirect.github.com/astral-sh/setup-uv/issues/704))
- chore: use `npm ci --ignore-scripts` everywhere
[@​woodruffw](https://redirect.github.com/woodruffw)
([#​699](https://redirect.github.com/astral-sh/setup-uv/issues/699))
- chore: update known checksums for 0.9.14
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​700](https://redirect.github.com/astral-sh/setup-uv/issues/700))
- chore: update known checksums for 0.9.13
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​694](https://redirect.github.com/astral-sh/setup-uv/issues/694))
- chore: update known checksums for 0.9.12
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​693](https://redirect.github.com/astral-sh/setup-uv/issues/693))
- chore: update known checksums for 0.9.11
@​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions)
([#​688](https://redirect.github.com/astral-sh/setup-uv/issues/688))
##### β¬οΈ Dependency updates
- Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#​695](https://redirect.github.com/astral-sh/setup-uv/issues/695))
- bump dependencies
[@​eifinger](https://redirect.github.com/eifinger)
([#​709](https://redirect.github.com/astral-sh/setup-uv/issues/709))
- Bump github/codeql-action from 4.30.9 to 4.31.6
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#​698](https://redirect.github.com/astral-sh/setup-uv/issues/698))
- Bump zizmorcore/zizmor-action from 0.2.0 to 0.3.0
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#​696](https://redirect.github.com/astral-sh/setup-uv/issues/696))
- Bump eifinger/actionlint-action from 1.9.2 to 1.9.3
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#​690](https://redirect.github.com/astral-sh/setup-uv/issues/690))
</details>
<details>
<summary>munich-quantum-toolkit/workflows
(munich-quantum-toolkit/workflows)</summary>
###
[`v1.17.6`](https://redirect.github.com/munich-quantum-toolkit/workflows/blob/HEAD/CHANGELOG.md#181---2025-04-04)
[Compare
Source](https://redirect.github.com/munich-quantum-toolkit/workflows/compare/v1.17.5...v1.17.6)
*π Refer to the [GitHub Release Notes] for previous changelogs.*
<!-- Version links -->
[unreleased]:
https://redirect.github.com/munich-quantum-toolkit/workflows/compare/v1.17.6...HEAD
[1.17.6]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.17.6
[1.17.5]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.17.5
[1.17.4]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.17.4
[1.17.3]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.17.3
[1.17.2]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.17.2
[1.17.1]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.17.1
[1.17.0]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.17.0
[1.16.2]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.16.2
[1.16.1]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.16.1
[1.16.0]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.16.0
[1.15.1]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.15.1
[1.15.0]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.15.0
[1.14.0]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.14.0
[1.13.0]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.13.0
[1.12.0]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.12.0
[1.11.0]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.11.0
[1.10.0]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.10.0
[1.9.0]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.9.0
[1.8.1]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases/tag/v1.8.1
<!-- PR links -->
[#​288]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/288
[#​286]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/286
[#​276]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/276
[#​271]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/271
[#​270]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/270
[#​257]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/257
[#​255]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/255
[#​254]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/254
[#​247]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/247
[#​241]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/241
[#​206]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/206
[#​188]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/188
[#​184]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/184
[#​160]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/160
[#​157]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/157
[#​151]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/151
[#​150]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/150
[#​146]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/146
[#​142]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/142
[#​128]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/128
[#​126]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/126
[#​119]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/119
[#​114]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/114
[#​102]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/102
[#​100]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/100
[#​96]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/96
[#​95]:
https://redirect.github.com/munich-quantum-toolkit/workflows/pull/95
<!-- Contributor -->
[**@​burgholzer**]: https://redirect.github.com/burgholzer
[**@​ystade**]: https://redirect.github.com/ystade
[**@​denialhaag**]: https://redirect.github.com/denialhaag
[**@​flowerthrower**]: https://redirect.github.com/flowerthrower
<!-- General links -->
[Keep a Changelog]: https://keepachangelog.com/en/1.1.0/
[Common Changelog]: https://common-changelog.org
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[GitHub Release Notes]:
https://redirect.github.com/munich-quantum-toolkit/workflows/releases
</details>
<details>
<summary>astral-sh/ty (ty)</summary>
###
[`v0.0.5`](https://redirect.github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#005)
[Compare
Source](https://redirect.github.com/astral-sh/ty/compare/0.0.4...0.0.5)
Released on 2025-12-20.
##### Bug fixes
- Fix debug-mode server panic when a user typed a class definition by
ensuring class arguments are visited in source order for semantic tokens
([#​22063](https://redirect.github.com/astral-sh/ruff/pull/22063))
##### LSP server
- Classify docstrings in semantic tokens during syntax highlighting
([#​22031](https://redirect.github.com/astral-sh/ruff/pull/22031))
##### CLI
- Add `--force-exclude` option
([#​22076](https://redirect.github.com/astral-sh/ruff/pull/22076))
- Only clear output between two successful checks
([#​22078](https://redirect.github.com/astral-sh/ruff/pull/22078))
##### Other changes
- Add support for `dict(...)` calls in `TypedDict` contexts
([#​22113](https://redirect.github.com/astral-sh/ruff/pull/22113))
- Speedup bidirectional type-checking involving large unions by avoiding
narrowing on non-generic calls
([#​22102](https://redirect.github.com/astral-sh/ruff/pull/22102))
- Simplify inferred types by avoiding storing multi-inference attempts
([#​22062](https://redirect.github.com/astral-sh/ruff/pull/22062),
[#​22103](https://redirect.github.com/astral-sh/ruff/pull/22103))
- Improve union builder performance
([#​22048](https://redirect.github.com/astral-sh/ruff/pull/22048))
- Only prefer declared types in non-covariant positions
([#​22068](https://redirect.github.com/astral-sh/ruff/pull/22068))
- Respect intersections in iterations
([#​21965](https://redirect.github.com/astral-sh/ruff/pull/21965))
- Sync vendored typeshed stubs
([#​22091](https://redirect.github.com/astral-sh/ruff/pull/22091)).
[Typeshed
diff](https://redirect.github.com/python/typeshed/compare/ef2b90c67e5c668b91b3ae121baf00ee5165c30b...3c2dbb1fde8e8d1d59b10161c8bf5fd06c0011cd)
- Understand that the type of `X` on an enum class will be `int` if `X`
is defined using `enum.nonmember` in the class definition
([#​22025](https://redirect.github.com/astral-sh/ruff/pull/22025))
##### Contributors
- [@​charliermarsh](https://redirect.github.com/charliermarsh)
- [@​ibraheemdev](https://redirect.github.com/ibraheemdev)
- [@​RasmusNygren](https://redirect.github.com/RasmusNygren)
- [@​Hugo-Polloli](https://redirect.github.com/Hugo-Polloli)
- [@​carljm](https://redirect.github.com/carljm)
- [@​Gankra](https://redirect.github.com/Gankra)
- [@​MichaReiser](https://redirect.github.com/MichaReiser)
</details>
---
### Configuration
π
**Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).
π¦ **Automerge**: Enabled.
β» **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
π» **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Munich-Quantum-Software-Stack/QDMI).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiLCJweXRob24iXX0=-->
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent b712893 commit 88e902d
File tree
5 files changed
+25
-25
lines changed- .github/workflows
- templates/device
5 files changed
+25
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments