Skip to content

Updates package versions#53

Merged
jldsilva merged 1 commit into
developmentfrom
Update-Nuget-Packages
Oct 14, 2025
Merged

Updates package versions#53
jldsilva merged 1 commit into
developmentfrom
Update-Nuget-Packages

Conversation

@jldsilva

@jldsilva jldsilva commented Oct 14, 2025

Copy link
Copy Markdown
Owner

Bumps package versions in Directory.Packages.props to address
potential security vulnerabilities and incorporate the latest
features and bug fixes.

Specifically, updates Microsoft-related packages to version 9.0.10,
EFCore.BulkExtensions packages to 9.0.2, Scalar.AspNetCore to 2.9.0,
MSTest packages to 4.0.1.

Summary by CodeRabbit

  • Novidades

    • Nenhuma.
  • Correções de Bugs

    • Nenhuma.
  • Testes

    • Atualização do MSTest (SDK, Analyzers, Adapter e Framework) para versões 4.0.1/2.0.1, tornando a execução de testes mais estável e consistente em todos os módulos.
  • Chores

    • Atualização ampla de dependências para versões 9.0.10/9.0.2/2.9.0, incluindo componentes de ASP.NET, EF Core, autenticação JWT, OpenAPI e utilitários do .NET. Usuários se beneficiam de melhorias de estabilidade, compatibilidade e pequenas otimizações de desempenho.

Bumps package versions in Directory.Packages.props to address
potential security vulnerabilities and incorporate the latest
features and bug fixes.

Specifically, updates Microsoft-related packages to version 9.0.10,
EFCore.BulkExtensions packages to 9.0.2, Scalar.AspNetCore to 2.9.0,
MSTest packages to 4.0.1.
@jldsilva jldsilva self-assigned this Oct 14, 2025
@jldsilva jldsilva added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Oct 14, 2025
@coderabbitai

coderabbitai Bot commented Oct 14, 2025

Copy link
Copy Markdown

Walkthrough

Atualização de versões de dependências centralizadas em Directory.Packages.props e bump homogêneo do MSTest.Sdk (4.0.0 → 4.0.1) em múltiplos projetos de testes. Não há alterações de código-fonte, controle de fluxo ou lógica interna.

Changes

Cohort / File(s) Resumo das mudanças
Gerenciamento central de pacotes
Directory.Packages.props
Bumps de versões: EFCore.BulkExtensions (9.0.1→9.0.2), Microsoft.AspNetCore.Authentication.JwtBearer (9.0.9→9.0.10), família EF Core e Microsoft.Extensions.* (9.0.9→9.0.10), Scalar.AspNetCore (2.8.10→2.9.0), Microsoft.AspNetCore.Mvc.Testing (9.0.9→9.0.10), System.CodeDom (9.0.9→9.0.10), MSTest.* (2.0.0/4.0.0→2.0.1/4.0.1).
Projetos de teste — MSTest.Sdk bump
InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj, InvoiceReminder.Application.UnitTests/InvoiceReminder.Application.UnitTests.csproj, InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj, InvoiceReminder.DomainEntities.UnitTests/InvoiceReminder.DomainEntities.UnitTests.csproj, InvoiceReminder.ExternalServices.UnitTests/InvoiceReminder.ExternalServices.UnitTests.csproj, InvoiceReminder.Infrastructure.UnitTests/InvoiceReminder.Infrastructure.UnitTests.csproj, InvoiceReminder.JobScheduler.UnitTests/InvoiceReminder.JobScheduler.UnitTests.csproj
Atualização de MSTest.Sdk de 4.0.0 para 4.0.1; nenhuma outra alteração de configuração.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

Coelho revisando, pulinho sutil,
pacotes alinhados no canteiro febril.
Versões sobem, nada de alarde,
testes sorriem, build segue à tarde.
Tic-tac da CI, hop! tudo gentil. 🐇✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed O título resume de forma concisa e clara a principal alteração do pull request, que é a atualização das versões de pacotes, refletindo fielmente o escopo das mudanças sem incluir ruído desnecessário.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch Update-Nuget-Packages

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7c57d41 and 8917f8c.

📒 Files selected for processing (8)
  • Directory.Packages.props (2 hunks)
  • InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj (1 hunks)
  • InvoiceReminder.Application.UnitTests/InvoiceReminder.Application.UnitTests.csproj (1 hunks)
  • InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj (1 hunks)
  • InvoiceReminder.DomainEntities.UnitTests/InvoiceReminder.DomainEntities.UnitTests.csproj (1 hunks)
  • InvoiceReminder.ExternalServices.UnitTests/InvoiceReminder.ExternalServices.UnitTests.csproj (1 hunks)
  • InvoiceReminder.Infrastructure.UnitTests/InvoiceReminder.Infrastructure.UnitTests.csproj (1 hunks)
  • InvoiceReminder.JobScheduler.UnitTests/InvoiceReminder.JobScheduler.UnitTests.csproj (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Analyze (csharp)
🔇 Additional comments (2)
InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj (1)

1-1: Atualização do MSTest.Sdk aprovada!

A atualização para a versão 4.0.1 está consistente com os demais projetos de teste no PR e traz correções de bugs e melhorias menores.

Directory.Packages.props (1)

10-64: Atualizações de pacotes aprovadas

Nenhuma vulnerabilidade conhecida encontrada nas versões atualizadas.
Execute a suíte de testes para confirmar compatibilidade.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@jldsilva jldsilva merged commit b179e32 into development Oct 14, 2025
4 checks passed
@jldsilva jldsilva deleted the Update-Nuget-Packages branch October 14, 2025 23:04
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant