Skip to content

chore(deps): bump the dependencies group with 3 updates - #144

Merged
github-actions[bot] merged 2 commits into
mainfrom
dependabot/vcpkg/dependencies-5e1f103695
Aug 1, 2026
Merged

chore(deps): bump the dependencies group with 3 updates#144
github-actions[bot] merged 2 commits into
mainfrom
dependabot/vcpkg/dependencies-5e1f103695

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 3 updates: github.com/microsoft/vcpkg, fmt and tbb.

Updates github.com/microsoft/vcpkg from master to 2026.07.29

Release notes

Sourced from github.com/microsoft/vcpkg's releases.

2026-07-29 Release

Total port count: 2858

Total port count per triplet (tested): https://dev.azure.com/vcpkg/public/_build/results?buildId=135143&view=results

triplet ports available
x86-windows 2648
x64-windows 2779
x64-windows-release 2779
x64-windows-static 2658
x64-windows-static-md 2717
arm64-windows 2455
arm64-windows-static-md 2439
arm64-osx 2597
x64-linux 2800
arm-neon-android 2229
x64-android 2291
arm64-android 2257
arm64-linux 2301

The following vcpkg-tool releases have occurred since the last registry release:

In those tool releases, the following changes are particularly meaningful:

Thank you again @​JamieMagee @​Erik-White @​sdn9002 @​Matus-p and @​ricardoofnl

port version
box3d 0.1.0
cofetch 0.1.2

... (truncated)

Commits

Updates fmt from 12.2.0 to 12.2.0#1

Commits

Updates tbb from 2023.0.0 to 2023.1.0

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 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

Summary by CodeRabbit

  • Chores
    • Updated the project’s build tooling and package baseline to newer approved versions.
    • Refreshed platform verification data for Windows systems.

Bumps the dependencies group with 3 updates: [github.com/microsoft/vcpkg](https://github.com/microsoft/vcpkg), [fmt](https://github.com/microsoft/vcpkg) and [tbb](https://github.com/microsoft/vcpkg).


Updates `github.com/microsoft/vcpkg` from master to 2026.07.29
- [Release notes](https://github.com/microsoft/vcpkg/releases)
- [Commits](microsoft/vcpkg@4e82e29...9e593bb)

Updates `fmt` from 12.2.0 to 12.2.0#1
- [Release notes](https://github.com/microsoft/vcpkg/releases)
- [Commits](https://github.com/microsoft/vcpkg/commits)

Updates `tbb` from 2023.0.0 to 2023.1.0
- [Release notes](https://github.com/microsoft/vcpkg/releases)
- [Commits](https://github.com/microsoft/vcpkg/commits)

---
updated-dependencies:
- dependency-name: github.com/microsoft/vcpkg
  dependency-version: 2026.07.29
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: fmt
  dependency-version: 12.2.0#1
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: tbb
  dependency-version: 2023.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file vcpkg_package_manager Pull requests that update vcpkg_package_manager code labels Aug 1, 2026
@dependabot
dependabot Bot requested a review from acgetchell as a code owner August 1, 2026 20:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file vcpkg_package_manager Pull requests that update vcpkg_package_manager code labels Aug 1, 2026
@acgetchell

Copy link
Copy Markdown
Owner

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: a9a308df-ac81-4e97-bf4f-21e31e847b68

📥 Commits

Reviewing files that changed from the base of the PR and between 99630f1 and 0225dbc.

📒 Files selected for processing (2)
  • scripts/bootstrap_vcpkg.py
  • vcpkg.json

Walkthrough

The PR updates the pinned vcpkg release and trusted Windows digests. It also updates the vcpkg builtin baseline hash.

Changes

vcpkg toolchain update

Layer / File(s) Summary
Update vcpkg release and baseline
scripts/bootstrap_vcpkg.py, vcpkg.json
The bootstrap script now targets vcpkg 2026-07-27 with updated Windows SHA-256 digests. The manifest now uses the newer builtin baseline hash.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: acgetchell

Poem

vcpkg pins move ahead,
Fresh hashes guard the trail,
A newer baseline leads,
Toolchain updates sail.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies a dependency-group update with three changes, matching the pull request objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/vcpkg/dependencies-5e1f103695

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@acgetchell

Copy link
Copy Markdown
Owner

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@github-actions
github-actions Bot merged commit 098822d into main Aug 1, 2026
14 of 16 checks passed
@github-actions
github-actions Bot deleted the dependabot/vcpkg/dependencies-5e1f103695 branch August 1, 2026 23:46
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 vcpkg_package_manager Pull requests that update vcpkg_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant