Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2025

Bumps @cloudflare/workers-types from 4.20250619.0 to 4.20250620.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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250619.0 to 4.20250620.0.
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
- [Commits](https://github.com/cloudflare/workerd/commits)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20250620.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 20, 2025
@github-actions github-actions bot merged commit fcca8c5 into Current Jun 20, 2025
9 of 11 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/cloudflare/workers-types-4.20250620.0 branch June 20, 2025 14:22
@github-actions github-actions bot requested a review from NikolaRHristov June 20, 2025 14:22
NikolaRHristov added a commit that referenced this pull request Jun 22, 2025
Added Tauri as a dependency to the Common crate with essential features enabled (wry, tray-icon, devtools, rustls-tls, compression) while disabling default features. This prepares Common for upcoming integration work where Mountain's Tauri implementation will need to reference shared types and traits during the initialization sequence.

While Common remains the abstract core defining traits and DTOs, this dependency is necessary to align Mountain's concrete Tauri implementation with the Vine gRPC contract during the application handshake phase. The specific features enable critical capabilities like the system tray, webview rendering (via wry), and secure communications that will be exposed through Common's abstract interfaces.

This change maintains architectural integrity by keeping the dependency minimal and focused only on types needed for Mountain's Tauri binding. Future Grove implementation will remain unaffected as it won't require Tauri-specific features.

Refs #159
NikolaRHristov added a commit that referenced this pull request Jun 22, 2025
Added a new `Debug` module in the Common crate to define the abstract contract for debugging services, which aligns with Land's core architecture principles. This establishes:

1. The foundational trait definitions for Debug Adapter Protocol (DAP) integration
2. Future DTO structures for debug sessions and breakpoints
3. The service boundary between Mountain's native debug handlers and Cocoon's extension-facing API

This enables implementation of debugging workflows where:
- Cocoon will consume these contracts via Vine gRPC
- Mountain will provide concrete implementations
- Wind will surface debugging UI through Sky components

Completes the initial scaffolding for debugging capabilities referenced in recent service contract enhancements (Refs #159).
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants