Skip to content

chore: update @robosystems/client to version 0.3.12#120

Merged
jfrench9 merged 3 commits intomainfrom
chore/update-robosystems-client
Apr 25, 2026
Merged

chore: update @robosystems/client to version 0.3.12#120
jfrench9 merged 3 commits intomainfrom
chore/update-robosystems-client

Conversation

@jfrench9
Copy link
Copy Markdown
Member

Summary

Updates the @robosystems/client dependency from its previous version to 0.3.12, progressing through intermediate versions 0.3.10 and 0.3.11. This PR keeps the project aligned with the latest client library release.

Changes

  • package.json: Bumped @robosystems/client version to 0.3.12
  • package-lock.json: Regenerated lock file reflecting the updated dependency tree (379 lines changed across transitive dependencies)

Key Details

  • This is a patch-level update (0.3.x), indicating bug fixes and minor improvements in the upstream @robosystems/client library
  • The update spans three patch releases (0.3.10 → 0.3.11 → 0.3.12), consolidating all incremental fixes into a single PR
  • The significant churn in package-lock.json (197 additions, 184 deletions) suggests transitive dependency updates within the client package

Breaking Changes

None expected — this is a patch version bump. However, reviewers should verify against the @robosystems/client changelog for any behavioral changes across the three patch releases.

Testing Notes

  • Verify the application builds successfully (npm run build / next build)
  • Confirm no runtime errors in areas that consume the @robosystems/client API
  • Validate that any API calls, data fetching, or client-driven interactions behave as expected
  • Run the existing test suite to ensure no regressions
  • If @robosystems/client is used for real-time connections, WebSocket interactions, or device communication, smoke-test those flows end-to-end

Browser Compatibility

No browser compatibility concerns anticipated — this update targets a JavaScript client library dependency and does not introduce any direct UI, CSS, or browser API changes. Standard cross-browser testing applies if the client library affects rendered output or client-side behavior.


🤖 Generated with Claude Code

Branch Info:

  • Source: chore/update-robosystems-client
  • Target: main
  • Type: feature

Co-Authored-By: Claude noreply@anthropic.com

@jfrench9 jfrench9 merged commit a4c7373 into main Apr 25, 2026
3 checks passed
@jfrench9 jfrench9 deleted the chore/update-robosystems-client branch April 25, 2026 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant