Skip to content

Comments

chore: Bump @effect/platform from 0.94.2 to 0.94.4 in /compact-js#56

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/compact-js/effect/platform-0.94.4
Open

chore: Bump @effect/platform from 0.94.2 to 0.94.4 in /compact-js#56
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/compact-js/effect/platform-0.94.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Bumps @effect/platform from 0.94.2 to 0.94.4.

Release notes

Sourced from @​effect/platform's releases.

@​effect/platform@​0.94.4

Patch Changes

  • #6035 22d9d27 Thanks @​tim-smart! - Fix HttpServerError.causeResponse to prefer 499 when a client abort interrupt is present.

@​effect/platform@​0.94.3

Patch Changes

  • #6021 0023c19 Thanks @​codewithkenzo! - Fix HttpClientRequest.appendUrl to properly join URL paths.

    Previously, appendUrl used simple string concatenation which could produce invalid URLs:

    // Before (broken):
    appendUrl("https://api.example.com/v1", "users")
    // Result: "https://api.example.com/v1users" (missing slash!)

    Now it ensures proper path joining:

    // After (fixed):
    appendUrl("https://api.example.com/v1", "users")
    // Result: "https://api.example.com/v1/users"
  • #6019 9a96b87 Thanks @​codewithkenzo! - Fix retryTransient to use correct transient status codes

    Changed isTransientResponse from status >= 429 to an explicit allowlist (408, 429, 500, 502, 503, 504). This correctly excludes 501 (Not Implemented) and 505+ permanent errors, while including 408 (Request Timeout) which was previously missed.

    Also aligned response retry behavior with v4: the while predicate now only applies to error retries, not response retries. Response retries are determined solely by isTransientResponse. This matches the semantic intent since while is typed for errors, not responses.

    Fixes #5995

  • Updated dependencies [e71889f]:

    • effect@3.19.16
Changelog

Sourced from @​effect/platform's changelog.

0.94.4

Patch Changes

  • #6035 22d9d27 Thanks @​tim-smart! - Fix HttpServerError.causeResponse to prefer 499 when a client abort interrupt is present.

0.94.3

Patch Changes

  • #6021 0023c19 Thanks @​codewithkenzo! - Fix HttpClientRequest.appendUrl to properly join URL paths.

    Previously, appendUrl used simple string concatenation which could produce invalid URLs:

    // Before (broken):
    appendUrl("https://api.example.com/v1", "users")
    // Result: "https://api.example.com/v1users" (missing slash!)

    Now it ensures proper path joining:

    // After (fixed):
    appendUrl("https://api.example.com/v1", "users")
    // Result: "https://api.example.com/v1/users"
  • #6019 9a96b87 Thanks @​codewithkenzo! - Fix retryTransient to use correct transient status codes

    Changed isTransientResponse from status >= 429 to an explicit allowlist (408, 429, 500, 502, 503, 504). This correctly excludes 501 (Not Implemented) and 505+ permanent errors, while including 408 (Request Timeout) which was previously missed.

    Also aligned response retry behavior with v4: the while predicate now only applies to error retries, not response retries. Response retries are determined solely by isTransientResponse. This matches the semantic intent since while is typed for errors, not responses.

    Fixes #5995

  • Updated dependencies [e71889f]:

    • effect@3.19.16
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 12, 2026 11:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 12, 2026
@github-actions
Copy link

github-actions bot commented Feb 12, 2026

Title Lines Statements Branches Functions
compact-js Coverage: 89%
86.93% (153/176) 57.14% (16/28) 83.56% (61/73)
compact-js-command Coverage: 75%
73.95% (284/384) 56.09% (69/123) 67.44% (87/129)
compact-js-node Coverage: 0%

Bumps [@effect/platform](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform) from 0.94.2 to 0.94.4.
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/platform/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/platform@0.94.4/packages/platform)

---
updated-dependencies:
- dependency-name: "@effect/platform"
  dependency-version: 0.94.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/compact-js/effect/platform-0.94.4 branch from a5a7cd5 to e7082ed Compare February 19, 2026 11:16
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