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 2 updates #39

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 2 updates: Microsoft.OpenApi.Readers and Microsoft.NET.Test.Sdk.

Updates Microsoft.OpenApi.Readers from 1.6.17 to 1.6.18

Release notes

Sourced from Microsoft.OpenApi.Readers's releases.

1.6.18

Changes:

  • #1795: Release libs.
  • #1794: Update OData lib and Hidi versions
  • #1783: Add server variable substitution logic.
  • #1788: Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0
  • #1785: Bump Microsoft.OData.Edm from 8.0.0 to 8.0.1
  • #1784: Bump docker/build-push-action from 6.6.1 to 6.7.0
  • #1782: Bump Newtonsoft.Json from 13.0.1 to 13.0.3
  • #1780: Bump Microsoft.Windows.Compatibility from 8.0.7 to 8.0.8
  • #1777: Bump docker/build-push-action from 6.5.0 to 6.6.1
  • #1778: Bump Verify.Xunit from 26.1.6 to 26.2.0
  • #1779: Bump Microsoft.OData.Edm from 7.21.3 to 8.0.0
  • #1776: Master Refresh
  • #1775: Upgrade ESRPCodeSigning tasks
  • #1774: Fix examples serialization causing NullReferenceException

This list of changes was auto generated.

Commits
  • ea7dcd0 Merge pull request #1795 from microsoft/vnext
  • 9a5a415 Merge pull request #1794 from microsoft/is/bump-OData-lib
  • 3f701e9 Update OData lib and bump Hidi version
  • 42dda81 Add server variable substitution logic. (#1783)
  • aa62dc0 Merge pull request #1788 from microsoft/dependabot/nuget/Microsoft.NET.Test.S...
  • e468649 Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0
  • cdf68a5 Merge pull request #1785 from microsoft/dependabot/nuget/Microsoft.OData.Edm-...
  • ca81fa9 Bump Microsoft.OData.Edm from 8.0.0 to 8.0.1
  • 5cedb26 Merge pull request #1784 from microsoft/dependabot/github_actions/docker/buil...
  • 19d6e4b Bump docker/build-push-action from 6.6.1 to 6.7.0
  • Additional commits viewable in compare view

Updates Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.11.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

v17.11.0-release-24373-02

What's Changed

... (truncated)

Commits

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 the Microsoft OpenAPI Readers package to version 1.6.18, which may include performance improvements and bug fixes.
    • Updated the Microsoft.NET.Test.Sdk package to version 17.11.0 in both integration and snapshot tests, enhancing testing capabilities and potentially introducing new features.
  • Bug Fixes

    • Minor bug fixes and improvements may be included in the updated packages, enhancing overall functionality and stability.

Bumps the all group with 2 updates: [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET) and [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


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

Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.10.0...v17.11.0)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi.Readers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2024
Copy link

coderabbitai bot commented Aug 26, 2024

Walkthrough

The changes involve updating the versions of specific NuGet packages in three project files. The Microsoft.OpenApi.Readers package in FixOpenApiSpec.csproj was updated from version 1.6.17 to 1.6.18. Additionally, the Microsoft.NET.Test.Sdk package was updated from version 17.10.0 to 17.11.0 in both Ollama.IntegrationTests.csproj and Ollama.SnapshotTests.csproj. These updates reflect minor version increments which may include bug fixes or improvements.

Changes

Files Change Summary
src/helpers/FixOpenApiSpec/FixOpenApiSpec.csproj Updated Microsoft.OpenApi.Readers from 1.6.17 to 1.6.18.
src/tests/Ollama.IntegrationTests/Ollama.IntegrationTests.csproj, src/tests/Ollama.SnapshotTests/Ollama.SnapshotTests.csproj Updated Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 in both projects.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Project
    participant PackageRepo

    User->>Project: Request for updates
    Project->>PackageRepo: Fetch latest package versions
    PackageRepo-->>Project: Return updated versions
    Project->>User: Confirm updates applied
Loading

Poem

🐇 In the garden where code does grow,
Packages updated, a lovely show!
Bugs are fixed, and tests align,
A hop of joy, all is fine!
With each new version, we leap and bound,
In the world of code, harmony is found! 🌼


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.

Copy link

@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 4413650 and b4e3a41.

Files selected for processing (3)
  • src/helpers/FixOpenApiSpec/FixOpenApiSpec.csproj (1 hunks)
  • src/tests/Ollama.IntegrationTests/Ollama.IntegrationTests.csproj (1 hunks)
  • src/tests/Ollama.SnapshotTests/Ollama.SnapshotTests.csproj (1 hunks)
Files skipped from review due to trivial changes (2)
  • src/helpers/FixOpenApiSpec/FixOpenApiSpec.csproj
  • src/tests/Ollama.SnapshotTests/Ollama.SnapshotTests.csproj
Additional comments not posted (1)
src/tests/Ollama.IntegrationTests/Ollama.IntegrationTests.csproj (1)

12-12: LGTM! Verify compatibility with existing tests.

The update to Microsoft.NET.Test.Sdk from version 17.10.0 to 17.11.0 is a minor version increment that typically includes bug fixes, improvements, or new features. Ensure that the updated version does not introduce any issues with the existing tests.

The code changes are approved.

Run the following script to verify the compatibility of the updated package with the existing tests:

@github-actions github-actions bot merged commit 9f98693 into main Aug 26, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/all-b02ea6bb61 branch August 26, 2024 14:39
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