chore(deps): bump rawproto from 0.7.6 to 1.0.3#6103
Conversation
|
|
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](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>
a29c7cc to
c76bef7
Compare
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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 testsNote
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
rawprotofrom 0.7.6 to 1.0.3 inpackage.jsonand refreshespackage-lock.json; there are no application code changes.The lockfile reflects a 1.x dependency shift:
protobufjsand related@protobufjs/*packages are no longer pulled in, andrawprotonow depends onflat,get-stdin, andyargs(with its CLI entry moving torawproto_cli.js). The UI still decodes Redis values as Protobuf viagetDatafromrawprotoinvalueFormatters.tsx.Note:
package.jsonstill has anoverrides.rawproto.protobufjsentry 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.