chore(deps): finish dependabot updates dependabot abandoned - #130
Merged
Merged
Conversation
Dependabot auto-closed PRs #124 (Microsoft.Agents.AI.Workflows) and #127 (OpenTelemetry.Instrumentation.Http) after an "@dependabot rebase" request, claiming they were "updatable another way," but neither was bumped on main. Apply the same version targets manually: - Microsoft.Agents.AI.Workflows 1.21.0 -> 1.22.0, matching the Microsoft.Agents.AI.OpenAI bump already merged (#123). - Microsoft.Agents.AI.A2A 1.21.0-preview.260911.1 -> 1.22.0-preview.260918.1, the third package in that lockstep trio, which dependabot never opens a PR for. - OpenTelemetry.Instrumentation.Http 1.17.0 -> 1.19.0, matching the Exporter (#126) and Runtime (#128) bumps already merged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Finishes the Dependabot bumps that Dependabot dropped.
After #122, #123, #125, #126 and #128 were squash-merged, #124 and #127 conflicted on adjacent
<PackageReference>lines. An@dependabot rebaserequest made Dependabot close both as "updatable in another way" and delete their branches, but neither bump had reached main.Microsoft.Agents.AI.Workflows1.21.0 → 1.22.0, matchingMicrosoft.Agents.AI.OpenAI(Bump Microsoft.Agents.AI.OpenAI from 1.21.0 to 1.22.0 #123)Microsoft.Agents.AI.A2A1.21.0-preview.260911.1 → 1.22.0-preview.260918.1, the lockstep sibling Dependabot never opens a PR forOpenTelemetry.Instrumentation.Http1.17.0 → 1.19.0, matching Exporter (Bump OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.17.0 to 1.19.1 #126) and Runtime (Bump OpenTelemetry.Instrumentation.Runtime from 1.17.0 to 1.19.0 #128)The
Microsoft.Agents.AI.*family is back in lockstep at 1.22.0.Microsoft.Agents.AI.A2A1.22.0-preview requiresMicrosoft.Agents.AI.Abstractions1.22.0 andA2A1.0.0-preview2, which is what we already pin.Supersedes #124 and #127.
Verified locally with
./build.sh: 0 errors, no NU warnings, 2940/2940 tests.