Update bun minor+patch updates #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.40.0->^0.41.0^0.56.6->^0.58.0^0.90.9->^0.92.0^0.70.0->^0.72.0^0.79.0->^0.81.0^0.96.1->^0.98.0^0.69.2->^0.71.0Release Notes
Effect-TS/language-service (@effect/language-service)
v0.41.1Compare Source
Patch Changes
#401
394fa8dThanks @mattiamanzati! - Add Effect.Tag completion for classes extending EffectWhen typing
Effect.in a class that extends Effect, the completion now also suggestsEffect.Tagalongside the existingEffect.Servicecompletion. This provides an additional way to define tagged services using the Effect.Tag pattern.#398
ae323d7Thanks @mattiamanzati! - Refactor internal TypeScript API wrappers to TypeScriptApi module for better code organization#400
6537461Thanks @mattiamanzati! - Reuse program package json info cache if availablev0.41.0Compare Source
Minor Changes
744de40Thanks @mattiamanzati! - Add new diagnostic to warn whenEffect.Serviceis used with a primitive type instead of an object type. This diagnostic helps prevent common mistakes where developers try to use primitive values (strings, numbers, etc.) as service types, which is not supported byEffect.Service. The diagnostic suggests wrapping the value in an object or manually usingContext.TagorEffect.Tagfor primitive types.Effect-TS/effect (@effect/opentelemetry)
v0.58.0Compare Source
Minor Changes
70fe803Thanks @mikearnaldi! - Automatically set otel parent when present as external spanPatch Changes
1c6ab74,70fe803,c296e32,a098ddf]:v0.57.0Compare Source
Patch Changes
d4d86a8]:Effect-TS/effect (@effect/platform)
v0.92.1Compare Source
Patch Changes
f6987c0Thanks @wmaurer! - add additional predicate typings for HttpMiddleware.cors allowOriginsv0.92.0Compare Source
Patch Changes
#5302
c60956eThanks @OliverJAsh! - AdjustxForwardedHeadersmiddleware to always usex-forwarded-forUpdated dependencies [
1c6ab74,70fe803,c296e32,a098ddf]:v0.91.1Compare Source
Patch Changes
ffa494cThanks @tim-smart! - allow predicates for HttpMiddleware.cors allowOriginsv0.91.0Compare Source
Minor Changes
d4d86a8Thanks @tim-smart! - remove msgpackr re-exportsEffect-TS/effect (@effect/platform-browser)
v0.72.0Compare Source
Patch Changes
1c6ab74,70fe803,c296e32,a098ddf]:v0.71.0Compare Source
Patch Changes
d4d86a8]:Effect-TS/effect (@effect/platform-bun)
v0.81.1Compare Source
Patch Changes
#5602
64b764bThanks @tim-smart! - guard against race conditions in NodeSocketServerUpdated dependencies [
64b764b]:v0.81.0Compare Source
Patch Changes
1c6ab74,70fe803,c296e32,a098ddf]:v0.80.0Compare Source
Patch Changes
d4d86a8]:Effect-TS/effect (@effect/platform-node)
v0.98.3Compare Source
Patch Changes
#5602
64b764bThanks @tim-smart! - guard against race conditions in NodeSocketServerUpdated dependencies [
64b764b]:v0.98.2Compare Source
Patch Changes
#5590
f4c4702Thanks @tim-smart! - add openTimeout options to NodeSocket.makeNetUpdated dependencies [
f4c4702,f6987c0]:v0.98.1Compare Source
Patch Changes
#5585
cf17f2fThanks @tim-smart! - keep socket error listener attached in NodeSocketUpdated dependencies [
07802f7,cf17f2f]:v0.98.0Compare Source
Patch Changes
1c6ab74,70fe803,c296e32,a098ddf]:v0.97.1Compare Source
Patch Changes
#5557
978b6ffThanks @tim-smart! - allow NodeSocket.makeNet open to be interruptedUpdated dependencies [
978b6ff]:v0.97.0Compare Source
Patch Changes
d4d86a8]:Effect-TS/effect (@effect/rpc)
v0.71.0Compare Source
Patch Changes
1c6ab74,70fe803,c296e32,a098ddf]:v0.70.2Compare Source
Patch Changes
dd7b459Thanks @tim-smart! - persist activity interrupts as "Suspended"v0.70.1Compare Source
Patch Changes
c9e1e40Thanks @tim-smart! - ignore non-client interrupts in workflow activitiesv0.70.0Compare Source
Patch Changes
#5549
d4d86a8Thanks @tim-smart! - remove msgpackr re-exportsUpdated dependencies [
d4d86a8]: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.