Skip to content

Commit 29b528e

Browse files
Version Packages (#704)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dea43b8 commit 29b528e

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

.changeset/fix-effect-fn-implicit-any-union-context.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/pretty-pigs-push.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/language-service/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @effect/language-service
22

3+
## 0.84.1
4+
5+
### Patch Changes
6+
7+
- [#703](https://github.com/Effect-TS/language-service/pull/703) [`dea43b8`](https://github.com/Effect-TS/language-service/commit/dea43b88d4817daa51b9af1d87c33a37e34d01e4) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Fix `effectFnImplicitAny` so it does not report false positives when an `Effect.fn` or `Effect.fnUntraced` callback gets its contextual function type from a union member.
8+
9+
For example, nested `HttpRouter.add(...)` handlers now correctly recognize the inferred `request` type and produce no diagnostics when the parameter is not actually implicit `any`.
10+
11+
- [#702](https://github.com/Effect-TS/language-service/pull/702) [`0af9b98`](https://github.com/Effect-TS/language-service/commit/0af9b98369516dfa5bd654236bd73a218f32232c) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Add Effect v4 support for the `runEffectInsideEffect` diagnostic so it suggests and fixes `Effect.run*With` usage based on `Effect.services`.
12+
13+
Update the generated metadata, schema, README entry, and v4 harness examples/snapshots to document and verify the new behavior.
14+
315
## 0.84.0
416

517
### Minor Changes

packages/language-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect/language-service",
3-
"version": "0.84.0",
3+
"version": "0.84.1",
44
"publishConfig": {
55
"access": "public",
66
"directory": "dist"

0 commit comments

Comments
 (0)