Skip to content

chore(deps): update support-deps#2697

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/support-deps
Open

chore(deps): update support-deps#2697
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/support-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 24, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@commitlint/cli (source) 21.0.121.0.2 age confidence devDependencies patch
@commitlint/config-conventional (source) 21.0.121.0.2 age confidence devDependencies patch
@vitest/coverage-v8 (source) 4.1.64.1.7 age confidence devDependencies patch 4.1.8
actions/checkout (changelog) de0fac2df4cb1c action digest
astral-sh/uv 0.11.150.11.17 age confidence patch 0.11.19 (+1)
astral-sh/uv 0.11.150.11.17 age confidence uses-with patch 0.11.19 (+1)
defenseunicorns/uds-cli v0.31.0v0.32.0 age confidence minor
defenseunicorns/uds-common v1.24.11v1.24.12 age confidence patch
ghcr.io/zarf-dev/packages/init v0.76.0v0.77.0 age confidence minor
github/codeql-action v4.35.5v4.36.0 age confidence action minor v4.36.1
likec4 (source) 1.56.01.57.0 age confidence devDependencies minor
redis 8.6.38.8.0 age confidence minor
semver 7.8.07.8.1 age confidence dependencies patch
vitest (source) 4.1.64.1.7 age confidence devDependencies patch 4.1.8
zarf-dev/zarf v0.76.0v0.77.0 age confidence minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v21.0.2

Compare Source

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-conventional)

v21.0.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
astral-sh/uv (astral-sh/uv)

v0.11.17

Compare Source

Released on 2026-05-28.

Enhancements
  • Add a diagnostic for uv add with standard library modules (#​19572)
  • Expose uv workspace and its list subcommand in help output (#​19533)
  • Improve the "403 forbidden" hint to suggest ignore-error-codes when applicable (#​19521)
  • Skip direct URL lock freshness checks while offline (#​19596)
  • Add import-names and import-namespaces support to uv-build (PEP 794) (#​19380)
  • Add a --no-editable-package flag to various commands (#​19584)
  • Infer Python version requests from source trees in uv tool invocations (#​19577)
Preview features
  • Add module owners to uv workspace metadata (#​19122)
  • Do not allow uv venv --clear to remove non-virtual environments (#​19595)
Bug fixes
  • Improve the performance of large entries in tool.uv.conflicts (#​19538)
  • Avoid modifying the parent process' env with --env-file in uv run (#​19567)
  • Fix script environment creation for scripts with long filenames (#​19539)
  • Fix transitive Git archive dependencies in lockfiles (#​19589)
  • Preserve Git repository URLs in direct URL metadata (#​19590)
  • Support redirects in --check-url (#​19594)
  • Accept case-insensitive HTML tags in --find-links parsing (#​19537)
  • Reject duplicate script metadata blocks (#​19544)
  • Ban names like "python3" as script entry points (#​19535, #​19536)
  • Validate Git LFS artifacts for Git archives (#​19592)
  • Use a relative path when creating symlinks in cache to improve relocatability (#​19033)
Documentation
  • Fix malformed positional anchors in the CLI reference (#​19575)

v0.11.16

Compare Source

Released on 2026-05-21.

Enhancements
  • Add support for direct archive dependencies in Git (#​10072)
  • Adjust hint rendering (#​18090)
Preview features
  • uv audit: specialize malformed OSV error (#​19515)
  • Reject locked malware installations (#​18936)
Configuration
  • Allow disabling reading the system config with UV_NO_SYSTEM_CONFIG (#​19476)
Bug fixes
  • Allow environment variables that take a list to be empty (#​19503)
  • Ensure that incompatible wheel hints do not leak secrets (#​19504)
  • Reject unsafe entry points in uv-build (#​19495)
  • Restrict delimiters in entry point parsing (#​19471)
  • uv-netrc: fix multi-word no-space comment lines causing parse errors (#​19494)
Documentation
  • Document and test relative exclude-newer support for uv pip (#​19475)
defenseunicorns/uds-cli (defenseunicorns/uds-cli)

v0.32.0

Compare 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.12

Compare Source

Miscellaneous
github/codeql-action (github/codeql-action)

v4.36.0

Compare Source

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #​3894
  • Add support for SHA-256 Git object IDs. #​3893
  • Update default CodeQL bundle version to 2.25.5. #​3926
likec4/likec4 (likec4)

v1.57.0

Compare Source

Minor Changes
  • #​2968 590864d Thanks @​farhan523! - Add --public option (alias --public-dir) to likec4 build and likec4 start for specifying a directory that Vite serves and copies as-is into the output (Vite's publicDir). Files in this directory are preserved in the build output, including when --output-single-file is used. Resolves #​1941.

  • #​2935 35ba3f6 Thanks @​Kiiv! - feat: add includeAncestors property to deployment views to include all ancestors of visible nodes. Fix #​1483

Patch Changes
  • #​2971 3e0d071 Thanks @​farhan523! - Add --allowed-host option to likec4 start (serve / dev) for scoping which hostnames are allowed to access the dev server (Vite's server.allowedHosts). Can be repeated. When omitted, all hosts are allowed (current behaviour). Resolves #​1650.

  • #​2950 dcbf674 Thanks @​ckeller42! - Add --description to PNG and JPEG exports to include the view title and Markdown description in generated images.

  • #​2950 dcbf674 Thanks @​ckeller42! - Add --notation to PNG and JPEG exports to include non-overlapping view notation in generated images.

  • #​2952 0a1b751 Thanks @​kieronlanning! - Fix single-project overview page always showing the CLI --title value instead of the title from likec4.config.json

  • #​2969 116f482 Thanks @​ckeller42! - Fixes #​2962 by showing relationship popovers in static embedded views generated with likec4 build.

  • 1540465 Thanks @​davydkov! - Fix css bundling for react/webcomponents (when rendered in shadow root)

  • #​2976 783155b Thanks @​davydkov! - Drop the react-shadow dependency and inline shadow-root rendering directly. Mark use-sync-external-store as external to avoid duplicate React internals.

  • #​2947 3726863 Thanks @​kieronlanning! - Add --hmr-port option to the start CLI command for specifying the HMR WebSocket port.

    The port can also be set via the HMR_PORT environment variable. If neither is provided, a free port is auto-discovered in the range 24678–24690.

  • 2e41ccf Thanks @​davydkov! - Fix validation of browser property in webcomponent (accepts string values "true"/"false"/"yes"/"no")

    Closes #​2936

  • #​2976 783155b Thanks @​davydkov! - Chore (contributors): upgrade to pnpm 11.

    packageManager is now pnpm@11.2.2 and .tool-versions was bumped accordingly. Workspace overrides, allowBuilds, and patchedDependencies were moved from the root package.json into pnpm-workspace.yaml (pnpm 11 layout).

  • Updated dependencies [311b93d, 35ba3f6]:

npm/node-semver (semver)

v7.8.1

Compare Source

Bug Fixes
zarf-dev/zarf (zarf-dev/zarf)

v0.77.0

Compare Source

⚠ BREAKING CHANGES
  • signing: resolve auth flow for CI environments (#​4939)
  • allow pulling images by index sha (#​4879)
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:

zarf package verify zarf-init-amd64-v0.77.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.77.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

arm64:

zarf package verify zarf-init-arm64-v0.77.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.77.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

See RELEASES.md for details.


Configuration

📅 Schedule: (in timezone America/New_York)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner May 24, 2026 22:27
@github-actions github-actions Bot added the needs-review Label used for Renovate PRs that are ready for review/test label May 24, 2026
@renovate renovate Bot force-pushed the renovate/support-deps branch from 3d78c8c to e0a0eea Compare May 25, 2026 11:15
@renovate renovate Bot changed the title chore(deps): update support dependencies to v0.11.16 chore(deps): update support-deps May 25, 2026
@renovate renovate Bot force-pushed the renovate/support-deps branch 5 times, most recently from 587c44d to 94974db Compare June 1, 2026 16:26
@renovate renovate Bot force-pushed the renovate/support-deps branch from 94974db to 51b9928 Compare June 3, 2026 13:13
| 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  |
@renovate renovate Bot force-pushed the renovate/support-deps branch from 51b9928 to 711b4df Compare June 4, 2026 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review Label used for Renovate PRs that are ready for review/test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants