chore(deps): bump the all group with 9 updates #14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 9 updates:
2.1.0
3.0.0
2.0.139
2.0.145
4.10.0
4.11.0
9.19.0.84025
9.20.0.85982
0.30.0
0.31.0
17.8.0
17.9.0
2.6.6
2.7.0
2.5.6
2.5.7
0.27.2
0.27.3
Updates
Polyfill
from 2.1.0 to 3.0.0Commits
5c1ea9d
docs77ad323
Update readme.md7ceea35
Merge branch 'main' of https://github.com/SimonCropp/Polyfill22abae6
Update Directory.Build.props65efde2
remove IEnumerable.Except params since it conflicts with IEnumerable.Except(I...117cffd
Update api_list.include.md36fc60f
Update StringPolyfill.cs9173af7
missing attributesce91867
re add targets796a325
fix rootUpdates
Meziantou.Analyzer
from 2.0.139 to 2.0.145Release notes
Sourced from Meziantou.Analyzer's releases.
... (truncated)
Commits
c0972b2
Add code fixer for MA015478170a9
Improve performance of some rulesd947560
New rule MA0154: Use langword in XML comment34a70d7
Grammatical correction of some commentsfbabed5
MA0124: Improve configuration to support deny list97c11a9
Update all dependencies1fd56e8
Update all dependenciesa063cca
Update renovate.json1708857
Disable MA0134 in Expression<T>Updates
Roslynator.Analyzers
from 4.10.0 to 4.11.0Release notes
Sourced from Roslynator.Analyzers's releases.
Changelog
Sourced from Roslynator.Analyzers's changelog.
Commits
c3a919d
Release 4.11.0 (#1391)ce1aacd
Fix roslyn multi-targeting (#1407)e928f82
Fix RCS1250 (#1404)3f1a366
Fix RCS1060 (#1401)248e785
Fix RCS1250 (#1403)168893c
Fix RCS1019 (#1402)9b8a545
Fixed DeclareAsNullableCodeFixProvider for casts in variable declarations (#1...2af15db
Fix RCS1159 (#1390)83a2d7c
Fix RCS0043 (#1389)972b3f7
Fix RCS0049 (#1386)Updates
SonarAnalyzer.CSharp
from 9.19.0.84025 to 9.20.0.85982Release notes
Sourced from SonarAnalyzer.CSharp's releases.
Commits
afd7543
Fix S2583/2589 FP: Return inside lock, using and finally causes FP after the ...4644b28
SE: Learn number constraints from relational pattern (#8773)3ad4377
Fix S2583/S2589 FP: try-finally in loop (#8755)e3ef756
Update RSPEC before 9.20 release (#8775)9161bc0
Fix S2583/S2589 FP: try-catch in loop (#8753)5d6b781
SE Loops: Addition for same sign operands (#8760)32f2bdb
Coding style: Remove compiler directives (#8757)4f18a86
Support Tuple Binary Operations in Symbolic Execution (#8718)6069617
S2589: Add FP Repro for #8570 (#8759)ecf5aea
SE: Move CollectionConstraint from S4158 to the engine (part 6) (#8733)Updates
FluentAssertions.Analyzers
from 0.30.0 to 0.31.0Release notes
Sourced from FluentAssertions.Analyzers's releases.
Commits
5000541
bugfix: limit CollectionShouldHaveCount_LengthShouldBe to one dimension array...ff27bf4
chore: Cleanup solution structure (#308)d5af334
docs: add test project for FluentAssertionsAnalyzer (#304)Updates
Microsoft.NET.Test.Sdk
from 17.8.0 to 17.9.0Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
Commits
a77b8d5
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...60eca4b
Disable testhost prestart (#4833) (#4836)053d711
Replaced obsolete NuGetAuthenticate@0 with NuGetAuthenticate@1 (#4800)f33b3e4
Fixed version in tests (#4790)f8d273c
Changed pre-release label version (#4786)2cda152
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...0b98146
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...e017f62
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...4572ac3
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...9ba4078
[main] Update dependencies from dotnet/arcade (#4767)Updates
xunit
from 2.6.6 to 2.7.0Commits
d806fa1
v2.7.013bb60b
#2872: Expand special handling for sets in Assert.Contains/DoesNotContain (v2)203b4d9
Update to use the common build system (#2883)a4f585b
Remove UTF-8 byte order marks8b2c7b2
Add v3 build submodule2413c57
Throw when user tries to run a non-async test with a timeout9ebc10c
#2573: Opting out of AsyncTestSyncContext (v2)b060404
xunit/xunit#2880: Update XML documentation for string-based Assert.Equal (v2)6bbf922
Add conditions to EquivalenceAssertsTests for XUNIT_IMMUTABLE_COLLECTIONScab6a3e
#2871: Inner exception stack trace is missing from Assert.Collection failure ...Updates
xunit.runner.visualstudio
from 2.5.6 to 2.5.7Commits
8f27031
v2.5.77226c5a
Updated build process1f5a062
Report configuration warnings per xunit/xunit#16552148496
Latest dependencies41a6eca
Force file copy during package creation8f77293
Revert e266e72 and 3cb1ad2374dbf8
#399: Modified date of redistributed xunit.abstractions.dll is wrongedf51bc
Update build to use .NET SDK 8 and C# 123cb1ad2
Replace SkipUnchangedFiles with a Conditione266e72
Replace ItemGroup item with Copy task to see if that fixes xunit/xunit#1651Updates
csharpier
from 0.27.2 to 0.27.3Release notes
Sourced from csharpier's releases.
... (truncated)
Changelog
Sourced from csharpier's changelog.
... (truncated)
Commits
7dc9d84
Releasing 0.27.3 (#1181)0983917
Adding formatting for spread element (#1179)1dd1674
handle raw strings when indentation changes from tabs to spaces (#1180)3a3807f
Fixing issues with weird indent on raw string literals as arguments (#1175)0b239f6
Sort aliases (#1173)c81a5ea
Sort static system usings above other static usings (#1174)d2cd509
Sync exposed CodeFormatterOptions with currently supported cli options (#1176)84b5bc4
Fix empty line before collection expression in attribute (#1164)c8b9fc9
update to 0.27.2 (#1163)8940c86
Add emacs format-all to Editors.md docs (#1159)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