Skip to content

chore(deps): update dependency microsoft.kiota.abstractions to 2.1.2 - #6747

Merged
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.kiota.abstractions-2.x
Sep 8, 2026
Merged

chore(deps): update dependency microsoft.kiota.abstractions to 2.1.2#6747
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.kiota.abstractions-2.x

Conversation

@thomhurst

@thomhurst thomhurst commented Sep 8, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Microsoft.Kiota.Abstractions (source) nuget patch 2.1.12.1.2

Release Notes

microsoft/kiota-dotnet (Microsoft.Kiota.Abstractions)

v2.1.2

Bug Fixes
  • serialization-json: honor custom TimeSpan converters (#​795) (e22c5ba)
  • serialization-json: honor DateTimeOffset converters (802e20a)
  • serialization-json: honor guid converters before fallback parsing (#​794) (22cc1d3)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Sep 8, 2026
@thomhurst
thomhurst enabled auto-merge (squash) September 8, 2026 14:15
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-08T14:17:25.717824Z c5f9850 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 8, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: f9be608b-28e2-42d1-8799-2f5a20ca22e5

📥 Commits

Reviewing files that changed from the base of the PR and between 119edbc and c5f9850.

📒 Files selected for processing (1)
  • Directory.Packages.props

Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review.


📝 Walkthrough

Walkthrough

The centrally managed Microsoft.Kiota.Abstractions package version changes from 2.1.1 to 2.1.2.

Changes

Package version update

Layer / File(s) Summary
Update managed package version
Directory.Packages.props
The centrally managed Microsoft.Kiota.Abstractions package version changes from 2.1.1 to 2.1.2.

Priority: ⬇️ Low — Defer this dependency update because it is a one-line package version change with no public API alterations.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to c5f98

This updates Kiota Abstractions to include serialization converter fixes. No actionable merge-blocking risk is currently identified.

Suggested reviewers: mvanhorn

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely identifies the dependency update from the changeset.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/microsoft.kiota.abstractions-2.x

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

A rabbit checks the package line
Two point one two now fits just fine
The props file hops ahead
Old version rests in bed
Clean updates bloom in code

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Sep 8, 2026

Copy link
Copy Markdown

Greptile Summary

Updates the centrally managed Microsoft.Kiota.Abstractions package from 2.1.1 to 2.1.2.

  • Applies the patch update to the repository’s Kiota-dependent test projects.
  • Makes no source-code or configuration changes beyond the package version.

Confidence Score: 5/5

The PR appears safe to merge, with no actionable correctness, security, or repository-rule issues identified.

The change is a single patch-level dependency update, and the repository has focused tests for its Kiota API usage; no concrete incompatible behavior or broken contract was established.

Important Files Changed

Filename Overview
Directory.Packages.props Updates Microsoft.Kiota.Abstractions from 2.1.1 to 2.1.2 with no concrete compatibility issue identified.

Reviews (1): Last reviewed commit: "chore(deps): update dependency microsoft..." | Re-trigger Greptile

@thomhurst
thomhurst merged commit 4ae8bcc into main Sep 8, 2026
14 checks passed
@thomhurst
thomhurst deleted the renovate/microsoft.kiota.abstractions-2.x branch September 8, 2026 14:47
github-actions Bot pushed a commit to BenjaminMichaelis/TrxLib that referenced this pull request Sep 14, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.66.16 to
1.67.0.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.67.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.67.0 -->

## What's Changed
### Other Changes
* docs: clarified and updated attributes comparison for xUnit 3 by
@​304NotModified in thomhurst/TUnit#6774
* perf: read inline argument metadata without reflection by @​thomhurst
in thomhurst/TUnit#6778
* perf: limit converter discovery to declarations by @​thomhurst in
thomhurst/TUnit#6779
* perf: skip teardown analysis when no disposable members need cleanup
by @​thomhurst in thomhurst/TUnit#6780
* perf: avoid line allocations when writing generated source by
@​thomhurst in thomhurst/TUnit#6781
* perf: avoid formatting interface names for data-source checks by
@​thomhurst in thomhurst/TUnit#6782
* perf: skip unannotated property data-source candidates by @​thomhurst
in thomhurst/TUnit#6784
* fix: fold inner exceptions into IDE test failure output by @​thomhurst
in thomhurst/TUnit#6777
* perf: reuse argument-free attribute initializer text by @​thomhurst in
thomhurst/TUnit#6788
* perf: extract test metadata in attribute transforms by @​thomhurst in
thomhurst/TUnit#6789
* perf: skip receiver registration for ordinary objects by @​thomhurst
in thomhurst/TUnit#6790
* perf: cache reporting properties on test contexts by @​thomhurst in
thomhurst/TUnit#6791
* fix: preserve executor registration, limiter precedence, and timeout
classification by @​Nice3point in
thomhurst/TUnit#6768
### Dependencies
* chore(deps): update tunit to 1.66.27 by @​thomhurst in
thomhurst/TUnit#6742
* chore(deps): update dependency bunit to 2.10.3 by @​thomhurst in
thomhurst/TUnit#6745
* chore(deps): update dependency imposter to 0.1.11 by @​thomhurst in
thomhurst/TUnit#6744
* chore(deps): update dependency microsoft.kiota.abstractions to 2.1.2
by @​thomhurst in thomhurst/TUnit#6747
* chore(deps): update dependency microsoft.templateengine.authoring.cli
to v10.0.401 by @​thomhurst in
thomhurst/TUnit#6750
* chore(deps): update dependency fsharp.core to 10.1.401 by @​thomhurst
in thomhurst/TUnit#6748
* chore(deps): update dependency
microsoft.templateengine.authoring.templateverifier to 10.0.401 by
@​thomhurst in thomhurst/TUnit#6751
* chore(deps): update dependency system.commandline to 2.0.12 by
@​thomhurst in thomhurst/TUnit#6752
* chore(deps): update dependency dotnet-sdk to v10.0.401 by @​thomhurst
in thomhurst/TUnit#6754
* chore(deps): update microsoft.extensions to 10.0.12 by @​thomhurst in
thomhurst/TUnit#6755
* chore(deps): update microsoft.aspnetcore to 10.0.12 by @​thomhurst in
thomhurst/TUnit#6753
* chore(deps): update dependency microsoft.entityframeworkcore to
10.0.12 by @​thomhurst in thomhurst/TUnit#6749
* chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v11 by
@​thomhurst in thomhurst/TUnit#6756
* chore(deps): update dependency microsoft.net.test.sdk to 18.10.0 by
@​thomhurst in thomhurst/TUnit#6761
* chore(deps): update microsoft.extensions to 10.10.0 by @​thomhurst in
thomhurst/TUnit#6762
* chore(deps): update react to ^19.3.0 by @​thomhurst in
thomhurst/TUnit#6763
* chore(deps): update dependency awssdk.sqs to 4.0.100.13 by @​thomhurst
in thomhurst/TUnit#6764
* chore(deps): update dependency polyfill to 11.3.0 by @​thomhurst in
thomhurst/TUnit#6765
* chore(deps): update dependency polyfill to 11.3.0 by @​thomhurst in
thomhurst/TUnit#6766
* chore(deps): update dependency stackexchange.redis to 3.2.0 by
@​thomhurst in thomhurst/TUnit#6769
* chore(deps): update dependency microsoft.net.stringtools to 18.10.1 by
@​thomhurst in thomhurst/TUnit#6771
* chore(deps): update dependency dotnet-trace to v10.0.745401 by
@​thomhurst in thomhurst/TUnit#6773
* chore(deps): bump colord from 2.9.3 to 2.10.0 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6759
* chore(deps): bump joi from 17.13.4 to 17.13.7 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6758
* chore(deps): bump js-yaml from 4.3.1 to 4.3.2 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6757
* chore(deps): update dependency yaml to v2.9.1 by @​thomhurst in
thomhurst/TUnit#6785
* chore(deps): update verify to 32.0.1 by @​thomhurst in
thomhurst/TUnit#6786
* chore(deps): update dependency nunit.analyzers to 4.15.0 by
@​thomhurst in thomhurst/TUnit#6792

## New Contributors
* @​304NotModified made their first contribution in
thomhurst/TUnit#6774
* @​Nice3point made their first contribution in
thomhurst/TUnit#6768
 ... (truncated)

## 1.66.27

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.27 -->

## What's Changed
### Other Changes
* fix(mocks): initialize mock state before base constructor callbacks by
@​thomhurst in thomhurst/TUnit#6741
### Dependencies
* chore(deps): update tunit to 1.66.16 by @​thomhurst in
thomhurst/TUnit#6733
* chore(deps): update dependency testcontainers.postgresql to 4.15.0 by
@​thomhurst in thomhurst/TUnit#6736
* chore(deps): update dependency testcontainers.redis to 4.15.0 by
@​thomhurst in thomhurst/TUnit#6737
* chore(deps): update dependency testcontainers.kafka to 4.15.0 by
@​thomhurst in thomhurst/TUnit#6735
* chore(deps): update dependency mockolate to 3.5.0 by @​thomhurst in
thomhurst/TUnit#6739


**Full Changelog**:
thomhurst/TUnit@v1.66.16...v1.66.27

Commits viewable in [compare
view](thomhurst/TUnit@v1.66.16...v1.67.0).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.66.16&new-version=1.67.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions Bot pushed a commit to IntelliTect/CodingGuidelines that referenced this pull request Sep 14, 2026
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.66.27 to
1.67.0.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit.Core's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.67.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.67.0 -->

## What's Changed
### Other Changes
* docs: clarified and updated attributes comparison for xUnit 3 by
@​304NotModified in thomhurst/TUnit#6774
* perf: read inline argument metadata without reflection by @​thomhurst
in thomhurst/TUnit#6778
* perf: limit converter discovery to declarations by @​thomhurst in
thomhurst/TUnit#6779
* perf: skip teardown analysis when no disposable members need cleanup
by @​thomhurst in thomhurst/TUnit#6780
* perf: avoid line allocations when writing generated source by
@​thomhurst in thomhurst/TUnit#6781
* perf: avoid formatting interface names for data-source checks by
@​thomhurst in thomhurst/TUnit#6782
* perf: skip unannotated property data-source candidates by @​thomhurst
in thomhurst/TUnit#6784
* fix: fold inner exceptions into IDE test failure output by @​thomhurst
in thomhurst/TUnit#6777
* perf: reuse argument-free attribute initializer text by @​thomhurst in
thomhurst/TUnit#6788
* perf: extract test metadata in attribute transforms by @​thomhurst in
thomhurst/TUnit#6789
* perf: skip receiver registration for ordinary objects by @​thomhurst
in thomhurst/TUnit#6790
* perf: cache reporting properties on test contexts by @​thomhurst in
thomhurst/TUnit#6791
* fix: preserve executor registration, limiter precedence, and timeout
classification by @​Nice3point in
thomhurst/TUnit#6768
### Dependencies
* chore(deps): update tunit to 1.66.27 by @​thomhurst in
thomhurst/TUnit#6742
* chore(deps): update dependency bunit to 2.10.3 by @​thomhurst in
thomhurst/TUnit#6745
* chore(deps): update dependency imposter to 0.1.11 by @​thomhurst in
thomhurst/TUnit#6744
* chore(deps): update dependency microsoft.kiota.abstractions to 2.1.2
by @​thomhurst in thomhurst/TUnit#6747
* chore(deps): update dependency microsoft.templateengine.authoring.cli
to v10.0.401 by @​thomhurst in
thomhurst/TUnit#6750
* chore(deps): update dependency fsharp.core to 10.1.401 by @​thomhurst
in thomhurst/TUnit#6748
* chore(deps): update dependency
microsoft.templateengine.authoring.templateverifier to 10.0.401 by
@​thomhurst in thomhurst/TUnit#6751
* chore(deps): update dependency system.commandline to 2.0.12 by
@​thomhurst in thomhurst/TUnit#6752
* chore(deps): update dependency dotnet-sdk to v10.0.401 by @​thomhurst
in thomhurst/TUnit#6754
* chore(deps): update microsoft.extensions to 10.0.12 by @​thomhurst in
thomhurst/TUnit#6755
* chore(deps): update microsoft.aspnetcore to 10.0.12 by @​thomhurst in
thomhurst/TUnit#6753
* chore(deps): update dependency microsoft.entityframeworkcore to
10.0.12 by @​thomhurst in thomhurst/TUnit#6749
* chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v11 by
@​thomhurst in thomhurst/TUnit#6756
* chore(deps): update dependency microsoft.net.test.sdk to 18.10.0 by
@​thomhurst in thomhurst/TUnit#6761
* chore(deps): update microsoft.extensions to 10.10.0 by @​thomhurst in
thomhurst/TUnit#6762
* chore(deps): update react to ^19.3.0 by @​thomhurst in
thomhurst/TUnit#6763
* chore(deps): update dependency awssdk.sqs to 4.0.100.13 by @​thomhurst
in thomhurst/TUnit#6764
* chore(deps): update dependency polyfill to 11.3.0 by @​thomhurst in
thomhurst/TUnit#6765
* chore(deps): update dependency polyfill to 11.3.0 by @​thomhurst in
thomhurst/TUnit#6766
* chore(deps): update dependency stackexchange.redis to 3.2.0 by
@​thomhurst in thomhurst/TUnit#6769
* chore(deps): update dependency microsoft.net.stringtools to 18.10.1 by
@​thomhurst in thomhurst/TUnit#6771
* chore(deps): update dependency dotnet-trace to v10.0.745401 by
@​thomhurst in thomhurst/TUnit#6773
* chore(deps): bump colord from 2.9.3 to 2.10.0 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6759
* chore(deps): bump joi from 17.13.4 to 17.13.7 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6758
* chore(deps): bump js-yaml from 4.3.1 to 4.3.2 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6757
* chore(deps): update dependency yaml to v2.9.1 by @​thomhurst in
thomhurst/TUnit#6785
* chore(deps): update verify to 32.0.1 by @​thomhurst in
thomhurst/TUnit#6786
* chore(deps): update dependency nunit.analyzers to 4.15.0 by
@​thomhurst in thomhurst/TUnit#6792

## New Contributors
* @​304NotModified made their first contribution in
thomhurst/TUnit#6774
* @​Nice3point made their first contribution in
thomhurst/TUnit#6768
 ... (truncated)

Commits viewable in [compare
view](thomhurst/TUnit@v1.66.27...v1.67.0).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit.Core&package-manager=nuget&previous-version=1.66.27&new-version=1.67.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants