Skip to content

Commit 88e902d

Browse files
β¬†οΈπŸ‘¨β€πŸ’» 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` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/astral-sh%2fsetup-uv/v7.1.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/astral-sh%2fsetup-uv/v7.1.4/v7.1.6?slim=true) | | [munich-quantum-toolkit/workflows](https://redirect.github.com/munich-quantum-toolkit/workflows) | action | patch | `v1.17.5` -> `v1.17.6` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/munich-quantum-toolkit%2fworkflows/v1.17.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/munich-quantum-toolkit%2fworkflows/v1.17.5/v1.17.6?slim=true) | | [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` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ty/0.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ty/0.0.4/0.0.5?slim=true) | --- ### 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 [@&#8203;eifinger](https://redirect.github.com/eifinger) ([#&#8203;716](https://redirect.github.com/astral-sh/setup-uv/issues/716)) ##### 🧰 Maintenance - chore: update known checksums for 0.9.17 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;714](https://redirect.github.com/astral-sh/setup-uv/issues/714)) ##### ⬆️ Dependency updates - Bump actions/checkout from 5.0.0 to 6.0.1 @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#&#8203;712](https://redirect.github.com/astral-sh/setup-uv/issues/712)) - Bump actions/setup-node from 6.0.0 to 6.1.0 @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#&#8203;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 [#&#8203;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 [@&#8203;eifinger](https://redirect.github.com/eifinger) ([#&#8203;707](https://redirect.github.com/astral-sh/setup-uv/issues/707)) ##### 🧰 Maintenance - set biome files.maxSize to 2MiB [@&#8203;eifinger](https://redirect.github.com/eifinger) ([#&#8203;708](https://redirect.github.com/astral-sh/setup-uv/issues/708)) - chore: update known checksums for 0.9.16 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;706](https://redirect.github.com/astral-sh/setup-uv/issues/706)) - chore: update known checksums for 0.9.15 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;704](https://redirect.github.com/astral-sh/setup-uv/issues/704)) - chore: use `npm ci --ignore-scripts` everywhere [@&#8203;woodruffw](https://redirect.github.com/woodruffw) ([#&#8203;699](https://redirect.github.com/astral-sh/setup-uv/issues/699)) - chore: update known checksums for 0.9.14 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;700](https://redirect.github.com/astral-sh/setup-uv/issues/700)) - chore: update known checksums for 0.9.13 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;694](https://redirect.github.com/astral-sh/setup-uv/issues/694)) - chore: update known checksums for 0.9.12 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;693](https://redirect.github.com/astral-sh/setup-uv/issues/693)) - chore: update known checksums for 0.9.11 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;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 @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#&#8203;695](https://redirect.github.com/astral-sh/setup-uv/issues/695)) - bump dependencies [@&#8203;eifinger](https://redirect.github.com/eifinger) ([#&#8203;709](https://redirect.github.com/astral-sh/setup-uv/issues/709)) - Bump github/codeql-action from 4.30.9 to 4.31.6 @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#&#8203;698](https://redirect.github.com/astral-sh/setup-uv/issues/698)) - Bump zizmorcore/zizmor-action from 0.2.0 to 0.3.0 @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#&#8203;696](https://redirect.github.com/astral-sh/setup-uv/issues/696)) - Bump eifinger/actionlint-action from 1.9.2 to 1.9.3 @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#&#8203;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 --> [#&#8203;288]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/288 [#&#8203;286]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/286 [#&#8203;276]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/276 [#&#8203;271]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/271 [#&#8203;270]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/270 [#&#8203;257]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/257 [#&#8203;255]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/255 [#&#8203;254]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/254 [#&#8203;247]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/247 [#&#8203;241]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/241 [#&#8203;206]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/206 [#&#8203;188]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/188 [#&#8203;184]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/184 [#&#8203;160]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/160 [#&#8203;157]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/157 [#&#8203;151]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/151 [#&#8203;150]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/150 [#&#8203;146]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/146 [#&#8203;142]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/142 [#&#8203;128]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/128 [#&#8203;126]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/126 [#&#8203;119]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/119 [#&#8203;114]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/114 [#&#8203;102]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/102 [#&#8203;100]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/100 [#&#8203;96]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/96 [#&#8203;95]: https://redirect.github.com/munich-quantum-toolkit/workflows/pull/95 <!-- Contributor --> [**@&#8203;burgholzer**]: https://redirect.github.com/burgholzer [**@&#8203;ystade**]: https://redirect.github.com/ystade [**@&#8203;denialhaag**]: https://redirect.github.com/denialhaag [**@&#8203;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 ([#&#8203;22063](https://redirect.github.com/astral-sh/ruff/pull/22063)) ##### LSP server - Classify docstrings in semantic tokens during syntax highlighting ([#&#8203;22031](https://redirect.github.com/astral-sh/ruff/pull/22031)) ##### CLI - Add `--force-exclude` option ([#&#8203;22076](https://redirect.github.com/astral-sh/ruff/pull/22076)) - Only clear output between two successful checks ([#&#8203;22078](https://redirect.github.com/astral-sh/ruff/pull/22078)) ##### Other changes - Add support for `dict(...)` calls in `TypedDict` contexts ([#&#8203;22113](https://redirect.github.com/astral-sh/ruff/pull/22113)) - Speedup bidirectional type-checking involving large unions by avoiding narrowing on non-generic calls ([#&#8203;22102](https://redirect.github.com/astral-sh/ruff/pull/22102)) - Simplify inferred types by avoiding storing multi-inference attempts ([#&#8203;22062](https://redirect.github.com/astral-sh/ruff/pull/22062), [#&#8203;22103](https://redirect.github.com/astral-sh/ruff/pull/22103)) - Improve union builder performance ([#&#8203;22048](https://redirect.github.com/astral-sh/ruff/pull/22048)) - Only prefer declared types in non-covariant positions ([#&#8203;22068](https://redirect.github.com/astral-sh/ruff/pull/22068)) - Respect intersections in iterations ([#&#8203;21965](https://redirect.github.com/astral-sh/ruff/pull/21965)) - Sync vendored typeshed stubs ([#&#8203;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 ([#&#8203;22025](https://redirect.github.com/astral-sh/ruff/pull/22025)) ##### Contributors - [@&#8203;charliermarsh](https://redirect.github.com/charliermarsh) - [@&#8203;ibraheemdev](https://redirect.github.com/ibraheemdev) - [@&#8203;RasmusNygren](https://redirect.github.com/RasmusNygren) - [@&#8203;Hugo-Polloli](https://redirect.github.com/Hugo-Polloli) - [@&#8203;carljm](https://redirect.github.com/carljm) - [@&#8203;Gankra](https://redirect.github.com/Gankra) - [@&#8203;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

5 files changed

+25
-25
lines changed

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: πŸ‡¨β€Œ Lint
4343
needs: change-detection
4444
if: fromJSON(needs.change-detection.outputs.run-linter) && github.event.action != 'closed'
45-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@654680ab77b3af8226a9f5cd9acfd157bd106f17 # v1.17.5
45+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@2acb39781fa6ca7baa10c2a31a508cb0e2292d9e # v1.17.6
4646
with:
4747
clang-version: 21
4848
cpp-linter-extra-args: "-std=c++20"

β€Ž.github/workflows/reusable-cpp-ci.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
matrix:
2929
config: [Debug, Release]
3030
fail-fast: false
31-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-ubuntu.yml@654680ab77b3af8226a9f5cd9acfd157bd106f17 # v1.17.5
31+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-ubuntu.yml@2acb39781fa6ca7baa10c2a31a508cb0e2292d9e # v1.17.6
3232
with:
3333
config: ${{ matrix.config }}
3434
cmake-args: ${{ inputs.cmake-args }} ${{ inputs.cmake-args-ubuntu }}
3535

3636
cpp-tests-macos:
3737
name: 🍎
38-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-macos.yml@654680ab77b3af8226a9f5cd9acfd157bd106f17 # v1.17.5
38+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-macos.yml@2acb39781fa6ca7baa10c2a31a508cb0e2292d9e # v1.17.6
3939
with:
4040
cmake-args: ${{ inputs.cmake-args }} ${{ inputs.cmake-args-macos }}
4141

β€Ž.github/workflows/reusable-template-ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: ${{ github.event_name == 'pull_request' && 'dev-' || '' }}cibw-wheels-${{ runner.runs-on }}
6161
path: wheelhouse/*.whl
6262
- name: Install the latest version of uv
63-
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
63+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
6464
with:
6565
enable-cache: true
6666
save-cache: ${{ github.ref == 'refs/heads/main' }}

β€Žtemplates/device/pyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test = [
6363
dev = [
6464
{include-group = "test"},
6565
"nox>=2025.11.12",
66-
"ty==0.0.4",
66+
"ty==0.0.5",
6767
]
6868

6969

β€Žtemplates/device/uv.lockβ€Ž

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)