chore(deps): update support-deps#2592
Merged
chance-coleman merged 14 commits intomainfrom Apr 30, 2026
Merged
Conversation
66f4598 to
f702bf6
Compare
| datasource | package | from | to | | --------------- | ---------------------------------------- | ------------- | ------------- | | github-tags | actions/setup-node | v6.3.0 | v6.4.0 | | github-tags | astral-sh/setup-uv | v8.0.0 | v8.1.0 | | github-tags | astral-sh/uv | 0.11.6 | 0.11.7 | | github-releases | astral-sh/uv | 0.11.6 | 0.11.7 | | github-tags | defenseunicorns/uds-cli | v0.30.2 | v0.30.3 | | github-tags | defenseunicorns/uds-common | v1.24.4 | v1.24.5 | | docker | ghcr.io/defenseunicorns/packages/uds-k3d | 0.19.5-airgap | 0.20.0-airgap | | docker | ghcr.io/defenseunicorns/packages/uds-k3d | 0.19.5 | 0.20.0 | | docker | ghcr.io/zarf-dev/packages/init | v0.74.2 | v0.75.0 | | github-tags | github/codeql-action | v4.35.1 | v4.35.2 | | npm | globals | 17.4.0 | 17.5.0 | | npm | likec4 | 1.54.0 | 1.55.1 | | npm | typescript | 6.0.2 | 6.0.3 | | github-tags | zarf-dev/zarf | v0.74.2 | v0.75.0 |
f702bf6 to
2043477
Compare
Contributor
|
Poking at the CI error here - quite interesting. |
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
mjnagel
reviewed
Apr 24, 2026
mjnagel
reviewed
Apr 24, 2026
5 tasks
slaskawi
previously approved these changes
Apr 28, 2026
slaskawi
previously approved these changes
Apr 28, 2026
This reverts commit 5fc853e.
mjnagel
reviewed
Apr 30, 2026
Contributor
mjnagel
left a comment
There was a problem hiding this comment.
LGTM overall - just one question.
mjnagel
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.3.0→v6.4.0v8.0.0→v8.1.00.11.6→0.11.70.11.6→0.11.7v0.30.2→v0.30.3v1.24.4→v1.24.50.19.5-airgap→0.20.0-airgap0.19.5-airgap→0.20.0-airgapv0.74.2→v0.75.0v4.35.1→v4.35.217.4.0→17.5.01.54.0→1.55.16.0.2→6.0.3v0.74.2→v0.75.0Release Notes
actions/setup-node (actions/setup-node)
v6.4.0Compare Source
astral-sh/setup-uv (astral-sh/setup-uv)
v8.1.0: 🌈 New inputno-projectCompare Source
Changes
This add the a new boolean input
no-project.It only makes sense to use in combination with
activate-environment: trueand will append--no projectto theuv venvcall. This is for example useful if you have a pyproject.toml file with parts unparseable by uv🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
astral-sh/uv (astral-sh/uv)
v0.11.7Compare Source
Released on 2026-04-15.
Python
2026041including an OpenSSL security upgrade (#19004)Enhancements
required-versionmismatches (#18977)--exclude-newerhints (#18952)Preview features
--scripthandling inuv audit(#18970)uv audit(#18970)Bug fixes
workspace metadatain linehaul data (#18966)uv sync --checkfailures (#18976)~=operators (#18960)defenseunicorns/uds-cli (defenseunicorns/uds-cli)
v0.30.3Compare Source
What's Changed
Full Changelog: defenseunicorns/uds-cli@v0.30.2...v0.30.3
defenseunicorns/uds-common (defenseunicorns/uds-common)
v1.24.5Compare Source
Bug Fixes
Miscellaneous
github/codeql-action (github/codeql-action)
v4.35.2Compare Source
CODEQL_ACTION_CLEANUP_TRAP_CACHESenvironment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing thetrap-caching: falseinput to theinitAction. #3795sindresorhus/globals (globals)
v17.5.0Compare Source
likec4/likec4 (likec4)
v1.55.1Compare Source
Patch Changes
#2899
6933db3Thanks @copilot-swe-agent! - Add JPEG export support for architecture diagrams:likec4 export jpgCLI command with--qualityoption (1–100, default 80)Resolves #2892
Updated dependencies []:
v1.55.0Compare Source
Minor Changes
54e8435Thanks @ckeller42! - Add--themeoption tolikec4 buildcommand to set the default color scheme (light/dark) for the generated static websitePatch Changes
#2828
75fa6d2Thanks @sraphaz! - - MCP README: clarify MCP vs LeanIX bridge and Draw.io--profile leanix.bridge-leanix-drawio.md), CLI reference (cli.md), andSKILL.mdalignment.#2877
51adb85Thanks @davydkov! - Extract MCP server and tools to@likec4/mcppackage. This will allow us to reuse MCP server and tools in other projects, and also will make the codebase cleaner and more modular.Updated dependencies [
6b87578,f684e2f,347b48f,9834ebb,c0048b6]:microsoft/TypeScript (typescript)
v6.0.3Compare Source
zarf-dev/zarf (zarf-dev/zarf)
v0.75.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
What's Changed
🚀 Updates
📦 Dependencies
Full Changelog: zarf-dev/zarf@v0.74.2...v0.75.0
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.