Update dependency @effect/language-service to ^0.41.0 - autoclosed #17
Reference in New Issue
Block a user
Delete Branch "renovate/effect-language-service-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^0.40.0->^0.41.0Release Notes
Effect-TS/language-service (@effect/language-service)
v0.41.1Compare Source
Patch Changes
#401
394fa8dThanks @mattiamanzati! - Add Effect.Tag completion for classes extending EffectWhen typing
Effect.in a class that extends Effect, the completion now also suggestsEffect.Tagalongside the existingEffect.Servicecompletion. This provides an additional way to define tagged services using the Effect.Tag pattern.#398
ae323d7Thanks @mattiamanzati! - Refactor internal TypeScript API wrappers to TypeScriptApi module for better code organization#400
6537461Thanks @mattiamanzati! - Reuse program package json info cache if availablev0.41.0Compare Source
Minor Changes
744de40Thanks @mattiamanzati! - Add new diagnostic to warn whenEffect.Serviceis used with a primitive type instead of an object type. This diagnostic helps prevent common mistakes where developers try to use primitive values (strings, numbers, etc.) as service types, which is not supported byEffect.Service. The diagnostic suggests wrapping the value in an object or manually usingContext.TagorEffect.Tagfor primitive types.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Update dependency @effect/language-service to ^0.41.0to Update dependency @effect/language-service to ^0.41.0 - autoclosedPull request closed