Bump externalpackages/googletest from 244cec8 to 6ec14df#3192
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump externalpackages/googletest from 244cec8 to 6ec14df#3192dependabot[bot] wants to merge 1 commit into
244cec8 to 6ec14df#3192dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [externalpackages/googletest](https://github.com/google/googletest) from `244cec8` to `6ec14df`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@244cec8...6ec14df) --- updated-dependencies: - dependency-name: externalpackages/googletest dependency-version: 6ec14dfd8c409d05fba94e18e3a02df35b874353 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
@dependabot close
…On 3 November 2025 8:24:27 pm GMT+01:00, "dependabot[bot]" ***@***.***> wrote:
Bumps [externalpackages/googletest](https://github.com/google/googletest) from `244cec8` to `6ec14df`.
<details>
<summary>Commits</summary>
<ul>
<li><a href="google/googletest@6ec14dfd8c409d05fba94e18e3a02df35b874353"><code>6ec14df</code></a> Modernize example of combining matchers.</li>
<li><a href="google/googletest@17d335d7c7f15d989516255471c3d7f5d204308d"><code>17d335d</code></a> Remove short-circuiting from AllOf, for better failure messages</li>
<li><a href="google/googletest@4fe3307fb2d9f86d19777c7eb0e4809e9694dde7"><code>4fe3307</code></a> macOS CI: Move the Bazel vendor_dir to ${HOME} to workaround a Bazel issue</li>
<li><a href="google/googletest@b2b9072ecbe874f5937054653ef8f2731eb0f010"><code>b2b9072</code></a> Mark InternalDefaultActionSetAt as nodiscard.</li>
<li><a href="google/googletest@e17e37a1151a47d6e8089f2e9a78921ac022a511"><code>e17e37a</code></a> Automated Code Change</li>
<li><a href="google/googletest@8dbd60f7d5f88aca74ef76f4dd5258d35c324199"><code>8dbd60f</code></a> Restore the documentation of <code>AnyWith\&lt;T&gt;(m)</code> in the matchers reference.</li>
<li><a href="google/googletest@2ce9d8f2e85550a94d6ac977c881fe3658129ac6"><code>2ce9d8f</code></a> Allow for passing non-pointers to DeleteArg and have them emit a deprecation ...</li>
<li><a href="google/googletest@279f8479469d22fa772adb454068f854472e1eb9"><code>279f847</code></a> Fix typo.</li>
<li><a href="google/googletest@de1c60926218478959040ad79be8b2dbed22bd2b"><code>de1c609</code></a> Automated Code Change</li>
<li><a href="google/googletest@9706f75b8f91c52a3840cf5d878a7f37ea10ef00"><code>9706f75</code></a> Automated Code Change</li>
<li>Additional commits viewable in <a href="google/googletest@244cec8...6ec14dfd8c409d05fba94e18e3a02df35b874353">compare view</a></li>
</ul>
</details>
<br />
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 ***@***.*** rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ***@***.*** rebase` will rebase this PR
- ***@***.*** recreate` will recreate this PR, overwriting any edits that have been made to it
- ***@***.*** merge` will merge this PR after your CI passes on it
- ***@***.*** squash and merge` will squash and merge this PR after your CI passes on it
- ***@***.*** cancel merge` will cancel a previously requested merge and block automerging
- ***@***.*** reopen` will reopen this PR if it is closed
- ***@***.*** close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ***@***.*** show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ***@***.*** 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)
- ***@***.*** 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)
- ***@***.*** 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)
</details>
You can view, comment on, or merge this pull request online at:
#3192
-- Commit Summary --
* Bump externalpackages/googletest from `244cec8` to `6ec14df`
-- File Changes --
M externalpackages/googletest (2)
-- Patch Links --
https://github.com/boutproject/BOUT-dev/pull/3192.patch
https://github.com/boutproject/BOUT-dev/pull/3192.diff
--
Reply to this email directly or view it on GitHub:
#3192
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Contributor
Author
|
Beginning January 27, 2026, Dependabot will no longer support the @dependabot close command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details. |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps externalpackages/googletest from
244cec8to6ec14df.Commits
6ec14dfModernize example of combining matchers.17d335dRemove short-circuiting from AllOf, for better failure messages4fe3307macOS CI: Move the Bazel vendor_dir to ${HOME} to workaround a Bazel issueb2b9072Mark InternalDefaultActionSetAt as nodiscard.e17e37aAutomated Code Change8dbd60fRestore the documentation ofAnyWith\<T>(m)in the matchers reference.2ce9d8fAllow for passing non-pointers to DeleteArg and have them emit a deprecation ...279f847Fix typo.de1c609Automated Code Change9706f75Automated Code ChangeDependabot 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 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)