Skip to content

fix(deps): update all dependencies#167

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

fix(deps): update all dependencies#167
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2026

This PR contains the following updates:

Package Change Age Confidence
@effect/cli (source) ^0.74.0^0.75.0 age confidence
@effect/cluster (source) ^0.57.0^0.58.0 age confidence
@effect/experimental (source) ^0.59.0^0.60.0 age confidence
@effect/platform (source) ^0.95.0^0.96.0 age confidence
@effect/platform-node (source) ^0.105.0^0.106.0 age confidence
@effect/printer (source) ^0.48.0^0.49.0 age confidence
@effect/printer-ansi (source) ^0.48.0^0.49.0 age confidence
@effect/rpc (source) ^0.74.0^0.75.0 age confidence
@effect/sql (source) ^0.50.0^0.51.0 age confidence
@effect/typeclass (source) ^0.39.0^0.40.0 age confidence
@effect/vitest (source) ^0.28.0^0.29.0 age confidence
@effect/workflow (source) ^0.17.0^0.18.0 age confidence
effect (source) ^3.20.0^3.21.0 age confidence
vite (source) ^8.0.0^8.0.1 age confidence

cc @skulidropek


Release Notes

Effect-TS/effect (@​effect/cli)

v0.75.0

Compare Source

Patch Changes
Effect-TS/effect (@​effect/cluster)

v0.58.0

Compare Source

Patch Changes
Effect-TS/effect (@​effect/experimental)

v0.60.0

Compare Source

Patch Changes
Effect-TS/effect (@​effect/platform)

v0.96.0

Compare Source

Patch Changes
Effect-TS/effect (@​effect/platform-node)

v0.106.0

Compare Source

Patch Changes
Effect-TS/effect (@​effect/printer)

v0.49.0

Compare Source

Patch Changes
Effect-TS/effect (@​effect/printer-ansi)

v0.49.0

Compare Source

Patch Changes
Effect-TS/effect (@​effect/rpc)

v0.75.0

Compare Source

Patch Changes
Effect-TS/effect (@​effect/sql)

v0.51.0

Compare Source

Patch Changes
Effect-TS/effect (@​effect/typeclass)

v0.40.0

Compare Source

Patch Changes
Effect-TS/effect (@​effect/vitest)

v0.29.0

Compare Source

Patch Changes
Effect-TS/effect (@​effect/workflow)

v0.18.0

Compare Source

Patch Changes
Effect-TS/effect (effect)

v3.21.0

Compare Source

Minor Changes
  • #​5780 f7bb09b Thanks @​kitlangton! - Add Cron.prev and reverse iteration support, aligning next/prev lookup tables, fixing DST handling symmetry, and expanding cron backward/forward test coverage.

  • #​5780 bd7552a Thanks @​mattiamanzati! - Add type-level utils to asserting layer types

  • #​5780 ad1a7eb Thanks @​schickling! - RcMap: support dynamic idleTimeToLive values per key

    The idleTimeToLive option can now be a function that receives the key and returns a duration, allowing different TTL values for different resources.

    const map =
      yield *
      RcMap.make({
        lookup: (key: string) => acquireResource(key),
        idleTimeToLive: (key: string) => {
          if (key.startsWith("premium:")) return Duration.minutes(10)
          return Duration.minutes(1)
        }
      })
  • #​5780 0d32048 Thanks @​mikearnaldi! - Fix annotateCurrentSpan, add Effect.currentPropagatedSpan

Patch Changes
  • #​5780 0d32048 Thanks @​mikearnaldi! - Add logs to first propagated span, in the following case before this fix the log would not be added to the p span because Effect.fn adds a fake span for the purpose of adding a stack frame.

    import { Effect } from "effect"
    
    const f = Effect.fn(function* () {
      yield* Effect.logWarning("FooBar")
      return yield* Effect.fail("Oops")
    })
    
    const p = f().pipe(Effect.withSpan("p"))

v3.20.1

Compare Source

Patch Changes
  • #​6133 add06f4 Thanks @​aniravi24! - Fix Equal.equals crash when comparing null values inside structuralRegion. Added null guard before Object.getPrototypeOf calls to prevent TypeError: Cannot convert undefined or null to object.

  • #​6093 a03b6a2 Thanks @​luchersou! - avoid class for PrettyError to preserve error.name

vitejs/vite (vite)

v8.0.1

Compare Source

Features
Bug Fixes
Miscellaneous Chores

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from skulidropek March 19, 2026 05:45
@renovate renovate bot changed the title chore(deps): update dependency vite to ^8.0.1 fix(deps): update all dependencies Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant