Update dependency @effect/language-service to ^0.48.0 #53
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.47.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 declarationsConfiguration
📅 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.