Skip to content

chore(deps): upgrade @effect/language-service to ^0.78.0#130

Merged
wewelll merged 1 commit intomainfrom
upgrade-effect-deps
Mar 6, 2026
Merged

chore(deps): upgrade @effect/language-service to ^0.78.0#130
wewelll merged 1 commit intomainfrom
upgrade-effect-deps

Conversation

@wewelll
Copy link
Copy Markdown
Contributor

@wewelll wewelll commented Mar 6, 2026

Summary

Upgrades @effect/language-service from ^0.77.0 to ^0.78.0.

Changes

  • Updated root package.json devDependency
  • All other Effect ecosystem dependencies are already at their latest versions:
    • effect: ^3.19.19 ✓
    • @effect/platform: ^0.94.5 ✓
    • @effect/build-utils: ^0.8.9 ✓
    • @effect/docgen: ^0.5.2 ✓
    • @effect/eslint-plugin: ^0.3.2 ✓
    • @effect/vitest: ^0.27.0 ✓

Verification

  • ✅ Build passes
  • ✅ Lint passes
  • ✅ NATS tests pass
  • ⚠️ AMQP tests skipped (require running RabbitMQ server)

Copilot AI review requested due to automatic review settings March 6, 2026 16:19
@wewelll wewelll added this pull request to the merge queue Mar 6, 2026
Merged via the queue into main with commit 45f957e Mar 6, 2026
7 checks passed
@wewelll wewelll deleted the upgrade-effect-deps branch March 6, 2026 16:20
@github-actions github-actions bot mentioned this pull request Mar 6, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the @effect/language-service devDependency from ^0.77.0 to ^0.78.0. The package is used as a TypeScript compiler plugin (IDE language-service enhancement) configured in tsconfig.base.json. The change is purely a tooling/DX dependency with no impact on the published packages or their runtime behaviour.

Changes:

  • package.json: bumps @effect/language-service specifier from ^0.77.0^0.78.0
  • pnpm-lock.yaml: updates the resolution and snapshot entries accordingly
  • .changeset/upgrade-effect-deps.md: adds a changeset tagging all three published packages for a patch release

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Updates @effect/language-service version specifier to ^0.78.0
pnpm-lock.yaml Locks the new resolved version 0.78.0 with its updated integrity hash
.changeset/upgrade-effect-deps.md Adds a patch changeset for all three published packages — unnecessary since the upgraded package is a root-only devDependency not shipped in any published package
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +1 to +7
---
"@effect-messaging/core": patch
"@effect-messaging/amqp": patch
"@effect-messaging/nats": patch
---

Upgrade @effect/language-service to ^0.78.0
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changeset bumps the versions of @effect-messaging/core, @effect-messaging/amqp, and @effect-messaging/nats as patch releases for this change. However, @effect/language-service is a root-level devDependency used exclusively as a TypeScript compiler plugin (tsconfig.base.json, line 38). It is not listed as a dependency in any of the three publishable packages, and it is never shipped as part of their built artifacts. Consumers of these packages are completely unaffected by this upgrade. Generating a changeset for all three packages will cause unnecessary patch version bumps and changelog entries that carry no meaning for end users. The changeset file should be removed entirely.

Suggested change
---
"@effect-messaging/core": patch
"@effect-messaging/amqp": patch
"@effect-messaging/nats": patch
---
Upgrade @effect/language-service to ^0.78.0

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants