Skip to content
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

Bump the submodules-junior group with 5 updates #150

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the submodules-junior group with 5 updates:

Package From To
plugins/robots/thirdparty/trikRuntime/trikRuntime 7047115 a983be0
qrtest/thirdparty/googletest/googletest 1336c4b b10fad3
thirdparty/gamepad/gamepad 2a1dc26 4b7aa17
thirdparty/quazip/quazip 98bcb48 9d3aa3e
thirdparty/checkapp/checkapp 3df13d6 14cd224

Updates plugins/robots/thirdparty/trikRuntime/trikRuntime from 7047115 to a983be0

Commits
  • a983be0 Add basic PWM capture support (#731)
  • dae4a0e Fix incorrect memory read after free in exn handler
  • c8800da Fix problem with package installation
  • de86b49 Always check repo updates in TRIK toolchain CI
  • 1fa0e4d Annotate ModuleLoader constructor with explicit
  • 98872c8 Update deploy script
  • 7aee5cd Fix comparison with string in TRIK toolchain CI
  • b58f84d Fix git dubious ownership error
  • 7104e11 Change ccache key to more concise and readable one
  • aba5d8e Add TRIK toolchain CI
  • Additional commits viewable in compare view

Updates qrtest/thirdparty/googletest/googletest from 1336c4b to b10fad3

Commits
  • b10fad3 Merge pull request #4397 from botovq:raise
  • 5b7fd63 Export gmock-spec-builders.
  • 7f036c5 Add missing include for raise(3)
  • 5183872 StartsWith: Explicitly construct matcher-typed strings from matchee parameter
  • 116b7e5 Improve error message for invalid parameterized test names.
  • 9bb354f s/::testing::/testing::/ in test documentation outside of using statements to...
  • 829c199 gtest-death-test-internal: Delete obsolete string constants
  • 2dd1c13 Fix RE::Init for Android and NetBSD.
  • beb552f gmock_cook_book: Document DoAll's return type requirement
  • a6d7fa8 Merge pull request #4382 from idzm:fix_cmake_comments
  • Additional commits viewable in compare view

Updates thirdparty/gamepad/gamepad from 2a1dc26 to 4b7aa17

Commits

Updates thirdparty/quazip/quazip from 98bcb48 to 9d3aa3e

Commits
  • 9d3aa3e Merge pull request #164 from MartinDelille/badge
  • 48a7d7c Merge pull request #171 from aikawayataro/bundled-zlib-fix
  • 1b33aa6 Use VERSION_GREATER_EQUAL instead of a handwritten check
  • 0445ae0 Use the BundledZLIB component when compiling for Qt 6.3.1 and higher
  • 9c3305a Add conan badge
  • 566fa49 QuaZip 1.4 release
  • f9aee42 Cleanup zip.c, unzip.c after clang-tidy fixes
  • bc3c536 Cleanup quazipfile.cpp after clang-tidy fixes
  • 77d54bf Cleanup quazipdir.cpp after clang-tidy fixes
  • 1eff865 Cleanup quazip.cpp after clang-tidy fixes
  • Additional commits viewable in compare view

Updates thirdparty/checkapp/checkapp from 3df13d6 to 14cd224

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the submodules-junior group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [plugins/robots/thirdparty/trikRuntime/trikRuntime](https://github.com/trikset/trikRuntime) | ``7047115`` | ``a983be0`` |
| [qrtest/thirdparty/googletest/googletest](https://github.com/google/googletest) | ``1336c4b`` | ``b10fad3`` |
| [thirdparty/gamepad/gamepad](https://github.com/trikset/trik-desktop-gamepad) | ``2a1dc26`` | ``4b7aa17`` |
| [thirdparty/quazip/quazip](https://github.com/stachenov/quazip) | ``98bcb48`` | ``9d3aa3e`` |
| [thirdparty/checkapp/checkapp](https://github.com/trikset/trik-checkapp) | ``3df13d6`` | ``14cd224`` |


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

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

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

Updates `thirdparty/quazip/quazip` from `98bcb48` to `9d3aa3e`
- [Release notes](https://github.com/stachenov/quazip/releases)
- [Commits](stachenov/quazip@98bcb48...9d3aa3e)

Updates `thirdparty/checkapp/checkapp` from `3df13d6` to `14cd224`
- [Commits](trikset/trik-checkapp@3df13d6...14cd224)

---
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>
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2023

Dependabot tried to add @iakov as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/IKhonakhbeeva/trik-studio/pulls/150/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the IKhonakhbeeva/trik-studio repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2023
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2023

The following labels could not be found: junior.

Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2023

Superseded by #152.

@dependabot dependabot bot closed this Dec 1, 2023
@dependabot dependabot bot deleted the dependabot/submodules/junior/submodules-junior-3e2e378ecd branch December 1, 2023 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants