Skip to content

fix(deps): update template dependencies#1552

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/headless-libsql-template-dependencies
Open

fix(deps): update template dependencies#1552
renovate[bot] wants to merge 1 commit intomainfrom
renovate/headless-libsql-template-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 6, 2026

This PR contains the following updates:

Package Change Age Confidence
@effect/platform (source) ^0.95.0^0.96.1 age confidence
@effect/platform-node (source) ^0.105.0^0.106.0 age confidence
effect (source) ^3.20.0^3.21.2 age confidence

Release Notes

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

v0.96.1

Compare Source

Patch Changes
  • #​6147 518d0e3 Thanks @​syhstanley! - Fix HttpLayerRouter.addHttpApi silently skipping API-level middleware.

  • #​6191 c016642 Thanks @​IGassmann! - Update msgpackr to 1.11.10 to fix silent decode failures in environments that block new Function() at runtime (e.g. Cloudflare Workers). The new version wraps the JIT new Function() call in a try/catch, falling back to the interpreted path when dynamic code evaluation is blocked.

  • Updated dependencies [74f3267]:

    • effect@​3.21.2

v0.96.0

Compare Source

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

v0.106.0

Compare Source

Patch Changes
Effect-TS/effect (effect)

v3.21.2

Compare Source

Patch Changes
  • #​6194 74f3267 Thanks @​mikearnaldi! - Fix TestClock.unsafeCurrentTimeNanos() to floor fractional millisecond instants before converting them to BigInt.

v3.21.1

Compare Source

Patch Changes
  • #​6139 f99048e Thanks @​marbemac! - Fix batched request resolver defects causing consumer fibers to hang forever.

    When a RequestResolver.makeBatched resolver died with a defect, the request Deferreds were never completed because the cleanup logic in invokeWithInterrupt used flatMap (which only runs on success). Changed to ensuring so uncompleted request entries are always resolved regardless of exit type.

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 added the templates label Apr 6, 2026
@renovate renovate Bot requested a review from a team as a code owner April 6, 2026 02:17
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 6, 2026

⚠️ No Changeset found

Latest commit: 31cd2ff

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 6, 2026

Allure Test Report for this PR:

Allure Report | History

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 6, 2026

create-studiocms

npm i https://pkg.pr.new/create-studiocms@1552

effectify

npm i https://pkg.pr.new/effectify@1552

studiocms

npm i https://pkg.pr.new/studiocms@1552

@studiocms/auth0

npm i https://pkg.pr.new/@studiocms/auth0@1552

@studiocms/blog

npm i https://pkg.pr.new/@studiocms/blog@1552

@studiocms/cloudinary-image-service

npm i https://pkg.pr.new/@studiocms/cloudinary-image-service@1552

@studiocms/devapps

npm i https://pkg.pr.new/@studiocms/devapps@1552

@studiocms/discord

npm i https://pkg.pr.new/@studiocms/discord@1552

@studiocms/github

npm i https://pkg.pr.new/@studiocms/github@1552

@studiocms/google

npm i https://pkg.pr.new/@studiocms/google@1552

@studiocms/html

npm i https://pkg.pr.new/@studiocms/html@1552

@studiocms/markdoc

npm i https://pkg.pr.new/@studiocms/markdoc@1552

@studiocms/markdown-remark

npm i https://pkg.pr.new/@studiocms/markdown-remark@1552

@studiocms/md

npm i https://pkg.pr.new/@studiocms/md@1552

@studiocms/mdx

npm i https://pkg.pr.new/@studiocms/mdx@1552

@studiocms/s3-storage

npm i https://pkg.pr.new/@studiocms/s3-storage@1552

@studiocms/upgrade

npm i https://pkg.pr.new/@studiocms/upgrade@1552

@studiocms/wysiwyg

npm i https://pkg.pr.new/@studiocms/wysiwyg@1552

@withstudiocms/api-spec

npm i https://pkg.pr.new/@withstudiocms/api-spec@1552

@withstudiocms/auth-kit

npm i https://pkg.pr.new/@withstudiocms/auth-kit@1552

@withstudiocms/cli-kit

npm i https://pkg.pr.new/@withstudiocms/cli-kit@1552

@withstudiocms/component-registry

npm i https://pkg.pr.new/@withstudiocms/component-registry@1552

@withstudiocms/config-utils

npm i https://pkg.pr.new/@withstudiocms/config-utils@1552

@withstudiocms/effect

npm i https://pkg.pr.new/@withstudiocms/effect@1552

@withstudiocms/internal_helpers

npm i https://pkg.pr.new/@withstudiocms/internal_helpers@1552

@withstudiocms/kysely

npm i https://pkg.pr.new/@withstudiocms/kysely@1552

@withstudiocms/sdk

npm i https://pkg.pr.new/@withstudiocms/sdk@1552

@withstudiocms/template-lang

npm i https://pkg.pr.new/@withstudiocms/template-lang@1552

commit: 31cd2ff

@renovate renovate Bot force-pushed the renovate/headless-libsql-template-dependencies branch from d4831db to e3097f9 Compare April 20, 2026 23:17
@renovate renovate Bot force-pushed the renovate/headless-libsql-template-dependencies branch from e3097f9 to 31cd2ff Compare April 26, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants