Bump FluentAssertions from 8.1.1 to 8.2.0#290
Conversation
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 8.1.1 to 8.2.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@8.1.1...8.2.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the |
Reviewer's Guide by SourceryThis pull request updates the FluentAssertions library from version 8.1.1 to 8.2.0, incorporating improvements such as optimized string operations and enhanced support for multi-dimensional arrays, along with several bug fixes and other minor updates. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
|
@dependabot squash and merge |
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs7:48AM INF scanning for exposed secrets...
7:48AM INF 213 commits scanned.
7:48AM INF scan completed in 207ms
7:48AM INF no leaks found
|
Bumps FluentAssertions from 8.1.1 to 8.2.0.
Release notes
Sourced from FluentAssertions's releases.
Commits
04defbeReworked formatting and support multi-dimensional arrays.0a649cbAdd polyfill for splitting on a singlecharorstring66df7d0Use char overload ofstring.Replacefa6eae1Avoid regex for checking if a path is nested669f817Handle missing caller identifierc53c9ebBump cspell from 8.17.3 to 8.17.56751587Remove|from regex character classes7d18305Adjust incorrect explaining comment about regex3828bf7RestoreStringSyntaxannotationsDependabot 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 will merge this PR once CI passes on it, as requested by @guibranco.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Build:
Description by Korbit AI
What change is being made?
Bump the FluentAssertions package version from 8.1.1 to 8.2.0 in the project files and update the corresponding package lock hash.
Why are these changes being made?
These changes are being made to incorporate the latest improvements, features, or bug fixes present in FluentAssertions 8.2.0. Keeping dependencies up to date is a part of maintaining the codebase to ensure compatibility, security, and enhanced functionalities.