Update protobuf version to latest#890
Merged
danditomaso merged 1 commit intoOct 15, 2025
Merged
Conversation
|
@danditomaso is attempting to deploy a commit to the Meshtastic Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates the protobuf package dependency to the latest version and addresses a breaking change by using the new deprecated enum name for GPS coordinate format.
- Updated @meshtastic/protobufs dependency from version 2.7.8 to 2.7.12-1
- Replaced deprecated
GpsCoordinateFormatenum withDeprecatedGpsCoordinateFormatto maintain compatibility
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated protobuf dependency to latest version |
| packages/web/src/validation/config/display.ts | Updated enum reference to use deprecated variant after protobuf update |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
danditomaso
added a commit
to danditomaso/meshtastic-web
that referenced
this pull request
Oct 15, 2025
danditomaso
added a commit
that referenced
this pull request
Oct 16, 2025
* fix: show nodes on right sidebar on app load * chore: update protobuf version to latest (#890) * chore(deps-dev): bump happy-dom from 19.0.2 to 20.0.0 (#891) Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 19.0.2 to 20.0.0. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v19.0.2...v20.0.0) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update packages/web/src/core/stores/nodeDBStore/index.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR brings the protobuf package dependency to its latest available version.
Related Issues
Fixes #862
Changes Made
Testing Done
Started web client, opened all tabs. Found deprecated enum within Config page that had to be updated.
Screenshots (if applicable)
Checklist
CONTRIBUTING_I18N_DEVELOPER_GUIDE.md for more details)