Skip to content

Commit

Permalink
Bump the submodules-junior group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the submodules-junior group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [plugins/robots/thirdparty/trikRuntime/trikRuntime](https://github.com/trikset/trikRuntime) | ``ab6e445`` | ``020df55`` |
| [qrtest/thirdparty/googletest/googletest](https://github.com/google/googletest) | ``bf0701d`` | ``a7f443b`` |
| [thirdparty/gamepad/gamepad](https://github.com/trikset/trik-desktop-gamepad) | ``5f9ead9`` | ``4b7aa17`` |
| [thirdparty/quazip/quazip](https://github.com/stachenov/quazip) | ``2126b25`` | ``7f82903`` |
| [thirdparty/checkapp/checkapp](https://github.com/trikset/trik-checkapp) | ``35e4399`` | ``23f9710`` |



Updates `plugins/robots/thirdparty/trikRuntime/trikRuntime` from `ab6e445` to `020df55`
- [Release notes](https://github.com/trikset/trikRuntime/releases)
- [Commits](trikset/trikRuntime@ab6e445...020df55)

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

Updates `thirdparty/gamepad/gamepad` from `5f9ead9` to `4b7aa17`
- [Commits](trikset/trik-desktop-gamepad@5f9ead9...4b7aa17)

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

Updates `thirdparty/checkapp/checkapp` from `35e4399` to `23f9710`
- [Commits](trikset/trik-checkapp@35e4399...23f9710)

---
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>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 20ad049 commit 1b48efe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/robots/thirdparty/trikRuntime/trikRuntime
Submodule trikRuntime updated 120 files
2 changes: 1 addition & 1 deletion qrtest/thirdparty/googletest/googletest
Submodule googletest updated 218 files
2 changes: 1 addition & 1 deletion thirdparty/checkapp/checkapp
2 changes: 1 addition & 1 deletion thirdparty/quazip/quazip
Submodule quazip updated 53 files
+5 −0 .github/docker/README.md
+67 −0 .github/docker/qt-5.15.12-ubuntu-static/Dockerfile
+72 −0 .github/docker/qt-6.4.3-ubuntu-static/Dockerfile
+72 −0 .github/docker/qt-6.6.2-ubuntu-static/Dockerfile
+267 −26 .github/workflows/ci.yml
+319 −0 .github/workflows/qt-zlib.yml
+73 −0 .github/workflows/scorecard.yml
+8 −0 .gitignore
+192 −40 CMakeLists.txt
+44 −0 CMakePresets.json
+1 −1 Doxyfile
+217 −205 NEWS.txt
+90 −1 README.md
+14 −0 SECURITY.md
+35 −0 cmake/clone-repo.cmake
+21 −0 cmake/windeployqt.cmake
+16 −0 conanfile.py
+11 −3 quazip/CMakeLists.txt
+8 −12 quazip/JlCompress.cpp
+2 −3 quazip/JlCompress.h
+11 −2 quazip/QuaZipConfig.cmake.in
+8 −15 quazip/doc/index.dox
+82 −73 quazip/qioapi.cpp
+2 −2 quazip/quaadler32.cpp
+4 −4 quazip/quaadler32.h
+1 −3 quazip/quachecksum32.cpp
+2 −2 quazip/quacrc32.cpp
+4 −4 quazip/quacrc32.h
+5 −5 quazip/quagzipfile.cpp
+6 −6 quazip/quagzipfile.h
+24 −34 quazip/quaziodevice.cpp
+8 −8 quazip/quaziodevice.h
+48 −58 quazip/quazip.cpp
+7 −7 quazip/quazip.h
+1 −1 quazip/quazip.pc.cmakein
+2 −3 quazip/quazip_qt_compat.h
+63 −98 quazip/quazipdir.cpp
+35 −39 quazip/quazipfile.cpp
+17 −12 quazip/quazipfile.h
+2 −4 quazip/quazipnewinfo.cpp
+9 −19 quazip/unzip.c
+28 −38 quazip/zip.c
+13 −5 qztest/CMakeLists.txt
+1 −2 qztest/qztest.cpp
+48 −11 qztest/testjlcompress.cpp
+1 −0 qztest/testjlcompress.h
+7 −7 qztest/testquazip.cpp
+29 −9 qztest/testquazipfile.cpp
+12 −17 qztest/testquazipfileinfo.cpp
+1 −2 qztest/testquazipfileinfo.h
+0 −5 qztest/testquazipnewinfo.cpp
+1 −2 qztest/testquazipnewinfo.h
+22 −0 vcpkg.json

0 comments on commit 1b48efe

Please sign in to comment.