Update dependency Microsoft.Kiota.Abstractions to v2 #2

Closed
renovate-bot wants to merge 0 commits from renovate/microsoft.kiota.abstractions-2.x into master
Collaborator

This PR contains the following updates:

Package Change Age Confidence
Microsoft.Kiota.Abstractions (source) 1.22.22.1.2 age confidence

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)

v2.1.1

Bug Fixes

v2.1.0

Features

v2.0.2

Bug Fixes
  • http: bump System.Text.Json minimum version to 8.0.5 to address vulnerability (#​744) (430c6a9)

v2.0.1

Bug Fixes
  • Added net10-browser as a target to enable the BROWSER directive (#​728) (4ab20a0)

v2.0.0

⚠ BREAKING CHANGES
  • net5.0 and net6.0 TFMs dropped; net8.0 and net10.0 added.
  • update target frameworks, merge IAsyncParseNodeFactory, and remove obsolete APIs (#​708)
  • abstractions: IAsyncParseNodeFactory removed; implement IParseNodeFactory.GetRootParseNodeAsync directly.
  • abstractions: Use DeserializeAsync/DeserializeCollectionAsync instead.
  • abstractions: GetPartValue(string) and RemovePart(string) removed; use the overloads that accept (partName, contentType).
Features
  • update target frameworks to net8.0 and net10.0, drop net5.0 and net6.0 (c41f7e0)
  • update target frameworks, merge IAsyncParseNodeFactory, and remove obsolete APIs (#​708) (c41f7e0)
Bug Fixes
  • build: update package version lower bounds from 6.0 to 8.0 (c41f7e0)
  • ci: use glob pattern for timestamped coverlet coverage report paths (c41f7e0)
  • resolve trim analysis warnings and pin PublicApiAnalyzers to net8.0 (c41f7e0)
Code Refactoring
  • abstractions: merge IAsyncParseNodeFactory into IParseNodeFactory (c41f7e0)
  • abstractions: remove deprecated single-param MultipartBody.GetPartValue and RemovePart overloads (c41f7e0)
  • abstractions: remove synchronous Deserialize and DeserializeCollection from KiotaSerializer (c41f7e0)

Configuration

📅 Schedule: (in timezone Europe/Berlin)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Microsoft.Kiota.Abstractions](https://aka.ms/kiota/docs) ([source](https://github.com/microsoft/kiota-dotnet)) | `1.22.2` → `2.1.2` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Kiota.Abstractions/2.1.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Kiota.Abstractions/1.22.2/2.1.2?slim=true) | --- ### Release Notes <details> <summary>microsoft/kiota-dotnet (Microsoft.Kiota.Abstractions)</summary> ### [`v2.1.2`](https://github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#212-2026-09-08) ##### Bug Fixes - **serialization-json:** honor custom TimeSpan converters ([#&#8203;795](https://github.com/microsoft/kiota-dotnet/issues/795)) ([e22c5ba](https://github.com/microsoft/kiota-dotnet/commit/e22c5ba48d34d2a0927d84a5a83f9d63926dedf1)) - **serialization-json:** honor DateTimeOffset converters ([802e20a](https://github.com/microsoft/kiota-dotnet/commit/802e20af426dbe7fb7629b750a2c1e3713c8647c)) - **serialization-json:** honor guid converters before fallback parsing ([#&#8203;794](https://github.com/microsoft/kiota-dotnet/issues/794)) ([22cc1d3](https://github.com/microsoft/kiota-dotnet/commit/22cc1d30019d69f55d3282f34922d23dfdc2372b)) ### [`v2.1.1`](https://github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#211-2026-09-04) ##### Bug Fixes - **http:** handle not modified responses ([#&#8203;787](https://github.com/microsoft/kiota-dotnet/issues/787)) ([82e3190](https://github.com/microsoft/kiota-dotnet/commit/82e319072b45132bd9d3a3fe94a1f01953192ea6)) ### [`v2.1.0`](https://github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#210-2026-08-27) ##### Features - adds support for wildcard host validation ([#&#8203;779](https://github.com/microsoft/kiota-dotnet/issues/779)) ([6a6130e](https://github.com/microsoft/kiota-dotnet/commit/6a6130e5ab977e4771a8777feb35786a31e16e83)) ### [`v2.0.2`](https://github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#202-2026-07-16) ##### Bug Fixes - **http:** bump System.Text.Json minimum version to 8.0.5 to address vulnerability ([#&#8203;744](https://github.com/microsoft/kiota-dotnet/issues/744)) ([430c6a9](https://github.com/microsoft/kiota-dotnet/commit/430c6a946fccd1550b49fa3f21f168c3f93c6071)) ### [`v2.0.1`](https://github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#201-2026-06-26) ##### Bug Fixes - Added net10-browser as a target to enable the BROWSER directive ([#&#8203;728](https://github.com/microsoft/kiota-dotnet/issues/728)) ([4ab20a0](https://github.com/microsoft/kiota-dotnet/commit/4ab20a02eec82ff3cdc31e88c96d790cbe33629c)) ### [`v2.0.0`](https://github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#200-2026-05-06) ##### ⚠ BREAKING CHANGES - net5.0 and net6.0 TFMs dropped; net8.0 and net10.0 added. - update target frameworks, merge IAsyncParseNodeFactory, and remove obsolete APIs ([#&#8203;708](https://github.com/microsoft/kiota-dotnet/issues/708)) - **abstractions:** IAsyncParseNodeFactory removed; implement IParseNodeFactory.GetRootParseNodeAsync directly. - **abstractions:** Use DeserializeAsync/DeserializeCollectionAsync instead. - **abstractions:** GetPartValue<T>(string) and RemovePart(string) removed; use the overloads that accept (partName, contentType). ##### Features - update target frameworks to net8.0 and net10.0, drop net5.0 and net6.0 ([c41f7e0](https://github.com/microsoft/kiota-dotnet/commit/c41f7e0c10b30dbc5d9b17633efad91f035fce5d)) - update target frameworks, merge IAsyncParseNodeFactory, and remove obsolete APIs ([#&#8203;708](https://github.com/microsoft/kiota-dotnet/issues/708)) ([c41f7e0](https://github.com/microsoft/kiota-dotnet/commit/c41f7e0c10b30dbc5d9b17633efad91f035fce5d)) ##### Bug Fixes - **build:** update package version lower bounds from 6.0 to 8.0 ([c41f7e0](https://github.com/microsoft/kiota-dotnet/commit/c41f7e0c10b30dbc5d9b17633efad91f035fce5d)) - **ci:** use glob pattern for timestamped coverlet coverage report paths ([c41f7e0](https://github.com/microsoft/kiota-dotnet/commit/c41f7e0c10b30dbc5d9b17633efad91f035fce5d)) - resolve trim analysis warnings and pin PublicApiAnalyzers to net8.0 ([c41f7e0](https://github.com/microsoft/kiota-dotnet/commit/c41f7e0c10b30dbc5d9b17633efad91f035fce5d)) ##### Code Refactoring - **abstractions:** merge IAsyncParseNodeFactory into IParseNodeFactory ([c41f7e0](https://github.com/microsoft/kiota-dotnet/commit/c41f7e0c10b30dbc5d9b17633efad91f035fce5d)) - **abstractions:** remove deprecated single-param MultipartBody.GetPartValue and RemovePart overloads ([c41f7e0](https://github.com/microsoft/kiota-dotnet/commit/c41f7e0c10b30dbc5d9b17633efad91f035fce5d)) - **abstractions:** remove synchronous Deserialize and DeserializeCollection from KiotaSerializer ([c41f7e0](https://github.com/microsoft/kiota-dotnet/commit/c41f7e0c10b30dbc5d9b17633efad91f035fce5d)) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xNC4xMCIsInVwZGF0ZWRJblZlciI6IjQ0LjY5LjEzIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Update dependency Microsoft.Kiota.Abstractions to v2
Some checks failed
ci / build (Release) (pull_request) Successful in 38s
ci / verify (live UIA) (pull_request) Failing after 34s
87fbe5a2b0
renovate-bot force-pushed renovate/microsoft.kiota.abstractions-2.x from 87fbe5a2b0
Some checks failed
ci / build (Release) (pull_request) Successful in 38s
ci / verify (live UIA) (pull_request) Failing after 34s
to 3e4ce675fd
Some checks failed
ci / build (Release) (pull_request) Has been cancelled
ci / verify (live UIA) (pull_request) Has been cancelled
2026-09-03 05:06:26 +02:00
Compare
renovate-bot force-pushed renovate/microsoft.kiota.abstractions-2.x from 3e4ce675fd
Some checks failed
ci / build (Release) (pull_request) Has been cancelled
ci / verify (live UIA) (pull_request) Has been cancelled
to 2cbd3466e1
Some checks failed
ci / build (Release) (pull_request) Successful in 1m17s
ci / verify (live UIA) (pull_request) Failing after 1m5s
2026-09-05 05:03:57 +02:00
Compare
renovate-bot force-pushed renovate/microsoft.kiota.abstractions-2.x from 2cbd3466e1
Some checks failed
ci / build (Release) (pull_request) Successful in 1m17s
ci / verify (live UIA) (pull_request) Failing after 1m5s
to 31223d529a
Some checks failed
ci / build (Release) (pull_request) Successful in 19s
ci / verify (live UIA) (pull_request) Failing after 23s
2026-09-09 05:04:54 +02:00
Compare
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
oss closed this pull request 2026-09-14 21:21:42 +02:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `2.x` releases. But if you manually upgrade to `2.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
ci / build (Release) (pull_request) Successful in 19s
ci / verify (live UIA) (pull_request) Failing after 23s

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
oss/LightWeaver-Windows!2
No description provided.