Skip to content

Bump protobufjs from 8.0.1 to 8.4.0 in /tests/functional#2419

Open
dependabot[bot] wants to merge 1 commit into
development/2.15from
dependabot/npm_and_yarn/tests/functional/protobufjs-8.4.0
Open

Bump protobufjs from 8.0.1 to 8.4.0 in /tests/functional#2419
dependabot[bot] wants to merge 1 commit into
development/2.15from
dependabot/npm_and_yarn/tests/functional/protobufjs-8.4.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps protobufjs from 8.0.1 to 8.4.0.

Release notes

Sourced from protobufjs's releases.

protobufjs: v8.4.0

8.4.0 (2026-05-18)

Features

protobufjs: v8.3.0

8.3.0 (2026-05-13)

Features

protobufjs: v8.2.1

8.2.1 (2026-05-13)

Bug Fixes

Performance Improvements

protobufjs: v8.2.0

8.2.0 (2026-05-09)

Features

Bug Fixes

... (truncated)

Changelog

Sourced from protobufjs's changelog.

8.4.0 (2026-05-18)

Features

8.3.0 (2026-05-13)

Features

8.2.1 (2026-05-13)

Bug Fixes

Performance Improvements

8.2.0 (2026-05-09)

Features

Bug Fixes

... (truncated)

Commits
Maintainer changes

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


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.

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.0.1 to 8.4.0.
- [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.4.0)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-version: 8.4.0
  dependency-type: indirect
...

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 May 19, 2026
@bert-e
Copy link
Copy Markdown
Contributor

bert-e commented May 19, 2026

Hello dependabot[bot],

My role is to assist you with the merge of this
pull request. Please type @bert-e help to get information
on this process, or consult the user documentation.

Available options
name description privileged authored
/after_pull_request Wait for the given pull request id to be merged before continuing with the current one.
/bypass_author_approval Bypass the pull request author's approval
/bypass_build_status Bypass the build and test status
/bypass_commit_size Bypass the check on the size of the changeset TBA
/bypass_incompatible_branch Bypass the check on the source branch prefix
/bypass_jira_check Bypass the Jira issue check
/bypass_peer_approval Bypass the pull request peers' approval
/bypass_leader_approval Bypass the pull request leaders' approval
/approve Instruct Bert-E that the author has approved the pull request. ✍️
/create_pull_requests Allow the creation of integration pull requests.
/create_integration_branches Allow the creation of integration branches.
/no_octopus Prevent Wall-E from doing any octopus merge and use multiple consecutive merge instead
/unanimity Change review acceptance criteria from one reviewer at least to all reviewers
/wait Instruct Bert-E not to run until further notice.
Available commands
name description privileged
/help Print Bert-E's manual in the pull request.
/status Print Bert-E's current status in the pull request TBA
/clear Remove all comments from Bert-E from the history TBA
/retry Re-start a fresh build TBA
/build Re-start a fresh build TBA
/force_reset Delete integration branches & pull requests, and restart merge process from the beginning.
/reset Try to remove integration branches unless there are commits on them which do not appear on the source branch.

Status report is not available.

The following options are set: bypass_author_approval, bypass_jira_check

@bert-e
Copy link
Copy Markdown
Contributor

bert-e commented May 19, 2026

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • 2 peers

The following options are set: bypass_author_approval, bypass_jira_check

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency Bump Evaluation

Version change: protobufjs 8.0.1 -> 8.4.0 (minor, multiple versions)
Files changed: tests/functional/yarn.lock only
Dependency type: Transitive (via @platformatic/kafka)

Changes (8.0.1 → 8.4.0):

  • feat: BigInt conversions support (8.4.0)
  • feat: Improved generated TypeScript typings (8.3.0)
  • fix: Consolidate depth limit checks — DoS mitigation (8.2.1)
  • fix: Preserve explicit enum zero if not the default (8.2.1)
  • feat: finishInto() for zero-copy serialization (8.2.0)
  • feat: textformat extension, CLI plugins, roundtrip unknown fields (8.2.0)
  • fix: Multiple decoding correctness fixes (oneof, bool varints, map keys, truncated strings) (8.2.0)

Breaking changes: None documented across any intermediate release
Security concerns: None — depth limit consolidation (8.2.1) is a positive security hardening. npm publisher changed to GitHub Actions (automated releases), which is standard practice.
Impact on codebase: No direct imports or usage of protobufjs found anywhere in the codebase. It is pulled in transitively by @platformatic/kafka. Lockfile-only change.
Recommendation: SAFE TO MERGE

Notes: All features are additive, bug fixes improve protocol conformance, and since the library is only used transitively with no direct API calls in this repo, the risk of behavioral impact is negligible.

— Claude Code

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.

1 participant