Skip to content

chore(deps-dev): bump effect from 4.0.0-beta.101 to 4.0.0-beta.105 - #1784

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/effect-4.0.0-beta.102
Open

chore(deps-dev): bump effect from 4.0.0-beta.101 to 4.0.0-beta.105#1784
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/effect-4.0.0-beta.102

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps effect from 4.0.0-beta.101 to 4.0.0-beta.105.

Release notes

Sourced from effect's releases.

effect@4.0.0-beta.105

Patch Changes

  • #7087 0418564 Thanks @​tim-smart! - Recognize tagged Config and RPC errors across duplicated effect package copies.

  • #6827 d334a85 Thanks @​jaipaljadeja! - Add bounded 429 retries and custom response header names to HttpClient.withRateLimiter.

  • #7084 f0be855 Thanks @​tim-smart! - Stop capturing definition-location stack frames in Context.Service.

  • #7090 b206fa5 Thanks @​tim-smart! - Expose stdinIsTerminal and stdoutIsTerminal effects through the Stdio service.

  • #7093 b938c8a Thanks @​gcanti! - Add the opt-in reportInput parse option for retaining rejected inputs in enumerable fields on value-bearing schema issues and including them in default formatted messages. Value-bearing issue constructors accept the rejected input and parse options directly, and Schema.Annotations.Issue now supports expected for default messages.

    Schema issues no longer format implicitly through Issue#toString. Use SchemaIssue.makeFormatterDefault() when a human-readable message is needed. The throwing and Promise-based adapters in SchemaParser now use the generic message "Schema validation failed" and expose the structured SchemaIssue.Issue as the error cause; consumers that previously read the formatted error message should inspect and explicitly format that cause instead.

    Schema.makeEffect now returns SchemaIssue.Issue failures instead of wrapping them in SchemaError, and Schema.withConstructorDefault accepts an Effect that fails with SchemaIssue.Issue. Fallible Optic operations return structured SchemaIssue.Issue failures, while schema failures from Schema.toIso and Schema.toDifferJsonPatch use the generic error message and preserve the issue in cause instead of formatting it internally.

  • #7097 8525f05 Thanks @​tim-smart! - Add Cron.format for converting a Cron instance to a cron expression, with an option to include the seconds field.

effect@4.0.0-beta.104

Minor Changes

Patch Changes

  • #6934 1001bcc Thanks @​tim-smart! - httpapi: add typed response headers across handlers, generated clients (including HttpApiTest), streaming responses, and OpenAPI with HttpApiSchema.WithHeaders. Add HttpApiSchema.encodeToWithHeaders for folding response headers into domain types such as error classes. Explicit content-type and content-length values applied with HttpServerResponse.setHeader or setHeaders now override body-derived values.

  • #7044 993ba60 Thanks @​fubhy! - Commit SQL event journal entries only after their write callback succeeds.

  • #6957 67faacd Thanks @​fubhy! - Select Bash completions for the active positional argument.

  • #6941 b78acdf Thanks @​fubhy! - Generate even and odd safe integers in Crypto random APIs.

  • #6965 fbb9ce5 Thanks @​fubhy! - Correct the runtime tag spelling for CliError.UnknownSubcommand.

  • #6963 722ea48 Thanks @​fubhy! - Exclude disabled choices from multi-select prompt selection and submission.

  • #7001 3058fd5 Thanks @​fubhy! - Keep ordered SQL resolver results aligned when batched request encoding fails.

  • #6937 62d0575 Thanks @​fubhy! - Fix the encoded output type of TestSchema.Encoding.encodeUnknownEffect.

  • #7014 99dd6b5 Thanks @​tim-smart! - Add lightweight INI, YAML, and TOML parsers under effect/unstable/encoding and remove their runtime dependencies.

  • #7053 7963ce1 Thanks @​fubhy! - Fix arbitrary generation for tuples with multiple optional elements.

  • #7047 af14e75 Thanks @​fubhy! - Fix Tuple.pick return types to preserve the requested index order and duplicate indices.

  • #7066 24e22d2 Thanks @​fubhy! - Close ResourceMap acquisition scopes when a lookup fails.

... (truncated)

Changelog

Sourced from effect's changelog.

4.0.0-beta.105

Patch Changes

  • #7087 0418564 Thanks @​tim-smart! - Recognize tagged Config and RPC errors across duplicated effect package copies.

  • #6827 d334a85 Thanks @​jaipaljadeja! - Add bounded 429 retries and custom response header names to HttpClient.withRateLimiter.

  • #7084 f0be855 Thanks @​tim-smart! - Stop capturing definition-location stack frames in Context.Service.

  • #7090 b206fa5 Thanks @​tim-smart! - Expose stdinIsTerminal and stdoutIsTerminal effects through the Stdio service.

  • #7093 b938c8a Thanks @​gcanti! - Add the opt-in reportInput parse option for retaining rejected inputs in enumerable fields on value-bearing schema issues and including them in default formatted messages. Value-bearing issue constructors accept the rejected input and parse options directly, and Schema.Annotations.Issue now supports expected for default messages.

    Schema issues no longer format implicitly through Issue#toString. Use SchemaIssue.makeFormatterDefault() when a human-readable message is needed. The throwing and Promise-based adapters in SchemaParser now use the generic message "Schema validation failed" and expose the structured SchemaIssue.Issue as the error cause; consumers that previously read the formatted error message should inspect and explicitly format that cause instead.

    Schema.makeEffect now returns SchemaIssue.Issue failures instead of wrapping them in SchemaError, and Schema.withConstructorDefault accepts an Effect that fails with SchemaIssue.Issue. Fallible Optic operations return structured SchemaIssue.Issue failures, while schema failures from Schema.toIso and Schema.toDifferJsonPatch use the generic error message and preserve the issue in cause instead of formatting it internally.

  • #7097 8525f05 Thanks @​tim-smart! - Add Cron.format for converting a Cron instance to a cron expression, with an option to include the seconds field.

4.0.0-beta.104

Minor Changes

Patch Changes

  • #6934 1001bcc Thanks @​tim-smart! - httpapi: add typed response headers across handlers, generated clients (including HttpApiTest), streaming responses, and OpenAPI with HttpApiSchema.WithHeaders. Add HttpApiSchema.encodeToWithHeaders for folding response headers into domain types such as error classes. Explicit content-type and content-length values applied with HttpServerResponse.setHeader or setHeaders now override body-derived values.

  • #7044 993ba60 Thanks @​fubhy! - Commit SQL event journal entries only after their write callback succeeds.

  • #6957 67faacd Thanks @​fubhy! - Select Bash completions for the active positional argument.

  • #6941 b78acdf Thanks @​fubhy! - Generate even and odd safe integers in Crypto random APIs.

  • #6965 fbb9ce5 Thanks @​fubhy! - Correct the runtime tag spelling for CliError.UnknownSubcommand.

  • #6963 722ea48 Thanks @​fubhy! - Exclude disabled choices from multi-select prompt selection and submission.

  • #7001 3058fd5 Thanks @​fubhy! - Keep ordered SQL resolver results aligned when batched request encoding fails.

  • #6937 62d0575 Thanks @​fubhy! - Fix the encoded output type of TestSchema.Encoding.encodeUnknownEffect.

  • #7014 99dd6b5 Thanks @​tim-smart! - Add lightweight INI, YAML, and TOML parsers under effect/unstable/encoding and remove their runtime dependencies.

  • #7053 7963ce1 Thanks @​fubhy! - Fix arbitrary generation for tuples with multiple optional elements.

  • #7047 af14e75 Thanks @​fubhy! - Fix Tuple.pick return types to preserve the requested index order and duplicate indices.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2026
@vercel

vercel Bot commented Aug 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
orpc Ready Ready Preview Aug 8, 2026 11:24am

@pkg-pr-new

pkg-pr-new Bot commented Aug 4, 2026

Copy link
Copy Markdown
More templates

@orpc/ai-sdk

npm i https://pkg.pr.new/@orpc/ai-sdk@1784

@orpc/arktype

npm i https://pkg.pr.new/@orpc/arktype@1784

@orpc/bun

npm i https://pkg.pr.new/@orpc/bun@1784

@orpc/client

npm i https://pkg.pr.new/@orpc/client@1784

@orpc/cloudflare

npm i https://pkg.pr.new/@orpc/cloudflare@1784

@orpc/contract

npm i https://pkg.pr.new/@orpc/contract@1784

@orpc/experimental-effect

npm i https://pkg.pr.new/@orpc/experimental-effect@1784

@orpc/evlog

npm i https://pkg.pr.new/@orpc/evlog@1784

@orpc/hibernation

npm i https://pkg.pr.new/@orpc/hibernation@1784

@orpc/json-schema

npm i https://pkg.pr.new/@orpc/json-schema@1784

@orpc/nest

npm i https://pkg.pr.new/@orpc/nest@1784

@orpc/next

npm i https://pkg.pr.new/@orpc/next@1784

@orpc/openapi

npm i https://pkg.pr.new/@orpc/openapi@1784

@orpc/opentelemetry

npm i https://pkg.pr.new/@orpc/opentelemetry@1784

@orpc/pinia-colada

npm i https://pkg.pr.new/@orpc/pinia-colada@1784

@orpc/pino

npm i https://pkg.pr.new/@orpc/pino@1784

@orpc/publisher

npm i https://pkg.pr.new/@orpc/publisher@1784

@orpc/ratelimit

npm i https://pkg.pr.new/@orpc/ratelimit@1784

@orpc/server

npm i https://pkg.pr.new/@orpc/server@1784

@orpc/shared

npm i https://pkg.pr.new/@orpc/shared@1784

@orpc/swr

npm i https://pkg.pr.new/@orpc/swr@1784

@orpc/tanstack-query

npm i https://pkg.pr.new/@orpc/tanstack-query@1784

@orpc/trpc

npm i https://pkg.pr.new/@orpc/trpc@1784

@orpc/valibot

npm i https://pkg.pr.new/@orpc/valibot@1784

@orpc/zod

npm i https://pkg.pr.new/@orpc/zod@1784

commit: 6019344

@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@codspeed-hq

codspeed-hq Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 25 untouched benchmarks


Comparing dependabot/npm_and_yarn/effect-4.0.0-beta.102 (6019344) with main (99ce3de)1

Open in CodSpeed

Footnotes

  1. No successful run was found on main (18fcc59) during the generation of this report, so 99ce3de was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/effect-4.0.0-beta.102 branch from f2a02d9 to dfa1f07 Compare August 4, 2026 12:53
@dependabot dependabot Bot changed the title chore(deps-dev): bump effect from 4.0.0-beta.101 to 4.0.0-beta.102 chore(deps-dev): bump effect from 4.0.0-beta.101 to 4.0.0-beta.103 Aug 6, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/effect-4.0.0-beta.102 branch from dfa1f07 to df6d16b Compare August 6, 2026 08:05
@dependabot dependabot Bot changed the title chore(deps-dev): bump effect from 4.0.0-beta.101 to 4.0.0-beta.103 chore(deps-dev): bump effect from 4.0.0-beta.101 to 4.0.0-beta.105 Aug 8, 2026
Bumps [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) from 4.0.0-beta.101 to 4.0.0-beta.105.
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/effect@4.0.0-beta.105/packages/effect)

---
updated-dependencies:
- dependency-name: effect
  dependency-version: 4.0.0-beta.102
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/effect-4.0.0-beta.102 branch from df6d16b to 6019344 Compare August 8, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants