Skip to content
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

build(deps): Bump the all group with 3 updates #1

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2024

Bumps the all group with 3 updates: AutoSDK, Microsoft.OpenApi.Readers and DotNet.ReproducibleBuilds.

Updates AutoSDK from 0.26.1-dev.11 to 0.27.0

Release notes

Sourced from AutoSDK's releases.

v0.27.0

What's Changed

Features

• feat: Added initial OAuth2 support. • feat: Added OpenAPI 3.1 built-in support. • feat(cli): Use OpenApi31Support in init command. • feat: Added IgnoreOpenApiErrors and IgnoreOpenApiWarnings settings. • feat: Added OpenAPI 3.1 JSON support. • feat: Added generation of AdditionalProperties schemas. • feat: Added support for type: any. • feat: Additional cases of object generation instead of empty classes. • feat: Return string for empty/undefined responses. • feat: Added ToJson/FromJson methods to models. • feat: Added generation of discriminator classes. • feat: Added By separator for MethodAndPath naming convention. • feat: Added initial discriminator support. • feat: Implemented ComputeDiscriminators. • feat: Expose HttpClient. • feat: Removed default values (now only used in XML docs). • feat: Added Experimental attribute support. • feat: Use Discriminator mapping values for naming AnyOf property names.

Fixes

• fix: Fixed some issue with authorizations. • fix: Fixed missing XML docs. • fix: Fixed OAuth2 code. • fix: Fixed small issues with weaviate spec. • fix: Added workaround to bypass spec error in mistral spec. • fix: Fixed missing XML clearing for enum XML docs. • fix: Fixed CLI builds. • fix: Fixed UnixTimestampJsonConverter milliseconds deserialization. • fix: Fixed vectara issue with duplicated filename. • fix: Fixed invalid method return type for application/octet-stream. • fix: Fixed build issues. • fix: Fixed OpenAPI 3.1 examples support in JSON. • fix: Fixed some schemas to use Dictionary or objects. • fix: Fixed issue with langsmith JSON OpenAPI 3.1 spec. • fix: Fixed OpenAPI 3.1 JSON support for null types. • fix: Fixed array generation when type is null and items are specified. • fix: Fixed issue with allOf with nullable: true as one item. • fix: Fixed null in enums in OpenAPI 3.1 YAML. • fix: Fixed issue with incorrect JsonConverter. • fix: Removed nested OneOfs to unblock discriminator. • fix: Updated GitHub spec and resolved related issues. • fix: Fixed issue with named OneOf JsonConverters. • fix: Fixed rare issue with AnyOf deserialization. • fix: Fixed CLI issues. • fix: Fixed issue with non-letter/non-digit symbols in Tag name.

... (truncated)

Commits

Updates Microsoft.OpenApi.Readers from 1.6.21 to 1.6.22

Release notes

Sourced from Microsoft.OpenApi.Readers's releases.

1.6.22

Changes:

  • #1898: Release Hidi
  • #1896: Bump up hidi and conversion lib versions
  • #1895: chore(deps): bump Verify.Xunit from 27.0.1 to 27.1.0
  • #1892: docs: fixes doc comments to align with changes made in #1883
  • #1883: fix: emits number for integer formats
  • #1886: use nameof for CallerArgumentExpression
  • #1885: Release Hidi lib.
  • #1884: Bump, Release Hidi
  • #1881: chore(deps): bump Microsoft.OData.Edm from 8.0.2 to 8.1.0
  • #1882: chore(deps): bump Microsoft.OpenApi.OData from 2.0.0-preview.5 to 2.0.0-preview.6
  • #1877: Bump Verify.Xunit from 26.6.0 to 27.0.1
  • #1873: Released Hidi
  • #1871: Bumps up conversion lib. and hidi versions
  • #1870: ci: removes zengin since he doesn't have access to the repo anymore
  • #1869: Bump Microsoft.OpenApi.OData from 2.0.0-preview.3 to 2.0.0-preview.4
  • #1868: Bump Microsoft.Extensions.Logging.Debug from 8.0.0 to 8.0.1
  • #1867: Bump Microsoft.Extensions.Logging.Console from 8.0.0 to 8.0.1
  • #1863: Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Abstractions
  • #1862: Bump System.Text.Json from 8.0.4 to 8.0.5
  • #1864: Bump Microsoft.Windows.Compatibility from 8.0.8 to 8.0.10
  • #1809: Use ConcurrentDictionary For Improving GetEnumFromDisplayName
  • #1860: Releases Hidi
  • #1859: Bumps up Hidi version
  • #1858: Bump Microsoft.OpenApi.OData from 2.0.0-preview.2 to 2.0.0-preview.3
  • #1847: Bump docker/build-push-action from 6.7.0 to 6.9.0
  • #1848: Bump Microsoft.OData.Edm from 8.0.1 to 8.0.2

This list of changes was auto generated.

Commits
  • 9ff9789 Merge pull request #1846 from microsoft/vnext
  • 9754cd1 Merge pull request #1845 from microsoft/is/bump-readers-lib
  • dc6fee7 Bump readers lib.
  • 1123e29 Merge pull request #1844 from microsoft/is/resolve-conflicts
  • 310b999 Merge branch 'vnext' into is/resolve-conflicts
  • e035981 Merge pull request #1841 from microsoft/is/filtered-doc-fix
  • 776d584 Merge pull request #1842 from microsoft/dependabot/nuget/xunit-2.9.2
  • d88a060 Bump xunit from 2.9.1 to 2.9.2
  • c2d3f99 Ensure unique parameters are added
  • f7f184d Update test
  • Additional commits viewable in compare view

Updates DotNet.ReproducibleBuilds from 1.2.4 to 1.2.25

Release notes

Sourced from DotNet.ReproducibleBuilds's releases.

v1.2.25

This release is designed to be a "cleanup" release that we can use as a solid foundation to build on. We've cleared the backlog of PRs and resolved several issues. Two changes of note:

  • The minimum required SDK version is now .NET 8
  • The RepositoryBranch logic introduced in v1.2.4 has been refactored to align with the values provided by Source Link in .NET 9

Removals

What's changed

Tidying up

New Contributors

Full Changelog: dotnet/reproducible-builds@v1.2.4...v1.2.25

Commits
  • 714df2e Bump required SDK to 8+ and remove fixed issues (#52)
  • f2c641c Align RepositoryBranch logic with .NET 9 (#50)
  • 94faeb1 Shorten up the DotNet.ReproducibleBuilds package props file. (#11)
  • 4336d59 Add test cases for detecting CI environments and setting ContinuousIntegratio...
  • d8255e2 Merge branch 'main' into refactor/ci-property-tests
  • 710a248 Add CODEOWNERS (#48)
  • 04ab71c Create new ProjectCollection per test
  • e9e2112 Add tests for CI providers to ContinuousIntegrationBuild
  • c3c9e9d Add CODEOWNERS
  • 5230e33 Simplify RepositoryBranch tests
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 3 updates: [AutoSDK](https://github.com/tryAGI/AutoSDK), [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET) and [DotNet.ReproducibleBuilds](https://github.com/dotnet/reproducible-builds).


Updates `AutoSDK` from 0.26.1-dev.11 to 0.27.0
- [Release notes](https://github.com/tryAGI/AutoSDK/releases)
- [Commits](https://github.com/tryAGI/AutoSDK/commits/v0.27.0)

Updates `Microsoft.OpenApi.Readers` from 1.6.21 to 1.6.22
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Commits](microsoft/OpenAPI.NET@1.6.21...1.6.22)

Updates `DotNet.ReproducibleBuilds` from 1.2.4 to 1.2.25
- [Release notes](https://github.com/dotnet/reproducible-builds/releases)
- [Commits](dotnet/reproducible-builds@v1.2.4...v1.2.25)

---
updated-dependencies:
- dependency-name: AutoSDK
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.OpenApi.Readers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: DotNet.ReproducibleBuilds
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 15, 2024
Copy link

coderabbitai bot commented Nov 15, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot merged commit 4ebb4c4 into main Nov 15, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/all-949cd3b0f1 branch November 15, 2024 05:29
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants