Skip to content

build: Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.5.1#40

Merged
lucasidev merged 1 commit intomainfrom
dependabot/nuget/backend/Microsoft.NET.Test.Sdk-18.5.1
May 1, 2026
Merged

build: Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.5.1#40
lucasidev merged 1 commit intomainfrom
dependabot/nuget/backend/Microsoft.NET.Test.Sdk-18.5.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.5.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

18.3.0

What's Changed

Internal fixes and updates

New Contributors

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

Commits viewable in compare view.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 30, 2026

Labels

The following labels could not be found: backend, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

lucasidev added a commit that referenced this pull request May 1, 2026
Dependabot genera PR titles con la primera letra del subject capitalizada
(ej. "Bump the backend-minor-patch group with 8 updates"), lo cual rompe
nuestro subjectPattern `^(?![A-Z]).+$` de pr-title.yml. Falsos negativos
en los 3 backend Dependabot PRs (#39, #40, #41) lo evidenciaron.

Los commits internos de Dependabot SÍ siguen Conventional Commits
("build(deps): bump foo from X to Y"), así que pasan commits.yml y
alimentan changelog.yml correctamente. Sólo el PR title display difiere.

Skipear el actor dependabot[bot] mantiene la regla estricta para PRs
humanas (donde el title se vuelve commit en Squash y queremos que sea
CC válido) y evita el falso negativo en bots.
@lucasidev
Copy link
Copy Markdown
Owner

@dependabot rebase

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.5.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/backend/Microsoft.NET.Test.Sdk-18.5.1 branch from f5a46c6 to 64371bf Compare May 1, 2026 03:45
lucasidev added a commit that referenced this pull request May 1, 2026
PR #43 intentó skipear pr-title.yml para Dependabot usando
`github.actor != 'dependabot[bot]'`. No funcionó: en re-runs
(via @dependabot rebase comment), github.actor parece quedar con
el initiator del comment, no con el bot. Los runs de #39, #40, #41
siguieron fallando incluso después del rebase.

Fix: chequear `github.event.pull_request.user.login` que es el
creador del PR, invariante a re-runs/rebases. Para Dependabot PRs
ese campo siempre es 'dependabot[bot]'.

Verificable en logs de PR #40 run 25201147028: el job ejecutó (no
se skipeó), confirmando que la condición github.actor evaluó a true.
@lucasidev
Copy link
Copy Markdown
Owner

@dependabot rebase

@lucasidev lucasidev merged commit 771c71f into main May 1, 2026
8 checks passed
@lucasidev lucasidev deleted the dependabot/nuget/backend/Microsoft.NET.Test.Sdk-18.5.1 branch May 1, 2026 03:51
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 1, 2026

Oh no! Something went wrong on our end. Please try again later.

If the problem persists, please contact GitHub support for assistance 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant