Skip to content

chore(deps): bump protobufjs and promptfoo in /evals - #130

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/evals/multi-a2328f0087
Open

chore(deps): bump protobufjs and promptfoo in /evals#130
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/evals/multi-a2328f0087

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown

Bumps protobufjs to 8.7.1 and updates ancestor dependency promptfoo. These dependencies need to be updated together.

Updates protobufjs from 8.0.1 to 8.7.1

Release notes

Sourced from protobufjs's releases.

protobufjs: v8.7.1

8.7.1 (2026-07-12)

Bug Fixes

  • Accept repeated NullValue elements in ProtoJSON (#2373) (ad0b9bb)
  • Apply enum options regardless of declaration order (#2384) (b5009b0)
  • Base64-encode bytes field defaults in toObject (#2375) (e552511)
  • cli: Handle extensions during sparse generation (#2386) (1965d37)
  • cli: Match declaration imports to generated modules (#2385) (3cf7420)
  • cli: Preserve array element union precedence in pbts (#2378) (2a697a5)
  • cli: Resolve imports from cwd by default (#2381) (65f659a)
  • Merge repeated message-valued fields within map entries (#2364) (13b417b)
  • Parse aggregate objects in option arrays (#2379) (71c2532)
  • Parse Any type URLs in aggregate options (#2383) (666fa6b)
  • Parse bracketed special field names in options (#2377) (dd1870b)
  • Parse map fields inside groups (#2382) (8a2c427)
  • Preserve proto names in bundled definitions (#2390) (7ba0557)
  • Remove circular LongBits dependency (#2387) (829f5cd)

protobufjs: v8.7.0

8.7.0 (2026-07-06)

Features

  • Rework encoder architecture and add additional fast paths (#2359) (e912baf)

Bug Fixes

  • Preserve parsed json_name in field options (#2363) (1cdd91e)
  • Reject truncated declarations without TypeError (#2358) (5995f2a)
  • Resolve feature defaults before lazy codegen (d59d100)

protobufjs: v8.6.6

8.6.6 (2026-07-03)

Bug Fixes

protobufjs: v8.6.5

8.6.5 (2026-06-23)

Bug Fixes

... (truncated)

Changelog

Sourced from protobufjs's changelog.

8.7.1 (2026-07-12)

Bug Fixes

  • accept repeated NullValue elements in ProtoJSON (#2373) (ad0b9bb)
  • Apply enum options regardless of declaration order (#2384) (b5009b0)
  • Base64-encode bytes field defaults in toObject (#2375) (e552511)
  • cli: Handle extensions during sparse generation (#2386) (1965d37)
  • cli: Match declaration imports to generated modules (#2385) (3cf7420)
  • cli: Preserve array element union precedence in pbts (#2378) (2a697a5)
  • cli: Resolve imports from cwd by default (#2381) (65f659a)
  • Merge repeated message-valued fields within map entries (#2364) (13b417b)
  • Parse aggregate objects in option arrays (#2379) (71c2532)
  • Parse Any type URLs in aggregate options (#2383) (666fa6b)
  • Parse bracketed special field names in options (#2377) (dd1870b)
  • Parse map fields inside groups (#2382) (8a2c427)
  • Preserve proto names in bundled definitions (#2390) (7ba0557)
  • Remove circular LongBits dependency (#2387) (829f5cd)

8.7.0 (2026-07-06)

Features

  • Rework encoder architecture and add additional fast paths (#2359) (e912baf)

Bug Fixes

  • Preserve parsed json_name in field options (#2363) (1cdd91e)
  • Reject truncated declarations without TypeError (#2358) (5995f2a)
  • Resolve feature defaults before lazy codegen (d59d100)

8.6.6 (2026-07-03)

Bug Fixes

8.6.5 (2026-06-23)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for protobufjs since your current version.


Updates promptfoo from 0.121.11 to 0.121.19

Release notes

Sourced from promptfoo's releases.

0.121.19

0.121.19 (2026-07-14)

Features

  • providers: add Bedrock GPT-5.6 frontier support (#10081) (a97c8eb)
  • providers: add Meta Model API (Muse Spark) provider (#10041) (e6f06da)
  • providers: add Open Interpreter provider (#10079) (c4d9028)
  • providers: add xAI Grok 4.5 support (#10032) (83cedf0)
  • providers: honor CLAUDE_CONFIG_DIR for Claude Code creds (#9980) (a643f8b)
  • providers: support GPT-5.6 GA (#10040) (3280625)
  • redteam: account for generation-phase token usage (#9967) (e0d1698)
  • redteam: add goblin strategy (#10057) (c0c86f1)
  • types: optional token-usage fields on public types/schemas (#9962) (7365c32)
  • util: add token-usage helpers (error/generation accumulation) (#9969) (79ebc2d)

Bug Fixes

  • assertions: allow numeric 0 as contains/icontains value (#10012) (06d8105)
  • assertions: return pass:false for tool calls missing a function object (#10076) (ffd8922)
  • azure: avoid crash on empty choices array when reading logprobs (#9867) (f189f84)
  • code-scan: harden action supply chain (#9991) (17e90eb)
  • db: protect user database from test runners (#9590) (aabb699)
  • deps: update anthropic packages (#10037) (fed1d2a)
  • deps: update anthropic packages (#10066) (24a3ef1)
  • deps: update dependency js-yaml to v5.2.1 (#10052) (fe22aa7)
  • deps: update opentelemetry (#10067) (03e3f2a)
  • eval: combineFilterConditions doesn't recognize lowercase 'or' (#10087) (25fedb6)
  • matchers: count missing faithfulness verdicts as unsupported (#9984) (ce4a3d3)
  • matchers: preserve reserved grader vars in model-graded matchers (#10042) (9f6afcc)
  • matchers: preserve reserved rag grader vars (#9994) (6e9e2ee)
  • providers: address xAI response edge cases (#10072) (0300eb0)
  • providers: avoid app-server config recursion (#10078) (61a043f)
  • providers: bill GPT-5.6 image input tokens (#10050) (ab52ee0)
  • providers: clamp DeepSeek cached tokens in cost calc (#9908) (eca0cdc)
  • providers: correct Codex SDK provider config handling (#9963) (a311483)
  • providers: guard array access in Bedrock Titan and Cohere output handlers (#9897) (9a2aa85)
  • providers: handle TrueFoundry guardrail blocks (#10021) (a9cfc86)
  • providers: preserve TrueFoundry filter errors (#10027) (051914a)
  • providers: report cached request counts in token usage (#9970) (2392ce3)
  • providers: stringify simulated user provider outputs (#10019) (46ee400)
  • redteam: add missing lowercase f to homoglyph map (#10071) (fe3151e)
  • redteam: clean up Hydra and Hex handling (#10077) (ef61281)
  • redteam: encode hex strategy payloads as UTF-8 bytes (#10073) (080dc99)
  • redteam: match cross-session leaks case-insensitively (#10074) (53d7586)
  • redteam: pass target output to structured graders (#10068) (c5f205d)
  • redteam: preserve punctuation in Pig Latin encoding (#10025) (fe6bf3a)
  • redteam: stop empty prompts at metadata boundaries (#10015) (3957d90)

... (truncated)

Changelog

Sourced from promptfoo's changelog.

0.121.19 (2026-07-14)

Features

  • providers: add Bedrock GPT-5.6 frontier support (#10081) (a97c8eb)
  • providers: add Meta Model API (Muse Spark) provider (#10041) (e6f06da)
  • providers: add Open Interpreter provider (#10079) (c4d9028)
  • providers: add xAI Grok 4.5 support (#10032) (83cedf0)
  • providers: honor CLAUDE_CONFIG_DIR for Claude Code creds (#9980) (a643f8b)
  • providers: support GPT-5.6 GA (#10040) (3280625)
  • redteam: account for generation-phase token usage (#9967) (e0d1698)
  • redteam: add goblin strategy (#10057) (c0c86f1)
  • types: optional token-usage fields on public types/schemas (#9962) (7365c32)
  • util: add token-usage helpers (error/generation accumulation) (#9969) (79ebc2d)

Bug Fixes

  • assertions: allow numeric 0 as contains/icontains value (#10012) (06d8105)
  • assertions: return pass:false for tool calls missing a function object (#10076) (ffd8922)
  • azure: avoid crash on empty choices array when reading logprobs (#9867) (f189f84)
  • code-scan: harden action supply chain (#9991) (17e90eb)
  • db: protect user database from test runners (#9590) (aabb699)
  • deps: update anthropic packages (#10037) (fed1d2a)
  • deps: update anthropic packages (#10066) (24a3ef1)
  • deps: update dependency js-yaml to v5.2.1 (#10052) (fe22aa7)
  • deps: update opentelemetry (#10067) (03e3f2a)
  • eval: combineFilterConditions doesn't recognize lowercase 'or' (#10087) (25fedb6)
  • matchers: count missing faithfulness verdicts as unsupported (#9984) (ce4a3d3)
  • matchers: preserve reserved grader vars in model-graded matchers (#10042) (9f6afcc)
  • matchers: preserve reserved rag grader vars (#9994) (6e9e2ee)
  • providers: address xAI response edge cases (#10072) (0300eb0)
  • providers: avoid app-server config recursion (#10078) (61a043f)
  • providers: bill GPT-5.6 image input tokens (#10050) (ab52ee0)
  • providers: clamp DeepSeek cached tokens in cost calc (#9908) (eca0cdc)
  • providers: correct Codex SDK provider config handling (#9963) (a311483)
  • providers: guard array access in Bedrock Titan and Cohere output handlers (#9897) (9a2aa85)
  • providers: handle TrueFoundry guardrail blocks (#10021) (a9cfc86)
  • providers: preserve TrueFoundry filter errors (#10027) (051914a)
  • providers: report cached request counts in token usage (#9970) (2392ce3)
  • providers: stringify simulated user provider outputs (#10019) (46ee400)
  • redteam: add missing lowercase f to homoglyph map (#10071) (fe3151e)
  • redteam: clean up Hydra and Hex handling (#10077) (ef61281)
  • redteam: encode hex strategy payloads as UTF-8 bytes (#10073) (080dc99)
  • redteam: match cross-session leaks case-insensitively (#10074) (53d7586)
  • redteam: pass target output to structured graders (#10068) (c5f205d)
  • redteam: preserve punctuation in Pig Latin encoding (#10025) (fe6bf3a)
  • redteam: stop empty prompts at metadata boundaries (#10015) (3957d90)
  • util: handle even backslashes before slash comments (#10030) (fd607d1)
  • util: handle single-quoted escaped paths (#10080) (01694e7)
  • util: remove unused NormalizedTokenUsage export (#10065) (402a84d)

... (truncated)

Commits
  • 1ede17a chore(main): release 0.121.19 (#10026)
  • 25fedb6 fix(eval): combineFilterConditions doesn't recognize lowercase 'or' (#10087)
  • 69a094a docs(site): fix leetspeak strategy examples (#10088)
  • 0ac2f15 chore(deps): update dependency protobufjs to v8.6.6 (#10085)
  • 1a511ca chore(deps): update dependency @​anthropic-ai/claude-agent-sdk to v0.3.201 (#1...
  • c4d9028 feat(providers): add Open Interpreter provider (#10079)
  • 01694e7 fix(util): handle single-quoted escaped paths (#10080)
  • ef61281 fix(redteam): clean up Hydra and Hex handling (#10077)
  • ffd8922 fix(assertions): return pass:false for tool calls missing a function object (...
  • 61a043f fix(providers): avoid app-server config recursion (#10078)
  • Additional commits viewable in compare view

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.

Note

Low Risk
Lockfile-only dev-dependency updates under evals/ with no production or skill logic changes.

Overview
Updates evals dependency lockfile so promptfoo moves from 0.121.11 to 0.121.19 (devDependency used for skill eval runs). protobufjs is pulled in transitively through promptfoo and is bumped from 8.0.1 to 8.7.1 as part of the same resolution—no application source changes.

Reviewers should treat this as a routine npm install / lockfile refresh for the eval harness only; run evals tests or a smoke promptfoo eval if you want extra confidence after the minor promptfoo jump.

Reviewed by Cursor Bugbot for commit 90f18ac. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) to 8.7.1 and updates ancestor dependency [promptfoo](https://github.com/promptfoo/promptfoo). These dependencies need to be updated together.


Updates `protobufjs` from 8.0.1 to 8.7.1
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-v8.0.1...protobufjs-v8.7.1)

Updates `promptfoo` from 0.121.11 to 0.121.19
- [Release notes](https://github.com/promptfoo/promptfoo/releases)
- [Changelog](https://github.com/promptfoo/promptfoo/blob/main/CHANGELOG.md)
- [Commits](promptfoo/promptfoo@0.121.11...0.121.19)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-version: 8.7.1
  dependency-type: indirect
- dependency-name: promptfoo
  dependency-version: 0.121.19
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 28, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 28, 2026 19:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 28, 2026
@github-actions

Copy link
Copy Markdown

Skill eval results

Skill Before After Δ
agentcontrol/configs-create 100/100 (4/4) 0/100 (0/4) -100
agentcontrol/configs-update 80/100 (4/5) 0/100 (0/5) -80
agentcontrol/configs-variations 80/100 (4/5) 0/100 (0/5) -80
agentcontrol/tools 75/100 (3/4) 0/100 (0/4) -75
feature-flags/flag-and-release-change - 0/100 (0/4) new
feature-flags/flag-release - 0/100 (0/5) new
feature-flags/launchdarkly-flag-command - 0/100 (0/3) new
feature-flags/launchdarkly-flag-create 100/100 (3/3) 0/100 (0/4) -100
feature-flags/launchdarkly-flag-drift - 0/100 (0/4) new
feature-flags/should-flag-change - 0/100 (0/10) new

Only suites whose source actually changed since their last recorded score were re-run. Soft-failing while we stabilise the baseline.

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.

0 participants