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

chore(deps): bump the nuget-agent group across 1 directory with 3 updates #2786

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the nuget-agent group with 3 updates in the /build directory: NewRelic.Agent.Api, Serilog and YamlDotNet.

Updates NewRelic.Agent.Api from 10.30.0 to 10.31.0

Release notes

Sourced from NewRelic.Agent.Api's releases.

v10.31.0

10.31.0 (2024-09-25)

New features

  • Add support for the EnyimMemcachedCore client. (#2781) (52bdc11)
  • Allow container linking for AWS ECS applications. (#2683) (d55567f)
  • Parse Azure Function HttpTrigger parameters (#2776) (7e8c28b)

Fixes

  • Prevent FileNotFoundException when handling connection issues while instrumenting .NET Framework apps. (#2750) (#2751) (cebd287)
Commits
  • f279c86 chore(main): release 10.31.0 (#2772)
  • 52bdc11 feat: Add support for the EnyimMemcachedCore client. (#2781)
  • f032a9c chore(deps): bump Google.Protobuf from 3.28.1 to 3.28.2 in /src/Agent/NewReli...
  • 7e8c28b feat: Parse Azure Function HttpTrigger parameters (#2776)
  • e545c43 chore(deps): bump the nuget-tests group across 1 directory with 3 updates (#2...
  • e2cccc3 chore(deps): bump YamlDotNet from 16.1.0 to 16.1.2 in /build in the nuget-age...
  • bac341d chore(deps): bump the github-actions group across 1 directory with 2 updates ...
  • da570e6 chore: Dotty / Dependabot updates (#2777)
  • d55567f feat: Allow container linking for AWS ECS applications. (#2683)
  • 80cf9ef chore: Update latest tested versions of core tech, week of 2024-09-16 (#2771)
  • Additional commits viewable in compare view

Updates Serilog from 4.0.1 to 4.0.2

Release notes

Sourced from Serilog's releases.

v4.0.2

Commits
  • 4c9a312 Merge pull request #2118 from serilog/dev
  • 7b85d53 Update publishing key
  • 3aa295b Properly synchronize use of InMemoryBatchedSink fields (attempting to fix fla...
  • 6e5a82c Tighten up the test to ensure we don't add IAsyncDisposable to the test stub
  • b5085aa Fall back to IDisposable in Log.CloseAndFlushAsync() when the target logger i...
  • 68881e1 Don't capture properties with private get accessors
  • 3f6d855 Optimize ReusableStringWriter.Write/WriteLine(ReadOnlySpan<char>) methods
  • 9f6b814 Added test for timestamp formatting
  • 64fccfa Removed boxing and string allocations in DateTimeOffset/DateTime serializatio...
  • 8c82a50 Remove junk file (#2095)
  • Additional commits viewable in compare view

Updates YamlDotNet from 16.1.2 to 16.1.3

Release notes

Sourced from YamlDotNet's releases.

Release 16.1.3

What's Changed

Full Changelog: aaubry/YamlDotNet@v16.1.2...v16.1.3

Commits
  • 7923dd8 Merge pull request #985 from EdwardCooke/ec-fixes
  • 6fa502a Fixed unit test for empty string enummember value
  • 1391f0d Merge branch 'master' of github.com:aaubry/YamlDotNet into ec-fixes
  • c664e43 Merge pull request #979 from lahma/update-test-libs
  • 875a4cd Merge pull request #980 from lahma/collection-expressions
  • 532f128 Remove sealed and make protected the TypeInspectors
  • d622f05 Respect empty string enummember values
  • 27c995c Remove sealed from DefaultObjectFactory
  • b6749af Use collection expressions
  • 0ebb81f Update testing libraries and migrate FluentAssertions syntax
  • See full diff in compare view

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

…ates

Bumps the nuget-agent group with 3 updates in the /build directory: [NewRelic.Agent.Api](https://github.com/newrelic/newrelic-dotnet-agent), [Serilog](https://github.com/serilog/serilog) and [YamlDotNet](https://github.com/aaubry/YamlDotNet).


Updates `NewRelic.Agent.Api` from 10.30.0 to 10.31.0
- [Release notes](https://github.com/newrelic/newrelic-dotnet-agent/releases)
- [Commits](v10.30.0...v10.31.0)

Updates `Serilog` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.1...v4.0.2)

Updates `YamlDotNet` from 16.1.2 to 16.1.3
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v16.1.2...v16.1.3)

---
updated-dependencies:
- dependency-name: NewRelic.Agent.Api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-agent
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-agent
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-agent
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 30, 2024 23:34
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 30, 2024
@nrcventura nrcventura merged commit 6490ef1 into main Sep 30, 2024
26 checks passed
@nrcventura nrcventura deleted the dependabot/nuget/build/nuget-agent-af7c34ffaa branch September 30, 2024 23:55
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