⬆️ Update dependency true-myth to v9#338
Merged
screendriver merged 2 commits intomainfrom Mar 8, 2026
Merged
Conversation
3091c22 to
f217aa8
Compare
741ae65 to
d12a1ff
Compare
6c1bd20 to
b961d23
Compare
d9bd458 to
d781960
Compare
2cb9504 to
968df30
Compare
da864df to
88a6b36
Compare
0788b4e to
f2c4902
Compare
ce056e7 to
09da8ba
Compare
screendriver
approved these changes
Mar 8, 2026
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:
8.6.0→9.3.1Release Notes
true-myth/true-myth (true-myth)
v9.3.1Compare Source
Correctly publish to npm so README shows up, that’s it.
v9.3.0Compare Source
The big new feature is an
inspectmethod and function that allows you to “tap into” aMaybe,Result, orTaskto perform side effects safely. This can be helpful for debugging, for adding tracing, or for many other similar things. For example, to debug what value exists in a chain ofMaybeoperations, you could use the newinspectmethod like this:For any given run, this will always log two values; it will also log a third when the modulo check passes. The output is the
Maybevalue.There are also
inspectErrandinspectRejectedmethods and functions forResultandTaskinstances respectively.Changes
🚀 Enhancement
inspectfunctionality (@chriskrycho)🐛 Bug Fix
any,all, andtransposeAll(@chriskrycho)📝 Documentation
Task.rejectetoTask.reject) (@kbrgl)jitterexample:Delay->delay(@Zegnat)🏠 Internal
Committers: 3
v9.2.0Compare Source
Adds a
flattenhelper and method to each ofMaybe,Result, andTaskto help with the situations where you end up with a nested version of each. For example, withMaybe:Note that the method or function removes only a single layer of wrapping.
Changes
🚀 Enhancement
flattenfunctions and methods toMaybe,Result, andTask(@chriskrycho)📝 Documentation
🏠 Internal
Committers: 2
v9.1.0Compare Source
🚀 Enhancement
fromJSONfunctions (@chriskrycho){}at construction (@chriskrycho)📝 Documentation
🏠 Internal
ts-ignorepragmas (@chriskrycho)Committers: 2
v9.0.1Compare Source
Fixes an assignability bug with the
PromiseLikeinterface and continues cleaning up some docs. This one comes entirely from external contributors—thanks, folks!🐛 Bug Fix
PromiseLikeinterface (@auvred)📝 Documentation
🏠 Internal
Committers: 3
v9.0.0Compare Source
Now with nicer internals. cleaner public APIs, a brand new docs site! For more details, see the announcement blog post.
Changes
💥 Breaking Change
🚀 Enhancement
Maybe.of(unknown) -> Maybe<{}>(@chriskrycho)📝 Documentation
backgroundsection (@chriskrycho)🏠 Internal
nothing()(@chriskrycho)as constannotations (@chriskrycho)🗑️ Deprecation
Delayre-export todelay(@chriskrycho)Committers: 2
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.