-
Notifications
You must be signed in to change notification settings - Fork 34
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 extern/googletest from 530d5c8
to ff233bd
#511
build(deps): bump extern/googletest from 530d5c8
to ff233bd
#511
Conversation
@dependabot recreate |
Bumps [extern/googletest](https://github.com/google/googletest) from `530d5c8` to `ff233bd`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@530d5c8...ff233bd) --- updated-dependencies: - dependency-name: extern/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
fa22379
to
1bf0aff
Compare
WalkthroughWalkthroughThis change involves updating the commit identifier for the Changes
Sequence Diagram(s)sequenceDiagram
participant Project
participant Googletest
Project->>Googletest: Use googletest dependency (old version)
Googletest-->>Project: Functionality (old features)
Note over Project, Googletest: Dependency updated to new version
Project->>Googletest: Use googletest dependency (new version)
Googletest-->>Project: Functionality (new features, bug fixes)
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Files skipped from review due to trivial changes (1)
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? 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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Superseded by #514. |
Bumps extern/googletest from
530d5c8
toff233bd
.Commits
ff233bd
Update main to point to 1.15.2 patch release3e3b44c
Remove auto-detection of Python toolchain from MODULE.bazelffa31ae
Directly includegmock.h
andgtest.h
in gmock-matchers tests.5bcb2d7
Use matcher's description in AllOf if matcher has no explanation.3527883
gmock-actions: make DoAll convert to OnceAction via custom conversions.57e107a
Run clang-format.cee1ba1
Change the Bazel build to use the canonical repo names used by Bzlmod9ff2450
Update GoogleTest Bazel quickstart for Bzlmodb62593a
Update main branch to reflect the release of 1.15.0d49a665
Use matcher's description in AllOf if matcher has no explanation.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 this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)