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

chore(deps): bump true-myth from 8.2.0 to 8.3.0 #1595

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps true-myth from 8.2.0 to 8.3.0.

Release notes

Sourced from true-myth's releases.

Release 8.3.0

Highlights:

  • All the missing Task combinators that weren’t part of v8.3.0: all, allSettled, any, race, as well as fancy new timer and timeout functions.
  • New safe functions in the Result and Task modules, for transforming a throwing function into one you can call safely and get a Result or Task instead.
  • Module-scope versions of all the major Task constructors.
  • A new name for the wrapReturn function in the Maybe module, safe, to match the same function in the Result and Task modules

This release also introduces some deprecations to tackle some mistakes we (read: @​chriskrycho) made in the initial release of Task in v8.2.0.

[!NOTE] We will be releasing v9.0.0 very soon, removing those deprecations and updating our TypeScript support matrix. However, we expect 8.3 to be stable enough that you could stay on it without issues—potentially for years. If there are any showstopper bugs, we will of course backport a fix for them, but there shouldn’t be any!

(:rocket: Enhancement)

(:memo: Documentation)

(:house: Internal)

(:wastebasket: Deprecation)

  • #909 Maybe: rename wrapReturn to safe (@​chriskrycho)
  • #908 Task: deprecate Task.try, Task.tryOr, and Task.tryOrElse (@​chriskrycho)
  • #913 Task: deprecate static fromResult, fromPromise, and fromUnsafePromise

Committers: 2

Changelog

Sourced from true-myth's changelog.

8.3.0 (2025-01-10)

Highlights:

  • All the missing Task combinators that weren’t part of v8.3.0: all, allSettled, any, race, as well as fancy new timer and timeout functions.
  • New safe functions in the Result and Task modules, for transforming a throwing function into one you can call safely and get a Result or Task instead.
  • Module-scope versions of all the major Task constructors.
  • A new name for the wrapReturn function in the Maybe module, safe, to match the same function in the Result and Task modules

This release also introduces some deprecations to tackle some mistakes we (read: @​chriskrycho) made in the initial release of Task in v8.2.0.

[!NOTE] We will be releasing v9.0.0 very soon, removing those deprecations and updating our TypeScript support matrix. However, we expect 8.3 to be stable enough that you could stay on it without issues—potentially for years. If there are any showstopper bugs, we will of course backport a fix for them, but there shouldn’t be any!

(:rocket: Enhancement)

(:memo: Documentation)

(:house: Internal)

(:wastebasket: Deprecation)

  • #909 Maybe: rename wrapReturn to safe (@​chriskrycho)
  • #908 Task: deprecate Task.try, Task.tryOr, and Task.tryOrElse (@​chriskrycho)
  • #913 Task: deprecate static fromResult, fromPromise, and fromUnsafePromise

Committers: 2

Commits
  • 7ebd1ae Release 8.3.0
  • 05f500d Merge pull request #916 from true-myth/task-module-scope-functions
  • 9256637 Task: add module-scoped resolve, reject, and withResolvers
  • 09bac6e Merge pull request #915 from true-myth/more-task-docs
  • e237525 docs: expand on Task in README
  • bfc59df Task: document safelyTryOr and safelyTryOrElse
  • f312a19 Task: deprecate static fromResult, fromPromise, and fromUnsafePromise
  • 2a97ab1 Task: add top-level fromResult, fromPromise, and fromUnsafePromise
  • 8bb6fd6 Task: introduce safeNullable function
  • 1f5a347 Merge pull request #910 from true-myth/lerna-changelog-config
  • 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.2.0 to 8.3.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.2.0...v8.3.0)

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

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 Jan 10, 2025
@aaschlote aaschlote merged commit ac3784c into main Jan 10, 2025
21 checks passed
@aaschlote aaschlote deleted the dependabot/npm_and_yarn/true-myth-8.3.0 branch January 10, 2025 10:22
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.

1 participant