Update dependency @effect/language-service to ^0.44.0 #12
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.42.0->^0.44.0Release Notes
Effect-TS/language-service (@effect/language-service)
v0.44.0Compare Source
Minor Changes
42c66a1Thanks @mattiamanzati! - AdddiagnosticsNameoption to include rule names in diagnostic messages. When enabled (default: true), diagnostic messages will display the rule name at the end, e.g., "Effect must be yielded or assigned to a variable. effect(floatingEffect)"v0.43.2Compare Source
Patch Changes
0b40c04Thanks @mattiamanzati! - Defer typescript loading in CLIv0.43.1Compare Source
Patch Changes
9ccd800Thanks @mattiamanzati! - Fix handling of leading/trailing slashesv0.43.0Compare Source
Minor Changes
#407
6590590Thanks @mattiamanzati! - Add deterministicKeys diagnostic to enforce consistent key patterns for Services and ErrorsThis new diagnostic helps maintain consistent and unique keys for Effect Services and Tagged Errors by validating them against configurable patterns. The diagnostic is disabled by default and can be enabled via the
deterministicKeysdiagnosticSeverity setting.Two patterns are supported:
default: Constructs keys from package name + file path + class identifier (e.g.,@effect/package/FileName/ClassIdentifier)package-identifier: Uses package name + identifier for flat project structuresExample configuration:
The diagnostic also provides auto-fix code actions to update keys to match the configured patterns.
Patch Changes
#405
f43b3abThanks @mattiamanzati! - Fix wrapWithEffectGen refactor not working on class heritage clausesThe wrapWithEffectGen refactor now correctly skips expressions in heritage clauses (e.g.,
extendsclauses in class declarations) to avoid wrapping them inappropriately.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.43.0to Update dependency @effect/language-service to ^0.44.0