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 core group across 1 directory with 6 updates #805

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Bumps the core group with 6 updates in the /src/RepoGovernance.Core directory:

Package From To
Azure.Data.Tables 12.9.1 12.10.0
System.Text.Json 9.0.0 8.0.5
Azure.Identity 1.13.1 1.13.2
System.Text.Json 9.0.0 8.0.5
GitHubActionsDotNet 1.3.26 1.3.28
System.Text.Json 9.0.0 8.0.5
Microsoft.Extensions.Configuration.Abstractions 9.0.0 9.0.2
Microsoft.Graph 5.62.0 5.70.0
System.Text.Json 9.0.0 8.0.5
System.Text.Json 9.0.0 9.0.2

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 System.Text.Json from 9.0.0 to 8.0.5

Commits

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 System.Text.Json from 9.0.0 to 8.0.5

Commits

Updates GitHubActionsDotNet from 1.3.26 to 1.3.28

Commits
  • 89bacae Merge pull request #160 from samsmithnz/dependabot/github_actions/gittools/ac...
  • f2c3301 Merge branch 'main' into dependabot/github_actions/gittools/actions-3.0.3
  • 811470e Merge pull request #161 from samsmithnz/dependabot/nuget/src/GitHubActionsDot...
  • 83d571b Bump YamlDotNet
  • 56b5da7 Bump gittools/actions from 2.0.0 to 3.0.3
  • 0f65ba3 Merge pull request #158 from samsmithnz/dependabot/nuget/src/GitHubActionsDot...
  • 5f1a3f3 Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/GitHubActionsDotNet
  • See full diff in compare view

Updates System.Text.Json from 9.0.0 to 8.0.5

Commits

Updates Microsoft.Extensions.Configuration.Abstractions from 9.0.0 to 9.0.2

Release notes

Sourced from Microsoft.Extensions.Configuration.Abstractions's releases.

.NET 9.0.2

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Graph from 5.62.0 to 5.70.0

Release notes

Sourced from Microsoft.Graph's releases.

v5.70.0

5.70.0 (2025-02-13)

Features

  • generation: update request builders and models (04cd32e)

v5.69.0

5.69.0 (2025-01-23)

Features

  • generation: update request builders and models (a094832)

v5.68.0

5.68.0 (2025-01-02)

Features

  • generation: update request builders and models (0c4d1c5)
  • generation: update request builders and models (3f3ac8b)

v5.67.0

5.67.0 (2024-12-13)

Features

  • generation: update request builders and models (afe7f81)

v5.66.0

5.66.0 (2024-12-11)

Features

  • generation: update request builders and models (6ac50a9)

v5.65.0

5.65.0 (2024-12-05)

Features

  • generation: update request builders and models (fb5ce20)

v5.64.0

... (truncated)

Changelog

Sourced from Microsoft.Graph's changelog.

5.70.0 (2025-02-13)

Features

  • generation: update request builders and models (04cd32e)

5.69.0 (2025-01-23)

Features

  • generation: update request builders and models (a094832)

5.68.0 (2025-01-02)

Features

  • generation: update request builders and models (0c4d1c5)
  • generation: update request builders and models (3f3ac8b)

5.67.0 (2024-12-13)

Features

  • generation: update request builders and models (afe7f81)

5.66.0 (2024-12-11)

Features

  • generation: update request builders and models (6ac50a9)

5.65.0 (2024-12-05)

Features

  • generation: update request builders and models (fb5ce20)

5.64.0 (2024-11-28)

Features

  • generation: update request builders and models (3999726)

... (truncated)

Commits
  • 5967b8a Merge pull request #2831 from microsoftgraph/release-please--branches--main--...
  • 25ec0da chore(main): release 5.70.0
  • c772012 Merge pull request #2830 from microsoftgraph/kiota/v1.0/pipelinebuild/180153
  • 04cd32e feat(generation): update request builders and models
  • 7678bb9 Merge pull request #2815 from microsoftgraph/dependabot/github_actions/action...
  • 11ce9ac build(deps): bump actions/setup-dotnet from 4.2.0 to 4.3.0
  • 02c4140 Merge pull request #2809 from microsoftgraph/dependabot/github_actions/depend...
  • 3b31508 build(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0
  • 67e739a Merge pull request #2804 from microsoftgraph/release-please--branches--main--...
  • 8b352ee chore(main): release 5.69.0
  • Additional commits viewable in compare view

Updates System.Text.Json from 9.0.0 to 8.0.5

Commits

Updates System.Text.Json from 9.0.0 to 9.0.2

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 core group with 6 updates in the /src/RepoGovernance.Core directory:

| Package | From | To |
| --- | --- | --- |
| [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net) | `12.9.1` | `12.10.0` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `9.0.0` | `8.0.5` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.13.1` | `1.13.2` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `9.0.0` | `8.0.5` |
| [GitHubActionsDotNet](https://github.com/samsmithnz/GitHubActionsDotNet) | `1.3.26` | `1.3.28` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `9.0.0` | `8.0.5` |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) | `5.62.0` | `5.70.0` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `9.0.0` | `8.0.5` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |



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 `System.Text.Json` from 9.0.0 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.5)

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 `System.Text.Json` from 9.0.0 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.5)

Updates `GitHubActionsDotNet` from 1.3.26 to 1.3.28
- [Release notes](https://github.com/samsmithnz/GitHubActionsDotNet/releases)
- [Commits](samsmithnz/GitHubActionsDotNet@v1.3.26...v1.3.28)

Updates `System.Text.Json` from 9.0.0 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.5)

Updates `Microsoft.Extensions.Configuration.Abstractions` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

Updates `Microsoft.Graph` from 5.62.0 to 5.70.0
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-dotnet/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-dotnet@5.62.0...5.70.0)

Updates `System.Text.Json` from 9.0.0 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.5)

Updates `System.Text.Json` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.5)

---
updated-dependencies:
- dependency-name: Azure.Data.Tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core
- dependency-name: GitHubActionsDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: Microsoft.Graph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
...

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 Feb 13, 2025
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