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

Bump the nuget group across 1 directory with 12 updates #357

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nuget group with 12 updates in the /ShareJobsData directory:

Package From To
FluentValidation 11.10.0 11.11.0
Meziantou.Analyzer 2.0.172 2.0.182
Microsoft.VisualStudio.Threading.Analyzers 17.11.20 17.12.19
NSubstitute 5.1.0 5.3.0
Roslynator.Analyzers 4.12.8 4.12.9
Roslynator.CodeAnalysis.Analyzers 4.12.8 4.12.9
Roslynator.Formatting.Analyzers 4.12.8 4.12.9
System.Net.Http.Json 8.0.1 9.0.0
Verify.Xunit 27.0.1 28.4.0
xunit.analyzers 1.16.0 1.17.0
YamlDotNet 16.1.3 16.2.0
Microsoft.NET.Test.Sdk 17.11.1 17.12.0

Updates FluentValidation from 11.10.0 to 11.11.0

Release notes

Sourced from FluentValidation's releases.

11.11.0

Release notes

Please read the upgrade guide if you are moving from 10.x to 11.x

Note that the after 11.1.0 release, the FluentValidation.AspNetCore package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the core FluentValidation package. For FluentValidation.AspNetCore release notes, please visit the FluentValidation.AspNetCore repository.

Changes in 11.11.0

  • Add additional overload of WithState that takes a context (#2276)

Changes in 11.10.0

  • Add WhereAsync as conterpart to Where on collection rules (#2240)
  • Create IEnumValidator to expose the targeted Enum type of EnumValidator (#2244)
  • Add Romansh language translations (#2239)

Changes in 11.9.2

  • ScalePrecisionValidator error message clarification (#2211)

Changes in 11.9.1

  • Fix issue with CascadeMode on child validators (#2207)

Changes in 11.9.0

  • Fix memory leak in NotEmptyValidator/EmptyValidator (#2174)
  • Add more descriptive error messages if a rule throws a NullReferenceException (#2152)
  • Add support for caching root parameter expressions (eg RuleFor(x => x)) (#2168)
  • Prevent AddValidatorsFromAssemblyContaining from registering validators twice (#2182)
  • Add builds for .net 8

Changes in 11.8.1

  • Fix unintentional behavioural changes in introduced in the previous release as part of #2158

Changes in 11.8.0

  • Added AbstractValidator.OnRuleAdded to allow customization of rule instances after creation (#2114)
  • Fix Serbian translation of LengthValidator (#2147)
  • Fix chinese culture codes (#2151)
  • Add Khmer translations (#2155)
  • Various performance improvements (#2158)
  • Fix ChildRules with class hierarchies (#2165)

Changes in 11.7.1

  • Resolved issue with combining multiple ValidationResult instances where RuleSetsExecuted wasn't properly set on the combined result (#2125)

Changes in 11.7.0

  • Add additional constructor for combining multiple ValidationResult instances (#2125)
  • Add PropertyPath placeholder (#2134)
  • Fix Brazilian Portuguese translation (#2131)

Changes in 11.6.0

  • Add OnFailurecCreated callback in ValidatorOptions.Global (#2120)
  • Fix typo in Russian localization (#2102)

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

11.11.0 - 16 Nov 2024 Add additional overload of WithState that takes a context (#2276)

Commits
  • c8c6400 Update version and changelog
  • 8f9a24b Simplify test implementation
  • 7a82579 Add WithState(...) overload with access to ValidationContext<T>
  • f534dca move to LangVersion>12
  • 0b4867d leverage MSBuildThisFileDirectory to simplify path resolution
  • 4566c4f remove LegacyRulesetSplit
  • f322bb3 remove some redundant casts
  • 550ec5f move SignAssembly to props and remove redundant DelaySign
  • bc2eb7b remove some redundant private set
  • 3cc76cd remove some usings
  • Additional commits viewable in compare view

Updates Meziantou.Analyzer from 2.0.172 to 2.0.182

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.182

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.182

Full Changelog: meziantou/Meziantou.Analyzer@2.0.181...2.0.182

2.0.181

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.181

What's Changed

New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.180...2.0.181

2.0.180

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.180

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.179...2.0.180

2.0.179

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.179

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.178...2.0.179

2.0.178

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.178

Full Changelog: meziantou/Meziantou.Analyzer@2.0.177...2.0.178

2.0.177

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.177

Full Changelog: meziantou/Meziantou.Analyzer@2.0.176...2.0.177

2.0.176

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.176

What's Changed

... (truncated)

Commits
  • 58436c3 Code fixer for MA0053 now supports records
  • 1b0e98c MA0042 skips MemoryStream when type is explicit
  • f255a66 Update MA0076.md (#772)
  • ac26787 Add an option to detect overloads with optional parameters (#771)
  • 970347a Fix folder cache to reduce flakiness (#769)
  • f807685 Update .NET SDK 9.0 (#768)
  • 4975e3b Detect DataClassificationAttribute on containing type
  • 32732ae MA0151 handles backslashs in expressions
  • 7c884cf Check documentation on CI (#765)
  • 7854071 Simplify AvoidUsingRedundantElseAnalyzer (#763)
  • Additional commits viewable in compare view

Updates Microsoft.VisualStudio.Threading.Analyzers from 17.11.20 to 17.12.19

Commits

Updates NSubstitute from 5.1.0 to 5.3.0

Release notes

Sourced from NSubstitute's releases.

v5.3.0

Thanks to first-time contributors @​mihnea-radulescu and @​marcoregueira! Thanks also @​304NotModified and @​Romfos for their continued support and contributions to this release.

Full Changelog: nsubstitute/NSubstitute@v5.2.0...v5.3.0

v5.2.0

⚠️ Note: there is no build currently available for this version due to an issue switching over to a new automated release build. We'll have a new release shortly once we sort this.

Summary of main changes:

Many thanks to @​alexandrnikitin, @​Romfos, @​brad, and @​304NotModified for their contributions! Thanks a lot to all code contributors, reviewers, and people who have raised and/or commented on issues.

If you haven't already done so, please make sure you add the NSubstitute.Analyzers package wherever you reference NSubstitute: https://nsubstitute.github.io/help/nsubstitute-analysers/

As always, please raise an issue on GitHub if you have any problems.

Changelog: https://github.com/nsubstitute/NSubstitute/blob/v5.2.0/CHANGELOG.md Breaking changes: None.

Project links:

... (truncated)

Changelog

Sourced from NSubstitute's changelog.

5.3.0 (October 2024)

Thanks to first-time contributors @​mihnea-radulescu and @​marcoregueira! Thanks also @​304NotModified and @​Romfos for their continued support and contributions to this release.

5.2.0 (Apr 2024; tagged but not released to nuget)

Many thanks to @​alexandrnikitin, @​Romfos, @​brad, and @​304NotModified for their contributions!

Commits
  • 45e00e3 Prep 5.3.0 release (#836)
  • cc73901 Release build workflow (#797)
  • 4d258a2 Feature: Enable call forwarding and substitution for non virtual methods or...
  • b8b0184 Added csharp_style_prefer_primary_constructors into editorconfig (#819)
  • 73818a6 Unable to match arguments whose type is generic, when their concrete type is ...
  • da82bc5 Merge pull request #813 from mihnea-radulescu/bug/issue-788-Raise-EventWith-d...
  • 2ce4d66 Replaced Obsolete attributes in WhenCalled<T> with doc comments.
  • 0c0d798 When(...).Throws gives a CouldNotSetReturnDueToNoLastCallException (#803)
  • 4bd429e Updated event raising logic to only allow internal default constructors
  • ee276f3 Merge branch 'main' into bug/issue-788-Raise-EventWith-default-constructor
  • Additional commits viewable in compare view

Updates Roslynator.Analyzers from 4.12.8 to 4.12.9

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.9

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).
Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.12.9] - 2024-10-25

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).
Commits

Updates Roslynator.CodeAnalysis.Analyzers from 4.12.8 to 4.12.9

Release notes

Sourced from Roslynator.CodeAnalysis.Analyzers's releases.

v4.12.9

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).
Changelog

Sourced from Roslynator.CodeAnalysis.Analyzers's changelog.

[4.12.9] - 2024-10-25

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).
Commits

Updates Roslynator.Formatting.Analyzers from 4.12.8 to 4.12.9

Release notes

Sourced from Roslynator.Formatting.Analyzers's releases.

v4.12.9

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).
Changelog

Sourced from Roslynator.Formatting.Analyzers's changelog.

[4.12.9] - 2024-10-25

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).
Commits

Updates System.Net.Http.Json from 8.0.1 to 9.0.0

Release notes

Sourced from System.Net.Http.Json's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Verify.Xunit from 27.0.1 to 28.4.0

Commits

Updates xunit.analyzers from 1.16.0 to 1.17.0

Commits
  • 5a44381 v1.17.0
  • d25b3a4 Update xUnit1010 to trigger when a negative integral value is passed to an un...
  • 51a32ce Incorrect message replacement for xUnit2032
  • cf7f210 Update xUnit2018 fixer to use exactMatch (when supported) instead of swapping...
  • 6b8347c Update xUnit2018 to vary its message based on whether assertion library suppo...
  • 350ab93 Add xUnit2032 to soft-deprecate Assert.IsAssignableFrom
  • c...

    Description has been truncated

Bumps the nuget group with 12 updates in the /ShareJobsData directory:

| Package | From | To |
| --- | --- | --- |
| [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.10.0` | `11.11.0` |
| [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.172` | `2.0.182` |
| [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) | `17.11.20` | `17.12.19` |
| [NSubstitute](https://github.com/nsubstitute/NSubstitute) | `5.1.0` | `5.3.0` |
| [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.9` |
| [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.9` |
| [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.9` |
| [System.Net.Http.Json](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` |
| [Verify.Xunit](https://github.com/VerifyTests/Verify) | `27.0.1` | `28.4.0` |
| [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.16.0` | `1.17.0` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `16.1.3` | `16.2.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` |



Updates `FluentValidation` from 11.10.0 to 11.11.0
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](FluentValidation/FluentValidation@11.10.0...11.11.0)

Updates `Meziantou.Analyzer` from 2.0.172 to 2.0.182
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
- [Commits](meziantou/Meziantou.Analyzer@2.0.172...2.0.182)

Updates `Microsoft.VisualStudio.Threading.Analyzers` from 17.11.20 to 17.12.19
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](https://github.com/microsoft/vs-threading/commits)

Updates `NSubstitute` from 5.1.0 to 5.3.0
- [Release notes](https://github.com/nsubstitute/NSubstitute/releases)
- [Changelog](https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md)
- [Commits](nsubstitute/NSubstitute@v5.1.0...v5.3.0)

Updates `Roslynator.Analyzers` from 4.12.8 to 4.12.9
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.8...v4.12.9)

Updates `Roslynator.CodeAnalysis.Analyzers` from 4.12.8 to 4.12.9
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.8...v4.12.9)

Updates `Roslynator.Formatting.Analyzers` from 4.12.8 to 4.12.9
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.8...v4.12.9)

Updates `System.Net.Http.Json` from 8.0.1 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v9.0.0)

Updates `Verify.Xunit` from 27.0.1 to 28.4.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@27.0.1...28.4.0)

Updates `xunit.analyzers` from 1.16.0 to 1.17.0
- [Commits](xunit/xunit.analyzers@1.16.0...1.17.0)

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

Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.11.1...v17.12.0)

---
updated-dependencies:
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.VisualStudio.Threading.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: NSubstitute
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Roslynator.CodeAnalysis.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: System.Net.Http.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: xunit.analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot nuget Pull requests for NuGet packages updates labels Nov 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2024

Superseded by #358.

@dependabot dependabot bot closed this Dec 7, 2024
@dependabot dependabot bot deleted the dependabot/nuget/ShareJobsData/nuget-caae40e64d branch December 7, 2024 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot nuget Pull requests for NuGet packages updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants