Commit 9041182
authored
Bump the submodules-junior group with 5 updates
Bumps the submodules-junior group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [plugins/robots/thirdparty/trikRuntime/trikRuntime](https://github.com/trikset/trikRuntime) | ``7aee5cd`` | ``f391562`` |
| [qrtest/thirdparty/googletest/googletest](https://github.com/google/googletest) | ``e47544a`` | ``7d76a23`` |
| [thirdparty/gamepad/gamepad](https://github.com/trikset/trik-desktop-gamepad) | ``4b7aa17`` | ``e5a3f38`` |
| [thirdparty/quazip/quazip](https://github.com/stachenov/quazip) | ``9d3aa3e`` | ``8aeb3f7`` |
| [thirdparty/checkapp/checkapp](https://github.com/trikset/trik-checkapp) | ``14cd224`` | ``a30fcae`` |
Updates `plugins/robots/thirdparty/trikRuntime/trikRuntime` from `7aee5cd` to `f391562`
- [Release notes](https://github.com/trikset/trikRuntime/releases)
- [Commits](trikset/trikRuntime@7aee5cd...f391562)
Updates `qrtest/thirdparty/googletest/googletest` from `e47544a` to `7d76a23`
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](google/googletest@e47544a...7d76a23)
Updates `thirdparty/gamepad/gamepad` from `4b7aa17` to `e5a3f38`
- [Commits](trikset/trik-desktop-gamepad@4b7aa17...e5a3f38)
Updates `thirdparty/quazip/quazip` from `9d3aa3e` to `8aeb3f7`
- [Release notes](https://github.com/stachenov/quazip/releases)
- [Commits](stachenov/quazip@9d3aa3e...8aeb3f7)
Updates `thirdparty/checkapp/checkapp` from `14cd224` to `a30fcae`
- [Commits](trikset/trik-checkapp@14cd224...a30fcae)
---
updated-dependencies:
- dependency-name: plugins/robots/thirdparty/trikRuntime/trikRuntime
dependency-type: direct:production
dependency-group: submodules-junior
- dependency-name: qrtest/thirdparty/googletest/googletest
dependency-type: direct:production
dependency-group: submodules-junior
- dependency-name: thirdparty/gamepad/gamepad
dependency-type: direct:production
dependency-group: submodules-junior
- dependency-name: thirdparty/quazip/quazip
dependency-type: direct:production
dependency-group: submodules-junior
- dependency-name: thirdparty/checkapp/checkapp
dependency-type: direct:production
dependency-group: submodules-junior
...
Signed-off-by: dependabot[bot] <support@github.com>1 parent 331eac4 commit 9041182
File tree
5 files changed
+5
-5
lines changed- plugins/robots/thirdparty/trikRuntime
- qrtest/thirdparty/googletest
- thirdparty
- checkapp
- gamepad
- quazip
5 files changed
+5
-5
lines changedSubmodule trikRuntime updated 168 files
Submodule googletest updated 77 files
- .github/workflows/gtest-ci.yml-43
- .gitignore+1
- BUILD.bazel+30-13
- CMakeLists.txt+11-2
- CONTRIBUTORS+1
- MODULE.bazel+76
- README.md+5-9
- WORKSPACE+48-13
- WORKSPACE.bzlmod+35
- ci/linux-presubmit.sh+6-4
- ci/macos-presubmit.sh+2-1
- ci/windows-presubmit.bat+8-3
- docs/advanced.md+18-8
- docs/gmock_cook_book.md+46-11
- docs/gmock_for_dummies.md+2
- docs/primer.md+17-18
- docs/quickstart-bazel.md+23-30
- docs/reference/assertions.md+9-2
- docs/reference/testing.md+24-3
- fake_fuchsia_sdk.bzl+61
- googlemock/CMakeLists.txt+14-13
- googlemock/include/gmock/gmock-actions.h+80-23
- googlemock/include/gmock/gmock-matchers.h+185-131
- googlemock/include/gmock/gmock-more-actions.h+8-6
- googlemock/include/gmock/gmock-spec-builders.h+4-6
- googlemock/include/gmock/gmock.h+1
- googlemock/include/gmock/internal/gmock-internal-utils.h+8-6
- googlemock/include/gmock/internal/gmock-port.h+5-4
- googlemock/src/gmock-cardinalities.cc+4-4
- googlemock/src/gmock-internal-utils.cc+3-2
- googlemock/src/gmock-matchers.cc+13-14
- googlemock/src/gmock-spec-builders.cc+2-1
- googlemock/test/gmock-actions_test.cc+52-4
- googlemock/test/gmock-function-mocker_test.cc+2-2
- googlemock/test/gmock-matchers-arithmetic_test.cc+27-27
- googlemock/test/gmock-matchers-comparisons_test.cc+14-2
- googlemock/test/gmock-matchers-containers_test.cc+29-11
- googlemock/test/gmock-matchers-misc_test.cc+63-23
- googlemock/test/gmock-more-actions_test.cc+39-1
- googlemock/test/gmock-pp_test.cc+1-1
- googlemock/test/gmock_link_test.h+9
- googletest/CMakeLists.txt+14-14
- googletest/README.md+1-1
- googletest/cmake/Config.cmake.in+4
- googletest/cmake/internal_utils.cmake+21-19
- googletest/include/gtest/gtest-assertion-result.h+1-1
- googletest/include/gtest/gtest-death-test.h+4-4
- googletest/include/gtest/gtest-matchers.h+3-3
- googletest/include/gtest/gtest-param-test.h+4-4
- googletest/include/gtest/gtest-printers.h+74-21
- googletest/include/gtest/gtest-typed-test.h+65-61
- googletest/include/gtest/gtest.h+32-14
- googletest/include/gtest/internal/gtest-death-test-internal.h+25-26
- googletest/include/gtest/internal/gtest-filepath.h+7-1
- googletest/include/gtest/internal/gtest-internal.h+25-63
- googletest/include/gtest/internal/gtest-param-util.h+78-76
- googletest/include/gtest/internal/gtest-port-arch.h+2
- googletest/include/gtest/internal/gtest-port.h+59-20
- googletest/include/gtest/internal/gtest-type-util.h+3-3
- googletest/src/gtest-death-test.cc+18-16
- googletest/src/gtest-internal-inl.h+28-16
- googletest/src/gtest-port.cc+47-21
- googletest/src/gtest.cc+230-124
- googletest/test/googletest-color-test.py+1
- googletest/test/googletest-death-test-test.cc+41-37
- googletest/test/googletest-json-output-unittest.py+101-9
- googletest/test/googletest-options-test.cc+4-1
- googletest/test/googletest-output-test-golden-lin.txt-5
- googletest/test/googletest-port-test.cc+2-2
- googletest/test/googletest-printers-test.cc+24
- googletest/test/gtest_environment_test.cc+52-44
- googletest/test/gtest_json_test_utils.py+3
- googletest/test/gtest_repeat_test.cc+1-3
- googletest/test/gtest_unittest.cc+67-26
- googletest/test/gtest_xml_output_unittest.py+61-19
- googletest/test/gtest_xml_output_unittest_.cc+16
- googletest_deps.bzl+16-10
- .clang-format+14
- .clang-tidy+144
- .github/dependabot.yml+11
- .github/workflows/main.yml+73-28
- .pre-commit-config.yaml+5
- checkapp.pri+6-10
- checker.cpp+240-106
- checker.h+24-14
- htmlTemplates.h+20-21
- main.cpp+9-4
- mainwindow.cpp+21-21
- mainwindow.h+9-7
- mainwindow.ui+43-49
- optionsAliases.h+3-7
- translations/checkapp_ru.ts+33-28
- .github/docker/README.md+5
- .github/docker/qt-5.15.12-ubuntu-static/Dockerfile+67
- .github/docker/qt-6.4.3-ubuntu-static/Dockerfile+72
- .github/docker/qt-6.6.2-ubuntu-static/Dockerfile+72
- .github/workflows/ci.yml+187-7
- .github/workflows/qt-zlib.yml+319
- .github/workflows/scorecard.yml+73
- .gitignore+7
- CMakeLists.txt+46-24
- CMakePresets.json+44
- README.md+87-2
- SECURITY.md+14
- cmake/windeployqt.cmake+22
- conanfile.py+16
- quazip/JlCompress.cpp+130-104
- quazip/JlCompress.h+129-1
- quazip/doc/index.dox+1-1
- quazip/quaziodevice.cpp+3-3
- quazip/quazip_qt_compat.h+22-2
- quazip/quazipfileinfo.cpp+4-2
- quazip/quazipnewinfo.cpp+9
- quazip/quazipnewinfo.h+9-1
- quazip/zip.c+11
- qztest/CMakeLists.txt+9
- qztest/qztest.cpp+20
- qztest/testjlcompress.cpp+233
- qztest/testjlcompress.h+4
- qztest/testquazipfileinfo.cpp+8-8
- qztest/testquazipnewinfo.cpp+1-1
- vcpkg.json+22
0 commit comments