Skip to content

Commit

Permalink
Merge branch 'samwelkanda/feat/kiota-plugin-auth-options' of https://…
Browse files Browse the repository at this point in the history
…github.com/microsoft/kiota into samwelkanda/feat/kiota-plugin-auth-options
  • Loading branch information
samwelkanda committed Sep 3, 2024
2 parents e5dc9c4 + 245fce6 commit a70925c
Show file tree
Hide file tree
Showing 13 changed files with 190 additions and 157 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ extends:
version: 8.x

# Install the nuget tool.
- task: NuGetToolInstaller@0
displayName: "Use NuGet >=6.1.0"
- task: NuGetToolInstaller@1
displayName: "Use NuGet >=6.11.0"
inputs:
versionSpec: ">=6.1.0"
versionSpec: ">=6.11.0"
checkLatest: true

- pwsh: $(Build.SourcesDirectory)/scripts/get-prerelease-version.ps1 -currentBranch $(Build.SourceBranch) -previewBranch ${{ parameters.previewBranch }} -excludeHeadingDash
Expand Down
4 changes: 2 additions & 2 deletions it/python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ platformdirs==4.2.2 ; python_version >= '3.7'

pluggy==1.5.0 ; python_version >= '3.7'

pylint==3.2.6
pylint==3.2.7

pytest==8.3.2

Expand Down Expand Up @@ -136,5 +136,5 @@ sniffio==1.3.1 ; python_version >= '3.7'

uritemplate==4.1.1 ; python_version >= '3.6'

yarl==1.9.4 ; python_version >= '3.7'
yarl==1.9.7 ; python_version >= '3.7'

104 changes: 52 additions & 52 deletions it/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions it/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"prettier": "./.prettierrc.json",
"devDependencies": {
"@es-exec/esbuild-plugin-start": "^0.0.5",
"@stylistic/eslint-plugin-ts": "^2.7.1",
"@types/node": "^22.5.1",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@stylistic/eslint-plugin-ts": "^2.7.2",
"@types/node": "^22.5.2",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"esbuild": "^0.23.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
Expand Down
6 changes: 3 additions & 3 deletions src/Kiota.Builder/Kiota.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.12.2" />
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.12.2" />
<PackageReference Include="Microsoft.kiota.Serialization.Multipart" Version="1.12.2" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.18" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.19" />
<PackageReference Include="Microsoft.OpenApi.ApiManifest" Version="0.5.5-preview" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.18" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.19" />
<PackageReference Include="Microsoft.Plugins.Manifest" Version="0.0.19-preview" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.11.20" />
<PackageReference Include="YamlDotNet" Version="16.0.0" />
<PackageReference Include="YamlDotNet" Version="16.1.0" />
<ProjectReference Include="..\Kiota.Generated\KiotaGenerated.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/kiota/kiota.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.OpenApi.ApiManifest" Version="0.5.5-preview" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.18" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.19" />
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.11.20" />
<PackageReference Include="StreamJsonRpc" Version="2.19.27" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
Expand Down
2 changes: 1 addition & 1 deletion tests/Kiota.Builder.Tests/Kiota.Builder.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PackageReference>
<PackageReference Include="DotNet.Glob" Version="3.1.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="moq" Version="4.20.70" />
<PackageReference Include="moq" Version="4.20.71" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion tests/Kiota.Tests/Kiota.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="Moq" Version="4.20.71" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit a70925c

Please sign in to comment.