Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency true-myth to v8 #407

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
true-myth (source) ^6.2.0 -> ^8.0.0 age adoption passing confidence

Release Notes

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

v8.0.1

Compare Source

🐛 Bug Fix
  • #​811 fix: do not set sourceRoot in tsconfigs (@​chriskrycho) – this should make source maps resolve correctly!
Committers: 1

v8.0.0

Compare Source

This is a pretty small “breaking” release: it makes a change so True Myth is more type safe than it was before, specifically when constructing known-Ok or known-Err types with Result.ok and Result.err. In earlier versions, if you wrote Result.ok(123), the type would be Result<number, unknown>. New contributor @​auvred pointed out that in that case, we know there is never an error type, though, so we can use the never type. This is breaking in that you may have to explicitly annotate some types where you did not before, because of the assignability rules for unknown and never (cf. this playground).

Net, very little of your code should have to change, but where it does, it will be safer than it was before! Thanks to @​auvred for the improvement!

💥 Breaking Change
  • #​789 fix: set error type in Result.ok and ok type in Result.err to never by default (@​auvred)
🚀 Enhancement
  • #​789 fix: set error type in Result.ok and ok type in Result.err to never by default (@​auvred)
📝 Documentation
Committers: 2

v7.4.0

Compare Source

🚀 Enhancement
📝 Documentation
Committers: 2

v7.3.0

Compare Source

🚀 Enhancement
Committers: 1

v7.2.1

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 1

v7.2.0

Compare Source

🚀 Enhancement
🏠 Internal
Committers: 2

v7.1.0

Compare Source

🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 2

v7.0.1

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 1

v7.0.0

Compare Source

💥 Breaking Change
🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 3

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Aug 12, 2024

⚠️ No Changeset found

Latest commit: 5acf03b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants