aws-otel-community
aws-otel-community copied to clipboard
Bump the dotnet-sample-app-deps group across 1 directory with 2 updates
Bumps the dotnet-sample-app-deps group with 2 updates in the /sample-apps/dotnet-sample-app directory: AWSSDK.S3 and YamlDotNet.
Updates AWSSDK.S3
from 3.7.401.2 to 3.7.403.1
Commits
- See full diff in compare view
Updates YamlDotNet
from 16.0.0 to 16.1.2
Release notes
Sourced from YamlDotNet's releases.
Release 16.1.2
What's Changed
- Fix warnings when building in linux due to IDE0055 bugs by
@EdwardCooke
in aaubry/YamlDotNet#978Full Changelog: https://github.com/aaubry/YamlDotNet/compare/v16.1.1...v16.1.2
Release 16.1.1
What's Changed
- Enable .NET analyzers by
@lahma
in aaubry/YamlDotNet#928- Dont use enummember attribute when it's null or empty by
@EdwardCooke
in aaubry/YamlDotNet#967- Eliminate allocs in TypeConverterCache lookup path by
@MattKotsenas
in aaubry/YamlDotNet#969- Fix build warnings in linux by
@EdwardCooke
in aaubry/YamlDotNet#970- Prevent forced quoting of strings with leading backslash by
@jcbfaulks
in aaubry/YamlDotNet#972- Switch from .nuspec files to project properties by
@MattKotsenas
in aaubry/YamlDotNet#958- Fix analyzer warnings on NET 9 SDK by
@lahma
in aaubry/YamlDotNet#971- Convert to use Central Package Management by
@lahma
in aaubry/YamlDotNet#973- Warnings as errors and compiler error cleanup by
@EdwardCooke
in aaubry/YamlDotNet#976New Contributors
@jcbfaulks
made their first contribution in aaubry/YamlDotNet#972Full Changelog: https://github.com/aaubry/YamlDotNet/compare/v16.1.0...v16.1.1
Release 16.1.0
What's Changed
- Use ContinuousDelivery for gitversion to fix the builds by
@EdwardCooke
in aaubry/YamlDotNet#961- Make DefaultObjectFactory thread safe by
@alxmitch
in aaubry/YamlDotNet#920- Set Langversion to 12.0 and use global Directory.Build.props by
@lahma
in aaubry/YamlDotNet#931- Force a plain value by
@oddbeck
in aaubry/YamlDotNet#951- Fix property handling when there are hidden properties by
@julian-burger-ttd
in aaubry/YamlDotNet#960- Use Attribute.GetCustomAttributes to reduce allocations / improve performance by
@MattKotsenas
in aaubry/YamlDotNet#953- Avoid closures in CachedTypeInspector by
@MattKotsenas
in aaubry/YamlDotNet#954- Eliminate allocations from ReflectionUtility.GetImplementedInterfaces by
@MattKotsenas
in aaubry/YamlDotNet#955- Cache lookups to IEnumerable by
@MattKotsenas
in aaubry/YamlDotNet#956- Eliminate allocations from CharacterAnalyzer by
@MattKotsenas
in aaubry/YamlDotNet#957- Made the typeconvertercache a concurrent dictionary by
@EdwardCooke
in aaubry/YamlDotNet#962- Added private member yaml member attrribute regression test by
@EdwardCooke
in aaubry/YamlDotNet#963- Fix single element with anchor inline mapping by
@EdwardCooke
in aaubry/YamlDotNet#964- Support keys larger > 1024 characters by
@EdwardCooke
in aaubry/YamlDotNet#965New Contributors
@alxmitch
made their first contribution in aaubry/YamlDotNet#920@oddbeck
made their first contribution in aaubry/YamlDotNet#951@julian-burger-ttd
made their first contribution in aaubry/YamlDotNet#960@MattKotsenas
made their first contribution in aaubry/YamlDotNet#953Full Changelog: https://github.com/aaubry/YamlDotNet/compare/v16.0.0...v16.1.0
Commits
485daaa
Merge pull request #978 from EdwardCooke/ec-fixlinuxwarnings86c870d
Fix warnings when building in linux due to IDE0055 bugs006090b
Merge pull request #976 from EdwardCooke/ec-warningsaserrorsa39e88a
Use build.props and fix all warningsf323881
Merge pull request #973 from lahma/cpmcc914f3
Convert to use Central Package Management3d2e577
Merge pull request #971 from lahma/analyzer-fixes00026fb
Merge pull request #958 from MattKotsenas/refactor/dotnet-pack1127009
Merge pull request #972 from jcbfaulks/no_quote_backslash42f684d
test for both single and double quotes- Additional commits viewable 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