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 dependencies #211

Merged
merged 1 commit into from
Jun 10, 2023
Merged

Bump dependencies #211

merged 1 commit into from
Jun 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 23, 2023

Mend Renovate

This PR contains the following updates:

Package Manager Type Update Change
Microsoft.NET.Test.Sdk nuget nuget patch 17.6.0 -> 17.6.2
actions/checkout github-actions action patch v3.5.2 -> v3.5.3
docker/login-action github-actions action minor v2.1.0 -> v2.2.0
docker/setup-buildx-action github-actions action minor v2.5.0 -> v2.6.0
libssl1.1 regex run patch 1.1.1f-1ubuntu2.18 -> 1.1.1f-1ubuntu2.19
mikepenz/action-junit-report github-actions action patch v3.7.6 -> v3.7.7

Release Notes

microsoft/vstest

v17.6.2

Fixes

This patch addresses the problems that were introduced in 17.6.0 that happen when running on AzDo with the default test.dll filter, which includes additional TestPlatform dlls into the run and fails it.

To mitigate this issue we solved the bug in 17.6.1, and added additional exclusions for known assemblies that are coming from TestPlatform and commonly used test adapters, to avoid trying to run tests from those assemblies.

Description and workarounds for this issue are available here: https://github.com/microsoft/vstest/issues/4516

Full Changelog: microsoft/vstest@v17.6.1...v17.6.2

v17.6.1

Issues Fixed

This is a tiny patch to fixup few latest issues,

Internal updates:

Full Changelog: microsoft/vstest@v17.6.0...v17.6.1

Artifacts
  • TestPlatform vsix: 17.6.1
  • Microsoft.TestPlatform.ObjectModel : 17.6.1
actions/checkout

v3.5.3

Compare Source

docker/login-action

v2.2.0

Compare Source

What's Changed

Full Changelog: docker/login-action@v2.1.0...v2.2.0

docker/setup-buildx-action

v2.6.0

Compare Source

What's Changed

Full Changelog: docker/setup-buildx-action@v2.5.0...v2.6.0

mikepenz/action-junit-report

v3.7.7

Compare Source

🚀 Features

  • Offer configuration require_passed_tests

💬 Other

📦 Dependencies


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from gitfool as a code owner May 23, 2023 17:40
@renovate renovate bot added the dependencies Changes that only affect dependencies label May 23, 2023
@github-actions
Copy link

github-actions bot commented May 23, 2023

coverage

File Coverage Lines Branches
All files 1% 0% 1%
BoardGameGeek.Dungeon.AsyncCommandBase`1 0% 0% 100%
BoardGameGeek.Dungeon.Authenticator 0% 0% 0%
BoardGameGeek.Dungeon.CommandBase`1 0% 0% 100%
BoardGameGeek.Dungeon.ConfigCommand 0% 0% 0%
BoardGameGeek.Dungeon.ConfigCommand 0% 0% 100%
BoardGameGeek.Dungeon.Converters.CookieConverter 0% 0% 100%
BoardGameGeek.Dungeon.Extensions.Utf8JsonReaderExtensions 0% 0% 0%
BoardGameGeek.Dungeon.Extensions.Utf8JsonWriterExtensions 0% 0% 0%
BoardGameGeek.Dungeon.GetPlaysCommand 0% 0% 0%
BoardGameGeek.Dungeon.GetPlaysCommand 0% 0% 100%
BoardGameGeek.Dungeon.GetStatsCommand 0% 0% 0%
BoardGameGeek.Dungeon.GetStatsCommand 0% 0% 100%
BoardGameGeek.Dungeon.HostBuilderExtensions 0% 0% 0%
BoardGameGeek.Dungeon.HostTypeRegistrar 0% 0% 0%
BoardGameGeek.Dungeon.HostTypeResolver 0% 0% 0%
BoardGameGeek.Dungeon.LoginCommand 0% 0% 100%
BoardGameGeek.Dungeon.LoginCommand 0% 0% 100%
BoardGameGeek.Dungeon.LogPlayCommand 0% 0% 0%
BoardGameGeek.Dungeon.LogPlayCommand 0% 0% 0%
BoardGameGeek.Dungeon.Models.Collection 0% 0% 100%
BoardGameGeek.Dungeon.Models.Game 56% 29% 83%
BoardGameGeek.Dungeon.Models.Play 30% 11% 50%
BoardGameGeek.Dungeon.Models.Player 0% 0% 100%
BoardGameGeek.Dungeon.Models.Stats 0% 0% 100%
BoardGameGeek.Dungeon.Models.Summary 0% 0% 100%
BoardGameGeek.Dungeon.Models.Thing 0% 0% 100%
BoardGameGeek.Dungeon.Models.ThingLink 0% 0% 100%
BoardGameGeek.Dungeon.Processor 0% 0% 0%
BoardGameGeek.Dungeon.Program 0% 0% 100%
BoardGameGeek.Dungeon.Recorder 0% 0% 100%
BoardGameGeek.Dungeon.Renderer 0% 0% 0%
BoardGameGeek.Dungeon.Services.BggService 0% 0% 0%
BoardGameGeek.Dungeon.Services.CollectionItem 0% 0% 100%
BoardGameGeek.Dungeon.Services.CollectionItems 0% 0% 100%
BoardGameGeek.Dungeon.Services.CollectionItemStatus 0% 0% 0%
BoardGameGeek.Dungeon.Services.PlayItem 0% 0% 100%
BoardGameGeek.Dungeon.Services.PlayItems 0% 0% 100%
BoardGameGeek.Dungeon.Services.PlayItemStringValue 0% 0% 100%
BoardGameGeek.Dungeon.Services.PlayPlayer 0% 0% 100%
BoardGameGeek.Dungeon.Services.ThingItem 0% 0% 100%
BoardGameGeek.Dungeon.Services.ThingItemIntegerValue 0% 0% 100%
BoardGameGeek.Dungeon.Services.ThingItemLink 0% 0% 100%
BoardGameGeek.Dungeon.Services.ThingItemName 0% 0% 100%
BoardGameGeek.Dungeon.Services.ThingItems 0% 0% 100%
BoardGameGeek.Dungeon.Services.UserPlays 0% 0% 100%
BoardGameGeek.Dungeon.SourceContextUqnEnricher 0% 0% 0%
BoardGameGeek.Dungeon.AssemblyExtensions 0% 0% 0%
BoardGameGeek.Dungeon.ConfigExtensions 0% 0% 100%
BoardGameGeek.Dungeon.ConfigTypeInspector 0% 0% 100%
BoardGameGeek.Dungeon.ExpressionHelpers 0% 0% 0%
BoardGameGeek.Dungeon.ObjectExtensions 0% 0% 0%
BoardGameGeek.Dungeon.StringExtensions 0% 0% 0%
BoardGameGeek.Dungeon.ValidationExtensions 0% 0% 0%
BoardGameGeek.Dungeon.ValidationLanguageManager 0% 0% 100%

Minimum allowed coverage is 80%

Generated by 🐒 cobertura-action against 9a544ee

@renovate renovate bot changed the title Bump mikepenz/action-junit-report action to v3.7.7 Bump dependencies May 30, 2023
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from d14cf08 to 4388bde Compare June 6, 2023 16:56
@gitfool gitfool merged commit 7191812 into main Jun 10, 2023
3 checks passed
@gitfool gitfool deleted the renovate/minor branch June 10, 2023 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that only affect dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant