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 BBT.Maybe from 2.0.0 to 3.1.0 in /src #47

Merged
merged 1 commit into from
Nov 2, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 22, 2020

Bumps BBT.Maybe from 2.0.0 to 3.1.0.

Release notes

Sourced from BBT.Maybe's releases.

3.1.0

As part of this release we had 3 issues closed.

Improvement

Bug

Documentation

3.0.0

As part of this release we had 6 issues closed.

Breaking changes

Improvement

Documentation

3.0.0-beta.1

As part of this release we had 6 issues closed.

Breaking changes

Improvement

Documentation

... (truncated)
Commits
  • f14f713 Merge branch 'release/3.1.0'
  • 9cc30b4 (GH-85) Update projectUrl to website
  • 5ac114a Update release notes link
  • 005393c Merge pull request #83 from stefan-lindegger/feature/GH-81
  • 753255d (GH-81) fixed issue with deserialization of MaybeStruct none case.
  • f94569e Merge pull request #84 from stefan-lindegger/feature/GH-78
  • 202c03c (GH-78) Method overloads without arguments for methods ValueOrException added.
  • 1216c60 Merge pull request #82 from bbtsoftware/dependabot/nuget/src/Microsoft.CodeAn...
  • aa46d6d Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 2.9.8 to 3.0.0 in /src
  • e522491 Merge pull request #80 from bbtsoftware/dependabot/nuget/src/Microsoft.NET.Te...
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 22, 2020
@codecov
Copy link

codecov bot commented May 22, 2020

Codecov Report

Merging #47 into release/1.0.0 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##           release/1.0.0      #47   +/-   ##
==============================================
  Coverage          79.55%   79.55%           
==============================================
  Files                105      105           
  Lines               1956     1956           
  Branches             142      142           
==============================================
  Hits                1556     1556           
  Misses               339      339           
  Partials              61       61           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 314ddb3...5f03c6f. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/src/BBT.Maybe-3.1.0 branch 3 times, most recently from fbb837d to 47f7be1 Compare May 22, 2020 15:09
Copy link
Member

@christianbumann christianbumann left a comment

Choose a reason for hiding this comment

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

LGTM

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/src/BBT.Maybe-3.1.0 branch from 47f7be1 to 5499623 Compare June 2, 2020 19:06
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/src/BBT.Maybe-3.1.0 branch from 5499623 to d69fb08 Compare June 17, 2020 20:18
Copy link
Collaborator

@pascalberger pascalberger left a comment

Choose a reason for hiding this comment

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

This should go into release branch not develop

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/src/BBT.Maybe-3.1.0 branch 2 times, most recently from 0fc4699 to 29ee5a3 Compare June 24, 2020 18:45
@dependabot-preview
Copy link
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

@pascalberger pascalberger changed the base branch from develop to release/1.0.0 November 2, 2020 12:46
@pascalberger pascalberger requested review from a team as code owners November 2, 2020 12:46
@pascalberger pascalberger force-pushed the dependabot/nuget/src/BBT.Maybe-3.1.0 branch from 29ee5a3 to 5f03c6f Compare November 2, 2020 12:47
@pascalberger pascalberger merged commit 34049bb into release/1.0.0 Nov 2, 2020
@pascalberger pascalberger deleted the dependabot/nuget/src/BBT.Maybe-3.1.0 branch November 2, 2020 12:51
@pascalberger pascalberger added Breaking Change and removed dependencies Pull requests that update a dependency file labels Nov 2, 2020
@pascalberger pascalberger added this to the 1.0.0 milestone Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants