chore(deps): Bump the codemirror-themes group across 1 directory with 9 updates#12
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
e69d3a2 to
0b7571c
Compare
rwetz
pushed a commit
that referenced
this pull request
Jun 10, 2026
Fixed:
- git/operations.rs: 5 from_utf8(...).unwrap_or("") sites silently
dropped the WHOLE parse on a single non-UTF-8 byte (pitfall #13). 4 now
use from_utf8_lossy; split_name_status_numstat rewritten on raw bytes
(a non-UTF-8 path can no longer desync the split offset or panic).
- EditorPane: breakpoint gutter-sync effect ran every render because
breakpointsForPath() returns a fresh array. Select the stable store
array + derive lines in useMemo.
- useFileTree.dirname: add Windows drive-root handling (pitfall #12).
Changed:
- AgentSwitcher: replace getState().all() snapshot + `void` keepalive
with a useMemo on the subscribed customAgents.
Skipped as too risky (behavioral, not test-covered): App.tsx shortcut
deps + sidebarView registry + terminal-write dedup, EditorPane hook
extraction, child-process pipeline consolidation, spawn_blocking,
operations::log split, ModelDropdown extraction. ai_http_request timeout
skipped (value choice can regress slow non-streaming completions).
Verified: cargo fmt/clippy/test 119/120; tsc clean; vitest 79/79.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0b7571c to
b00646b
Compare
14e6b90 to
61a580c
Compare
rwetz
pushed a commit
that referenced
this pull request
Jul 4, 2026
…f shared locks, consolidate helpers The CLAUDE.md pitfall invariants move from prose into the build: - proc::command() is the only sanctioned subprocess constructor (CREATE_NO_WINDOW pre-applied); raw std::process::Command::new is banned by clippy disallowed-methods + a tripwire test (pitfalls #1D/#4). All 17 spawn sites migrated; hide_console is now private. - New tripwire suites: src-tauri/tests/pitfall_invariants.rs (ConPTY lifecycle lock on create+close, detached panic-free pty_close, authorize_spawn_cwd, -Command/NEXIS_PWSH_PROFILE launch, Command::new confinement, lock-poison bans) and src/lib/pitfall-guards.test.ts (pty_open confinement, writePref routing, composer disabled, reasoning pruning, Zustand selector stability). Failure messages name the pitfall. - Pitfall-#8 poison recovery extended beyond the PTY to every shared-thread module: shell session map + background log buffers, LSP/DAP sessions, the fs_grep sink, and CONPTY_LIFECYCLE_LOCK itself. fs_stat's unreachable symlink kind fixed. - Helper consolidation: canonical basename/dirname family in lib/path.ts (seven private copies still carried the fixed pitfall-#12 drive-root bug), formatBytes in lib/format.ts; shell_init.rs write_if_changed / integration_root / script consts de-duplicated across platforms. Gates: tsc, vitest+coverage, cargo test/clippy/fmt all green; the clippy ban verified to fire on an injected violation. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… 9 updates Bumps the codemirror-themes group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@uiw/codemirror-theme-atomone](https://github.com/uiwjs/react-codemirror) | `4.25.9` | `4.25.10` | | [@uiw/codemirror-theme-aura](https://github.com/uiwjs/react-codemirror) | `4.25.9` | `4.25.10` | | [@uiw/codemirror-theme-copilot](https://github.com/uiwjs/react-codemirror) | `4.25.9` | `4.25.10` | | [@uiw/codemirror-theme-github](https://github.com/uiwjs/react-codemirror) | `4.25.9` | `4.25.10` | | [@uiw/codemirror-theme-nord](https://github.com/uiwjs/react-codemirror) | `4.25.9` | `4.25.10` | | [@uiw/codemirror-theme-tokyo-night](https://github.com/uiwjs/react-codemirror) | `4.25.9` | `4.25.10` | | [@uiw/codemirror-theme-xcode](https://github.com/uiwjs/react-codemirror) | `4.25.9` | `4.25.10` | | [@uiw/codemirror-themes](https://github.com/uiwjs/react-codemirror) | `4.25.9` | `4.25.10` | | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.25.9` | `4.25.10` | Updates `@uiw/codemirror-theme-atomone` from 4.25.9 to 4.25.10 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](uiwjs/react-codemirror@v4.25.9...v4.25.10) Updates `@uiw/codemirror-theme-aura` from 4.25.9 to 4.25.10 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](uiwjs/react-codemirror@v4.25.9...v4.25.10) Updates `@uiw/codemirror-theme-copilot` from 4.25.9 to 4.25.10 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](uiwjs/react-codemirror@v4.25.9...v4.25.10) Updates `@uiw/codemirror-theme-github` from 4.25.9 to 4.25.10 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](uiwjs/react-codemirror@v4.25.9...v4.25.10) Updates `@uiw/codemirror-theme-nord` from 4.25.9 to 4.25.10 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](uiwjs/react-codemirror@v4.25.9...v4.25.10) Updates `@uiw/codemirror-theme-tokyo-night` from 4.25.9 to 4.25.10 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](uiwjs/react-codemirror@v4.25.9...v4.25.10) Updates `@uiw/codemirror-theme-xcode` from 4.25.9 to 4.25.10 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](uiwjs/react-codemirror@v4.25.9...v4.25.10) Updates `@uiw/codemirror-themes` from 4.25.9 to 4.25.10 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](uiwjs/react-codemirror@v4.25.9...v4.25.10) Updates `@uiw/react-codemirror` from 4.25.9 to 4.25.10 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](uiwjs/react-codemirror@v4.25.9...v4.25.10) --- updated-dependencies: - dependency-name: "@uiw/codemirror-theme-atomone" dependency-version: 4.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror-themes - dependency-name: "@uiw/codemirror-theme-aura" dependency-version: 4.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror-themes - dependency-name: "@uiw/codemirror-theme-copilot" dependency-version: 4.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror-themes - dependency-name: "@uiw/codemirror-theme-github" dependency-version: 4.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror-themes - dependency-name: "@uiw/codemirror-theme-nord" dependency-version: 4.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror-themes - dependency-name: "@uiw/codemirror-theme-tokyo-night" dependency-version: 4.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror-themes - dependency-name: "@uiw/codemirror-theme-xcode" dependency-version: 4.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror-themes - dependency-name: "@uiw/codemirror-themes" dependency-version: 4.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror-themes - dependency-name: "@uiw/react-codemirror" dependency-version: 4.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror-themes ... Signed-off-by: dependabot[bot] <support@github.com>
61a580c to
f17967a
Compare
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 the codemirror-themes group with 9 updates in the / directory:
4.25.94.25.104.25.94.25.104.25.94.25.104.25.94.25.104.25.94.25.104.25.94.25.104.25.94.25.104.25.94.25.104.25.94.25.10Updates
@uiw/codemirror-theme-atomonefrom 4.25.9 to 4.25.10Release notes
Sourced from @uiw/codemirror-theme-atomone's releases.
Commits
d54c130released v4.25.10229eb4fchore: add sponsor SubList.d10a51fdoc: update README.md30a535edoc: Update READMEsUpdates
@uiw/codemirror-theme-aurafrom 4.25.9 to 4.25.10Release notes
Sourced from @uiw/codemirror-theme-aura's releases.
Commits
d54c130released v4.25.10229eb4fchore: add sponsor SubList.d10a51fdoc: update README.md30a535edoc: Update READMEsUpdates
@uiw/codemirror-theme-copilotfrom 4.25.9 to 4.25.10Release notes
Sourced from @uiw/codemirror-theme-copilot's releases.
Commits
d54c130released v4.25.10229eb4fchore: add sponsor SubList.d10a51fdoc: update README.md30a535edoc: Update READMEsUpdates
@uiw/codemirror-theme-githubfrom 4.25.9 to 4.25.10Release notes
Sourced from @uiw/codemirror-theme-github's releases.
Commits
d54c130released v4.25.10229eb4fchore: add sponsor SubList.d10a51fdoc: update README.md30a535edoc: Update READMEsUpdates
@uiw/codemirror-theme-nordfrom 4.25.9 to 4.25.10Release notes
Sourced from @uiw/codemirror-theme-nord's releases.
Commits
d54c130released v4.25.10229eb4fchore: add sponsor SubList.d10a51fdoc: update README.md30a535edoc: Update READMEsUpdates
@uiw/codemirror-theme-tokyo-nightfrom 4.25.9 to 4.25.10Release notes
Sourced from @uiw/codemirror-theme-tokyo-night's releases.
Commits
d54c130released v4.25.10229eb4fchore: add sponsor SubList.d10a51fdoc: update README.md30a535edoc: Update READMEsUpdates
@uiw/codemirror-theme-xcodefrom 4.25.9 to 4.25.10Release notes
Sourced from @uiw/codemirror-theme-xcode's releases.
Commits
d54c130released v4.25.10229eb4fchore: add sponsor SubList.d10a51fdoc: update README.md30a535edoc: Update READMEsUpdates
@uiw/codemirror-themesfrom 4.25.9 to 4.25.10Release notes
Sourced from @uiw/codemirror-themes's releases.
Commits
d54c130released v4.25.10229eb4fchore: add sponsor SubList.d10a51fdoc: update README.md30a535edoc: Update READMEsUpdates
@uiw/react-codemirrorfrom 4.25.9 to 4.25.10Release notes
Sourced from @uiw/react-codemirror's releases.
Commits
d54c130released v4.25.10229eb4fchore: add sponsor SubList.d10a51fdoc: update README.md30a535edoc: Update READMEs