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 the tests group across 1 directory with 5 updates #984

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2024

Bumps the tests group with 5 updates in the /src/FeatureFlags.Tests directory:

Package From To
Azure.Data.Tables 12.8.3 12.9.0
Azure.Storage.Blobs 12.20.0 12.21.1
Swashbuckle.AspNetCore 6.6.2 6.7.0
MSTest.TestAdapter 3.4.3 3.5.1
MSTest.TestFramework 3.4.3 3.5.1

Updates Azure.Data.Tables from 12.8.3 to 12.9.0

Release notes

Sourced from Azure.Data.Tables's releases.

Azure.Data.Tables_12.9.0

12.9.0 (2024-07-22)

Features Added

  • Overload the DeleteEntity method to allow an ITableEntity object as parameter.

Bugs Fixed

  • Fixed an issue where custom models decorated with the DataMemberAttribute that didn't explicitly set a name caused the query filter to be malformed.

Other Changes

  • Reduce List allocations when uploading batches to table storage
Commits

Updates Azure.Storage.Blobs from 12.20.0 to 12.21.1

Release notes

Sourced from Azure.Storage.Blobs's releases.

Azure.Storage.Blobs_12.21.1

12.21.1 (2024-07-25)

Bugs Fixed

  • Fixed [BUG] Azure Blob Storage Client SDK No Longer Supports Globalization Invariant Mode for Account Key Authentication #45052

Azure.Storage.Blobs_12.21.0

12.21.0 (2024-07-16)

Features Added

  • Includes all features from 12.21.0-beta.1.

Bugs Fixed

  • Fixed bug where storage clients when constructed with URLs with '#' character would truncate the blob name at the '#'.

Azure.Storage.Blobs_12.21.0-beta.1

12.21.0-beta.1 (2024-06-11)

  • Added support for service version 2024-08-04.
  • Added BlobContainerClient.GetAccountInfo(), .GetAccountInfoAsync(), BlobBaseClient.GetAccountInfo(), and .GetAccountInfoAsync() APIs.
  • Added more detailed messaging for authorization failure cases.
Commits

Updates Swashbuckle.AspNetCore from 6.6.2 to 6.7.0

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.7.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0

Commits
  • 531c4c0 Use HttpMethods.IsGet()
  • f2ed1aa Remove build from CodeQL
  • 6417588 Bump github/codeql-action from 3.25.13 to 3.25.15
  • 9b9d2ad Bump actions/attest-build-provenance from 1.3.3 to 1.4.0 (#2998)
  • ca59f40 Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#2997)
  • 55ca891 Bump github/codeql-action from 3.25.12 to 3.25.13 (#2994)
  • 85fefe4 Support non-nullable types as required (#2803)
  • 3553751 Support [JsonRequired] (#2988)
  • fdb7d6b Support generics and overloads for XML comments (#2982)
  • f85abd4 Bump github/codeql-action from 3.25.11 to 3.25.12 (#2984)
  • Additional commits viewable in compare view

Updates MSTest.TestAdapter from 3.4.3 to 3.5.1

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.5.0

See the release notes here

Changelog

Sourced from MSTest.TestAdapter's changelog.

Changelog

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

The format is based on Keep a Changelog

[3.5.0] - 2024-07-15

See full log here

Added

Housekeeping

... (truncated)

Commits

Updates MSTest.TestFramework from 3.4.3 to 3.5.1

Release notes

Sourced from MSTest.TestFramework's releases.

v3.5.0

See the release notes here

Changelog

Sourced from MSTest.TestFramework's changelog.

Changelog

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

The format is based on Keep a Changelog

[3.5.0] - 2024-07-15

See full log here

Added

Housekeeping

... (truncated)

Commits

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 tests group with 5 updates in the /src/FeatureFlags.Tests directory:

| Package | From | To |
| --- | --- | --- |
| [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net) | `12.8.3` | `12.9.0` |
| [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) | `12.20.0` | `12.21.1` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.6.2` | `6.7.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.4.3` | `3.5.1` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.4.3` | `3.5.1` |



Updates `Azure.Data.Tables` from 12.8.3 to 12.9.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.8.3...Azure.Data.Tables_12.9.0)

Updates `Azure.Storage.Blobs` from 12.20.0 to 12.21.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.20.0...Azure.Storage.Blobs_12.21.1)

Updates `Swashbuckle.AspNetCore` from 6.6.2 to 6.7.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0)

Updates `MSTest.TestAdapter` from 3.4.3 to 3.5.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.4.3...v3.5.1)

Updates `MSTest.TestFramework` from 3.4.3 to 3.5.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.4.3...v3.5.1)

---
updated-dependencies:
- dependency-name: Azure.Data.Tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2024

Superseded by #986.

@dependabot dependabot bot closed this Aug 9, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/FeatureFlags.Tests/tests-8d3381ba04 branch August 9, 2024 10:39
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.

1 participant