Skip to content

chore(deps): Bump core-graphics from 0.24.0 to 0.25.0 in /src-tauri - #5

Merged
quiet-node merged 1 commit into
mainfrom
dependabot/cargo/src-tauri/core-graphics-0.25.0
Mar 31, 2026
Merged

chore(deps): Bump core-graphics from 0.24.0 to 0.25.0 in /src-tauri#5
quiet-node merged 1 commit into
mainfrom
dependabot/cargo/src-tauri/core-graphics-0.25.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 31, 2026

Copy link
Copy Markdown
Contributor

Bumps core-graphics from 0.24.0 to 0.25.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 31, 2026
@quiet-node
quiet-node force-pushed the dependabot/cargo/src-tauri/core-graphics-0.25.0 branch 3 times, most recently from 098157b to 1913b0e Compare March 31, 2026 21:04
- Update Cargo.toml dependency from 0.24 to 0.25
- Migrate callback return type from Option<CGEvent> to CallbackResult
- Add explicit &CGEvent type annotation on closure parameter
- Use mach_port() accessor method (field is now private)
- Regenerate bun.lock

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@quiet-node
quiet-node force-pushed the dependabot/cargo/src-tauri/core-graphics-0.25.0 branch from 1913b0e to 71d7b87 Compare March 31, 2026 21:10
@quiet-node
quiet-node merged commit 3b7933b into main Mar 31, 2026
3 checks passed
@quiet-node
quiet-node deleted the dependabot/cargo/src-tauri/core-graphics-0.25.0 branch March 31, 2026 21:18
quiet-node added a commit that referenced this pull request Apr 10, 2026
chore(deps): bump core-graphics from 0.24 to 0.25 with API migration

- Update Cargo.toml dependency from 0.24 to 0.25
- Migrate callback return type from Option<CGEvent> to CallbackResult
- Add explicit &CGEvent type annotation on closure parameter
- Use mach_port() accessor method (field is now private)
- Regenerate bun.lock

Co-authored-by: Logan Nguyen <lg.131.dev@gmail.com>
quiet-node added a commit that referenced this pull request Apr 10, 2026
chore(deps): bump core-graphics from 0.24 to 0.25 with API migration

- Update Cargo.toml dependency from 0.24 to 0.25
- Migrate callback return type from Option<CGEvent> to CallbackResult
- Add explicit &CGEvent type annotation on closure parameter
- Use mach_port() accessor method (field is now private)
- Regenerate bun.lock

Co-authored-by: Logan Nguyen <lg.131.dev@gmail.com>
quiet-node added a commit that referenced this pull request Apr 11, 2026
chore(deps): bump core-graphics from 0.24 to 0.25 with API migration

- Update Cargo.toml dependency from 0.24 to 0.25
- Migrate callback return type from Option<CGEvent> to CallbackResult
- Add explicit &CGEvent type annotation on closure parameter
- Use mach_port() accessor method (field is now private)
- Regenerate bun.lock

Co-authored-by: Logan Nguyen <lg.131.dev@gmail.com>
nadalpiantini added a commit to Openclaw-claws/thuki that referenced this pull request Jul 27, 2026
Full audit cleanup after agency-agents tri-review (Reality Checker,
API Tester, Performance Benchmarker) flagged real issues hidden by
self-graded scoring.

Tests repaired (was 145 failing pre-existing rebrand drift):
- IntroStep.test.tsx: Spanish onboarding strings (Antes de empezar,
  Doble-tap, Empezar, etc)
- AskBarView.test.tsx: placeholder Pregúntale a Sephirot... + img
  alt Sephirot
- OnboardingView.test.tsx: Activar Accesibilidad, Abrir ajustes de
  grabación de pantalla, Cerrar y reabrir Sephirot, Activo badge
- index.test.tsx: stages text
- App.test.tsx: combined cascading replacements

Cord client improvements (agentTarsClient.ts):
- stripCodeFences() removes wrapping ```python/```json fences from
  DeepSeek responses so the bubble shows clean content (case quiet-node#6,
  quiet-node#15 from stress test were leaking raw markdown)
- Added 5 unit tests for stripCodeFences (single fence, mid-content
  preservation, no-fence passthrough)

Type pollution cleanup (useOllama.ts + App.tsx):
- New `transportError` field on Message for non-Ollama failures
  ('agent-tars-down' | 'agent-tars-timeout' | 'agent-tars-bad-response'
  | 'agent-tars-unknown') replaces the misleading errorKind: 'Other'
  reuse of OllamaErrorKind
- Error messages translated to Spanish (Alan is hispanoparlante; was
  English in earlier ship)

Integration tests (browseFlow.integration.test.tsx — NEW):
- 7 cases covering: happy path with fence stripping, proxy 504 →
  TIMEOUT, network unreachable → DOWN, stale 404 → recreate,
  UTF-8 multi-script preservation, empty content → BAD_RESPONSE,
  3-concurrent → 1 createSession (mutex)

Real-workload validation (20-case DeepSeek stress, post-patches):
- 20/20 OK, 0 errors (was 18/20 before patches)
- Latency: p50=2245ms, p95=11325ms, max=11497ms
- The 2 cases that previously timed out at 75s (quiet-node#5 rd.bank, quiet-node#11
  long.task) now complete in 8.0s and 11.5s respectively, confirming
  agent-tars internal stalls are recoverable on retry

Suite total: 30 files, 627/627 tests green.
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant