build(deps): bump protobufjs from 8.0.1 to 8.6.3 in /tests/functional#2441
Conversation
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.0.1 to 8.6.3. - [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.6.3) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Hello dependabot[bot],My role is to assist you with the merge of this Available options
Available commands
Status report is not available. The following options are set: bypass_author_approval, bypass_jira_check |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: bypass_author_approval, bypass_jira_check |
There was a problem hiding this comment.
Dependency Bump Evaluation
Version change: 8.0.1 -> 8.6.3 (minor, 13 intermediate releases)
Scope: tests/functional/yarn.lock only (lockfile update)
Dependency chain: protobufjs is an optional transitive dependency of @platformatic/kafka (v1.33.0), a Kafka client used in the test suite. There are no direct imports or .proto files in the codebase.
Changes (8.0.1 to 8.6.3):
- Security: prototype pollution prevention, recursion depth limits, input hardening
- Behavioral: unknown field roundtripping added (8.2.0), then default changed to discard (8.6.2); stricter varint/tag validation
- Structural: subpackages removed, postinstall script removed, inquire submodule removed
- Features: BigInt support, textformat, protojson extension, finishInto() API
Breaking changes: Several behavioral changes in decode/encode (stricter validation, unknown field handling), but none impact this repo since protobufjs is not directly consumed.
Security concerns: All security changes are improvements (prototype pollution fix, recursion depth limits, postinstall script removal). Maintainer change note (GitHub Actions as new npm releaser) is consistent with modern CI/CD pipelines and not a supply chain concern.
Impact on codebase: None. No direct protobufjs usage found. The library is an optional dependency of a Kafka client used only for testing.
Recommendation: SAFE TO MERGE
Notes: CI checks are still in progress at time of review. Verify all required checks pass before merging.
— Claude Code
Bumps protobufjs from 8.0.1 to 8.6.3.
Release notes
Sourced from protobufjs's releases.
... (truncated)
Changelog
Sourced from protobufjs's changelog.
... (truncated)
Commits
8076a5echore: release master (#2318)4dff8e4fix: Support utf8_validation during decode (#2325)9c9f8eefix: Remove renamed reflection objects by identity (#2324)de18bbedocs: Document custom constructor registration order (#2323)c98a4e5fix: Include interfaces in API docs and fix FieldMask doc comment (#2319)c97cdbefix: Preserve explicit URLs in path resolution (#2320)ec868f3fix: Consistently reject truncated 64-bit varints (#2322)3359e64fix: Support Node ESM named imports from CommonJS entrypoints (#2315)41d3517chore: release master (#2316)bf12d56fix: Discard unknown fields by default (#2310)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for protobufjs since your current version.
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 this major versionwill 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 versionwill 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 dependencywill 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.