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

Bump CSharpFunctionalExtensions from 2.40.3 to 3.1.0 #1332

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps CSharpFunctionalExtensions from 2.40.3 to 3.1.0.

Release notes

Sourced from CSharpFunctionalExtensions's releases.

v3.1.0

Updates:

  • #565 Add allocation-free Maybe.Bind overload
  • #569 Add async & func overloads for Maybe.From
  • #570 Nullability handling improvements in Maybe

v3.0.0

Updates:

  • #552 Separate comparable types (breaking change)
  • #554 Remove EOL .NET frameworks and obsolete methods (breaking change)
  • #555 Add IError to the Result struct
  • #558 GetValueOrDefault for Result
  • #560 Add Result.Of methods
  • #561 Improve null handling of Maybe
  • #563 Add async overloads of Maybe.Match

v2.42.5

New features:

  • #547 Adding Maybe.ToUnitResult

Fixed issues:

  • None

v2.42.1

New features:

  • None

Fixed issues:

  • #27 Add strong named assembly

v2.42.0

New features:

  • #540 Add BindZip to return the Tuple of merged Binds

Fixed issues:

  • None

v2.41.0

New features:

  • #531 Added Task and ValueTask versions for AsMaybe

Fixed issues:

  • None
Commits
  • 45a4c97 version
  • e2243c1 Improving nullability handling in maybe
  • c3ade4b Merge pull request #569 from DerStimmler/feat/async-maybe-from
  • 9599a06 Merge pull request #565 from marcinjahn/maybe-bind-allocation-free
  • d7d6ec9 refactor: enable nullable annotations in BasicTests file
  • 344123b fix: typo
  • 4d3ab82 test: add tests for async & func overloads of Maybe.From
  • 9cc68d7 feat: add async & func overloads for Maybe.From
  • e7e03e5 Add allocation-free Maybe.Bind overload
  • c009233 version
  • 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 [CSharpFunctionalExtensions](https://github.com/vkhorikov/CSharpFunctionalExtensions) from 2.40.3 to 3.1.0.
- [Release notes](https://github.com/vkhorikov/CSharpFunctionalExtensions/releases)
- [Commits](vkhorikov/CSharpFunctionalExtensions@v2.40.3...v3.1.0)

---
updated-dependencies:
- dependency-name: CSharpFunctionalExtensions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 30, 2024
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants