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

build(deps): bump the weather_test_minor_updates group in /weather-test with 7 updates #226

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the weather_test_minor_updates group in /weather-test with 7 updates:

Package From To
AWSSDK.DynamoDBv2 3.7.404.11 3.7.405.13
libphonenumber-csharp 8.13.52 8.13.54
Microsoft.EntityFrameworkCore 8.0.11 8.0.12
NewRelic.Agent 10.34.1 10.35.0
coverlet.collector 6.0.3 6.0.4
Microsoft.AspNetCore.TestHost 8.0.11 8.0.12
xunit 2.9.2 2.9.3

Updates AWSSDK.DynamoDBv2 from 3.7.404.11 to 3.7.405.13

Commits

Updates libphonenumber-csharp from 8.13.52 to 8.13.54

Commits
  • 3179a3a feat: automatic upgrade to v8.13.54
  • d2ce450 Merge pull request #283 from twcclegg/dependabot/github_actions/codecov/codec...
  • b71e41a build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1
  • 3b86156 Restore java check
  • 86f2ada feat: automatic upgrade to v8.13.53
  • d8a42b2 Disable java check temporarily
  • f469273 Merge pull request #281 from twcclegg/dependabot/nuget/csharp/PhoneNumbers.Ex...
  • e87e03a Merge pull request #282 from twcclegg/dependabot/nuget/csharp/PhoneNumbers.Te...
  • a12b349 build(deps): bump coverlet.collector
  • 2cef151 build(deps): bump coverlet.collector
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore from 8.0.11 to 8.0.12

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

.NET 8.0.12

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.11...v8.0.12

Commits
  • 1019637 Merged PR 44727: [internal/release/8.0] Update dependencies from dnceng/inter...
  • df84042 Merge commit 'b111d2a29afbfb7b15111ec510a0ac9212560869'
  • b111d2a Merge pull request #35081
  • e99d7c7 Merge commit '5d020e763f00511c102f94fdf5bf525512d7daaf' into internal-merge-8...
  • 6449ac2 Merge commit 'e63ad4a76d2949d6f775da1dcafc736065c036ef'
  • e63ad4a Merge branch 'release/8.0-staging' => 'release/8.0' (#35077)
  • 714de58 Merge branch 'release/8.0' into release/8.0-staging (#35055)
  • 7e40e04 Merge branch 'release/8.0' into release-8.0-staging
  • 8943288 Merge commit 'c12cf80baa31de4728c26ac536d75fc728de3b65'
  • c12cf80 Update branding to 8.0.12 (#35048)
  • Additional commits viewable in compare view

Updates NewRelic.Agent from 10.34.1 to 10.35.0

Release notes

Sourced from NewRelic.Agent's releases.

v10.35.0

10.35.0 (2025-01-21)

New features

  • Enable DynamoDB entity relationships (#2923) (f70b64a)
  • Instrument Lambda invocations in AWS SDK (#2901) (3b655e4)
  • Use SocketsHttpHandler to configure HttpClient in .NET 6+. (#2931) (eb3afda)

Fixes

  • Console logging is inconsistent between Agent and Profiler (#2955) (7c42b33)
  • Incorrect string comparison in the profiler caused constructor instrumentation to fail on Linux (#2912) (49a71c5)
  • Refactoring to reduce the likelihood of a deadlock in HttpClient.SendAsync(). (#2931) (eb3afda)
Commits
  • f622a40 chore(main): release 10.35.0 (#2919)
  • 0ea3cee test: Integration test regex updates (#2958)
  • b8e8b2d chore: Add copilot-instructions.md (#2957)
  • 6235023 test: Dotty instrumentation library updates for 2025-Jan-15 (#2951)
  • 7c42b33 fix: Console logging is inconsistent between Agent and Profiler (#2955)
  • ee0dd2b chore: Update Home project dependencies (#2954)
  • f70b64a feat: Enable DynamoDB entity relationships (#2923)
  • c55e43c ci: Update unit tests workflow to run on push to main (#2953)
  • 3b655e4 feat: Instrument Lambda invocations in AWS SDK (#2901)
  • bd249b9 ci: Move init container release from lambda to GHA (#2932)
  • Additional commits viewable in compare view

Updates coverlet.collector from 6.0.3 to 6.0.4

Release notes

Sourced from coverlet.collector's releases.

v6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #1726

Diff between 6.0.3 and 6.0.4

Commits

Updates Microsoft.AspNetCore.TestHost from 8.0.11 to 8.0.12

Release notes

Sourced from Microsoft.AspNetCore.TestHost's releases.

.NET 8.0.12

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12

Commits
  • 31d685b Merged PR 45643: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 6b7b74f Merged PR 45638: [internal/release/8.0] Update dependencies from dnceng/inter...
  • e356c37 Merge commit 'dc3b2086feef8e62771254fdfded9d9d8a05346f'
  • dc3b208 [release/8.0] (deps): Bump src/submodules/googletest (#59033)
  • 91fea27 Merge commit '216a41a1dc4940e9d83a761bb0f9c44545d03c44'
  • 216a41a [release/8.0] Update dependencies from dotnet/roslyn (#59184)
  • 2cea8a7 Merge commit 'b8a8e7281e9d8e7e1cfd15c0412906cf7eaecbf8'
  • b8a8e72 Fix java discovery in helix-matrix (#59181)
  • 0332d22 Merge commit 'd86a0b487871fa1a1f800557dfb7102164b772fc'
  • d86a0b4 Update dependencies from https://github.com/dotnet/arcade build 20241112.12 (...
  • Additional commits viewable in compare view

Updates xunit from 2.9.2 to 2.9.3

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the weather_test_minor_updates group in /weather-test with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) | `3.7.404.11` | `3.7.405.13` |
| [libphonenumber-csharp](https://github.com/twcclegg/libphonenumber-csharp) | `8.13.52` | `8.13.54` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.11` | `8.0.12` |
| [NewRelic.Agent](https://github.com/newrelic/newrelic-dotnet-agent) | `10.34.1` | `10.35.0` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.3` | `6.0.4` |
| [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) | `8.0.11` | `8.0.12` |
| [xunit](https://github.com/xunit/xunit) | `2.9.2` | `2.9.3` |


Updates `AWSSDK.DynamoDBv2` from 3.7.404.11 to 3.7.405.13
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `libphonenumber-csharp` from 8.13.52 to 8.13.54
- [Release notes](https://github.com/twcclegg/libphonenumber-csharp/releases)
- [Commits](twcclegg/libphonenumber-csharp@v8.13.52...v8.13.54)

Updates `Microsoft.EntityFrameworkCore` from 8.0.11 to 8.0.12
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.11...v8.0.12)

Updates `NewRelic.Agent` from 10.34.1 to 10.35.0
- [Release notes](https://github.com/newrelic/newrelic-dotnet-agent/releases)
- [Commits](newrelic/newrelic-dotnet-agent@v10.34.1...v10.35.0)

Updates `coverlet.collector` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4)

Updates `Microsoft.AspNetCore.TestHost` from 8.0.11 to 8.0.12
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.11...v8.0.12)

Updates `xunit` from 2.9.2 to 2.9.3
- [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3)

---
updated-dependencies:
- dependency-name: AWSSDK.DynamoDBv2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weather_test_minor_updates
- dependency-name: libphonenumber-csharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weather_test_minor_updates
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weather_test_minor_updates
- dependency-name: NewRelic.Agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: weather_test_minor_updates
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weather_test_minor_updates
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weather_test_minor_updates
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weather_test_minor_updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 1, 2025
@github-actions github-actions bot enabled auto-merge (squash) February 1, 2025 18:08
Copy link

sonarqubecloud bot commented Feb 1, 2025

@github-actions github-actions bot merged commit caf496d into main Feb 1, 2025
8 checks passed
@github-actions github-actions bot deleted the dependabot/nuget/weather-test/weather_test_minor_updates-d30f959791 branch February 1, 2025 18:11
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.

0 participants