Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

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 6 times, most recently from 83861d4 to 084a493 Compare September 27, 2025 10:05
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch from 084a493 to 3601c70 Compare September 27, 2025 13:13
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