Skip to content

chore(deps): roll up Dependabot PRs #70,#71,#73,#74,#75#76

Closed
JerrettDavis wants to merge 10 commits intomainfrom
chore/dependabot-rollup-20260323
Closed

chore(deps): roll up Dependabot PRs #70,#71,#73,#74,#75#76
JerrettDavis wants to merge 10 commits intomainfrom
chore/dependabot-rollup-20260323

Conversation

@JerrettDavis
Copy link
Copy Markdown
Owner

Roll-up branch off latest main, merging Dependabot PRs #70, #71, #73, #74, #75.\n\nConflict resolution: kept System.Text.Json 10.0.5 and coverlet.collector 8.0.1 in Directory.Packages.props.\n\nValidation:\n- dotnet restore TinyBDD.sln\n- dotnet build TinyBDD.sln -c Release (pass with existing warnings only)

dependabot bot and others added 10 commits March 23, 2026 10:03
---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: dotnet-reportgenerator-globaltool
  dependency-version: 5.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…s.CSharp

Bumps Microsoft.CodeAnalysis.Analyzers from 3.11.0 to 5.3.0-2.25625.1
Bumps Microsoft.CodeAnalysis.CSharp from 4.14.0 to 5.3.0

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.Analyzers
  dependency-version: 5.3.0-2.25625.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-version: 10.0.201
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 24, 2026

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 933d4bf.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@github-actions
Copy link
Copy Markdown

Test Results

735 tests   735 ✅  10s ⏱️
  7 suites    0 💤
  7 files      0 ❌

Results for commit 933d4bf.

@github-actions
Copy link
Copy Markdown

Code Coverage

Summary
  Generated on: 03/24/2026 - 01:48:04
  Coverage date: 03/24/2026 - 01:47:28 - 03/24/2026 - 01:48:01
  Parser: MultiReport (21x Cobertura)
  Assemblies: 9
  Classes: 89
  Files: 82
  Line coverage: 98%
  Covered lines: 2505
  Uncovered lines: 51
  Coverable lines: 2556
  Total lines: 10254
  Branch coverage: 87.6% (680 of 776)
  Covered branches: 680
  Total branches: 776
  Method coverage: 99.6% (798 of 801)
  Full method coverage: 96.2% (771 of 801)
  Covered methods: 798
  Fully covered methods: 771
  Total methods: 801

TinyBDD                                                                     98%
  TinyBDD.Ambient                                                          100%
  TinyBDD.AmbientTestMethodResolver                                        100%
  TinyBDD.AssemblyFixture                                                 92.8%
  TinyBDD.AssemblyFixtureCoordinator                                      89.4%
  TinyBDD.AssemblySetupAttribute                                           100%
  TinyBDD.Assertions.Expect                                                100%
  TinyBDD.Assertions.FluentAssertion<T>                                   93.1%
  TinyBDD.Assertions.FluentAssertionState<T>                               100%
  TinyBDD.Assertions.FluentPredicate<T>                                    100%
  TinyBDD.Assertions.ShouldExtensions                                      100%
  TinyBDD.Assertions.TinyBddAssertionException                             100%
  TinyBDD.AssertUtil                                                       100%
  TinyBDD.Bdd                                                              100%
  TinyBDD.BddStepException                                                 100%
  TinyBDD.ExampleResult                                                    100%
  TinyBDD.ExampleRow<T>                                                    100%
  TinyBDD.ExamplesBuilder<T>                                               100%
  TinyBDD.ExamplesResult                                                   100%
  TinyBDD.Extensions.StepExtensions                                        100%
  TinyBDD.Extensions.Throw                                                 100%
  TinyBDD.FeatureAttribute                                                 100%
  TinyBDD.Flow                                                             100%
  TinyBDD.FromContext                                                      100%
  TinyBDD.GenerateOptimizedAttribute                                         0%
  TinyBDD.GherkinFormatter                                                 100%
  TinyBDD.KindStrings                                                     88.8%
  TinyBDD.NullTraitBridge                                                  100%
  TinyBDD.Pipeline                                                        98.7%
  TinyBDD.ScenarioAttribute                                                100%
  TinyBDD.ScenarioCaseAttribute                                            100%
  TinyBDD.ScenarioChain<T>                                                 100%
  TinyBDD.ScenarioContext                                                  100%
  TinyBDD.ScenarioContextAsserts                                           100%
  TinyBDD.ScenarioContextGherkinExtensions                                 100%
  TinyBDD.ScenarioContextPrototype                                         100%
  TinyBDD.ScenarioOptions                                                  100%
  TinyBDD.ScenarioOutlineBuilder<T>                                        100%
  TinyBDD.ScenarioOutlineChain<T1, T2>                                     100%
  TinyBDD.ScenarioOutlineTerminal<T1, T2>                                  100%
  TinyBDD.StepInfo                                                         100%
  TinyBDD.StepIO                                                           100%
  TinyBDD.StepResult                                                       100%
  TinyBDD.StringBddReporter                                                100%
  TinyBDD.TagAttribute                                                     100%
  TinyBDD.TestBase                                                         100%
  TinyBDD.TestBase<T>                                                      100%
  TinyBDD.ThenChain<T>                                                     100%
  TinyBDD.TinyBddExtensibilityOptions                                      100%
  TinyBDD.TinyBddOptionsBuilder                                            100%

TinyBDD.Extensions.DependencyInjection                                     100%
  TinyBDD.Extensions.DependencyInjection.ScenarioContextFactory            100%
  TinyBDD.Extensions.DependencyInjection.ServiceCollectionExtensions       100%
  TinyBDD.Extensions.DependencyInjection.TinyBddOptions                    100%

TinyBDD.Extensions.FileBased                                              97.3%
  TinyBDD.Extensions.FileBased.Configuration.FileBasedDslOptions           100%
  TinyBDD.Extensions.FileBased.Configuration.FileBasedDslOptionsBuilder    100%
  TinyBDD.Extensions.FileBased.Configuration.FileDiscovery                 100%
  TinyBDD.Extensions.FileBased.Core.DriverMethodAttribute                  100%
  TinyBDD.Extensions.FileBased.Execution.DriverMethodInfo                  100%
  TinyBDD.Extensions.FileBased.Execution.ScenarioExecutor                 98.7%
  TinyBDD.Extensions.FileBased.Execution.StepResolver                     97.4%
  TinyBDD.Extensions.FileBased.FileBasedTestBase<T>                        100%
  TinyBDD.Extensions.FileBased.Models.FeatureDefinition                    100%
  TinyBDD.Extensions.FileBased.Models.ScenarioDefinition                   100%
  TinyBDD.Extensions.FileBased.Models.StepDefinition                       100%
  TinyBDD.Extensions.FileBased.Parsers.GherkinDslParser                   94.1%
  TinyBDD.Extensions.FileBased.Parsers.YamlDslParser                       100%

TinyBDD.Extensions.Hosting                                                 100%
  TinyBDD.Extensions.Hosting.HostBuilderExtensions                         100%
  TinyBDD.Extensions.Hosting.TinyBddHostingOptions                         100%
  TinyBDD.Extensions.Hosting.WorkflowHostedService<T>                      100%
  TinyBDD.Extensions.Hosting.WorkflowRunner                                100%

TinyBDD.Extensions.Reporting                                              97.5%
  TinyBDD.Extensions.Reporting.JsonReport                                  100%
  TinyBDD.Extensions.Reporting.JsonReportObserver                         96.5%
  TinyBDD.Extensions.Reporting.ScenarioReport                              100%
  TinyBDD.Extensions.Reporting.StepReport                                  100%
  TinyBDD.Extensions.Reporting.TinyBddReportingExtensions                  100%

TinyBDD.MSTest                                                             100%
  TinyBDD.MSTest.MsTestBddReporter                                         100%
  TinyBDD.MSTest.MsTestTraitBridge                                         100%
  TinyBDD.MSTest.TinyBddMsTestBase                                         100%

TinyBDD.NUnit                                                              100%
  TinyBDD.NUnit.NUnitBddReporter                                           100%
  TinyBDD.NUnit.NUnitTraitBridge                                           100%
  TinyBDD.NUnit.TinyBddNUnitBase                                           100%
  TinyBDD.NUnit.UseTinyBddAttribute                                        100%

TinyBDD.Xunit                                                             93.2%
  TinyBDD.Xunit.TinyBddXunitBase                                          90.6%
  TinyBDD.Xunit.UseTinyBddAttribute                                        100%
  TinyBDD.Xunit.XunitBddReporter                                           100%
  TinyBDD.Xunit.XunitTraitBridge                                           100%

TinyBDD.Xunit.v3                                                           100%
  TinyBDD.Xunit.v3.TinyBddXunitBase                                        100%
  TinyBDD.Xunit.v3.UseTinyBddAttribute                                     100%
  TinyBDD.Xunit.v3.XunitBddReporter                                        100%
  TinyBDD.Xunit.v3.XunitTraitBridge                                        100%

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.23%. Comparing base (2df4dcb) to head (933d4bf).
⚠️ Report is 61 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
- Coverage   99.86%   98.23%   -1.63%     
==========================================
  Files          27       82      +55     
  Lines         726     2556    +1830     
  Branches       25      217     +192     
==========================================
+ Hits          725     2511    +1786     
- Misses          1       45      +44     
Flag Coverage Δ
unittests 98.23% <ø> (-1.63%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JerrettDavis
Copy link
Copy Markdown
Owner Author

Closing — the custom update-packages workflow has been replaced by Dependabot groups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant