Skip to content

chore(deps): bump rawproto from 0.7.6 to 1.0.3#6103

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/rawproto-1.0.3
Open

chore(deps): bump rawproto from 0.7.6 to 1.0.3#6103
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/rawproto-1.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps rawproto from 0.7.6 to 1.0.3.

Release notes

Sourced from rawproto's releases.

New ideas

This is beginning of new ideas for better parsing. Other libraries should migrate to this.

v0.7.15

No release notes provided.

v0.7.13

No release notes provided.

Commits

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)

Note

Medium Risk
Major bump on the library that decodes Protobuf key values in the UI; parsing behavior may differ even though call sites are unchanged.

Overview
Bumps the rawproto dependency from 0.7.6 to 1.0.3 (major) in package.json, with matching yarn.lock updates.

The lockfile reflects rawproto’s new transitive deps (flat, get-stdin, yargs 17) and drops its direct protobufjs ^6 pin; the repo already resolves rawproto/protobufjs to ^7.2.5. No app source changes—Protobuf display still goes through getData in valueFormatters.tsx.

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

Bumps [rawproto](https://github.com/konsumer/rawproto) from 0.7.6 to 1.0.3.
- [Release notes](https://github.com/konsumer/rawproto/releases)
- [Commits](konsumer/rawproto@v0.7.6...v1.0.3)

---
updated-dependencies:
- dependency-name: rawproto
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 23, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 23, 2026 13:18
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 23, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a29c7cc2f2

ℹ️ 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".

Comment thread package.json
"php-serialize": "^5.1.3",
"pickleparser": "^0.2.1",
"rawproto": "^0.7.6",
"rawproto": "^1.0.3",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update protobuf formatter for rawproto 1.x

With this dependency version selected, redisinsight/ui/src/utils/formatters/valueFormatters.tsx still imports and calls getData from rawproto, but rawproto 1.x removed that named export in favor of the default RawProto reader/.toJS() API. The UI bundle will fail to resolve the import (or the Protobuf formatter will get undefined) as soon as this module is loaded, breaking the Protobuf value formatter; please either keep 0.7.x or migrate the formatter to the 1.x API.

Useful? React with 👍 / 👎.

@jit-ci

jit-ci Bot commented Jun 23, 2026

Copy link
Copy Markdown

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

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