tryAGI / Ollama

Ollama SDK for .NET
https://tryagi.github.io/Ollama/
MIT License
67 stars 5 forks source link

build(deps): Bump the all group with 8 updates #45

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the all group with 8 updates:

Package From To
Microsoft.OpenApi.Readers 1.6.19 1.6.21
MinVer 5.0.0 6.0.0
FluentAssertions 6.12.0 6.12.1
Microsoft.NET.Test.Sdk 17.11.0 17.11.1
Moq 4.20.70 4.20.72
Testcontainers 3.9.0 3.10.0
H.Resources.Generator 1.6.0 1.6.1
Verify.MSTest 26.3.1 26.4.2

Updates Microsoft.OpenApi.Readers from 1.6.19 to 1.6.21

Release notes

Sourced from Microsoft.OpenApi.Readers's releases.

1.6.21

Changes:

  • #1822: Release libs
  • #1821: Bump lib versions
  • #1819: Revert: Security array initialization to avoid a breaking change
  • #1817: fix: uses the correct threading dependency to avoid impacting downstream projects

This list of changes was auto generated.

1.6.20

Changes:

  • #1816: Release libs
  • #1815: Disable VisualStudio.Threading analyzers to eliminate build failures downstream
  • #1814: Fix: Do not default to an empty list if Security scheme is missing
  • #1813: Bump Moq from 4.20.70 to 4.20.71
  • #1811: Bump Verify.Xunit from 26.3.0 to 26.3.1
  • #1807: ci: upgrades outdated nuget installer task
  • #1808: Bump Verify.Xunit from 26.2.0 to 26.3.0
  • #1806: fix: directly adds non-vulnerable versions of transitive deps to resolve alerts
  • #1805: Investigate: Check whether server info changes during slicing

This list of changes was auto generated.

Commits
  • ef58bf6 Merge pull request #1822 from microsoft/vnext
  • 0ae4031 Merge pull request #1821 from microsoft/mk/bump-version
  • 7a6f1f7 Bump lib versions
  • e9f4ba5 Merge pull request #1819 from microsoft/mk/revert-empty-security-array-fix
  • 7c7c25e Revert security array initialization to avoid a breaking change
  • 8daa326 Merge pull request #1817 from microsoft/fix/tasks-dependencies
  • 456914f fix: uses the correct threading dependency to avoid impacting downstream proj...
  • afa73a4 Merge pull request #1816 from microsoft/vnext
  • 5d9d099 Merge pull request #1815 from microsoft/mk/remove-visual-studio-threading-ana...
  • 27c0e78 Merge pull request #1814 from microsoft/mk/fix-default-missing-properties-to-...
  • Additional commits viewable in compare view


Updates MinVer from 5.0.0 to 6.0.0

Changelog

Sourced from MinVer's changelog.

6.0.0

Enhancements

Commits
  • a3eb608 Merge pull request #1039 from adamralph/update-changelog
  • 9c19014 update changelog
  • 42f35a0 Merge pull request #1034 from iwillspeak/patch-1
  • b18a7a1 respect DOTNET_HOST_PATH if set
  • e68e5f0 Merge pull request #1037 from adamralph/dependabot/nuget/NuGet.Versioning-6.11.0
  • e52c759 Merge pull request #1035 from adamralph/dependabot/github_actions/actions/upl...
  • 16ca8b9 Merge pull request #1038 from adamralph/dependabot/github_actions/super-linte...
  • 1f5df0c Merge pull request #1021 from adamralph/msbuild-caching
  • af1e44b Merge pull request #1031 from adamralph/tag-beats-min-major-minor
  • 8b439a9 tagged version wins even if MinVerMinimumMajorMinor is higher
  • Additional commits viewable in compare view


Updates FluentAssertions from 6.12.0 to 6.12.1

Release notes

Sourced from FluentAssertions's releases.

6.12.1

What's Changed

Improvements

  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #2530

Fixes

  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #2390, #2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #2445, #2511
  • BeEquivalentTo with a custom comparer can now handle null values - #2489
  • Ensured that nested calls to AssertionScope(context) create a chained context - #2607
  • One overload of the AssertionScope constructor would not create an actual scope associated with the thread - #2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #2648

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1

Commits
  • a8e7f17 Update qodana
  • d58e0b5 Turn off RoslynAnalyzers in Qodana WF (#2504)
  • 2181217 Remove unused usings
  • 2c3a012 Make implicit usage more explicit
  • 1d5d64f Do not use UsingLineBreaks for [Not]BeSameAs
  • c30fc7a Fixed BeEquivalentTo when using a custom comparer targeting nullable types ...
  • f9b770b Make ThrowWithinAsync respect canceled tasks (#2614)
  • f204cf3 Simplify deferred allocation with local function
  • a3644b0 Only allocate Lazy<> and lambda when necessary
  • f3b4564 Ensured that nested assertion scopes produce a nested context (#2607)
  • Additional commits viewable in compare view


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

Release notes

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

v17.11.1

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1

Commits
  • 58dbd02 Revert "Do not publish to BAR when RTM version is built"
  • aa62848 Do not publish to BAR when RTM version is built
  • d824a2f Bump 17.11.1
  • ed4ac92 Forward error output from testhost as info (#5193)
  • See full diff in compare view


Updates Moq from 4.20.70 to 4.20.72

Release notes

Sourced from Moq's releases.

v4.20.72

What's Changed

🔨 Other

Full Changelog: https://github.com/devlooped/moq/compare/v4.20.71...v4.20.72

v4.20.71

What's Changed

🔨 Other

New Contributors

Full Changelog: https://github.com/devlooped/moq/compare/v4.20.70...v4.20.71

Changelog

Sourced from Moq's changelog.

v4.20.72 (2024-09-07)

Full Changelog

:hammer: Other:

  • Question: Sponsorable Attribute in release v4.20.71 #1513

:twisted_rightwards_arrows: Merged:

v4.20.71 (2024-09-03)

Full Changelog

:bug: Fixed bugs:

  • Documentation link gives 404 #1495
  • Documentation link is broken #1487

:hammer: Other:

  • Documentation Unavailable Online #1473
  • Some source code files is filled with comments like: "Unmerged change from project " #1451
  • Question: would it make sense to call verify all on a strict mock when the mock gets disposed? #1440
  • SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements #1433
  • Default value ILookup<> in loose mode is null #1391
  • Verifying a protected method when the exact parameter types are not statically known #1339

:twisted_rightwards_arrows: Merged:

Commits
  • 959fc51 Remove unused attribute
  • ede9996 ⬆️ Bump files with dotnet-file sync
  • f8db318 🖉 Update changelog with v4.20.71
  • aecc471 ⬆️ Bump files with dotnet-file sync
  • 99d243b Fix whitespace in test project
  • ac56c3d Fix repo variable actions context
  • ac3a8aa Prereleases ship only to CI feed
  • ea92109 Bump Microsoft.Extensions.Logging.Abstractions in the extensions group
  • 4bdb19a Remove SourceLink which is now built-in the SDK
  • c0a33bd Use windows agent for build, variable for publish
  • Additional commits viewable in compare view


Updates Testcontainers from 3.9.0 to 3.10.0

Release notes

Sourced from Testcontainers's releases.

3.10.0

Hey everyone, just wanted to say a huge thanks to all of you who helped with this version — whether through contributions, reporting issues, or discussions. I've been very busy lately, and your support has been a huge help. I really appreciate it!

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

  • chore: Apply fix for redirect.github.com/apache/pulsar/issues/22811 only for affected versions (#1232) @​entvex
  • chore: Replace codeinclude with snippets (#1251) @​HofmeisterAn
  • chore: Change global.json roll-forward policy from latestPatch to latestMinor (#1230) @​0xced
  • chore: Remove obsolete UntilOperationIsSucceeded wait strategy (#1202) @​HofmeisterAn
Commits
  • 934d7f0 chore: Apply fix for redirect.github.com/apache/pulsar/issues/22811 only for affected ...
  • 5b3d494 chore: Replace codeinclude with snippets (#1251)
  • 2da2080 docs: Use codeinclude in module examples (#1245)
  • b2699cc fix: Get sqlcmd utility file path from container instead of const file path (...
  • fffd384 feat: Add MongoDB replica set support (#1196)
  • 87184e3 feat: Detect CSharp, FSharp and Visual Basic projects (#1234)
  • dd05999 chore: Change global.json roll-forward policy from latestPatch to `latestMi...
  • ace1fe0 feat: Improve parsing of Docker image tag version `MatchVersion(Predicate<Ver...
  • 1a64762 fix: Add Keycloak health port 9000 starting from major version 25 (#1213)
  • 9a59b3e feat: Log Docker daemon labels if present (#1226)
  • Additional commits viewable in compare view


Updates H.Resources.Generator from 1.6.0 to 1.6.1

Commits


Updates Verify.MSTest from 26.3.1 to 26.4.2

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
coderabbitai[bot] commented 2 months ago

[!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](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `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 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](https://docs.coderabbit.ai/guides/configure-coderabbit) 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](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.