Skip to content

Conversation

@dependabot
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @effect/platform-node from 0.86.5 to 0.88.1.

Release notes

Sourced from @​effect/platform-node's releases.

@​effect/platform-node@​0.88.1

Patch Changes

@​effect/platform-node@​0.88.0

Patch Changes

@​effect/platform-node@​0.87.0

Patch Changes

Changelog

Sourced from @​effect/platform-node's changelog.

0.88.1

Patch Changes

0.88.0

Patch Changes

0.87.0

Patch Changes

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 24, 2025
Bumps [@effect/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node) from 0.86.5 to 0.88.1.
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/platform-node/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/[email protected]/packages/platform-node)

---
updated-dependencies:
- dependency-name: "@effect/platform-node"
  dependency-version: 0.88.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/effect/platform-node-0.88.1 branch from ae7d82c to 51b53f5 Compare June 24, 2025 10:38
@github-actions github-actions bot merged commit bcfa735 into Current Jun 24, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/effect/platform-node-0.88.1 branch June 24, 2025 10:38
NikolaRHristov added a commit that referenced this pull request Jun 24, 2025
…ype safety

Updated multiple core services in the Cocoon extension host to leverage the
latest Effect-TS patterns and enhance type safety. Key changes include:

1. **APIFactory**:
    - Removed redundant `ExtensionDescription` parameter from command
      registration methods
    - Simplified `showTextDocument` signature and added explicit type
      annotations
    - Improved type casting for VS Code API surface compatibility

2. **Authentication**:
    - Updated RPC service stubs to match VS Code API requirements
    - Added proper type assertions for service dependencies

3. **Command**:
    - Simplified command execution logic
    - Added type safety to `executeCommand` return values

4. **PatchProcess**:
    - Migrated to `Config` module for configuration management
    - Added safety checks for `process.crash` existence
    - Removed redundant JSDoc comments

5. **Storage**:
    - Replaced unsafe `Ref` methods with Effect-TS equivalents
    - Fixed state management logic in Memento implementation

6. **StoragePath**:
    - Corrected logger service reference

7. **Telemetry**:
    - Updated type imports and method signatures
    - Added proper typings for telemetry methods

These changes maintain compatibility with recent Effect-TS dependency updates
(#18, #19, #20, #21, #22) while strengthening Cocoon's alignment with Land's
architecture principles. The refactoring ensures all extension host services
properly implement the VS Code API contracts through Effect-TS patterns,
maintaining the integrity of the gRPC communication layer with Mountain.
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.

0 participants