Skip to content

Bump undici from 6.23.0 to 6.24.0#199

Merged
giordano merged 3 commits into
mainfrom
dependabot/npm_and_yarn/undici-6.24.0
Mar 14, 2026
Merged

Bump undici from 6.23.0 to 6.24.0#199
giordano merged 3 commits into
mainfrom
dependabot/npm_and_yarn/undici-6.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 14, 2026

Copy link
Copy Markdown
Contributor

Bumps undici from 6.23.0 to 6.24.0.

Release notes

Sourced from undici's releases.

v6.24.0

Undici v6.24.0 Security Release Notes (LTS)

This release backports fixes for security vulnerabilities affecting the v6 line.

Upgrade guidance

All users on v6 should upgrade to v6.24.0 or later.

Fixed advisories

Not applicable to v6

Affected and patched ranges (v6)

References

Commits
  • 8873c94 Bumped v6.24.0
  • 411bd01 test(websocket): use node:assert for Node 18 compatibility
  • 844bf59 test: fix http2 lint regressions in backport
  • a444e4f test: stabilize h2 and tls-cert-leak under current test runner
  • dc032a1 fix: h2 CI (#4395)
  • 4cd3f4b test: increase bitness in test/fixtures/*.pem (#3659)
  • 7df6442 fix: adapt websocket frame-limit handling for v6 parser
  • 4e0179a fix: reject duplicate content-length and host headers
  • 5a97f08 Fix websocket 64-bit length overflow
  • e43e898 fix: validate upgrade header to prevent CRLF injection
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 14, 2026
@giordano giordano closed this Mar 14, 2026
@giordano giordano reopened this Mar 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Mar 14, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@giordano

giordano commented Mar 14, 2026

Copy link
Copy Markdown
Member

What's wrong with this PR? Why is CI not starting at all? Edit: the problem was that #198 added the infamous package json files without adding them to the list of CI triggers. Fix moved to #200.

@giordano

Copy link
Copy Markdown
Member

https://github.com/julia-actions/cache/actions/runs/23085548069/job/67061708025?pr=199#step:6:18

Error: dist/ is out of date. Run 'npm run build' and commit the changes.

Can't this be automated when Dependabot runs?

@dependabot @github

dependabot Bot commented on behalf of github Mar 14, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of undici exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@giordano giordano force-pushed the dependabot/npm_and_yarn/undici-6.24.0 branch from e0931db to 9f5e8d7 Compare March 14, 2026 11:45
@giordano giordano closed this Mar 14, 2026
@giordano giordano reopened this Mar 14, 2026
@giordano

Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [undici](https://github.com/nodejs/undici) from 6.23.0 to 6.24.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.23.0...v6.24.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 6.24.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/undici-6.24.0 branch from 8177e09 to 4c299c5 Compare March 14, 2026 13:59
@giordano

Copy link
Copy Markdown
Member

Looks like #201 won't work because the trigger was only "opened". I don't have npm on my laptop and have zero intention of installing it (NodeJS_22_jll doesn't help because it's missing some other tools), so I won't be able to fix this PR. Someone else will have to. CC @DilumAluthge @IanButterworth

@giordano

Copy link
Copy Markdown
Member

Reopening doesn't do anything, because in #201 there was only the opened event, not reopened

@giordano giordano merged commit 5232b9b into main Mar 14, 2026
22 of 24 checks passed
@giordano giordano deleted the dependabot/npm_and_yarn/undici-6.24.0 branch March 14, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants