-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump apidoctor from eb8d949
to 77f20e5
#1358
Merged
Merged
Conversation
This file contains 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
Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `eb8d949` to `77f20e5`. - [Release notes](https://github.com/OneDrive/apidoctor/releases) - [Commits](OneDrive/apidoctor@eb8d949...77f20e5) --- updated-dependencies: - dependency-name: apidoctor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
requested review from
irvinesunday,
andrueastman,
baywet,
ddyett,
MIchaelMainer and
nikithauc
as code owners
February 7, 2023 20:01
dependabot
bot
requested review from
MaggieKimani1,
fey101,
adhiambovivian,
danielmbaluka and
rkodev
as code owners
February 7, 2023 20:01
baywet
approved these changes
Feb 7, 2023
millicentachieng
added a commit
that referenced
this pull request
Feb 22, 2023
* Fix issue with duplicated parameters in CLI (#1324) * Bump Microsoft.VisualStudio.Web.CodeGeneration.Design (#1325) Bumps [Microsoft.VisualStudio.Web.CodeGeneration.Design](https://github.com/dotnet/Scaffolding) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/dotnet/Scaffolding/releases) - [Commits](https://github.com/dotnet/Scaffolding/commits) --- updated-dependencies: - dependency-name: Microsoft.VisualStudio.Web.CodeGeneration.Design dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Resolve PowerShell Snippet 'OR' positional parameter issue (#1351) * Replaced concatenation sign with a single space. Enclosed paramter value with single quote * Simplified parameter value check as per review feedback * Added search query option tests * Switch to ubuntu * Update validatePR.yml --------- Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * Bump apidoctor from `eb8d949` to `77f20e5` (#1354) Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `eb8d949` to `77f20e5`. - [Release notes](https://github.com/OneDrive/apidoctor/releases) - [Commits](OneDrive/apidoctor@eb8d949...77f20e5) --- updated-dependencies: - dependency-name: apidoctor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.OpenApi from 1.5.0 to 1.6.0 (#1346) * Bump Microsoft.OpenApi from 1.5.0 to 1.6.0 Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](microsoft/OpenAPI.NET@1.5.0...1.6.0) --- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Microsoft.OpenApi.Readers from 1.5.0 to 1.6.0 Bumps [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](microsoft/OpenAPI.NET@1.5.0...1.6.0) --- updated-dependencies: - dependency-name: Microsoft.OpenApi.Readers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vincent Biret <vibiret@microsoft.com> * Bump apidoctor from `eb8d949` to `77f20e5` (#1358) Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `eb8d949` to `77f20e5`. - [Release notes](https://github.com/OneDrive/apidoctor/releases) - [Commits](OneDrive/apidoctor@eb8d949...77f20e5) --- updated-dependencies: - dependency-name: apidoctor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.IO.RecyclableMemoryStream from 2.2.1 to 2.3.1 (#1362) Bumps [Microsoft.IO.RecyclableMemoryStream](https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream/releases) - [Changelog](https://github.com/microsoft/Microsoft.IO.RecyclableMemoryStream/blob/master/CHANGES.md) - [Commits](microsoft/Microsoft.IO.RecyclableMemoryStream@2.2.1...2.3.1) --- updated-dependencies: - dependency-name: Microsoft.IO.RecyclableMemoryStream dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update AnyOfRemover to replace AnyOf with AllOf for PowerShell style Open API document (#1359) * Update AnyOfRemover to replace AnyOf with AllOf for PowerShell style Open API document * Update tests * [dotnet] Aligns snippet generation to namespace and request builder changes (#1364) * Fixes snippet generation * Review * Follow up to other languages (#1365) * Bump apidoctor from `77f20e5` to `0979664` (#1366) Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `77f20e5` to `0979664`. - [Release notes](https://github.com/OneDrive/apidoctor/releases) - [Commits](OneDrive/apidoctor@77f20e5...0979664) --- updated-dependencies: - dependency-name: apidoctor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.OpenApi from 1.6.0 to 1.6.1 (#1368) Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](microsoft/OpenAPI.NET@1.6.0...1.6.1) --- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.Extensions.Configuration.Binder from 7.0.2 to 7.0.3 (#1374) Bumps [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.2...v7.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.AspNetCore.Authentication.JwtBearer from 7.0.2 to 7.0.3 (#1373) Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.2...v7.0.3) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump System.Text.Json from 7.0.1 to 7.0.2 (#1372) Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.1...v7.0.2) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 7.0.2 to 7.0.3 (#1370) Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.2...v7.0.3) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump apidoctor from `0979664` to `d7f2873` (#1369) Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `0979664` to `d7f2873`. - [Release notes](https://github.com/OneDrive/apidoctor/releases) - [Commits](OneDrive/apidoctor@0979664...d7f2873) --- updated-dependencies: - dependency-name: apidoctor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.AspNetCore.Authorization from 7.0.2 to 7.0.3 (#1371) Bumps [Microsoft.AspNetCore.Authorization](https://github.com/dotnet/aspnetcore) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.2...v7.0.3) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authorization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.VisualStudio.Web.CodeGeneration.Design (#1376) Bumps [Microsoft.VisualStudio.Web.CodeGeneration.Design](https://github.com/dotnet/Scaffolding) from 7.0.3 to 7.0.4. - [Release notes](https://github.com/dotnet/Scaffolding/releases) - [Commits](https://github.com/dotnet/Scaffolding/commits) --- updated-dependencies: - dependency-name: Microsoft.VisualStudio.Web.CodeGeneration.Design dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.OData.Core from 7.14.0 to 7.14.1 (#1375) * Bump Microsoft.OData.Core from 7.14.0 to 7.14.1 Bumps Microsoft.OData.Core from 7.14.0 to 7.14.1. --- updated-dependencies: - dependency-name: Microsoft.OData.Core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Microsoft.OData.Edm from 7.14.0 to 7.14.1 Bumps Microsoft.OData.Edm from 7.14.0 to 7.14.1. --- updated-dependencies: - dependency-name: Microsoft.OData.Edm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vincent Biret <vibiret@microsoft.com> * Update snippet generation pipelines to use .NET 6 (#1378) * Bump apidoctor from `d7f2873` to `f32bf6b` (#1379) Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `d7f2873` to `f32bf6b`. - [Release notes](https://github.com/OneDrive/apidoctor/releases) - [Commits](OneDrive/apidoctor@d7f2873...f32bf6b) --- updated-dependencies: - dependency-name: apidoctor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.OpenApi from 1.6.1 to 1.6.2 (#1381) Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](microsoft/OpenAPI.NET@1.6.1...1.6.2) --- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#1383) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.OpenApi.Readers from 1.6.1 to 1.6.2 (#1382) Bumps [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](microsoft/OpenAPI.NET@1.6.1...1.6.2) --- updated-dependencies: - dependency-name: Microsoft.OpenApi.Readers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Caleb Kiage <747955+calebkiage@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim <timwamalwa@gmail.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com> Co-authored-by: Vincent Biret <vibiret@microsoft.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
submodules
Pull requests that update Submodules code
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.
Bumps apidoctor from
eb8d949
to77f20e5
.Commits
77f20e5
Bump CommandLineParser from 2.8.0 to 2.9.1 (#132)890bcf1
Bump actions/setup-dotnet from 2.1.0 to 3.0.3 (#161)0df776c
Bump System.ComponentModel.Composition from 6.0.0 to 7.0.0 (#166)aaf3d28
Bump System.IO.Packaging from 6.0.0 to 7.0.0 (#165)1210a42
Bump NUnit3TestAdapter from 4.2.1 to 4.3.1 (#167)debdf22
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 (#168)47a8875
Bump actions/checkout from 3.0.2 to 3.3.0 (#175)b29f011
Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.4.1 (#174)0c956f9
Bump System.CodeDom from 6.0.0 to 7.0.0 (#164)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 commands and options
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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)