From 541e13dedaa2fb362807a5924b4f509fe266aca0 Mon Sep 17 00:00:00 2001 From: Andrei Markov Date: Wed, 6 Nov 2024 17:42:27 +0300 Subject: [PATCH 1/3] fix: using Guid type from abstractions package instead of guid-typescript one --- src/Kiota.Builder/Refiners/TypeScriptRefiner.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Kiota.Builder/Refiners/TypeScriptRefiner.cs b/src/Kiota.Builder/Refiners/TypeScriptRefiner.cs index 825c94a1c3..a36e5b0efb 100644 --- a/src/Kiota.Builder/Refiners/TypeScriptRefiner.cs +++ b/src/Kiota.Builder/Refiners/TypeScriptRefiner.cs @@ -692,7 +692,6 @@ currentInterface.StartBlock is InterfaceDeclaration interfaceDeclaration && } CrawlTree(currentElement, AliasUsingsWithSameSymbol); } - private const string GuidPackageName = "guid-typescript"; private const string AbstractionsPackageName = "@microsoft/kiota-abstractions"; // A helper method to check if a parameter is a multipart body private static bool IsMultipartBody(CodeParameter p) => @@ -840,7 +839,7 @@ private static void CorrectMethodType(CodeMethod currentMethod) {"Guid", (string.Empty, new CodeUsing { Name = "Guid", Declaration = new CodeType { - Name = GuidPackageName, + Name = AbstractionsPackageName, IsExternal = true, }, IsErasable = true, // the import is used only for the type, not for the value From bc6dd43d3998bef6579472f4c74d627df7001309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:07:37 +0000 Subject: [PATCH 2/3] chore(deps-dev): bump async-timeout from 5.0.0 to 5.0.1 in /it/python Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/aio-libs/async-timeout/releases) - [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/async-timeout/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: async-timeout dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 9a7822c1d5..9b01f2867b 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -72,7 +72,7 @@ aiosignal==1.3.1 ; python_version >= '3.7' anyio==4.6.2.post1 ; python_version >= '3.7' -async-timeout==5.0.0 ; python_version >= '3.6' +async-timeout==5.0.1 ; python_version >= '3.6' attrs==24.2.0 ; python_version >= '3.7' From f07222092d4ae3d592059c146ce52d74a0619d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:36:06 +0000 Subject: [PATCH 3/3] chore(deps): bump the kiota-dependencies group Bumps the kiota-dependencies group in /it/csharp with 7 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Kiota.Abstractions](https://github.com/microsoft/kiota-dotnet) | `1.13.2` | `1.14.0` | | [Microsoft.Kiota.Authentication.Azure](https://github.com/microsoft/kiota-dotnet) | `1.13.2` | `1.14.0` | | [Microsoft.Kiota.Http.HttpClientLibrary](https://github.com/microsoft/kiota-dotnet) | `1.13.2` | `1.14.0` | | [Microsoft.Kiota.Serialization.Form](https://github.com/microsoft/kiota-dotnet) | `1.13.2` | `1.14.0` | | [Microsoft.Kiota.Serialization.Json](https://github.com/microsoft/kiota-dotnet) | `1.13.2` | `1.14.0` | | [Microsoft.kiota.Serialization.Multipart](https://github.com/microsoft/kiota-dotnet) | `1.13.2` | `1.14.0` | | [Microsoft.Kiota.Serialization.Text](https://github.com/microsoft/kiota-dotnet) | `1.13.2` | `1.14.0` | Updates `Microsoft.Kiota.Abstractions` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) Updates `Microsoft.Kiota.Abstractions` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) Updates `Microsoft.Kiota.Authentication.Azure` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) Updates `Microsoft.Kiota.Abstractions` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) Updates `Microsoft.Kiota.Http.HttpClientLibrary` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) Updates `Microsoft.Kiota.Abstractions` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) Updates `Microsoft.Kiota.Serialization.Form` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) Updates `Microsoft.Kiota.Abstractions` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) Updates `Microsoft.Kiota.Serialization.Json` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) Updates `Microsoft.Kiota.Abstractions` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) Updates `Microsoft.kiota.Serialization.Multipart` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) Updates `Microsoft.Kiota.Abstractions` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) Updates `Microsoft.Kiota.Serialization.Text` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/microsoft/kiota-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-dotnet/compare/v1.13.2...v1.14.0) --- updated-dependencies: - dependency-name: Microsoft.Kiota.Abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: Microsoft.Kiota.Abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: Microsoft.Kiota.Authentication.Azure dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: Microsoft.Kiota.Abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: Microsoft.Kiota.Http.HttpClientLibrary dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: Microsoft.Kiota.Abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: Microsoft.Kiota.Serialization.Form dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: Microsoft.Kiota.Abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: Microsoft.Kiota.Serialization.Json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: Microsoft.Kiota.Abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: Microsoft.kiota.Serialization.Multipart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: Microsoft.Kiota.Abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: Microsoft.Kiota.Serialization.Text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- it/csharp/dotnet.csproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/it/csharp/dotnet.csproj b/it/csharp/dotnet.csproj index 6d44029a0b..f2cf772a79 100644 --- a/it/csharp/dotnet.csproj +++ b/it/csharp/dotnet.csproj @@ -10,13 +10,13 @@ - - - - - - - + + + + + + +