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

chore(deps): Bump the all group with 3 updates #76

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the all group with 3 updates: DotNet.ReproducibleBuilds, MSTest.TestAdapter and MSTest.TestFramework.

Updates DotNet.ReproducibleBuilds from 1.2.4 to 1.2.25

Release notes

Sourced from DotNet.ReproducibleBuilds's releases.

v1.2.25

This release is designed to be a "cleanup" release that we can use as a solid foundation to build on. We've cleared the backlog of PRs and resolved several issues. Two changes of note:

  • The minimum required SDK version is now .NET 8
  • The RepositoryBranch logic introduced in v1.2.4 has been refactored to align with the values provided by Source Link in .NET 9

Removals

What's changed

Tidying up

New Contributors

Full Changelog: dotnet/reproducible-builds@v1.2.4...v1.2.25

Commits
  • 714df2e Bump required SDK to 8+ and remove fixed issues (#52)
  • f2c641c Align RepositoryBranch logic with .NET 9 (#50)
  • 94faeb1 Shorten up the DotNet.ReproducibleBuilds package props file. (#11)
  • 4336d59 Add test cases for detecting CI environments and setting ContinuousIntegratio...
  • d8255e2 Merge branch 'main' into refactor/ci-property-tests
  • 710a248 Add CODEOWNERS (#48)
  • 04ab71c Create new ProjectCollection per test
  • e9e2112 Add tests for CI providers to ContinuousIntegrationBuild
  • c3c9e9d Add CODEOWNERS
  • 5230e33 Simplify RepositoryBranch tests
  • Additional commits viewable in compare view

Updates MSTest.TestAdapter from 3.5.2 to 3.6.0

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.6.0

See the release notes here

Special shoutout to @​SimonCropp for his exceptional contribution in improving the quality of the repository.

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.6.0] - 2024-09-11

See full log here

Added

Fixed

... (truncated)

Commits
  • db0db46 [rel/3.6] Update dependencies from microsoft/testanywhere (#3803)
  • 4959941 Add option to order tests by name (#3796)
  • 62659f7 [rel/3.6] Update dependencies from devdiv/DevDiv/vs-code-coverage (#3795)
  • db9387a Regenerate xlf
  • 0bc0bb8 [rel/3.6] Update dependencies from microsoft/testanywhere (#3793)
  • f3d9701 Backport some localizations
  • b0f5c69 [rel/3.6] Update dependencies from microsoft/testanywhere (#3791)
  • 4a4a538 Cherry-pick fix skipped Test isn't shown as skipped/not executed in Trx Repor...
  • 60dc7a5 [rel/3.6] Fix timedout test does not fail test run (in ui) (#3774)
  • ff20766 [rel/3.6] Fix running cleanup after first test method (#3764)
  • Additional commits viewable in compare view

Updates MSTest.TestFramework from 3.5.2 to 3.6.0

Release notes

Sourced from MSTest.TestFramework's releases.

v3.6.0

See the release notes here

Special shoutout to @​SimonCropp for his exceptional contribution in improving the quality of the repository.

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.6.0] - 2024-09-11

See full log here

Added

Fixed

... (truncated)

Commits
  • db0db46 [rel/3.6] Update dependencies from microsoft/testanywhere (#3803)
  • 4959941 Add option to order tests by name (#3796)
  • 62659f7 [rel/3.6] Update dependencies from devdiv/DevDiv/vs-code-coverage (#3795)
  • db9387a Regenerate xlf
  • 0bc0bb8 [rel/3.6] Update dependencies from microsoft/testanywhere (#3793)
  • f3d9701 Backport some localizations
  • b0f5c69 [rel/3.6] Update dependencies from microsoft/testanywhere (#3791)
  • 4a4a538 Cherry-pick fix skipped Test isn't shown as skipped/not executed in Trx Repor...
  • 60dc7a5 [rel/3.6] Fix timedout test does not fail test run (in ui) (#3774)
  • ff20766 [rel/3.6] Fix running cleanup after first test method (#3764)
  • 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: [DotNet.ReproducibleBuilds](https://github.com/dotnet/reproducible-builds), [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `DotNet.ReproducibleBuilds` from 1.2.4 to 1.2.25
- [Release notes](https://github.com/dotnet/reproducible-builds/releases)
- [Commits](dotnet/reproducible-builds@v1.2.4...v1.2.25)

Updates `MSTest.TestAdapter` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.2...v3.6.0)

Updates `MSTest.TestFramework` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.2...v3.6.0)

---
updated-dependencies:
- dependency-name: DotNet.ReproducibleBuilds
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Sep 16, 2024
@github-actions github-actions bot merged commit f31fed1 into master Sep 16, 2024
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/all-787400bd14 branch September 16, 2024 20:23
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.

0 participants