Skip to content

chore(deps): update meshtastic/web to v2.6.4 #6950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2025

This PR contains the following updates:

Package Update Change
meshtastic/web minor 2.5.3 -> 2.6.4

Release Notes

meshtastic/web (meshtastic/web)

v2.6.4

Compare Source

Release Notes For v2.6.4

This release was made possible by the hard work from all of our contributors. A big thank you to everyone who helped bring these improvements to life! The following people have contributed to this release: @​vidplace7, @​James9074, @​danditomaso, @​Hunter275, @​philon-, @​dzienisz.

In summary, this release saw contributions from 6 different individuals.

Major New Features

Minor New Features

Bug Fixes

Codebase and Development Improvements

New Contributors

v2.6.0

Compare Source

Release Notes For v2.6.0

We're thrilled to share this release, and it wouldn't have been possible without
the dedication of our contributors. Thank you for helping us get it over the
finish line! The following people have contributed to this release: @​Hunter275,
@​danditomaso, @​fifieldt, @​jangrewe, @​kylewistrand, @​fmoessbauer, @​hectorthemonk,
@​danielhogstrom, @​PhotoNomad0, @​KomelT, @​tdhawk, @​cmorg3, @​NomDeTom, @​sgtwilko,
@​skeemer, @​bkimmel, @​dzienisz, @​James9074, @​justinforlenza, @​varanauskas

In summary, this release saw contributions from 21 different individuals

Major New Features
  • Add Node detail popup in Map view:** Provides more information about
    individual nodes directly on the map.
  • Add sidebar close button:** Improves user interface flexibility.
  • Add PKI backup dialog and a reminder toast to suggest backing up the private
    key:** Enhances security and data recovery options.
  • Add search functionality for nodes in Messages and Nodes pages:** Improves
    navigation and management of nodes and messages.
  • Add UDP over Mesh toggle.
  • Add Avator icon to UI:** Enhances visual identification of nodes.
  • Allow users to DM nodes directly from the map:** Streamlines direct messaging
    to specific nodes.
  • Add PWA functionality** Enables the web application to be installed and
    function like a native app.
Minor New Features
  • Indicated charging status if batteryLevel is over 100.
  • Added Bluetooth PIN validation.
  • Added AttributionControl to the Map for centering, zooming in, zooming out.
  • Added the date to messages.
  • Added improved overall experience sending/receiving messages through styling
    updates.
  • Added node count to the sidebar.
  • Added reboot to the command menu.
  • Added pinning to command menu (CMD +K / Ctrl + K)
  • Added timezone support to Device config.
  • Fixed 6-digit BLE PIN validation and error management.
  • Added error boundary to ensure unhandled errors are captured, renders friendly
    error message and method to report error.
  • Improved dark/light theme detection, updated icons
Bug Fixes
  • Fixed node map detail dark mode.
  • Updated connect dialog messaging to describe the requirement for HTTPS.
  • Updated the value for the TAK tracker device role.
  • Improved styling of messages.
  • Fixed dark mode modifier for the message input.
  • Fixed map zooming when clicking on a map marker and aligned the popup.
  • Fixed an issue with toast background opacity in light mode.
  • Fixed 6-digit BLE PIN validation and error management.
  • Fixed styling issues in NodeDialog & TraceRoute components.
  • Fixed unable to scroll up in the input field.
  • Fixed sorting direct nodes.
  • Ensured undefined position flags are handled.
  • Fixed Docker builds not serving the site on 8080.
  • Fixed Position Precision for non-Primary channels.
  • Fixed styling issues in NodeDialog & TraceRoute components.
  • Fixed error handling for key mismatch.
  • Fixed the Nodes page.
  • Restored HTTPS toggle functionality and added tests.
  • Fixed updating the TLS setting if the URL is using HTTPS.
  • Removed GlobalThis and used window instead.
  • Ensured the "https://" prefix is used in tests if needed.
  • Added the BLE UUID back to the BLE connection component.
  • Fixed issue 486 with the "are you sure" dialog.
  • Handled undefined position flags.
  • Fixed styling issues in NodeDialog & TraceRoute components.
  • Ensured undefined position flags are handled.
Codebase and Development Improvements
  • Updated the container port.
  • Added simple-git-hooks to run linting/formatting scripts prior to commit.
  • Added lint-staged to allow linting runs when a file is staged.
  • Formatted the HTTP file.
  • Removed Biome formatting from the build step.
  • Added a nightly docker build GitHub Action and updated documentation.
  • Improved GitHub feature request and bug templates.
  • Added unit/UI testing support.
  • Connected labels to inputs for improved accessibility and testability.
  • Removed mapbox-gl.
  • Added a notes field to the Dynamic form about BLE and Wi-Fi use.
  • Refactored the backup reminder to allow a "dismiss forever" option.
  • Reordered columns in the Nodes page.
  • Cleaned up the Device Loading UX.
Documentation Changes
  • Updated documentation.
Other
  • Prevented empty/blank messages from being sent.
  • Updated style and wording of browser support for connection types.
  • Small-scale Nodes page fixes.
  • Fixed the TLS switch for HTTP connections.
Dependency Updates
  • Updated packages to the latest versions
  • Updated to Tailwind CSS 4.x
  • Refreshed lock file
  • Switched from Bun to Deno for the development environment
Future Roadmap
  • Message persistence (messages wont disappear when you reload).
  • Improved handling of page routing.
  • Improved form handling and field validation.
  • Overall UI overhaul/redesign.

v2.5.4

Compare Source

What's Changed

New Contributors

Full Changelog: meshtastic/web@v2.5.3...v2.5.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 3, 2025
@renovate renovate bot force-pushed the renovate/meshtastic-web-2.x branch from 94a5d1d to bb271b8 Compare June 4, 2025 17:17
@vidplace7 vidplace7 requested a review from thebentern June 4, 2025 19:50
@thebentern thebentern merged commit 76f7207 into master Jun 4, 2025
52 checks passed
@renovate renovate bot deleted the renovate/meshtastic-web-2.x branch June 4, 2025 20:16
thebentern added a commit that referenced this pull request Jun 10, 2025
thebentern added a commit that referenced this pull request Jun 10, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant