Skip to content

Bump Serilog from 2.8.0 to 2.9.0 #68

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

Merged
merged 1 commit into from
Nov 13, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps Serilog from 2.8.0 to 2.9.0.

Release notes

Sourced from Serilog's releases.

v2.9.0

Commits
  • 655778f Merge pull request #1369 from serilog/dev
  • 2b13493 Merge pull request #1366 from martinh2011/fix-custom-format-strings
  • 3bb9e24 fix format strings with '+' not parsed correctly.
  • ffcdba4 add unit test for #1353
  • 5c127cb Merge pull request #1357 from rob-earwaker/docs/default-destructuring-depth
  • 0494601 Update summary of ToMaximumDepth method
  • 1975e65 Add test for default maximum destructuring depth
  • f4c8798 INFLUENCES.md (#1348)
  • 53aafc0 Merge pull request #1342 from WeihanLi/dev
  • d5c75fe remove unnecessary System.Collections.NonGeneric dependency for netstandard2.0
  • 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 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)
  • 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 Oct 14, 2019
@Danthar Danthar merged commit 24b1c23 into dev Nov 13, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Serilog-2.9.0 branch November 13, 2019 18:11
Danthar added a commit that referenced this pull request Feb 5, 2020
* Upgrade build system to fix CI (#66)

  *  Targets net462 for all projects
  *  Adds build-system template which contains yaml files for azure devops builds
  *  Updates build.fsx to fix some bugs and tweak some stuff

* Bump FluentAssertions from 5.3.0 to 5.9.0 (#60)

Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.3.0 to 5.9.0.
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Commits](fluentassertions/fluentassertions@5.3.0...5.9.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump Akka.TestKit.Xunit2 from 1.3.9 to 1.3.15

Bumps [Akka.TestKit.Xunit2](https://github.com/akkadotnet/akka.net) from 1.3.9 to 1.3.15.
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/1.3.15/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@v1.3.9...1.3.15)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump Serilog from 2.7.1 to 2.8.0

Bumps [Serilog](https://github.com/serilog/serilog) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/serilog/serilog/releases)
- [Changelog](https://github.com/serilog/serilog/blob/dev/CHANGES.md)
- [Commits](serilog/serilog@v2.7.1...v2.8.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump Akka from 1.3.9 to 1.3.15

Bumps [Akka](https://github.com/akkadotnet/akka.net) from 1.3.9 to 1.3.15.
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/1.3.15/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@v1.3.9...1.3.15)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Update RELEASE_NOTES.md

* Update common.props

* Update RELEASE_NOTES.md

* Bump Serilog from 2.8.0 to 2.9.0 (#68)

Bumps [Serilog](https://github.com/serilog/serilog) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/serilog/serilog/releases)
- [Changelog](https://github.com/serilog/serilog/blob/dev/CHANGES.md)
- [Commits](serilog/serilog@v2.8.0...v2.9.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Update RELEASE_NOTES.md

* Bump Akka.TestKit.Xunit2 from 1.3.15 to 1.3.16 (#72)

Bumps [Akka.TestKit.Xunit2](https://github.com/akkadotnet/akka.net) from 1.3.15 to 1.3.16.
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/1.3.16/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.3.15...1.3.16)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump Akka from 1.3.15 to 1.3.16 (#73)

Bumps [Akka](https://github.com/akkadotnet/akka.net) from 1.3.15 to 1.3.16.
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/1.3.16/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.3.15...1.3.16)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump Akka from 1.3.16 to 1.3.17 (#75)

* Bump Akka.TestKit.Xunit2 from 1.3.16 to 1.3.17 (#74)

* Bump FluentAssertions from 5.9.0 to 5.10.0 (#77)

Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Commits](fluentassertions/fluentassertions@5.9.0...5.10.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Fix issue where ActorPath is used as SourceContext rather than ClassName as is normal in Serilog (#79)

In Serilog the SourceContext property is Class.FullName. Features like minimum overrides work with this expectation.

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Chris Barker <[email protected]>
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