Skip to content

fix(deps): update all dependencies#20

Merged
skulidropek merged 1 commit intomainfrom
renovate/all
Jan 23, 2026
Merged

fix(deps): update all dependencies#20
skulidropek merged 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 20, 2026

This PR contains the following updates:

Package Change Age Confidence
@effect/cli (source) ^0.73.0^0.73.1 age confidence
@effect/platform (source) ^0.94.1^0.94.2 age confidence
@effect/platform-node (source) ^0.104.0^0.104.1 age confidence
@​prover-coder-ai/eslint-plugin-suggest-members ^0.0.14^0.0.15 age confidence
@vitest/coverage-v8 (source) ^4.0.17^4.0.18 age confidence
effect (source) ^3.19.14^3.19.15 age confidence
globals ^17.0.0^17.1.0 age confidence
vitest (source) ^4.0.17^4.0.18 age confidence

cc @skulidropek


Release Notes

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

v0.73.1

Compare Source

Patch Changes
  • #​5983 0d1a44f Thanks @​cevr! - Allow options to appear after positional arguments

    Previously, @effect/cli required all options to appear before positional arguments. For example, cmd --force staging worked but cmd staging --force failed with "Received unknown argument".

    This change updates the option parsing logic to scan through all arguments to find options, regardless of their position relative to positional arguments. This aligns with the behavior of most CLI tools (git, npm, docker, etc.) which allow options anywhere in the command.

    Before:

    myapp deploy --force staging  # worked
    myapp deploy staging --force  # failed: "Received unknown argument: '--force'"

    After:

    myapp deploy --force staging  # works
    myapp deploy staging --force  # works
  • Updated dependencies [7e925ea, 118e7a4, d7e75d6, 4860d1e]:

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

v0.94.2

Compare Source

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

v0.104.1

Compare Source

Patch Changes
vitest-dev/vitest (@​vitest/coverage-v8)

v4.0.18

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
Effect-TS/effect (effect)

v3.19.15

Compare Source

Patch Changes
  • #​5981 7e925ea Thanks @​bxff! - Fix type inference loss in Array.flatten for complex nested structures like unions of Effects with contravariant requirements. Uses distributive indexed access (T[number][number]) in the Flatten type utility and adds const to the flatten generic parameter.

  • #​5970 d7e75d6 Thanks @​KhraksMamtsov! - fix Config.orElseIf signature

  • #​5996 4860d1e Thanks @​parischap! - fix Equal.equals plain object comparisons in structural mode

sindresorhus/globals (globals)

v17.1.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 requested a review from skulidropek January 20, 2026 13:13
@renovate renovate bot changed the title chore(deps): update dependency @prover-coder-ai/eslint-plugin-suggest-members to ^0.0.15 chore(deps): update all dependencies Jan 22, 2026
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 28f526e to ed08ef6 Compare January 23, 2026 00:52
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Jan 23, 2026
@skulidropek skulidropek merged commit 8b3738b into main Jan 23, 2026
7 checks passed
@renovate renovate bot deleted the renovate/all branch January 23, 2026 07:15
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.

1 participant