Skip to content

chore(deps-dev): bump @effect/platform from 0.90.10 to 0.96.0#25

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/effect/platform-0.96.0
Closed

chore(deps-dev): bump @effect/platform from 0.90.10 to 0.96.0#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/effect/platform-0.96.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps @effect/platform from 0.90.10 to 0.96.0.

Release notes

Sourced from @​effect/platform's releases.

@​effect/platform@​0.96.0

Patch Changes

@​effect/platform@​0.95.0

Patch Changes

@​effect/platform@​0.94.5

Patch Changes

  • #6050 d67c708 Thanks @​tim-smart! - Backport Effect 4 contentType support for HttpBody JSON / URL-encoded constructors and HttpServerResponse JSON / URL-encoded helpers.

  • Updated dependencies [a8c436f]:

    • effect@3.19.17

@​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.

... (truncated)

Changelog

Sourced from @​effect/platform's changelog.

0.96.0

Patch Changes

0.95.0

Patch Changes

0.94.5

Patch Changes

  • #6050 d67c708 Thanks @​tim-smart! - Backport Effect 4 contentType support for HttpBody JSON / URL-encoded constructors and HttpServerResponse JSON / URL-encoded helpers.

  • Updated dependencies [a8c436f]:

    • effect@3.19.17

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"

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​effect/platform since your current version.


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)

Bumps [@effect/platform](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform) from 0.90.10 to 0.96.0.
- [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.96.0/packages/platform)

---
updated-dependencies:
- dependency-name: "@effect/platform"
  dependency-version: 0.96.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 23, 2026

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Superseded by #32.

@dependabot dependabot Bot closed this Apr 27, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/effect/platform-0.96.0 branch April 27, 2026 07:11
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.

0 participants