chore(deps): upgrade @effect/language-service to ^0.78.0#130
Conversation
There was a problem hiding this comment.
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-servicespecifier from^0.77.0→^0.78.0pnpm-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.
| --- | ||
| "@effect-messaging/core": patch | ||
| "@effect-messaging/amqp": patch | ||
| "@effect-messaging/nats": patch | ||
| --- | ||
|
|
||
| Upgrade @effect/language-service to ^0.78.0 |
There was a problem hiding this comment.
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.
| --- | |
| "@effect-messaging/core": patch | |
| "@effect-messaging/amqp": patch | |
| "@effect-messaging/nats": patch | |
| --- | |
| Upgrade @effect/language-service to ^0.78.0 |
Summary
Upgrades
@effect/language-servicefrom^0.77.0to^0.78.0.Changes
package.jsondevDependencyeffect: ^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