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 XunitXml.TestLogger from 3.0.66 to 3.1.20 in /Source #302

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2024

Bumps XunitXml.TestLogger from 3.0.66 to 3.1.20.

Release notes

Sourced from XunitXml.TestLogger's releases.

v3.1.20

Nuget release: https://www.nuget.org/packages/XunitXml.TestLogger/3.1.20

v3.1.17

  • Fix for reporting nested test classes. See #48 and spekt/testlogger#41. Thanks @​pageyboy.
  • Update core testlogger to 3.1.138.
  • Infra: fix build when repo is cloned in path with whitespace.

v3.1.11

  • Update core testlogger to 3.1.130.
  • Fix for illegal xml characters in various names. See spekt/testlogger#37
  • Use DisplayName for method names. See spekt/xunit.testlogger#46
  • Various infra fixes: move to net7.0, add github CI and remove appveyor.

v3.0.78

  • Update core testlogger to 3.0.86 for xunit test adapter
  • Fix: Explicit tests should be marked as Skipped. See spekt/nunit.testlogger#86
  • Replace Test Case name parser Possible Breaking Change

v3.0.70

https://github.com/spekt/xunit.testlogger/blob/master/CHANGELOG.md#v3070---20211101

Changelog

Sourced from XunitXml.TestLogger's changelog.

v3.1.20 - 2024/02/10

v3.1.17 - 2023/09/17

  • Fix for reporting nested test classes. See #48 and spekt/testlogger#41. Thanks @​pageyboy.
  • Update core testlogger to 3.1.138.
  • Infra: fix build when repo is cloned in path with whitespace.

v3.1.11 - 2023/07/06

  • Update core testlogger to 3.1.130.
  • Fix for illegal xml characters in various names. See spekt/testlogger#37
  • Use DisplayName for method names. See spekt/xunit.testlogger#46
  • Various infra fixes: move to net7.0, add github CI and remove appveyor.

v3.0.78 - 2023/01/30

  • Update core testlogger to 3.0.86 for xunit test adapter
  • Fix: Explicit tests should be marked as Skipped. See spekt/nunit.testlogger#86
  • Replace Test Case name parser Possible Breaking Change

v3.0.70 - 2021/11/01

Commits
  • 298f1a9 chore: prep for v3.1.20 release
  • d5babee fix: exclude test logger assemblies from code coverage. (#52)
  • 0217749 chore: prep for release v3.1.17
  • ee6ba37 fix: report nested test classes correctly. See #48. (#50)
  • a53ca13 fix: acceptance tests should build and run when repo path has whitespace (#49)
  • 4a2cf7c chore: update release notes for v3.1.11
  • e049c29 chore: update dependencies for test frameworks and logger. (#47)
  • af4a7f8 Illegal xml char (#46)
  • 32dfaa8 fix: publish package
  • 0637345 chore: remove duplicate package ref for acceptance test. (#45)
  • 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 .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 3, 2024
@mergify mergify bot added the Build label May 3, 2024
@AdmiringWorm AdmiringWorm added this to the 2.0.0 milestone May 4, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/Source/XunitXml.TestLogger-3.1.20 branch 2 times, most recently from 0d55f22 to 735881e Compare May 4, 2024 17:58
@AdmiringWorm AdmiringWorm enabled auto-merge May 4, 2024 18:40
@AdmiringWorm
Copy link
Member

@dependabot rebase

Bumps [XunitXml.TestLogger](https://github.com/spekt/xunit.testlogger) from 3.0.66 to 3.1.20.
- [Release notes](https://github.com/spekt/xunit.testlogger/releases)
- [Changelog](https://github.com/spekt/xunit.testlogger/blob/master/CHANGELOG.md)
- [Commits](spekt/xunit.testlogger@v3.0.66...v3.1.20)

---
updated-dependencies:
- dependency-name: XunitXml.TestLogger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Source/XunitXml.TestLogger-3.1.20 branch from 735881e to b079def Compare May 4, 2024 18:42
@AdmiringWorm AdmiringWorm merged commit 74bd617 into develop May 4, 2024
4 checks passed
@AdmiringWorm AdmiringWorm deleted the dependabot/nuget/Source/XunitXml.TestLogger-3.1.20 branch May 4, 2024 18:48
Copy link
Contributor

mergify bot commented May 4, 2024

Thank you for your contribution, if you haven't already then feel free to add yourself as a contributors through the all-contributors bot. See https://allcontributors.org/docs/en/bot/usage for more information.

@cake-contrib-bot
Copy link

🎉 This issue has been resolved in version 2.0.0 🎉

The release can be downloaded from:

Your friendly GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build 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.

2 participants