Merged
Conversation
28f526e to
ed08ef6
Compare
ed08ef6 to
9a838d0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.73.0→^0.73.1^0.94.1→^0.94.2^0.104.0→^0.104.1^0.0.14→^0.0.15^4.0.17→^4.0.18^3.19.14→^3.19.15^17.0.0→^17.1.0^4.0.17→^4.0.18cc @skulidropek
Release Notes
Effect-TS/effect (@effect/cli)
v0.73.1Compare Source
Patch Changes
#5983
0d1a44fThanks @cevr! - Allow options to appear after positional argumentsPreviously,
@effect/clirequired all options to appear before positional arguments. For example,cmd --force stagingworked butcmd staging --forcefailed 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:
After:
Updated dependencies [
7e925ea,118e7a4,d7e75d6,4860d1e]:Effect-TS/effect (@effect/platform)
v0.94.2Compare Source
Patch Changes
#5977
118e7a4Thanks @scotttrinh! - AddedrowsandisTTYproperties toTerminalUpdated dependencies [
7e925ea,d7e75d6,4860d1e]:Effect-TS/effect (@effect/platform-node)
v0.104.1Compare Source
Patch Changes
#5977
118e7a4Thanks @scotttrinh! - AddedrowsandisTTYproperties toTerminalUpdated dependencies [
7e925ea,118e7a4,d7e75d6,4860d1e]:vitest-dev/vitest (@vitest/coverage-v8)
v4.0.18Compare Source
🚀 Experimental Features
onModuleRunnerhook toworker.init- by @sheremet-va in #9286 (ea837)🐞 Bug Fixes
meta.urlincreateRequire- by @sheremet-va in #9441 (e0572)View changes on GitHub
Effect-TS/effect (effect)
v3.19.15Compare Source
Patch Changes
#5981
7e925eaThanks @bxff! - Fix type inference loss inArray.flattenfor complex nested structures like unions of Effects with contravariant requirements. Uses distributive indexed access (T[number][number]) in theFlattentype utility and addsconstto theflattengeneric parameter.#5970
d7e75d6Thanks @KhraksMamtsov! - fix Config.orElseIf signature#5996
4860d1eThanks @parischap! - fix Equal.equals plain object comparisons in structural modesindresorhus/globals (globals)
v17.1.0Compare 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.
This PR was generated by Mend Renovate. View the repository job log.