Skip to content

Bump true-myth from 8.4.0 to 9.1.0#90

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/true-myth-9.1.0
Closed

Bump true-myth from 8.4.0 to 9.1.0#90
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/true-myth-9.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps true-myth from 8.4.0 to 9.1.0.

Release notes

Sourced from true-myth's releases.

v9.1.0

True Myth provides safe and idiomatic TypeScript types to handle null, error, and async code handling: Maybe, Result, and Task types that are really nice.

Overview

v9.1.0 is a fairly full release—thanks to folks for continuing to offer feedback and suggestions for how we can make the library better! This version:

  • Adds Standard Schema support (Guide | API Docs).
  • Adds transposeAll and transposeAny helpers for dealing with arrays of results.
  • Introduces fromJSON functions for Maybe and Result to support round-tripping.
  • Constrains Maybe to accept only non-nullable types at construction, rather than only in the return types.
  • Does some more documentation cleanup.

Changes

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 2

v9.0.1

True Myth provides safe and idiomatic TypeScript types to handle null, error, and async code handling: Maybe, Result, and Task types that are really nice.

Overview

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

Changes

🐛 Bug Fix

📝 Documentation

🏠 Internal

... (truncated)

Changelog

Sourced from true-myth's changelog.

9.1.0 (2025-08-25)

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 2

9.0.1 (2025-05-21)

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

9.0.0 (2025-04-16)

Now with nicer internals. cleaner public APIs, a brand new docs site! For more details, see the announcement blog post.

Changes

💥 Breaking Change

... (truncated)

Commits
  • 8770875 Release 9.1.0
  • d65be56 infra: back to Prettier
  • 1ec06a7 docs: fix some broken examples in guide
  • fb6f3aa Merge pull request #1118 from true-myth/deserialize
  • 2164dc4 feature: implement fromJSON functions
  • 1abe896 Result: use transposeAll and transposeAny for all and any
  • 258fc11 feat: Add result.any method
  • 0a181dd feat: Add result.allResults method
  • af54f56 feat: Merge multiple results into one
  • a96949b Merge pull request #1116 from true-myth/constrain-maybe
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [true-myth](https://github.com/true-myth/true-myth) from 8.4.0 to 9.1.0.
- [Release notes](https://github.com/true-myth/true-myth/releases)
- [Changelog](https://github.com/true-myth/true-myth/blob/main/CHANGELOG.md)
- [Commits](true-myth/true-myth@v8.4.0...v9.1.0)

---
updated-dependencies:
- dependency-name: true-myth
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #97.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/true-myth-9.1.0 branch September 29, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants