Skip to content

Commit

Permalink
Bump the 3rd-party group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the 3rd-party group with 3 updates in the / directory: [qrtest/thirdparty/googletest/googletest](https://github.com/google/googletest), [plugins/robots/thirdparty/hidapi](https://github.com/libusb/hidapi) and [thirdparty/quazip/quazip](https://github.com/stachenov/quazip).


Updates `qrtest/thirdparty/googletest/googletest` from `4a1a299` to `3e3b44c`
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](google/googletest@4a1a299...3e3b44c)

Updates `plugins/robots/thirdparty/hidapi` from `6c2de30` to `4578ea2`
- [Release notes](https://github.com/libusb/hidapi/releases)
- [Commits](libusb/hidapi@6c2de30...4578ea2)

Updates `thirdparty/quazip/quazip` from `7f82903` to `ddc9ddf`
- [Release notes](https://github.com/stachenov/quazip/releases)
- [Commits](stachenov/quazip@7f82903...ddc9ddf)

---
updated-dependencies:
- dependency-name: qrtest/thirdparty/googletest/googletest
  dependency-type: direct:production
  dependency-group: 3rd-party
- dependency-name: plugins/robots/thirdparty/hidapi
  dependency-type: direct:production
  dependency-group: 3rd-party
- dependency-name: thirdparty/quazip/quazip
  dependency-type: direct:production
  dependency-group: 3rd-party
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 13b2f5f commit 953d2d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/robots/thirdparty/hidapi
2 changes: 1 addition & 1 deletion qrtest/thirdparty/googletest/googletest
Submodule googletest updated 87 files
+0 −43 .github/workflows/gtest-ci.yml
+1 −0 .gitignore
+30 −13 BUILD.bazel
+11 −2 CMakeLists.txt
+4 −4 CONTRIBUTING.md
+1 −0 CONTRIBUTORS
+67 −0 MODULE.bazel
+9 −13 README.md
+48 −13 WORKSPACE
+35 −0 WORKSPACE.bzlmod
+6 −4 ci/linux-presubmit.sh
+2 −1 ci/macos-presubmit.sh
+8 −3 ci/windows-presubmit.bat
+23 −13 docs/advanced.md
+18 −39 docs/faq.md
+1 −1 docs/gmock_cheat_sheet.md
+41 −6 docs/gmock_cook_book.md
+7 −5 docs/gmock_for_dummies.md
+20 −21 docs/primer.md
+23 −30 docs/quickstart-bazel.md
+2 −2 docs/reference/assertions.md
+1 −2 docs/reference/mocking.md
+25 −4 docs/reference/testing.md
+33 −0 fake_fuchsia_sdk.bzl
+14 −13 googlemock/CMakeLists.txt
+3 −3 googlemock/README.md
+87 −24 googlemock/include/gmock/gmock-actions.h
+5 −4 googlemock/include/gmock/gmock-function-mocker.h
+119 −104 googlemock/include/gmock/gmock-matchers.h
+8 −6 googlemock/include/gmock/gmock-more-actions.h
+4 −6 googlemock/include/gmock/gmock-spec-builders.h
+8 −7 googlemock/include/gmock/gmock.h
+8 −6 googlemock/include/gmock/internal/gmock-internal-utils.h
+5 −4 googlemock/include/gmock/internal/gmock-port.h
+4 −4 googlemock/src/gmock-cardinalities.cc
+3 −2 googlemock/src/gmock-internal-utils.cc
+14 −15 googlemock/src/gmock-matchers.cc
+2 −1 googlemock/src/gmock-spec-builders.cc
+2 −1 googlemock/src/gmock_main.cc
+52 −4 googlemock/test/gmock-actions_test.cc
+9 −7 googlemock/test/gmock-matchers-arithmetic_test.cc
+14 −2 googlemock/test/gmock-matchers-comparisons_test.cc
+16 −5 googlemock/test/gmock-matchers-containers_test.cc
+2 −2 googlemock/test/gmock-matchers-misc_test.cc
+39 −1 googlemock/test/gmock-more-actions_test.cc
+1 −1 googlemock/test/gmock-spec-builders_test.cc
+9 −0 googlemock/test/gmock_link_test.h
+14 −14 googletest/CMakeLists.txt
+3 −3 googletest/README.md
+4 −0 googletest/cmake/Config.cmake.in
+22 −20 googletest/cmake/internal_utils.cmake
+1 −1 googletest/include/gtest/gtest-assertion-result.h
+4 −4 googletest/include/gtest/gtest-death-test.h
+33 −2 googletest/include/gtest/gtest-message.h
+4 −4 googletest/include/gtest/gtest-param-test.h
+80 −22 googletest/include/gtest/gtest-printers.h
+65 −61 googletest/include/gtest/gtest-typed-test.h
+38 −21 googletest/include/gtest/gtest.h
+25 −26 googletest/include/gtest/internal/gtest-death-test-internal.h
+7 −1 googletest/include/gtest/internal/gtest-filepath.h
+44 −82 googletest/include/gtest/internal/gtest-internal.h
+79 −75 googletest/include/gtest/internal/gtest-param-util.h
+4 −0 googletest/include/gtest/internal/gtest-port-arch.h
+103 −99 googletest/include/gtest/internal/gtest-port.h
+3 −3 googletest/include/gtest/internal/gtest-type-util.h
+19 −17 googletest/src/gtest-death-test.cc
+5 −3 googletest/src/gtest-filepath.cc
+30 −18 googletest/src/gtest-internal-inl.h
+70 −28 googletest/src/gtest-port.cc
+174 −120 googletest/src/gtest.cc
+2 −1 googletest/src/gtest_main.cc
+1 −0 googletest/test/BUILD.bazel
+1 −0 googletest/test/googletest-color-test.py
+41 −37 googletest/test/googletest-death-test-test.cc
+15 −0 googletest/test/googletest-json-output-unittest.py
+23 −0 googletest/test/googletest-message-test.cc
+4 −1 googletest/test/googletest-options-test.cc
+0 −5 googletest/test/googletest-output-test-golden-lin.txt
+3 −3 googletest/test/googletest-port-test.cc
+44 −0 googletest/test/googletest-printers-test.cc
+52 −44 googletest/test/gtest_environment_test.cc
+23 −41 googletest/test/gtest_help_test.py
+3 −0 googletest/test/gtest_json_test_utils.py
+1 −3 googletest/test/gtest_repeat_test.cc
+19 −27 googletest/test/gtest_unittest.cc
+9 −6 googletest/test/gtest_xml_output_unittest.py
+16 −10 googletest_deps.bzl
2 changes: 1 addition & 1 deletion thirdparty/quazip/quazip
Submodule quazip updated 1 files
+43 −51 quazip/JlCompress.cpp

0 comments on commit 953d2d8

Please sign in to comment.