Update dependency @effect/language-service to ^0.58.0 #25
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.56.0->^0.58.0Release Notes
Effect-TS/language-service (@effect/language-service)
v0.58.0Compare Source
Minor Changes
#505
31cff49Thanks @clayroach! - EnhancediagnosticsCLI command with new options for CI/CD integration and tooling:--format: Output format selection (json,pretty,text,github-actions)json: Machine-readable JSON output with structured diagnostics and summarypretty: Colored output with context (default, original behavior)text: Plain text output without colorsgithub-actions: GitHub Actions workflow commands for inline PR annotations--strict: Treat warnings as errors (affects exit code)--severity: Filter diagnostics by severity level (comma-separated:error,warning,message)Exit codes: Returns exit code 1 when errors are found (or warnings in strict mode)
Example usage:
Closes Effect-TS/effect #5180.
v0.57.1Compare Source
Patch Changes
#503
857e43eThanks @mattiamanzati! - Add codefix torunEffectInsideEffectdiagnostic that automatically transformsEffect.run*calls to useRuntime.run*when inside nested Effect contexts. The codefix will extract or reuse an existing Effect runtime and replace the direct Effect run call with the appropriate Runtime method.Example:
v0.57.0Compare Source
Minor Changes
#500
acc2d43Thanks @mattiamanzati! - Add newannotatecodegen that automatically adds type annotations to exported constants based on their initializer types. This codegen can be used by adding// @​effect-codegens annotatecomments above variable declarations.Example:
The codegen automatically detects the type from the initializer and adds the appropriate type annotation, making code more explicit and type-safe.
#497
b188b74Thanks @mattiamanzati! - Add new diagnosticunnecessaryFailYieldableErrorthat warns when usingyield* Effect.fail()with yieldable error types. The diagnostic suggests yielding the error directly instead of wrapping it withEffect.fail(), as yieldable errors (likeData.TaggedErrorandSchema.TaggedError) can be yielded directly in Effect generators.Example:
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.57.0to Update dependency @effect/language-service to ^0.58.0