Update bun minor+patch updates #66
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.54.0->^0.55.0^0.58.0->^0.59.0^0.92.0->^0.93.0^0.72.0->^0.73.0^0.81.0->^0.83.0^0.98.0->^0.100.0^0.71.0->^0.72.0Release Notes
Effect-TS/language-service (@effect/language-service)
v0.55.2Compare Source
Patch Changes
7c18fa8Thanks @mattiamanzati! - Fix edge cases in missedPipeableOpportunity diagnostic where it incorrectly flagged valid code patterns. The diagnostic now properly:pipefunction calls from chain detectionSchedule.whileOutput)v0.55.1Compare Source
Patch Changes
#482
9695bdfThanks @mattiamanzati! - FixmissedPipeableOpportunitydiagnostic to correctly detect nested function call chainsThe diagnostic now properly identifies when nested function calls can be converted to pipeable style. Previously, the chain detection logic incorrectly tracked parent-child relationships, causing false positives. This fix ensures that only valid pipeable chains are reported, such as
toString(double(addOne(5)))which can be refactored toaddOne(5).pipe(double, toString).Example:
v0.55.0Compare Source
Minor Changes
#478
9a9d5f9Thanks @mattiamanzati! - AddrunEffectInsideEffectdiagnostic to warn when usingEffect.runSync,Effect.runPromise,Effect.runFork, orEffect.runCallbackinside an Effect context (such asEffect.gen,Effect.fn, orEffect.fnUntraced).Running effects inside effects is generally not recommended as it breaks the composability of the Effect system. Instead, developers should extract the Runtime and use
Runtime.runSync,Runtime.runPromise, etc., or restructure their code to avoid running effects inside effects.Example:
#480
f1a0eceThanks @mattiamanzati! - AddschemaUnionOfLiteralsdiagnostic to warn when usingSchema.Unionwith multipleSchema.Literalcalls that can be simplified to a singleSchema.Literalcall.This diagnostic helps improve code readability and maintainability by suggesting a more concise syntax for union of literals.
Example:
Patch Changes
#481
160e018Thanks @mattiamanzati! - Update Effect ecosystem dependencies to latest versions:@effect/cli: 0.71.0 → 0.72.0@effect/platform: 0.92.1 → 0.93.0@effect/platform-node: 0.98.3 → 0.99.0@effect/printer-ansi: 0.46.0 → 0.47.0@effect/rpc: 0.71.0 → 0.72.0effect: Updated to stable version 3.19.0Also updated development tooling dependencies:
vitest: 3.2.4 → 4.0.6@vitest/coverage-v8: 3.2.4 → 4.0.6Effect-TS/effect (@effect/opentelemetry)
v0.59.0Compare Source
Patch Changes
3c15d5f,3863fa8,2a03c76,24a1685]:Effect-TS/effect (@effect/platform)
v0.93.0Compare Source
Patch Changes
#5606
24a1685Thanks @tim-smart! - expose Layer output in HttpLayerRouter.serveUpdated dependencies [
3c15d5f,3863fa8,2a03c76,24a1685]:Effect-TS/effect (@effect/platform-browser)
v0.73.0Compare Source
Patch Changes
3c15d5f,3863fa8,2a03c76,24a1685]:Effect-TS/effect (@effect/platform-bun)
v0.83.0Compare Source
Patch Changes
571025c,d43577b]:v0.82.0Compare Source
Minor Changes
#5606
24a1685Thanks @tim-smart! - backport @effect/cluster from effect v4@effect/cluster no longer requires a Shard Manager, and instead relies on the
RunnerStorageservice to track runner state.To migrate, remove any Shard Manager deployments and use the updated layers in
@effect/platform-nodeor@effect/platform-bun.Effect-TS/effect (@effect/platform-node)
v0.100.0Compare Source
Patch Changes
571025c,d43577b]:v0.99.0Compare Source
Minor Changes
#5606
24a1685Thanks @tim-smart! - backport @effect/cluster from effect v4@effect/cluster no longer requires a Shard Manager, and instead relies on the
RunnerStorageservice to track runner state.To migrate, remove any Shard Manager deployments and use the updated layers in
@effect/platform-nodeor@effect/platform-bun.Effect-TS/effect (@effect/rpc)
v0.72.1Compare Source
Patch Changes
d43577bThanks @jrmdayn! - Fix some typings around RpcServer context argumentv0.72.0Compare Source
Patch Changes
#5606
24a1685Thanks @tim-smart! - backport @effect/cluster from effect v4@effect/cluster no longer requires a Shard Manager, and instead relies on the
RunnerStorageservice to track runner state.To migrate, remove any Shard Manager deployments and use the updated layers in
@effect/platform-nodeor@effect/platform-bun.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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.