-
Notifications
You must be signed in to change notification settings - Fork 35
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 Microsoft.OpenApi.Readers from 1.6.6 to 1.6.7 #1737
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
dependabot
bot
added
.NET
Pull requests that update .net code
dependencies
Pull requests that update a dependency file
labels
Sep 1, 2023
Bumps [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET) from 1.6.6 to 1.6.7. - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](microsoft/OpenAPI.NET@1.6.6...1.6.7) --- 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>
dependabot
bot
force-pushed
the
dependabot/nuget/Microsoft.OpenApi.Readers-1.6.7
branch
from
September 1, 2023 20:11
7a83381
to
6d46abe
Compare
baywet
approved these changes
Sep 1, 2023
Ndiritu
added a commit
that referenced
this pull request
Sep 6, 2023
* Fixes matching of segments with overloaded bound functions (#1727) * Fix for issue 1314 * Rectified tests error * Rolled back snippet model. Updated FunctionWithParameter regex * Bump apidoctor from `6b40b1e` to `803295e` (#1732) Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `6b40b1e` to `803295e`. - [Commits](OneDrive/apidoctor@6b40b1e...803295e) --- 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> * Use correct parameter name for request body in api call (#1733) * Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 (#1735) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.1 to 17.7.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.7.1...v17.7.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk 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> * Improve PHP snippets (#1726) * Fix PHP model variable name casing when setting null values * Fix PHP model variable casing for streams * Initialise streams using Guzzle PSR-7 util method * Escape reserved words in fluent API path * Replace value identifier in fluent API path * Generate correct request configuration object name for indexed collections * Replace 'me' with 'UserItem' prefix when naming request config objects * Replace reserved keywords in request body setters * Escape dollar signs in query parameter values * Removes underscores from setter names * Simplify indexer method naming * Fix request config name for odata cast URLs * Apply SonarCloud recommendations * Apply suggestions from code review Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * Uppercase first character of prefixes --------- Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * Bump Microsoft.OpenApi from 1.6.6 to 1.6.7 (#1738) Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) from 1.6.6 to 1.6.7. - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](microsoft/OpenAPI.NET@1.6.6...1.6.7) --- 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.OpenApi.Readers from 1.6.6 to 1.6.7 (#1737) Bumps [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET) from 1.6.6 to 1.6.7. - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](microsoft/OpenAPI.NET@1.6.6...1.6.7) --- 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> * Update permissions file source used to generating permissions tables for docs (#1740) * Bump actions/checkout from 3 to 4 (#1742) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump apidoctor from `803295e` to `f83ee75` (#1741) Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `803295e` to `f83ee75`. - [Commits](OneDrive/apidoctor@803295e...f83ee75) --- 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> * Merge Snippet Gen and Clean up of Unused Snippets Pipelines (#1739) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Tim <timwamalwa@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samwel K <40166690+samwelkanda@users.noreply.github.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com> Co-authored-by: Millicent Achieng <achieng.milli@gmail.com> Co-authored-by: Faith Kangai <fey101@users.noreply.github.com>
Ndiritu
added a commit
that referenced
this pull request
Oct 24, 2023
* Fixes matching of segments with overloaded bound functions (#1727) * Fix for issue 1314 * Rectified tests error * Rolled back snippet model. Updated FunctionWithParameter regex * Bump apidoctor from `6b40b1e` to `803295e` (#1732) Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `6b40b1e` to `803295e`. - [Commits](OneDrive/apidoctor@6b40b1e...803295e) --- updated-dependencies: - dependency-name: apidoctor dependency-type: direct:production ... * Use correct parameter name for request body in api call (#1733) * Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 (#1735) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.1 to 17.7.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.7.1...v17.7.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... * Improve PHP snippets (#1726) * Fix PHP model variable name casing when setting null values * Fix PHP model variable casing for streams * Initialise streams using Guzzle PSR-7 util method * Escape reserved words in fluent API path * Replace value identifier in fluent API path * Generate correct request configuration object name for indexed collections * Replace 'me' with 'UserItem' prefix when naming request config objects * Replace reserved keywords in request body setters * Escape dollar signs in query parameter values * Removes underscores from setter names * Simplify indexer method naming * Fix request config name for odata cast URLs * Apply SonarCloud recommendations * Apply suggestions from code review * Uppercase first character of prefixes --------- * Bump Microsoft.OpenApi from 1.6.6 to 1.6.7 (#1738) Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) from 1.6.6 to 1.6.7. - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](microsoft/OpenAPI.NET@1.6.6...1.6.7) --- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-type: direct:production update-type: version-update:semver-patch ... * Bump Microsoft.OpenApi.Readers from 1.6.6 to 1.6.7 (#1737) Bumps [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET) from 1.6.6 to 1.6.7. - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](microsoft/OpenAPI.NET@1.6.6...1.6.7) --- updated-dependencies: - dependency-name: Microsoft.OpenApi.Readers dependency-type: direct:production update-type: version-update:semver-patch ... * Update permissions file source used to generating permissions tables for docs (#1740) * Bump actions/checkout from 3 to 4 (#1742) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... * Bump apidoctor from `803295e` to `f83ee75` (#1741) Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `803295e` to `f83ee75`. - [Commits](OneDrive/apidoctor@803295e...f83ee75) --- updated-dependencies: - dependency-name: apidoctor dependency-type: direct:production ... * Merge Snippet Gen and Clean up of Unused Snippets Pipelines (#1739) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Millicent Achieng <achieng.milli@gmail.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com> Co-authored-by: Tim <timwamalwa@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samwel K <40166690+samwelkanda@users.noreply.github.com> Co-authored-by: Faith Kangai <fey101@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 Microsoft.OpenApi.Readers from 1.6.6 to 1.6.7.
Release notes
Sourced from Microsoft.OpenApi.Readers's releases.
Commits
97c5364
Merge pull request #1324 from microsoft/vnextc022557
Merge pull request #1323 from microsoft/mk/upgrade-versionsa379f1b
Bump up lib versionsc377232
Merge pull request #1316 from microsoft/mk/fix-missing-response-schema-bug201e90e
Update langVersion to latesta83f01a
Use static keyword; fix sonarcloud bug966b459
Use Assert.Fail() to fail the teste666d3d
Add null conditional operatorab9648c
Remove unused private method4e81bf9
Maintain ordering of properties as specified in fixedFieldMap by doing a unio...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 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)