chore(deps): update dependency promptfoo to v0.121.14#946
Conversation
0212c61 to
71533ec
Compare
71533ec to
38476b3
Compare
38476b3 to
2fcb0ad
Compare
ℹ️ Artifact update noticeFile name: package-lock.jsonnpm |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2fcb0ad239
ℹ️ 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".
| "esbuild": "^0.28.0", | ||
| "js-yaml": "^4.1.1", | ||
| "promptfoo": "0.121.12", | ||
| "promptfoo": "0.121.14", |
There was a problem hiding this comment.
Restore the missing lockfile peer entry
With this lockfile, npm ci fails before installing dependencies using the supported npm 11.4.x range (Missing: gcp-metadata@ from lock file). The promptfoo bump removed node_modules/mongoose/node_modules/gcp-metadata, but mongoose/node_modules/mongodb@7.2.0 still has gcp-metadata as an optional peer, so the lockfile is no longer internally consistent; every workflow section I checked that builds or packages this action runs npm ci, so this dependency update cannot pass CI until the lockfile is regenerated with that entry restored.
Useful? React with 👍 / 👎.
This PR contains the following updates:
0.121.12→0.121.14Release Notes
promptfoo/promptfoo (promptfoo)
v0.121.14Compare Source
Features
Bug Fixes
v0.121.13Compare Source
Features
Bug Fixes
Performance Improvements
Configuration
📅 Schedule: (UTC)
🚦 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.