Skip to content

fix(deps): update dependencies (patch) - #5350

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dependencies-(patch)
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dependencies-(patch)

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@azure/identity (source) 4.13.24.13.3 age confidence
express (source) 4.22.24.22.3 age confidence
undici (source) 7.29.07.29.1 age confidence
yaml (source) 2.9.02.9.1 age confidence

Release Notes

Azure/azure-sdk-for-js (@​azure/identity)

v4.13.3

Compare Source

expressjs/express (express)

v4.22.3

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@v4.22.2...v4.22.3

nodejs/undici (undici)

v7.29.1

Compare Source

⚠️ Security fixes

High severity
  • GHSA-w293-vg96-wgc3: BalancedPool could drop function-valued connection options while cloning its configuration, including custom TLS certificate validation callbacks. Undici now preserves connect and legacy tls options when creating upstreams. Fixed by f690157d.
  • GHSA-rfgv-xxqx-mfg5: a WebSocket server could select a subprotocol when none was requested, causing an uncaught TypeError that could terminate the process. Undici now rejects the handshake with protocol error 1002. Fixed by 6615e017.
Medium severity
  • GHSA-3wwx-pv8p-q78v: a malformed permessage-deflate payload exceeding the configured decompression limit could emit an unhandled zlib error and terminate the process. Undici now destroys the inflater after reaching the limit. Fixed by 63cf698b.
  • GHSA-rx4f-c7p8-82vq: an unclean WebSocketStream close could create an unobserved rejected promise when its writable stream was locked, potentially terminating the process. Undici now propagates the failure through the retained writable stream controller. Fixed by 1858656e.
  • GHSA-2jfj-6hjv-fm6j: shared caches could store and replay responses containing Set-Cookie, disclosing one user's cookies to another caller. Undici now excludes these responses from shared caches, including existing entries and revalidation paths. Fixed by b6c5a002.
  • GHSA-3xpg-4rpp-hhhm: the decompression interceptor did not bound decoded output, allowing compressed responses to consume excessive memory. Undici now limits every decompression stage to 64 MiB by default and supports a configurable maxSize. Fixed by 2c7d7e12.
  • GHSA-pmjh-fq2x-6v4x: a terminal retry failure after response headers were exposed could orphan the original response body, causing consumers to hang indefinitely. Undici now propagates the terminal error to the exposed body. Fixed by 3c672659.
Low severity
  • GHSA-8436-99hf-9mmv: cache interceptors could store and replay responses to unsafe HTTP methods such as POST or DELETE. Undici now restricts cache reads and writes to safe methods while preserving invalidation by successful unsafe requests. Fixed by b61d9432.
  • GHSA-2gqq-gqf2-x968: the dump interceptor could treat an oversized chunked response as successfully truncated when no Content-Length was present. Undici now enforces maxSize against received bytes and aborts oversized responses. Fixed by 21693f40.
  • GHSA-r53p-7pc4-xj5r: the retry interceptor could concatenate a resumed response with inconsistent framing into downstream output, enabling response splitting or corruption. Undici now validates Content-Range against the original response framing before resuming. Fixed by cd8af90b.

What's Changed

Full Changelog: nodejs/undici@v7.29.0...v7.29.1

eemeli/yaml (yaml)

v2.9.1

Compare Source

  • Limit recursive merge aliases (#​685, #​713)
  • Simplify line unfolding during quoted string parsing (#​714)

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 September 7, 2026 22:06
@openshift-ci

openshift-ci Bot commented Sep 7, 2026

Copy link
Copy Markdown

Hi @renovate[bot]. Thanks for your PR.

I'm waiting for a redhat-developer member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@codecov

codecov Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.38%. Comparing base (b8a7f51) to head (1c33bcf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5350      +/-   ##
==========================================
- Coverage   74.21%   73.38%   -0.84%     
==========================================
  Files          69       66       -3     
  Lines         799      774      -25     
  Branches      125      121       -4     
==========================================
- Hits          593      568      -25     
  Misses        205      205              
  Partials        1        1              
Flag Coverage Δ
rhdh 73.38% <ø> (-0.84%) ⬇️
Components Coverage Δ
Backend plugins 100.00% <ø> (ø)
Backend app 71.91% <ø> (ø)
Frontend app 60.50% <ø> (ø)
Plugin utils ∅ <ø> (∅)

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8a7f51...1c33bcf. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 6f815db to 0adf4e3 Compare September 8, 2026 13:18
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 0adf4e3 to e109d04 Compare September 8, 2026 14:48
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from e109d04 to b44ee66 Compare September 8, 2026 15:12
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@kim-tsao kim-tsao left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm label Sep 8, 2026
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from b44ee66 to 4ec846b Compare September 9, 2026 12:39
@openshift-ci openshift-ci Bot removed the lgtm label Sep 9, 2026
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 4ec846b to 539b479 Compare September 9, 2026 13:49
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 539b479 to 9b242f8 Compare September 9, 2026 14:12
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

The container image build workflow finished with status: failure.

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 9b242f8 to 0dabe46 Compare September 9, 2026 20:34
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

The container image build workflow finished with status: cancelled.

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 0dabe46 to fd86f63 Compare September 9, 2026 23:56
@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from fd86f63 to def268a Compare September 10, 2026 06:36
@rhdh-qodo-merge

Copy link
Copy Markdown

Important

The /test command by Qodo was deprecated on the 1st of September 2026 and is no longer available. We recommend switching to the latest Qodo review capabilities. Learn more

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch 2 times, most recently from e4aec18 to 420d8b9 Compare September 17, 2026 06:41
@github-actions

Copy link
Copy Markdown
Contributor

The container image build workflow finished with status: cancelled.

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 420d8b9 to bc28b6a Compare September 17, 2026 06:51
@github-actions

Copy link
Copy Markdown
Contributor

The container image build workflow finished with status: cancelled.

@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from bc28b6a to 00de536 Compare September 17, 2026 08:24
@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 00de536 to 8f8d8a7 Compare September 17, 2026 12:34
@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 8f8d8a7 to 03c5fca Compare September 17, 2026 22:51
@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 03c5fca to 0859c31 Compare September 18, 2026 13:08
@github-actions

Copy link
Copy Markdown
Contributor

The container image build workflow finished with status: failure.

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 0859c31 to 72b64d6 Compare September 18, 2026 14:01
@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 72b64d6 to 52d802f Compare September 18, 2026 15:02
@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 52d802f to c900171 Compare September 18, 2026 16:11
@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from c900171 to b8f21bb Compare September 18, 2026 17:27
@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from b8f21bb to 8323e2c Compare September 18, 2026 20:09
@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 8323e2c to 1c33bcf Compare September 18, 2026 21:10
@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@openshift-ci

openshift-ci Bot commented Sep 18, 2026

Copy link
Copy Markdown

@renovate[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-ocp-helm 1c33bcf link true /test e2e-ocp-helm

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant