chore(deps): update support-deps#2697
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
3d78c8c to
e0a0eea
Compare
587c44d to
94974db
Compare
94974db to
51b9928
Compare
| datasource | package | from | to | | --------------- | ------------------------------- | -------- | -------- | | npm | @commitlint/cli | 21.0.1 | 21.0.2 | | npm | @commitlint/config-conventional | 21.0.1 | 21.0.2 | | npm | @vitest/coverage-v8 | 4.1.6 | 4.1.7 | | github-tags | astral-sh/uv | 0.11.15 | 0.11.17 | | github-releases | astral-sh/uv | 0.11.15 | 0.11.17 | | github-tags | defenseunicorns/uds-cli | v0.31.0 | v0.32.0 | | github-tags | defenseunicorns/uds-common | v1.24.11 | v1.24.12 | | docker | ghcr.io/zarf-dev/packages/init | v0.76.0 | v0.77.0 | | github-tags | github/codeql-action | v4.35.5 | v4.36.0 | | npm | likec4 | 1.56.0 | 1.57.0 | | docker | redis | 8.6.3 | 8.8.0 | | npm | semver | 7.8.0 | 7.8.1 | | npm | vitest | 4.1.6 | 4.1.7 | | github-tags | zarf-dev/zarf | v0.76.0 | v0.77.0 |
51b9928 to
711b4df
Compare
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:
21.0.1→21.0.221.0.1→21.0.24.1.6→4.1.74.1.8de0fac2→df4cb1c0.11.15→0.11.170.11.19(+1)0.11.15→0.11.170.11.19(+1)v0.31.0→v0.32.0v1.24.11→v1.24.12v0.76.0→v0.77.0v4.35.5→v4.36.0v4.36.11.56.0→1.57.08.6.3→8.8.07.8.0→7.8.14.1.6→4.1.74.1.8v0.76.0→v0.77.0Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v21.0.2Compare Source
Bug Fixes
conventional-changelog/commitlint (@commitlint/config-conventional)
v21.0.2Compare Source
Note: Version bump only for package @commitlint/config-conventional
vitest-dev/vitest (@vitest/coverage-v8)
v4.1.7Compare Source
🐞 Bug Fixes
View changes on GitHub
astral-sh/uv (astral-sh/uv)
v0.11.17Compare Source
Released on 2026-05-28.
Enhancements
uv addwith standard library modules (#19572)uv workspaceand itslistsubcommand in help output (#19533)ignore-error-codeswhen applicable (#19521)import-namesandimport-namespacessupport touv-build(PEP 794) (#19380)--no-editable-packageflag to various commands (#19584)uv toolinvocations (#19577)Preview features
uv workspace metadata(#19122)uv venv --clearto remove non-virtual environments (#19595)Bug fixes
tool.uv.conflicts(#19538)--env-fileinuv run(#19567)--check-url(#19594)--find-linksparsing (#19537)Documentation
v0.11.16Compare Source
Released on 2026-05-21.
Enhancements
Preview features
Configuration
UV_NO_SYSTEM_CONFIG(#19476)Bug fixes
uv-build(#19495)Documentation
defenseunicorns/uds-cli (defenseunicorns/uds-cli)
v0.32.0Compare Source
What's Changed
New Contributors
Full Changelog: defenseunicorns/uds-cli@v0.31.0...v0.32.0
defenseunicorns/uds-common (defenseunicorns/uds-common)
v1.24.12Compare Source
Miscellaneous
github/codeql-action (github/codeql-action)
v4.36.0Compare Source
likec4/likec4 (likec4)
v1.57.0Compare Source
Minor Changes
#2968
590864dThanks @farhan523! - Add--publicoption (alias--public-dir) tolikec4 buildandlikec4 startfor specifying a directory that Vite serves and copies as-is into the output (Vite'spublicDir). Files in this directory are preserved in the build output, including when--output-single-fileis used. Resolves #1941.#2935
35ba3f6Thanks @Kiiv! - feat: addincludeAncestorsproperty to deployment views to include all ancestors of visible nodes. Fix #1483Patch Changes
#2971
3e0d071Thanks @farhan523! - Add--allowed-hostoption tolikec4 start(serve/dev) for scoping which hostnames are allowed to access the dev server (Vite'sserver.allowedHosts). Can be repeated. When omitted, all hosts are allowed (current behaviour). Resolves #1650.#2950
dcbf674Thanks @ckeller42! - Add--descriptionto PNG and JPEG exports to include the view title and Markdown description in generated images.#2950
dcbf674Thanks @ckeller42! - Add--notationto PNG and JPEG exports to include non-overlapping view notation in generated images.#2952
0a1b751Thanks @kieronlanning! - Fix single-project overview page always showing the CLI--titlevalue instead of thetitlefromlikec4.config.json#2969
116f482Thanks @ckeller42! - Fixes #2962 by showing relationship popovers in static embedded views generated withlikec4 build.1540465Thanks @davydkov! - Fix css bundling for react/webcomponents (when rendered in shadow root)#2976
783155bThanks @davydkov! - Drop thereact-shadowdependency and inline shadow-root rendering directly. Markuse-sync-external-storeas external to avoid duplicate React internals.#2947
3726863Thanks @kieronlanning! - Add--hmr-portoption to thestartCLI command for specifying the HMR WebSocket port.The port can also be set via the
HMR_PORTenvironment variable. If neither is provided, a free port is auto-discovered in the range 24678–24690.2e41ccfThanks @davydkov! - Fix validation ofbrowserproperty in webcomponent (accepts string values "true"/"false"/"yes"/"no")Closes #2936
#2976
783155bThanks @davydkov! - Chore (contributors): upgrade to pnpm 11.packageManageris nowpnpm@11.2.2and.tool-versionswas bumped accordingly. Workspace overrides,allowBuilds, andpatchedDependencieswere moved from the rootpackage.jsonintopnpm-workspace.yaml(pnpm 11 layout).Updated dependencies [
311b93d,35ba3f6]:npm/node-semver (semver)
v7.8.1Compare Source
Bug Fixes
17aa702#869 strip build metadata before comparator trimming (#869) (@owlstronaut)5f3ca13#867 handle prerelease bounds in subset (#867) (@puneetdixit200, Puneet Dixit)zarf-dev/zarf (zarf-dev/zarf)
v0.77.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Full Changelog: zarf-dev/zarf@v0.77.0-rc1...v0.77.0
Verifying Init Packages
The init packages in this release are signed with keyless Sigstore signing. Verify with:
amd64:
arm64:
See RELEASES.md for details.
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.