Bump omnyshell to ^1.54.0 (1.14.10)#43
Merged
Merged
Conversation
Adopts omnyshell 1.54.0 (git-drive sync push/pull, dashboard/CLI drive improvements) and omnydrive 1.11.0 transitively. All changes are drive/dashboard/node/CLI-side — none reachable from the web barrel (omnyshell_client_web.dart closure unchanged: 104 files, 0 dart:io, 0 omnydrive edges), so no web impact. Bumps both version sources (pubspec.yaml + lib/core/version.dart) in sync. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
Bumps
omnyshell^1.52.0→^1.54.0(pullsomnydrive1.11.0 transitively) and the app version to 1.14.10.Upstream changes (1.52.0 → 1.54.0)
All of this is drive-sync / dashboard-TUI / node / CLI code.
Web compatibility — verified clean
Web imports only
package:omnyshell/omnyshell_client_web.dart. The changed files (drive/drive_manager.dart,drive/drive_rpc_client.dart,drive/mount_store.dart,node_drive_service.dart,dashboard_app.dart,bin/) were each checked against the local 1.54.0 sources and are all outside the web barrel's reachable closure:dart:ioimports, 0 omnydrive edges (unchanged).drive_manager,drive_rpc_client,mount_store,node_drive_service,dashboard_app— allweb-reachable: False.OmnyShell v$omnyShellVersionnow reads 1.54.0.Both version sources bumped in sync (
pubspec.yaml+lib/core/version.dart), pertest/core/version_test.dart.Verification
dart pub get— clean (omnyshell 1.54.0, omnydrive 1.11.0)dart format— 0 changed ·dart analyze— No issues found ·dart test test/core/version_test.dart— passesdart run build_runner build --release— compiles clean🤖 Generated with Claude Code