chore(deps): bump rawproto from 0.7.6 to 1.0.3#6103
Conversation
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>
|
|
There was a problem hiding this comment.
💡 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".
| "php-serialize": "^5.1.3", | ||
| "pickleparser": "^0.2.1", | ||
| "rawproto": "^0.7.6", | ||
| "rawproto": "^1.0.3", |
There was a problem hiding this comment.
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 Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
Bumps rawproto from 0.7.6 to 1.0.3.
Release notes
Sourced from rawproto's releases.
Commits
007bbc11.0.37667506better group parsing7baa5d1pixelstarships795b15f1.0.25d56cad1.0.10b97a83improve toProto and add test for encode/decodee12b705auditbc7b76fMerge pull request #22 from konsumer/uipolish8bc88acbetter download and mapping19b22aemore notes in testsDependabot 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)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
rawprotodependency from 0.7.6 to 1.0.3 (major) inpackage.json, with matchingyarn.lockupdates.The lockfile reflects
rawproto’s new transitive deps (flat,get-stdin,yargs17) and drops its directprotobufjs^6 pin; the repo already resolvesrawproto/protobufjsto ^7.2.5. No app source changes—Protobuf display still goes throughgetDatainvalueFormatters.tsx.Reviewed by Cursor Bugbot for commit a29c7cc. Bugbot is set up for automated code reviews on this repo. Configure here.