Skip to content

chore(deps): bump result_dart from 2.1.0 to 2.2.0 - #1051

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/result_dart-2.2.0
Closed

chore(deps): bump result_dart from 2.1.0 to 2.2.0#1051
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/result_dart-2.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps result_dart from 2.1.0 to 2.2.0.

Release notes

Sourced from result_dart's releases.

v2.2.0

  • tap operator for debugging and logging intermediate states in a chain.
  • filter operator for conditional Success-to-Failure conversion.
  • zip operator for combining two Results using Dart 3 Records.
  • flatten operator (extension) for unwrapping nested Results.
  • recoverWhen operator for conditional recovery by predicate.
  • toString() override on Success and Failure for better debug output.
  • Best Practices section in README (scoped recovery, custom exceptions with stack trace).

v2.1.1

Fix linter problems.

Changelog

Sourced from result_dart's changelog.

[2.2.0] - 2026-03-07

Added

  • tap operator for debugging and logging intermediate states in a chain.
  • filter operator for conditional Success-to-Failure conversion.
  • zip operator for combining two Results using Dart 3 Records.
  • flatten operator (extension) for unwrapping nested Results.
  • recoverWhen operator for conditional recovery by predicate.
  • toString() override on Success and Failure for better debug output.
  • Best Practices section in README (scoped recovery, custom exceptions with stack trace).

[2.1.1] - 2025-06-14

  • Fix linter problems.
Commits
  • d34141e Add tap, filter, zip, flatten, and recoverWhen operators with best practices ...
  • 5762548 Add extensions to convert Future to AsyncResultDart with success and failure ...
  • 17e03a7 Fix linter problems.
  • 9bb2eec Merge pull request #19 from JarvanMo/main
  • e260284 Update README.md
  • 75fc780 update test to expect Future<ResultDart<int, Object>> from toAsyncResult
  • e201a72 bump version to 2.1.0 and add pureFold and mapFold operators
  • See full diff 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 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 [result_dart](https://github.com/Flutterando/result_dart) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/Flutterando/result_dart/releases)
- [Changelog](https://github.com/Flutterando/result_dart/blob/main/CHANGELOG.md)
- [Commits](Flutterando/result_dart@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: result_dart
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jun 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pub/result_dart-2.2.0 branch June 23, 2026 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant