Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @types/node from 24.0.0 to 24.0.1.

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 [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.0.0 to 24.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 12, 2025
@github-actions github-actions bot merged commit 1d9dff6 into Current Jun 12, 2025
5 of 8 checks passed
@github-actions github-actions bot requested a review from NikolaRHristov June 12, 2025 09:16
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/types/node-24.0.1 branch June 12, 2025 09:17
NikolaRHristov added a commit that referenced this pull request Jun 14, 2025
…on problem reporting

- Introduce `Diagnostic` service module aligning with `vscode.languages.createDiagnosticCollection` API surface
- Construct Effect-TS Layer using `Definition` and `Service` components following Land's declarative architecture
- Integrate with `IPCLive` configuration to enable bi-directional diagnostics synchronization between extensions and `Mountain` backend via gRPC
- Establishes foundation for real-time error/warning display in `Sky` UI components through the `Wind` service layer
- Completes critical path for language feature workflow (#4 of implemented workflows) by enabling extension-authored diagnostics

Refs #127
NikolaRHristov added a commit that referenced this pull request Jun 16, 2025
…d API surface alignment

- Restructured service layer initialization to properly sequence IPC handshake and dependency provisioning in line with Effect-TS patterns
- Fixed synchronous effect execution in extension API getters to match VS Code's interface expectations (isActive/exports)
- Aligned Memento implementation with vscode.d.ts contracts through proper dependency injection and error handling
- Corrected IPC configuration types and imports to enforce type safety across Mountain-Cocoon gRPC communication (Vine protocol)
- Addressed extension activation timing reporting by including required activationEvents array in IPC notifications

This refactoring ensures Cocoon's extension host adheres to VS Code API contracts while maintaining strict Effect-TS resource management, critical for Path A MVP's Node.js sidecar stability. The changes directly support implemented workflows #2 (extension activation) and #4 (state persistence).

Refs #4670fed0385b0f0d6bf876d5803f64ccfa3b3156
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.

1 participant