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

build(deps): bump the test-common-package-minor-and-patch group across 1 directory with 6 updates #492

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

Bumps the test-common-package-minor-and-patch group with 6 updates in the /source/TestCommon directory:

Package From To
coverlet.collector 6.0.2 6.0.3
xunit 2.9.2 2.9.3
Azure.Data.Tables 12.9.1 12.10.0
Azure.Identity 1.13.1 1.13.2
Polly 8.5.0 8.5.1
WireMock.Net 1.6.8 1.6.11

Updates coverlet.collector from 6.0.2 to 6.0.3

Release notes

Sourced from coverlet.collector's releases.

v6.0.3

Fixed

Improvements

  • Cache the regex used in InstrumentationHelper #1693
  • Enable dotnetTool integration tests for linux #660

Diff between 6.0.2 and 6.0.3

Commits

Updates xunit from 2.9.2 to 2.9.3

Commits

Updates Azure.Data.Tables from 12.9.1 to 12.10.0

Release notes

Sourced from Azure.Data.Tables's releases.

Azure.Data.Tables_12.10.0

12.10.0 (2025-01-14)

Breaking Changes

  • Calling TableClient.Query, TableClient.QueryAsync, or TableClient.CreateQueryFilter with a filter expression that uses string.Equals or string.Compare with a StringComparison parameter will now throw an exception. This is because the Azure Table service does not support these methods in query filters. Previously the StringComparison argument was silently ignored, which can lead to subtle bugs in client code. The new behavior can be overridden by either setting an AppContext switch named "Azure.Data.Tables.DisableThrowOnStringComparisonFilter" to true or by setting the environment variable "AZURE_DATA_TABLES_DISABLE_THROWONSTRINGCOMPARISONFILTER" to "true". Note: AppContext switches can also be configured via configuration like below:
<ItemGroup>
    <RuntimeHostConfigurationOption Include="Azure.Data.Tables.DisableThrowOnStringComparisonFilter" Value="true" />
</ItemGroup>

Other Changes

  • Improved the performance of TableServiceClient.GetTableClient()
Commits
  • e1a0163 Permissions docs (#47793)
  • 0d0752b [CODEOWNERS] Remove invalid owner (#47820)
  • 9de236f [Storage] [DataMovement] [Archboard feedback] Renamed *CheckpointData to *Che...
  • 9d19f27 Fix typo in CertificatePolicy.KeySize documentation (#47794)
  • 8992dc6 Generating confidentialledger SDK for API spec version 2024-01-26-pre… (#47340)
  • 21554c4 Add detection for empty string in the return value of createdByPrincipalTenan...
  • d6d881b Update Generator Version 3.0.0-beta.20250109.1 (#47765)
  • 8bdd765 Increment package version after release of Azure.ResourceManager.Network (#47...
  • 710a44d Prep for release and add App Compat switch for the recent breaking change (#4...
  • 63a37cb [Storage][DataMovement] Remove the sync WaitForCompletion for now (#47774)
  • Additional commits viewable in compare view

Updates Azure.Identity from 1.13.1 to 1.13.2

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.13.2

1.13.2 (2025-01-14)

Bugs Fixed

  • Fixed an issue where setting DefaultAzureCredentialOptions.TenantId twice throws an InvalidOperationException (#47035)
  • Fixed an issue where ManagedIdentityCredential does not honor the CancellationToken passed to GetToken and GetTokenAsync. (#47156)
  • Fixed an issue where some credentials in DefaultAzureCredential would not fall through to the next credential in the chain under certain exception conditions.
  • Fixed a regression in ManagedIdentityCredential when used in a ChainedTokenCredential where the invalid json responses do not fall through to the next credential in the chain. (#47470)
Commits
  • a5c44c2 [Storage][DataMovement] More GA API feedback (renames/refactors) (#47796)
  • 23c0c85 Prepare Identity for release with bugfix (#47753)
  • fffdf45 datamovement migration guide skeleton (#47818)
  • 0bb67b8 Increment package version after release of Azure.Data.Tables (#47831)
  • e1a0163 Permissions docs (#47793)
  • 0d0752b [CODEOWNERS] Remove invalid owner (#47820)
  • 9de236f [Storage] [DataMovement] [Archboard feedback] Renamed *CheckpointData to *Che...
  • 9d19f27 Fix typo in CertificatePolicy.KeySize documentation (#47794)
  • 8992dc6 Generating confidentialledger SDK for API spec version 2024-01-26-pre… (#47340)
  • 21554c4 Add detection for empty string in the return value of createdByPrincipalTenan...
  • Additional commits viewable in compare view

Updates Polly from 8.5.0 to 8.5.1

Release notes

Sourced from Polly's releases.

8.5.1

What's Changed

New Contributors

Full Changelog: App-vNext/Polly@8.5.0...8.5.1

Changelog

Sourced from Polly's changelog.

8.5.1

Commits

Updates WireMock.Net from 1.6.8 to 1.6.11

Changelog

Sourced from WireMock.Net's changelog.

1.6.11 (02 January 2025)

  • #1221 - Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher [feature] contributed by StefH
  • #1222 - Fix WireMockContainerBuilder (duplicate entries) [bug] contributed by StefH
  • #1223 - Add functionality to call a PostTransform method after the Webhook request has been transformed [feature] contributed by StefH
  • #1224 - Add FindLogEntries to IWireMockServer [feature] contributed by StefH
  • #1092 - FindLogEntries present in WireMockServer but not IWireMockServer [feature]
  • #1192 - Feature: add URL assertion excluding query parameters [feature]
  • #1204 - Supplying Values From Request for Webhook Body and Headers [feature]
  • #1217 - Order of WireMockContainerBuilder WithX calls caused duplicate Networks in Configuration [bug]

1.6.10 (15 December 2024)

  • #1189 - WireMock.Net.Testcontainers: implement watching the static mapping folder for changes [bug] contributed by StefH
  • #1188 - WithWatchStaticMappings doesn't respect new files [bug]

1.6.9 (06 December 2024)

  • #1216 - Fix JsonPartialMatcher when using property names with dot [bug] contributed by StefH
  • #1210 - JsonPartialMatcher fails to match on property name that JsonMatcher matches [bug]
Commits
  • 9c94324 1.6.11
  • 1198fea Add unit test "WireMockServer_WithBodyAsProtoBuf_JsonPartialWildcardMatcher"
  • ab7ce37 Fix WireMockContainerBuilder (duplicate entries) (#1222)
  • 485f7ad FindLogEntries (#1224)
  • c4ae4ea Add functionality to call a PostTransform method after the Webhook request ha...
  • 6db5427 Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher (#1221)
  • deda7fb 1.6.10
  • 2a19b44 WireMock.Net.Testcontainers: implement watching the static mapping folder for...
  • c548600 1.6.9
  • 7f640df Fix JsonPartialMatcher when using property names with dot (#1216)
  • See full diff 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

@dependabot dependabot bot requested a review from FirestarJes as a code owner January 15, 2025 08:20
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 15, 2025
Copy link

github-actions bot commented Jan 15, 2025

Test results for ./source/TestCommon/TestCommon.sln

  3 files  ±0    3 suites  ±0   6m 10s ⏱️ +32s
152 tests ±0  151 ✅  - 1  0 💤 ±0  1 ❌ +1 
154 runs  ±0  153 ✅  - 1  0 💤 ±0  1 ❌ +1 

For more details on these failures, see this check.

Results for commit 4fc0844. ± Comparison against base commit ffbee4b.

This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
Energinet.DataHub.Core.TestCommon.Tests.Unit.AutoFixture.AttributeTests.AutoMoqDataAttributeTests ‑ When_ParameterInTestIsPresent_Then_SutCanBeUsed(autoMoqObject: AutoMoqObject { Number = 20 }, sut: AutoMoqClass { })
Energinet.DataHub.Core.TestCommon.Tests.Unit.AutoFixture.AttributeTests.AutoMoqDataAttributeTests ‑ When_ParameterInTestIsPresent_Then_TheyAreNotNull(autoMoqObject: AutoMoqObject { Number = 68 }, sut: AutoMoqClass { })
Energinet.DataHub.Core.TestCommon.Tests.Unit.AutoFixture.AttributeTests.AutoMoqDataAttributeTests ‑ When_ParameterInTestIsPresent_Then_SutCanBeUsed(autoMoqObject: AutoMoqObject { Number = 238 }, sut: AutoMoqClass { })
Energinet.DataHub.Core.TestCommon.Tests.Unit.AutoFixture.AttributeTests.AutoMoqDataAttributeTests ‑ When_ParameterInTestIsPresent_Then_TheyAreNotNull(autoMoqObject: AutoMoqObject { Number = 200 }, sut: AutoMoqClass { })

♻️ This comment has been updated with latest results.

…s 1 directory with 6 updates

Bumps the test-common-package-minor-and-patch group with 6 updates in the /source/TestCommon directory:

| Package | From | To |
| --- | --- | --- |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.3` |
| [xunit](https://github.com/xunit/xunit) | `2.9.2` | `2.9.3` |
| [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net) | `12.9.1` | `12.10.0` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.13.1` | `1.13.2` |
| [Polly](https://github.com/App-vNext/Polly) | `8.5.0` | `8.5.1` |
| [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) | `1.6.8` | `1.6.11` |



Updates `coverlet.collector` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.3)

Updates `xunit` from 2.9.2 to 2.9.3
- [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3)

Updates `Azure.Data.Tables` from 12.9.1 to 12.10.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.9.1...Azure.Data.Tables_12.10.0)

Updates `Azure.Identity` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.1...Azure.Identity_1.13.2)

Updates `Polly` from 8.5.0 to 8.5.1
- [Release notes](https://github.com/App-vNext/Polly/releases)
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md)
- [Commits](App-vNext/Polly@8.5.0...8.5.1)

Updates `WireMock.Net` from 1.6.8 to 1.6.11
- [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases)
- [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md)
- [Commits](WireMock-Net/WireMock.Net@1.6.8...1.6.11)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-common-package-minor-and-patch
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-common-package-minor-and-patch
- dependency-name: Azure.Data.Tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-common-package-minor-and-patch
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-common-package-minor-and-patch
- dependency-name: Polly
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-common-package-minor-and-patch
- dependency-name: WireMock.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-common-package-minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/source/TestCommon/test-common-package-minor-and-patch-9eeb30f6e7 branch from efec202 to 4fc0844 Compare January 15, 2025 12:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 20, 2025
@dependabot dependabot bot deleted the dependabot/nuget/source/TestCommon/test-common-package-minor-and-patch-9eeb30f6e7 branch January 20, 2025 05:34
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