Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

This PR contains the following updates:

Package Change Age Confidence
true-myth (source) 8.6.0 -> 9.2.0 age confidence

Release Notes

true-myth/true-myth (true-myth)

v9.2.0

Compare Source

Adds a flatten helper and method to each of Maybe, Result, and Task to help with the situations where you end up with a nested version of each. For example, with Maybe:

import Maybe from 'true-myth/maybe';

const wrapped = Maybe.of(Maybe.of(123));
console.log(wrapped.toString());  // Just(Just(123))

const flattened = wrapped.flatten();
console.log(flattened.toString()); // Just(123)

Note that the method or function removes only a single layer of wrapping.

Changes
🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 2

v9.1.0

Compare Source

🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 2

v9.0.1

Compare Source

Fixes an assignability bug with the PromiseLike interface and continues cleaning up some docs. This one comes entirely from external contributors—thanks, folks!

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 3

v9.0.0

Compare 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
📝 Documentation
🏠 Internal
🗑️ Deprecation
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.


  • 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 added renovate upgrade Any kind of dependency updates labels Aug 11, 2025
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch from 3091c22 to f217aa8 Compare August 25, 2025 02:34
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 4 times, most recently from 741ae65 to d12a1ff Compare September 14, 2025 08:57
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 22 times, most recently from 6c1bd20 to b961d23 Compare October 1, 2025 00:51
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 8 times, most recently from d1c0491 to b008c91 Compare October 8, 2025 01:48
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 11 times, most recently from 2c5a835 to ab01517 Compare October 14, 2025 06:15
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 4 times, most recently from d781960 to 00e98bd Compare October 20, 2025 05:34
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch from 00e98bd to 1c7ffbf Compare October 21, 2025 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate upgrade Any kind of dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants