Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps the all group with 3 updates in the / directory: Microsoft.OpenApi.Readers, MSTest.TestAdapter and MSTest.TestFramework.

Updates Microsoft.OpenApi.Readers from 1.6.23 to 1.6.24

Release notes

Sourced from Microsoft.OpenApi.Readers's releases.

v1.6.24

1.6.24 (2025-04-01)

Bug Fixes

  • a flaky behaviour for format property serialization (e072790)
  • a flaky behaviour for format property serialization (4d06f86)
  • null reference on alternate keys during hidi transform (17247ed)
  • null reference on alternate keys during hidi transform (55f0f54)
Changelog

Sourced from Microsoft.OpenApi.Readers's changelog.

1.6.24 (2025-04-01)

Bug Fixes

  • a flaky behaviour for format property serialization (e072790)
  • a flaky behaviour for format property serialization (4d06f86)
  • null reference on alternate keys during hidi transform (17247ed)
  • null reference on alternate keys during hidi transform (55f0f54)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Commits
  • 253b139 Merge pull request #2293 from microsoft/release-please--branches--support/v1-...
  • a1d481b chore(support/v1): release 1.6.24
  • 17247ed Merge pull request #2292 from microsoft/fix/hidi-convert-null-reference
  • 7d2a4ca update file path to moved file
  • 55f0f54 fix: null reference on alternate keys during hidi transform
  • b0e754b Merge pull request #2116 from microsoft/ci/release-please-to-v1
  • cff2f2d ci: fix starting version for release please
  • 3aeedac ci: configures release please for v1 branch
  • ebf3605 ci: updates the ADO pipeline to match release please configuration
  • 9bc10b0 ci: adds release please configuration
  • Additional commits viewable in compare view

Updates MSTest.TestAdapter from 3.8.2 to 3.8.3

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.8.3

See the release notes here

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.8.3] - 2025-03-17

See full log here

Fixed

Artifacts

Commits
  • 5354e77 [rel/3.8] Remove extra space (#5252)
  • 2175165 [rel/3.8] Add assembly name (#5247)
  • 5f788a5 [rel/3.8] Fix TestFailedException outcome not propagating to TestResult outco...
  • e71432a [rel/3.8] Move logic relevant to core MTP out of MTP.MSBuild (#5223)
  • 181dd82 [rel/3.8] Try out props/targets refactoring (#5219)
  • 94c71bf [rel/3.8] Ship props/targets of MSTest.TestFramework and MSTest.TestAdapter i...
  • ccbaf50 [rel/3.8] Consider --results-directory before configuration (#5204)
  • ec34a47 Fix build
  • b0bebf3 Fix merge conflict
  • bc08ddb Fix tests
  • Additional commits viewable in compare view

Updates MSTest.TestFramework from 3.8.2 to 3.8.3

Release notes

Sourced from MSTest.TestFramework's releases.

v3.8.3

See the release notes here

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.8.3] - 2025-03-17

See full log here

Fixed

Artifacts

Commits
  • 5354e77 [rel/3.8] Remove extra space (#5252)
  • 2175165 [rel/3.8] Add assembly name (#5247)
  • 5f788a5 [rel/3.8] Fix TestFailedException outcome not propagating to TestResult outco...
  • e71432a [rel/3.8] Move logic relevant to core MTP out of MTP.MSBuild (#5223)
  • 181dd82 [rel/3.8] Try out props/targets refactoring (#5219)
  • 94c71bf [rel/3.8] Ship props/targets of MSTest.TestFramework and MSTest.TestAdapter i...
  • ccbaf50 [rel/3.8] Consider --results-directory before configuration (#5204)
  • ec34a47 Fix build
  • b0bebf3 Fix merge conflict
  • bc08ddb Fix tests
  • Additional commits viewable in compare view

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

Bumps the all group with 3 updates in the / directory: [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET), [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `Microsoft.OpenApi.Readers` from 1.6.23 to 1.6.24
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Changelog](https://github.com/microsoft/OpenAPI.NET/blob/v1.6.24/CHANGELOG.md)
- [Commits](microsoft/OpenAPI.NET@1.6.23...v1.6.24)

Updates `MSTest.TestAdapter` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.8.2...v3.8.3)

Updates `MSTest.TestFramework` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.8.2...v3.8.3)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi.Readers
  dependency-version: 1.6.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MSTest.TestAdapter
  dependency-version: 3.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-version: 3.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 7, 2025
@HavenDV HavenDV merged commit 9e7e34e into main Apr 7, 2025
2 of 3 checks passed
@HavenDV HavenDV deleted the dependabot/nuget/all-9c8697388d branch April 7, 2025 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants