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 3rdparty group with 7 updates #111

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps the 3rdparty group with 7 updates:

Package From To
3rdparty/spdlog 6230201 a2b4262
3rdparty/fmt 74a1872 f4b256c
3rdparty/pfs a671429 fd003bf
3rdparty/json 199dea1 8c391e0
3rdparty/vcpkg 3c76dc5 9224b3b
3rdparty/glob 8cd1621 d025092
3rdparty/bpftool 20ce693 06c61ec

Updates 3rdparty/spdlog from 6230201 to a2b4262

Commits

Updates 3rdparty/fmt from 74a1872 to f4b256c

Commits
  • f4b256c Fix warning C26439
  • f746a59 Cleanup FMT_ASSERT
  • ee0c335 Fix format_to + FMT_STRING for wide character type (#3931)
  • 9973576 Fix FMT_USE_NONTYPE_TEMPLATE_ARGS define back (#3937)
  • aa52eb7 Resolved warning C4996: 'fileno': The POSIX name for this item is deprecated....
  • 116a9ce Added FMT_IMPORT_STD feature macro (#3928)
  • 5eb68c0 Fix mix-up of 'FMT_BEGIN_EXPORT' and 'namespace detail'. (#3924)
  • 550437b Resolved warning C4127: conditional expression is constant (#3923)
  • 4e8640e Fix: enable FMT_NORETURN without exception support too (#3917)
  • c70e7b7 Coding conventions and minor fixes
  • Additional commits viewable in compare view

Updates 3rdparty/pfs from a671429 to fd003bf

Commits
  • fd003bf Automatic version bump to v0.9.0
  • 5f68a66 fix: set target_include_directory
  • bb0be73 Update find_package README section
  • a8e2158 Add find_package test when pfs is not installed
  • 110eeba Fix find_package test code
  • e5d8341 Fix README example
  • dae18f1 Add a dummy pkg to test cmake config
  • See full diff in compare view

Updates 3rdparty/json from 199dea1 to 8c391e0

Commits
  • 8c391e0 Docs: Fix wrong code usage in the Value access section of json_pointer.md (...
  • 01da82e Fix gdb pretty printer (#4343)
  • 97f0bda chore: fix some typos in comments (#4345)
  • c883fb0 Fix for incorrect function name in documentation example (#4342)
  • 377c767 Updated exception handling to catch const reference in out_of_range (#4331)
  • 16b3d84 Fixed an error in the Custom data source example. (#4335)
  • See full diff in compare view

Updates 3rdparty/vcpkg from 3c76dc5 to 9224b3b

Commits

Updates 3rdparty/glob from 8cd1621 to d025092

Commits

Updates 3rdparty/bpftool from 20ce693 to 06c61ec

Commits
  • 06c61ec mirror: Set DESTDIR to empty when building libbpf
  • 0b5a81c sync: Pull latest bpftool changes from kernel
  • 9fd551e bpftool: Use typeof() instead of typeof() in BPF skeleton
  • 5e805cd bpf: Fix typo in uapi doc comments
  • 4ce420d bpftool: Clean-up typos, punctuation, list formatting in docs
  • 214eb3e bpftool: Remove useless emphasis on command description in man pages
  • 0451298 bpftool: Use simpler indentation in source rST for documentation
  • 9a40292 bpf: improve error message for unsupported helper
  • 91360ab bpf: Add support for passing mark with bpf_fib_lookup
  • 1641a50 sync: Update libbpf submodule
  • See full diff in compare view

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 3rdparty group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [3rdparty/spdlog](https://github.com/gabime/spdlog) | ``6230201`` | ``a2b4262`` |
| [3rdparty/fmt](https://github.com/fmtlib/fmt) | ``74a1872`` | ``f4b256c`` |
| [3rdparty/pfs](https://github.com/dtrugman/pfs) | ``a671429`` | ``fd003bf`` |
| [3rdparty/json](https://github.com/nlohmann/json) | ``199dea1`` | ``8c391e0`` |
| [3rdparty/vcpkg](https://github.com/microsoft/vcpkg) | ``3c76dc5`` | ``9224b3b`` |
| [3rdparty/glob](https://github.com/p-ranav/glob) | ``8cd1621`` | ``d025092`` |
| [3rdparty/bpftool](https://github.com/libbpf/bpftool) | ``20ce693`` | ``06c61ec`` |


Updates `3rdparty/spdlog` from `6230201` to `a2b4262`
- [Release notes](https://github.com/gabime/spdlog/releases)
- [Commits](gabime/spdlog@6230201...a2b4262)

Updates `3rdparty/fmt` from `74a1872` to `f4b256c`
- [Release notes](https://github.com/fmtlib/fmt/releases)
- [Commits](fmtlib/fmt@74a1872...f4b256c)

Updates `3rdparty/pfs` from `a671429` to `fd003bf`
- [Release notes](https://github.com/dtrugman/pfs/releases)
- [Commits](dtrugman/pfs@a671429...fd003bf)

Updates `3rdparty/json` from `199dea1` to `8c391e0`
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](nlohmann/json@199dea1...8c391e0)

Updates `3rdparty/vcpkg` from `3c76dc5` to `9224b3b`
- [Release notes](https://github.com/microsoft/vcpkg/releases)
- [Commits](microsoft/vcpkg@3c76dc5...9224b3b)

Updates `3rdparty/glob` from `8cd1621` to `d025092`
- [Release notes](https://github.com/p-ranav/glob/releases)
- [Commits](p-ranav/glob@8cd1621...d025092)

Updates `3rdparty/bpftool` from `20ce693` to `06c61ec`
- [Release notes](https://github.com/libbpf/bpftool/releases)
- [Commits](libbpf/bpftool@20ce693...06c61ec)

---
updated-dependencies:
- dependency-name: 3rdparty/spdlog
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/fmt
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/pfs
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/json
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/vcpkg
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/glob
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/bpftool
  dependency-type: direct:production
  dependency-group: 3rdparty
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Apr 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/submodules/3rdparty-8290376e32 branch April 29, 2024 09:23
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 submodules Pull requests that update Submodules code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants