chore(deps): bump the npm_and_yarn group across 1 directory with 1 update#963
chore(deps): bump the npm_and_yarn group across 1 directory with 1 update#963dependabot[bot] wants to merge 2 commits into
Conversation
…date Bumps the npm_and_yarn group with 1 update in the / directory: [undici](https://github.com/nodejs/undici). Updates `undici` from 6.26.0 to 6.27.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.26.0...v6.27.0) Updates `undici` from 7.27.2 to 7.28.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.26.0...v6.27.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.27.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 7.28.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
promptfoo-action/package-lock.json
Line 10408 in b25b8d8
This lockfile update removes the node_modules/mongoose/node_modules/gcp-metadata package record even though npm still expects it for mongodb's optional peer. With this commit, npm ci --ignore-scripts --dry-run on Node 24/npm 11 fails with Missing: gcp-metadata@ from lock file (the parent lockfile passes the same dry-run), so workflows that start with npm ci cannot install dependencies before build, tests, or dist generation.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "version": "6.26.0", | ||
| "resolved": "https://registry.npmjs.org/undici/-/undici-6.26.0.tgz", | ||
| "integrity": "sha512-4yqz8a3n5HmGTlsbADNtr/dJlhkh/55Rq798G6ibiULcXbDtaLpTl1pvdqcbFfeoj3iSi52lePFM7h9H21cw/A==", | ||
| "version": "6.27.0", |
There was a problem hiding this comment.
Rebuild the bundled action with patched undici
This updates the installed undici version, but the repository's checked-in action bundle is unchanged; I checked action.yml and it runs dist/index.js, which still contains the previously bundled dependency code until npm run package is run and dist/ is committed. In that state, anyone using the action by SHA/tag continues to execute the old bundled undici despite the lockfile claiming the security update was applied, and the check-dist workflow would report a dirty dist/ once dependency installation is fixed.
Useful? React with 👍 / 👎.
Bumps the npm_and_yarn group with 1 update in the / directory: undici.
Updates
undicifrom 6.26.0 to 6.27.0Release notes
Sourced from undici's releases.
... (truncated)
Commits
551138cBumped v6.27.0 (#5431)b7f252eBackport WebSocket maxPayloadSize fixes to v7.x (#5423) (#5428)25efa44fix(cookies): preserve values and parse SameSite strictlyf4c31d6fix: guard idle socket validation to skip fresh sockets (#5400)Updates
undicifrom 7.27.2 to 7.28.0Release notes
Sourced from undici's releases.
... (truncated)
Commits
551138cBumped v6.27.0 (#5431)b7f252eBackport WebSocket maxPayloadSize fixes to v7.x (#5423) (#5428)25efa44fix(cookies): preserve values and parse SameSite strictlyf4c31d6fix: guard idle socket validation to skip fresh sockets (#5400)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.