Skip to content

chore(deps): bump the effect-v4 group in /examples/effect-v4 with 4 updates - #63

Merged
eikster-dk merged 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/effect-v4/effect-v4-6d769739ea
Aug 15, 2026
Merged

chore(deps): bump the effect-v4 group in /examples/effect-v4 with 4 updates#63
eikster-dk merged 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/effect-v4/effect-v4-6d769739ea

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the effect-v4 group in /examples/effect-v4 with 4 updates: @effect/platform-node, @effect/sql-pg, effect and @effect/vitest.

Updates @effect/platform-node from 4.0.0-beta.106 to 4.0.0-beta.107

Release notes

Sourced from @​effect/platform-node's releases.

@​effect/platform-node@​4.0.0-beta.107

Patch Changes

@​effect/platform-node-shared@​4.0.0-beta.107

Patch Changes

  • #7154 e74c302 Thanks @​CDVolvik! - Pass Node's windowsHide flag for spawned Windows children by default (except detached processes), with an independent windowsHide option for callers that need visible GUI windows. Process-group cleanup now invokes taskkill without a cmd.exe wrapper and hides its window.
  • Updated dependencies [596f3f9, 9611ed4, 8b91605, d901928, b32bdef]:
    • effect@4.0.0-beta.107
Changelog

Sourced from @​effect/platform-node's changelog.

4.0.0-beta.107

Patch Changes

Commits

Updates @effect/sql-pg from 4.0.0-beta.106 to 4.0.0-beta.107

Release notes

Sourced from @​effect/sql-pg's releases.

@​effect/sql-pglite@​4.0.0-beta.107

Patch Changes

@​effect/sql-pg@​4.0.0-beta.107

Patch Changes

Commits

Updates effect from 4.0.0-beta.106 to 4.0.0-beta.107

Release notes

Sourced from effect's releases.

effect@4.0.0-beta.107

Patch Changes

  • #7156 596f3f9 Thanks @​tim-smart! - Terminate active multipart file streams when a parser limit is exceeded or the body ends unexpectedly, so file parts fail instead of hanging.

  • #7153 9611ed4 Thanks @​rajanpanth! - Fix Duration's Hash.symbol implementation to hash a canonical nanoseconds form instead of the raw internal Millis/Nanos representation. Two durations that Duration.equals/Equal.equals consider equal (e.g. Duration.seconds(5) and Duration.nanos(5_000_000_000n)) previously hashed differently, violating the Hash/Equal contract and silently breaking HashSet/HashMap lookups keyed by Duration.

  • #7166 8b91605 Thanks @​CDVolvik! - Import migrations through a file URL in Migrator.fromFileSystem, so absolute Windows paths are accepted by the ESM loader.

    Previously the directory and file name were passed to import as a plain path. On Windows that produced a specifier such as D:\migrations\1_init.ts, which the ESM loader rejects with Only URLs with a scheme in: file, data, and node are supported.

    fromFileSystem now resolves the specifier through the Path service, so its type widens from Loader<FileSystem> to Loader<FileSystem | Path>. Callers that already provide an aggregate platform layer such as NodeServices.layer are unaffected; callers that provide FileSystem on its own now also need a Path layer, and on Windows it must be a platform-aware one rather than the POSIX Path.layer.

  • #7157 d901928 Thanks @​tim-smart! - Add Channel.mkUint8Array and reuse it from Stream and multipart file collection. This also fixes quadratic buffering in File.contentEffect, improving collection of a 16 MiB chunked upload by approximately 90x.

  • #7149 b32bdef Thanks @​gcanti! - Require explicit handling for regular expression pattern constraints translated from JSON Schema documents, with modes to apply trusted patterns or ignore their constraints.

Changelog

Sourced from effect's changelog.

4.0.0-beta.107

Patch Changes

  • #7156 596f3f9 Thanks @​tim-smart! - Terminate active multipart file streams when a parser limit is exceeded or the body ends unexpectedly, so file parts fail instead of hanging.

  • #7153 9611ed4 Thanks @​rajanpanth! - Fix Duration's Hash.symbol implementation to hash a canonical nanoseconds form instead of the raw internal Millis/Nanos representation. Two durations that Duration.equals/Equal.equals consider equal (e.g. Duration.seconds(5) and Duration.nanos(5_000_000_000n)) previously hashed differently, violating the Hash/Equal contract and silently breaking HashSet/HashMap lookups keyed by Duration.

  • #7166 8b91605 Thanks @​CDVolvik! - Import migrations through a file URL in Migrator.fromFileSystem, so absolute Windows paths are accepted by the ESM loader.

    Previously the directory and file name were passed to import as a plain path. On Windows that produced a specifier such as D:\migrations\1_init.ts, which the ESM loader rejects with Only URLs with a scheme in: file, data, and node are supported.

    fromFileSystem now resolves the specifier through the Path service, so its type widens from Loader<FileSystem> to Loader<FileSystem | Path>. Callers that already provide an aggregate platform layer such as NodeServices.layer are unaffected; callers that provide FileSystem on its own now also need a Path layer, and on Windows it must be a platform-aware one rather than the POSIX Path.layer.

  • #7157 d901928 Thanks @​tim-smart! - Add Channel.mkUint8Array and reuse it from Stream and multipart file collection. This also fixes quadratic buffering in File.contentEffect, improving collection of a 16 MiB chunked upload by approximately 90x.

  • #7149 b32bdef Thanks @​gcanti! - Require explicit handling for regular expression pattern constraints translated from JSON Schema documents, with modes to apply trusted patterns or ignore their constraints.

Commits
  • 3c495ae Version Packages (beta) (#7150)
  • bc80d14 Improve Migrator file URL docs and test
  • 8b91605 Import migrations through a file URL so Windows paths work in Migrator.fromFi...
  • aedb672 Share MySQL persistence container across suites (#7164)
  • e74c302 Stop child process spawns and kills from flashing console windows on Windows ...
  • 9611ed4 Fix Duration Hash.symbol violating the Hash/Equal contract (#7153)
  • 8dba988 Clarify multipart collection release notes (#7160)
  • d901928 Make multipart content collection linear (#7157)
  • 596f3f9 Fix multipart file limit hangs (#7156)
  • df431ae Render CLI UserError through the output formatter (#7102)
  • Additional commits viewable in compare view

Updates @effect/vitest from 4.0.0-beta.106 to 4.0.0-beta.107

Release notes

Sourced from @​effect/vitest's releases.

@​effect/vitest@​4.0.0-beta.107

Patch Changes

Changelog

Sourced from @​effect/vitest's changelog.

4.0.0-beta.107

Patch Changes

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the effect-v4 group in /examples/effect-v4 with 4 updates: [@effect/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node), [@effect/sql-pg](https://github.com/Effect-TS/effect/tree/HEAD/packages/sql-pg), [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) and [@effect/vitest](https://github.com/Effect-TS/effect/tree/HEAD/packages/vitest).


Updates `@effect/platform-node` from 4.0.0-beta.106 to 4.0.0-beta.107
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/@effect/platform-node@4.0.0-beta.107/packages/platform-node/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/platform-node@4.0.0-beta.107/packages/platform-node)

Updates `@effect/sql-pg` from 4.0.0-beta.106 to 4.0.0-beta.107
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/sql-pg@4.0.0-beta.107/packages/sql-pg)

Updates `effect` from 4.0.0-beta.106 to 4.0.0-beta.107
- [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.107/packages/effect)

Updates `@effect/vitest` from 4.0.0-beta.106 to 4.0.0-beta.107
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/vitest/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/vitest@4.0.0-beta.107/packages/vitest)

---
updated-dependencies:
- dependency-name: "@effect/platform-node"
  dependency-version: 4.0.0-beta.107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: effect-v4
- dependency-name: "@effect/sql-pg"
  dependency-version: 4.0.0-beta.107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: effect-v4
- dependency-name: effect
  dependency-version: 4.0.0-beta.107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: effect-v4
- dependency-name: "@effect/vitest"
  dependency-version: 4.0.0-beta.107
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: effect-v4
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 14, 2026
@eikster-dk
eikster-dk merged commit 1c0d42d into main Aug 15, 2026
4 checks passed
@eikster-dk
eikster-dk deleted the dependabot/npm_and_yarn/examples/effect-v4/effect-v4-6d769739ea branch August 15, 2026 12:43
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.

1 participant