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 9 updates #425

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the all group with 9 updates:

Package From To
AWSSDK.Kendra 3.7.400.2 3.7.400.3
Microsoft.CodeAnalysis.CSharp 4.3.1 4.10.0
MSTest.TestAdapter 3.5.0 3.5.1
MSTest.TestFramework 3.5.0 3.5.1
Verify.MSTest 26.1.5 26.1.6
AWSSDK.BedrockAgentRuntime 3.7.400.2 3.7.400.3
AWSSDK.BedrockRuntime 3.7.401.2 3.7.401.3
tryAGI.OpenAI 3.1.0 3.2.0
LLamaSharp.Backend.Cpu 0.14.0 0.15.0

Updates AWSSDK.Kendra from 3.7.400.2 to 3.7.400.3

Commits

Updates Microsoft.CodeAnalysis.CSharp from 4.3.1 to 4.10.0

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Changelog

Sourced from Microsoft.CodeAnalysis.CSharp's changelog.

API Breaking Changes

Version 1.1.0

Removed VisualBasicCommandLineParser.ctor

During a toolset update we noticed the constructor on VisualBasicCommandLineParser was public. This in turn made many of the protected members of CommandLineParser a part of the API surface as it gave external customers an inheritance path.

It was never the intent for these members to be a part of the supported API surface. Creation of the parsers is meant to be done via the Default singleton properties. There seems to be little risk that we broke any customers here and hence we decided to remove this API.

PR: dotnet/roslyn#4169

Changed Simplifier methods to throw ArgumentNullExceptions

Changed Simplifier.ReduceAsync, Simplifier.ExpandAsync, and Simplifier.Expand methods to throw ArgumentNullExceptions if any non-optional, nullable arguments are passed in. Previously the user would get a NullReferenceException for synchronous methods and an AggregateException containing a NullReferenceException for asynchronous methods.

PR: dotnet/roslyn#5144

Version 1.3.0

Treat a method marked with both public and private flags as private

The scenario is loading an assembly where some methods, fields or nested types have accessibility flags set to 7 (all three bits set), which mean public AND private. After the fix, such flags are loaded to mean private. The compat change is we’re trading a compile-time success and runtime failure (native compiler) against a compile-time error (restoring the behavior of v1.2).

Details below:

  • The native compiler successfully compiles the method and field case (those only yield runtime error System.TypeLoadException: Invalid Field Access Flags) and reported an accessibility error on the nested type.
  • The 1.2 compiler generated errors:
error BC30390: 'C.Private Overloads Sub M()' is not accessible in this context because it is 'Private'.
error BC30389: 'C.F' is not accessible in this context because it is 'Private'.
error BC30389: 'C.C2' is not accessible in this context because it is 'Protected Friend'.
error BC30390: 'C2.Private Overloads Sub M2()' is not accessible in this context because it is 'Private'.
  • The 1.3 compiler crashes.
  • After fix, the same errors as 1.2 are generated again.

PR: dotnet/roslyn#11547

Don't emit bad DateTimeConstant, and load bad BadTimeConstant as default value instead

The change affects compatibility in two ways:

  • When loading an invalid DateTimeConstant(-1), the compiler will use default(DateTime) instead, whereas the native compiler would produce code that fails to execute.
  • DateTimeConstant(-1) will still count when we check that you don’t specify two default values. The compiler will produce an error, instead of succeeding (and producing IL with two attributes).

PR: dotnet/roslyn#11536

Version 4.1.0

... (truncated)

Commits

Updates MSTest.TestAdapter from 3.5.0 to 3.5.1

Changelog

Sourced from MSTest.TestAdapter's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Commits

Updates MSTest.TestFramework from 3.5.0 to 3.5.1

Changelog

Sourced from MSTest.TestFramework's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Commits

Updates Verify.MSTest from 26.1.5 to 26.1.6

Commits

Updates AWSSDK.BedrockAgentRuntime from 3.7.400.2 to 3.7.400.3

Commits

Updates AWSSDK.BedrockRuntime from 3.7.401.2 to 3.7.401.3

Commits

Updates tryAGI.OpenAI from 3.1.0 to 3.2.0

Commits
  • c6eb2ae fix: Fixed issues with STT/TTS api.
  • daa163b fix: Fixed MultiPart form data serialization issue with AnyOf.
  • fec723f Merge pull request #53 from tryAGI/bot/update-openapi_202408051513
  • ed92b5b feat: Updated OpenAPI spec
  • 7c7e221 Merge pull request #52 from tryAGI/dependabot/nuget/all-d902c65755
  • 1db5ded chore(deps): Bump the all group with 2 updates
  • 504764e test: Refactored.
  • See full diff in compare view

Updates LLamaSharp.Backend.Cpu from 0.14.0 to 0.15.0

Commits
  • d9e0d26 Merge pull request #890 from martindevans/v0.15.0
  • 9066cc8 Release v0.15.0
  • bb2f3ad Merge pull request #874 from martindevans/llama_3.1_update_binaries
  • d1dbb21 Merge branch 'master' into llama_3.1_update_binaries
  • 2816c58 Merge pull request #883 from martindevans/remove_incorrect_exception_doc_comm...
  • 20c9f56 Merge pull request #885 from martindevans/safer_vulkan_sysinfo
  • 7fa8083 Fixed missing parameter in netstd2.1
  • 4c9b78d Redirecting stderr
  • c31ebbd Better handling of the vulkaninfo process, in case it hangs.
  • 2a335d0 Fixed some comments saying a method throws RunTime when it actually throws a ...
  • 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

Summary by CodeRabbit

  • New Features

    • Updated several package dependencies to enhance performance, security, and compatibility, including improvements in AWS SDK and LLamaSharp.
  • Bug Fixes

    • Incremented testing framework packages to address minor bugs and improve reliability.
  • Chores

    • Routine dependency updates performed to ensure the application remains current and functional.

Bumps the all group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [AWSSDK.Kendra](https://github.com/aws/aws-sdk-net) | `3.7.400.2` | `3.7.400.3` |
| [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `4.3.1` | `4.10.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.5.0` | `3.5.1` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.5.0` | `3.5.1` |
| [Verify.MSTest](https://github.com/VerifyTests/Verify) | `26.1.5` | `26.1.6` |
| [AWSSDK.BedrockAgentRuntime](https://github.com/aws/aws-sdk-net) | `3.7.400.2` | `3.7.400.3` |
| [AWSSDK.BedrockRuntime](https://github.com/aws/aws-sdk-net) | `3.7.401.2` | `3.7.401.3` |
| [tryAGI.OpenAI](https://github.com/tryAGI/OpenAI) | `3.1.0` | `3.2.0` |
| [LLamaSharp.Backend.Cpu](https://github.com/SciSharp/LLamaSharp) | `0.14.0` | `0.15.0` |


Updates `AWSSDK.Kendra` from 3.7.400.2 to 3.7.400.3
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `Microsoft.CodeAnalysis.CSharp` from 4.3.1 to 4.10.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `MSTest.TestAdapter` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.0...v3.5.1)

Updates `MSTest.TestFramework` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.0...v3.5.1)

Updates `Verify.MSTest` from 26.1.5 to 26.1.6
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@26.1.5...26.1.6)

Updates `AWSSDK.BedrockAgentRuntime` from 3.7.400.2 to 3.7.400.3
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `AWSSDK.BedrockRuntime` from 3.7.401.2 to 3.7.401.3
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `tryAGI.OpenAI` from 3.1.0 to 3.2.0
- [Commits](tryAGI/OpenAI@v3.1.0...v3.2.0)

Updates `LLamaSharp.Backend.Cpu` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/SciSharp/LLamaSharp/releases)
- [Commits](SciSharp/LLamaSharp@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: AWSSDK.Kendra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: AWSSDK.BedrockAgentRuntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: AWSSDK.BedrockRuntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tryAGI.OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: LLamaSharp.Backend.Cpu
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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

coderabbitai bot commented Aug 5, 2024

Walkthrough

The recent updates involve version increments for several package dependencies in the project. Key changes include minor updates to various AWS SDK packages, enhancements to the LLamaSharp.Backend.Cpu package, and bug fixes in MSTest components. The Microsoft.CodeAnalysis.CSharp package was also updated to a more recent version, likely introducing new features or improvements. Overall, these changes enhance compatibility and functionality without altering the core structure of the codebase.

Changes

Files Change Summary
src/Directory.Packages.props Updated version numbers for AWS SDK, LLamaSharp, MSTest, Verify.MSTest, and tryAGI.OpenAI packages.
src/Providers/Abstractions/generators/LangChain.Providers.Generators/LangChain.Providers.Generators.csproj Updated Microsoft.CodeAnalysis.CSharp package version from 4.3.1 to 4.10.0.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant System
    participant PackageManager

    User->>System: Request to update packages
    System->>PackageManager: Fetch latest package versions
    PackageManager-->>System: Return updated package versions
    System->>User: Confirm package updates
Loading

Poem

🌼🐇
In the code, bright changes bloom,
Versions dance, dispelling gloom.
AWS and friends, all freshly spry,
Bugs are squished, oh my, oh my!
With each update, we leap and play,
Hopping forward, come what may!
🐾✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 as 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.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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 enabled auto-merge August 5, 2024 21:24
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between c782597 and afee2a1.

Files selected for processing (2)
  • src/Directory.Packages.props (4 hunks)
  • src/Providers/Abstractions/generators/LangChain.Providers.Generators/LangChain.Providers.Generators.csproj (1 hunks)
Files skipped from review due to trivial changes (1)
  • src/Directory.Packages.props
Additional comments not posted (1)
src/Providers/Abstractions/generators/LangChain.Providers.Generators/LangChain.Providers.Generators.csproj (1)

19-19: Verify the impact of the Microsoft.CodeAnalysis.CSharp package update.

The package version has been updated from 4.3.1 to 4.10.0. Ensure that the new version does not introduce breaking changes or incompatibilities in the project.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2024

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Aug 6, 2024
auto-merge was automatically disabled August 6, 2024 05:58

Pull request was closed

@dependabot dependabot bot deleted the dependabot/nuget/all-b7981f8c7c branch August 6, 2024 05:58
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