Update dependency @effect/language-service to ^0.48.0 #17
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.46.0->^0.48.0Release Notes
Effect-TS/language-service (@effect/language-service)
v0.48.0Compare Source
Minor Changes
#441
ed1db9eThanks @mattiamanzati! - Adddefault-hashedpattern for deterministic keysA new
default-hashedpattern option is now available for service and error key patterns. This pattern works like thedefaultpattern but hashes the resulting string, which is useful when you want deterministic keys but are concerned about potentially exposing service names in builds.Example configuration:
Patch Changes
#442
44f4304Thanks @mattiamanzati! - Tone down try/catch message to ignore try/finally blocks#439
b73c231Thanks @mattiamanzati! - Fix regression in type unification for union types and prevent infinite recursion in layerMagic refactortoggleTypeAnnotationrefactor to properly unify boolean types instead of expanding them totrue | falselayerMagicrefactor'sadjustedNodefunction when processing variable and property declarationsv0.47.3Compare Source
Patch Changes
e583192Thanks @mattiamanzati! - In toggle return type refactors, skip type parameters if they are the same as the function default in some cases.v0.47.2Compare Source
Patch Changes
f359cdbThanks @mattiamanzati! - Improve memory by properly evicting older cached membersv0.47.1Compare Source
Patch Changes
#431
acbbc55Thanks @mattiamanzati! - Fix nested project references relative paths in CLI diagnostics commandThe CLI diagnostics command now correctly resolves paths for nested project references by:
v0.47.0Compare Source
Minor Changes
#429
351d7fbThanks @mattiamanzati! - Add newdiagnosticsCLI command to check Effect-specific diagnostics for files or projectsThe new
effect-language-service diagnosticscommand provides a way to get Effect-specific diagnostics through the CLI without patching your TypeScript installation. It supports:--fileoption to get diagnostics for a specific file--projectoption with a tsconfig file to check an entire projectThe command outputs diagnostics in the same format as the TypeScript compiler, showing errors, warnings, and messages with their locations and descriptions.
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.47.0to Update dependency @effect/language-service to ^0.48.0