Skip to content

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

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

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


Note

Medium Risk
Major-version bump of the library that powers Protobuf key viewing; parsing output could change, and the stale protobufjs override should be verified.

Overview
Bumps rawproto from 0.7.6 to 1.0.3 in package.json and refreshes package-lock.json; there are no application code changes.

The lockfile reflects a 1.x dependency shift: protobufjs and related @protobufjs/* packages are no longer pulled in, and rawproto now depends on flat, get-stdin, and yargs (with its CLI entry moving to rawproto_cli.js). The UI still decodes Redis values as Protobuf via getData from rawproto in valueFormatters.tsx.

Note: package.json still has an overrides.rawproto.protobufjs entry that may no longer apply after this upgrade.

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

@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

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 force-pushed the dependabot/npm_and_yarn/rawproto-1.0.3 branch from a29c7cc to c76bef7 Compare July 21, 2026 10:47
@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/rawproto-1.0.3 branch July 22, 2026 06:42
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.

2 participants