Update dependency @effect/language-service to ^0.59.0 #27
Reference in New Issue
Block a user
Delete Branch "renovate/bun-minor-patch"
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.58.0->^0.59.0Release Notes
Effect-TS/language-service (@effect/language-service)
v0.59.0Compare Source
Minor Changes
#518
660549dThanks @mattiamanzati! - Add newschemaStructWithTagdiagnostic that suggests usingSchema.TaggedStructinstead ofSchema.Structwhen a_tagfield withSchema.Literalis present. This makes the tag optional in the constructor, improving the developer experience.Example:
The diagnostic includes a quick fix that automatically converts the
Schema.Structcall toSchema.TaggedStruct, extracting the tag value and removing the_tagproperty from the fields.Patch Changes
#521
61f28baThanks @mattiamanzati! - Fix auto-completion for directly imported Effect APIs. Completions now work when using direct imports likeimport { Service } from "effect/Effect"instead of only working with fully qualified names likeEffect.Service.This fix applies to:
Effect.ServiceandEffect.Tagfromeffect/EffectSchema.Class,Schema.TaggedError,Schema.TaggedClass, andSchema.TaggedRequestfromeffect/SchemaData.TaggedErrorandData.TaggedClassfromeffect/DataContext.Tagfromeffect/ContextExample:
Fixes #394
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.