Update bun minor+patch updates to v3.10.1 - abandoned #48

Open
renovate-bot wants to merge 30 commits from renovate/bun-minor-patch into master
Showing only changes of commit 5a9beccad4 - Show all commits
+2 -3
View File
@@ -90,7 +90,8 @@ export class SynchronizedFormImpl<
}),
Lens.set(this.validationFiber, Option.none()),
),
)).pipe(
))
),
Effect.tap(fiber => Lens.set(this.validationFiber, Option.some(fiber))),
Effect.andThen(Fiber.join),
Effect.tap(value => Effect.onExit(
@@ -101,8 +102,6 @@ export class SynchronizedFormImpl<
() => Lens.set(this.isCommitting, false),
)),
Effect.forkScoped,
)
),
),
),