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 Reqnroll from 2.0.0 to 2.2.0 #549

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps Reqnroll from 2.0.0 to 2.2.0.

Release notes

Sourced from Reqnroll's releases.

v2.2.0 - 2024-11-07

Improvements:

Bug fixes:

  • Fix: Visual Studio locks Reqnroll.Tools.MsBuild.Generation task files. Using TaskHostFactory for our tasks on Windows. (#293)
  • Fix: Project dependencies transiently refer to System.Text.Json 8.0.4 that has security vulnerability. Microsoft.Extensions.DependencyModel updated to v8.0.2. (#291)
  • Fix: Could not load System.CodeDom exception with xRetry.Reqnroll plugin (#310)
  • Fix: Reqnroll.Microsoft.Extensions.DependencyInjection: System.Collections.Generic.KeyNotFoundException: The given key 'Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope' was not present in the dictionary. is thrown when a test execution dependent service is required during [BeforeTestRun]. We provide a better error message now. (#175)

Contributors of this release (in alphabetical order): @​gasparnagy, @​obligaron, @​Romfos, @​Tiberriver256

Changelog

Sourced from Reqnroll's changelog.

v2.2.0 - 2024-11-07

Improvements:

Bug fixes:

  • Fix: Visual Studio locks Reqnroll.Tools.MsBuild.Generation task files. Using TaskHostFactory for our tasks on Windows. (#293)
  • Fix: Project dependencies transiently refer to System.Text.Json 8.0.4 that has security vulnerability. Microsoft.Extensions.DependencyModel updated to v8.0.2. (#291)
  • Fix: Could not load System.CodeDom exception with xRetry.Reqnroll plugin (#310)
  • Fix: Reqnroll.Microsoft.Extensions.DependencyInjection: System.Collections.Generic.KeyNotFoundException: The given key 'Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope' was not present in the dictionary. is thrown when a test execution dependent service is required during [BeforeTestRun]. We provide a better error message now. (#175)

Contributors of this release (in alphabetical order): @​gasparnagy, @​obligaron, @​Romfos, @​Tiberriver256

v2.1.1 - 2024-10-08

Bug fixes:

  • Fix: Rule Backgounds cause External Data Plugin to fail (#271)
  • Fix: VersionInfo class might provide the version of the runner instead of the version of Reqnroll (#248)
  • Fix: Reqnroll.CustomPlugin NuGet package has a version mismatch for the System.CodeDom dependency (#244)
  • Fix: Reqnroll.Verify fails to run parallel tests determinately (#254). See our verify documentation on how to set up your test code to enable parallel testing.
  • Fix: Reqnroll generates invalid code for rule backgrounds in Visual Basic (#283)

Contributors of this release (in alphabetical order): @​ajeckmans, @​clrudolphi, @​gasparnagy, @​UL-ChrisGlew

v2.1.0 - 2024-08-30

Improvements:

  • Reqnroll.Verify: Support for Verify v24 (Verify.Xunit v24.2.0) for .NET 4.7.2+ and .NET 6.0+. For earlier versions of Verify or for .NET 4.6.2, use the latest 2.0.3 version of the plugin that is compatible with Reqnroll v2.*. (#151)
  • Reqnroll.Windsor: Support for Castle.Windsor v6.0.0. For earlier versions of Castle.Windsor, use the latest 2.0.3 version of the plugin that is compatible with Reqnroll v2.*. (#240)
  • Optimize creation of test-thread context using test framework independent resource pooling (#144)
  • Support DateTimeOffset in value comparer (#180)
  • Support Order parameter for StepArgumentTransformationAttribute to prioritize execution (#185)
  • Upgrade to Gherkin v29 from v19 (see Gherkin changelog) (#205, #240)
  • Rider: Avoid requirement to define ReqnrollFeatureFiles MsBuild item group to show feature files in Rider (#231)
  • Added option to override regex group matching behavior (#243)

Bug fixes:

  • Fix: Reqnroll.Autofac: Objects registered in the global container cannot be relsolved in BeforeTestRun/AfterTestRun hooks (#183)
  • Fix: Process cannot access the file when building a multi-target project (#197)
  • Fix: Project dependencies transiently refer to System.Net.Http <= v4.3.0 that has high severity security vulnerability (#240)

Contributors of this release (in alphabetical order): @​ajeckmans, @​cimnine, @​gasparnagy, @​obligaron, @​olegKoshmeliuk, @​runnerok, @​stbychkov

v2.0.3 - 2024-06-10

... (truncated)

Commits
  • ccf428b fix test execution with NCrunch
  • 1b8c323 Improve error message provided by Reqnroll.Microsoft.Extensions.DependencyInj...
  • 76c0315 automated release process (#297)
  • bd11612 Fix: Could not load System.CodeDom exception with xRetry.Reqnroll plugin (#316)
  • 76cabee Remove end-to-end tests from Reqnroll.TestProjectGenerator.Tests (#315)
  • 4eed410 Improve System Test performance with stubbing dotnet new (#294)
  • 7c22e2f fix Reqnroll.TestProjectGenerator.Tests
  • f8ea832 Bump version to v2.2
  • a52d7c7 Support for scenario-level parallel execution (#277)
  • 45a2954 Enable to use TaskHostFactory on Windows (#293)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Reqnroll](https://github.com/reqnroll/Reqnroll) from 2.0.0 to 2.2.0.
- [Release notes](https://github.com/reqnroll/Reqnroll/releases)
- [Changelog](https://github.com/reqnroll/Reqnroll/blob/main/CHANGELOG.md)
- [Commits](reqnroll/Reqnroll@v2.0.0...v2.2.0)

---
updated-dependencies:
- dependency-name: Reqnroll
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the type:dependencies Pull requests that update a dependency label Nov 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #550.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/nuget/Reqnroll-2.2.0 branch November 11, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme:build theme:reqnroll type:dependencies Pull requests that update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants