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.37.0 to 3.1.0 #87

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps CSharpFunctionalExtensions from 2.37.0 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

v2.40.3

New features:

  • #520 Add two additional TapIf.Task functions

Fixed issues:

  • None

... (truncated)

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/CSharpFunctionalExtensions-3.1.0 branch 2 times, most recently from ae665a6 to 849e396 Compare October 11, 2024 23:39
Copy link
Contributor

@KyleMcMaster KyleMcMaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Holding this PR for v3.1 of this library

Bumps [CSharpFunctionalExtensions](https://github.com/vkhorikov/CSharpFunctionalExtensions) from 2.37.0 to 3.1.0.
- [Release notes](https://github.com/vkhorikov/CSharpFunctionalExtensions/releases)
- [Commits](vkhorikov/CSharpFunctionalExtensions@v2.37.0...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 force-pushed the dependabot/nuget/CSharpFunctionalExtensions-3.1.0 branch from 849e396 to 589524d Compare October 17, 2024 01:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2024

Superseded by #90.

@dependabot dependabot bot closed this Dec 1, 2024
@dependabot dependabot bot deleted the dependabot/nuget/CSharpFunctionalExtensions-3.1.0 branch December 1, 2024 09:33
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant