RadeonSoftwareSlimmer icon indicating copy to clipboard operation
RadeonSoftwareSlimmer copied to clipboard

Bump the nuget-updates group with 6 updates

Open dependabot[bot] opened this issue 9 months ago • 0 comments

Bumps the nuget-updates group with 6 updates:

Package From To
SonarAnalyzer.CSharp 10.7.0.110445 10.8.0.113526
Microsoft.NETFramework.ReferenceAssemblies 1.0.3 1.0.3
System.IO.Abstractions 22.0.11 22.0.14
System.ServiceProcess.ServiceController 9.0.2 9.0.4
NUnit.Analyzers 4.6.0 4.7.0
System.IO.Abstractions.TestingHelpers 22.0.11 22.0.14

Updates SonarAnalyzer.CSharp from 10.7.0.110445 to 10.8.0.113526

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

10.8

A small release with a few improvements for S1172, S2222 and S4158:

False Positive

  • NET-1210 - Fix S4158 FP: collection filled by another function
  • NET-1168 - Fix S1172 FP: When parameter is used in local function in a null-conditional or null-coalescing statement

False Negative

  • NET-427 - Fix S2222 FN: Support locking via Lock object primitives
  • NET-1228 - Fix S4158 FN: Support LinkedList
Commits
  • 6c33b66 NET-1240 Add Extension Methods for IOperationWrapperSonar Properties
  • 37068f9 NET-1238 Bump org.mockito:mockito-core from 5.16.1 to 5.17.0
  • 6e002f9 NET-1231 Make NodeAndSymbol a record struct
  • 6d874ec NET-427 Fix FN S2222: Support locking via Lock object primitives
  • cfb66f9 NET-1210 Fix S4158 FP: collection filled by another function
  • 259f93f NET-1228 Fix S4158 FN: Support LinkedList
  • 0f6e8ba NET-1224 Bump com.google.protobuf:protobuf-java from 4.30.1 to 4.30.2
  • 7d04c0f NET-1225 Provide Interface for other plugins to add rules to SonarWay profile
  • 2944998 NET-1227 Revert ShimLayer: Add Support for LoopKind
  • c868a0b NET-1226 Separate UTs and RuleDescriptor build in public azure-pipelines.yml
  • Additional commits viewable in compare view

Updates Microsoft.NETFramework.ReferenceAssemblies from 1.0.3 to 1.0.3

Commits

Updates System.IO.Abstractions from 22.0.11 to 22.0.14

Release notes

Sourced from System.IO.Abstractions's releases.

v22.0.14

What's Changed

New Contributors

Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v22.0.13...v22.0.14

v22.0.13

What's Changed

New Contributors

Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v22.0.12...v22.0.13

v22.0.12

What's Changed

New Contributors

Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v22.0.11...v22.0.12

Commits
  • 2c92589 fix: Directory.Move fails on Windows if destination has different case from...
  • 84843b8 chore(deps): update dependency awexpect to 2.4.0 (#1265)
  • 5d32890 chore(deps): update dependency awexpect to 2.3.1 (#1264)
  • 86acad3 chore(deps): update dependency dotnet-sdk to v9.0.203 (#1263)
  • b0e9d4e chore(deps): update dependency system.text.json to 9.0.4 (#1262)
  • 4e3c7df fix: Add missing lock around files dictionary (#1260)
  • 79fafd0 chore(deps): update dependency awexpect to 2.2.0 (#1261)
  • 928bc38 fix: handle case-sensitive file overwrite on Windows and add tests (#1259)
  • 44fb537 chore(deps): update dependency nunit.analyzers to 4.7.0 (#1258)
  • 01d70f6 chore(deps): update dependency awexpect to 2.1.0 (#1257)
  • Additional commits viewable in compare view

Updates Microsoft.NETFramework.ReferenceAssemblies from 1.0.3 to 1.0.3

Commits

Updates System.ServiceProcess.ServiceController from 9.0.2 to 9.0.4

Release notes

Sourced from System.ServiceProcess.ServiceController's releases.

.NET 9.0.4

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4

... (truncated)

Commits
  • f57e6dc Merge commit 'd9d0ae01ab31513b02033317a9f716f1aeb5abab'
  • d9d0ae0 [release/9.0] fix SBOM issues for runtime (#113463)
  • 0c9b70d Merge commit 'f0d7e1f58406583972ea640029d5a5a341a76731'
  • f0d7e1f Merge pull request #113447 from dotnet/darc-release/9.0-staging-62bd3ef1-917b...
  • 111a76e Update dependencies from https://github.com/dotnet/arcade build 20250311.4
  • 984ab68 Merge pull request #113333 from dotnet/merge/release/9.0-to-release/9.0-staging
  • d7dd049 Merge commit '315f1f5b8300bf800afcb5d9376f8bdf12ebf6fc'
  • 315f1f5 Merge pull request #113389 from vseanreesermsft/internal-merge-9.0-2025-03-11...
  • d21cf87 Merge commit '831d23e56149cd59c40fc00c7feb7c5334bd19c4' into internal-merge-9...
  • 6758abd [release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTr...
  • Additional commits viewable in compare view

Updates Microsoft.NETFramework.ReferenceAssemblies from 1.0.3 to 1.0.3

Commits

Updates NUnit.Analyzers from 4.6.0 to 4.7.0

Release notes

Sourced from NUnit.Analyzers's releases.

NUnit Analyzers 4.7 - April 1, 2025

The release primarily add another diagnostic NUnit4002 - and associated codefix - to help simplify EqualTo constraints when the expected value is a simple constant - e.g. true, false, 0, or default. The release also removes some false positives for Nunit1029.

As tooling contributions the analyzers now build using .NET8.0 and also analyzers and codefixes are now split into separate projects as only editors should load codefixes.

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Features and Enhancements

  • #828 Replace Is.EqualTo(default) with Is.Default
  • #826 Suggest to use Is.Null instead of Is.EqualTo(null)
  • #824 Use Is.False / Is.True instead of Is.EqualTo

Bugs

  • #832 False positive for Nunit1029 when only a type argument is use

Tooling, Process, and Documentation

  • #853 chore: Add NUnit4002.md solution file
  • #846 chore: Bump NUnit3TestAdapter to version 5
  • #843 chore(deps): Bump Microsoft.NET.Test.Sdk and Microsoft.NETFramework.ReferenceAssemblies
  • #838 chore: bump version
  • #677 Build using .NET8.0 SDK
Commits
  • 7e0869a Merge pull request #854 from nunit/release4.7
  • 3d3c826 chore: Update release notes
  • 9a9ec96 Merge pull request #853 from nunit/chore/add-nunit4002-sln
  • a6e6386 chore: Add NUnit4002.md solution file
  • f15cbb5 Merge pull request #846 from nunit/chore/bump-nunit-adapter
  • 14baaa1 chore: Bump NUnit3TestAdapter to version 5
  • eb356c8 Merge pull request #843 from nunit/dependabot/nuget/src/multi-45dc7e4dae
  • 744b471 chore(deps): Bump Microsoft.NET.Test.Sdk and Microsoft.NETFramework.Reference...
  • ac3a370 Add rule to convert EqualTo(xxx) into Is.XXX
  • 60d45bf Split NUnitFrameworkConstants into separate classes.
  • Additional commits viewable in compare view

Updates Microsoft.NETFramework.ReferenceAssemblies from 1.0.3 to 1.0.3

Commits

Updates System.IO.Abstractions.TestingHelpers from 22.0.11 to 22.0.14

Release notes

Sourced from System.IO.Abstractions.TestingHelpers's releases.

v22.0.14

What's Changed

New Contributors

Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v22.0.13...v22.0.14

v22.0.13

What's Changed

New Contributors

Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v22.0.12...v22.0.13

v22.0.12

What's Changed

New Contributors

Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v22.0.11...v22.0.12

Commits
  • 2c92589 fix: Directory.Move fails on Windows if destination has different case from...
  • 84843b8 chore(deps): update dependency awexpect to 2.4.0 (#1265)
  • 5d32890 chore(deps): update dependency awexpect to 2.3.1 (#1264)
  • 86acad3 chore(deps): update dependency dotnet-sdk to v9.0.203 (#1263)
  • b0e9d4e chore(deps): update dependency system.text.json to 9.0.4 (#1262)
  • 4e3c7df fix: Add missing lock around files dictionary (#1260)
  • 79fafd0 chore(deps): update dependency awexpect to 2.2.0 (#1261)
  • 928bc38 fix: handle case-sensitive file overwrite on Windows and add tests (#1259)
  • 44fb537 chore(deps): update dependency nunit.analyzers to 4.7.0 (#1258)
  • 01d70f6 chore(deps): update dependency awexpect to 2.1.0 (#1257)
  • Additional commits viewable in compare view

Updates Microsoft.NETFramework.ReferenceAssemblies from 1.0.3 to 1.0.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

dependabot[bot] avatar Apr 21 '25 17:04 dependabot[bot]