Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 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 the renovate label Apr 16, 2025
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 4 times, most recently from d85bcbf to 38ce426 Compare April 21, 2025 05:28
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 5 times, most recently from bf2daac to c7e6b9b Compare April 30, 2025 23:53
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 14 times, most recently from db20137 to d1b69c9 Compare May 8, 2025 18:55
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 3 times, most recently from ea9edd9 to ca2ec46 Compare May 14, 2025 11:10
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 3 times, most recently from b8f9dbc to ee7e045 Compare May 20, 2025 03:28
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 6 times, most recently from 3e35ded to 93a9369 Compare July 2, 2025 02:45
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 9 times, most recently from d946a1f to d47fe1e Compare July 9, 2025 06:35
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch from d47fe1e to b32eb62 Compare July 14, 2025 04:49
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch from b32eb62 to 86a6802 Compare July 21, 2025 05:08
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch from 86a6802 to 70cc09e Compare July 28, 2025 09:00
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 2 times, most recently from af8062b to 82ce797 Compare August 11, 2025 06:11
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 2 times, most recently from b8f2dae to b0fd241 Compare August 25, 2025 05:15
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch from b0fd241 to c1b260b Compare September 8, 2025 04:33
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 2 times, most recently from d236ff6 to bf63f19 Compare September 22, 2025 05:29
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch 3 times, most recently from 33354ac to 44ab984 Compare September 29, 2025 04:53
@renovate renovate bot force-pushed the renovate/true-myth-9.x branch from 44ab984 to 90c54a2 Compare October 6, 2025 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants