Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.1.0
9.1.1
2 changes: 1 addition & 1 deletion .github/workflows/bvt-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- {family: clang, version: 21, modules: true, doc_tests: true}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install gcc
if: ${{ matrix.compiler.family == 'gcc' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bvt-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
bvt-gcc:
runs-on: ubuntu-24.04
container: gcc:15
container: gcc:16
steps:
- uses: actions/checkout@v6

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bvt-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"

- name: Cache pre-commit envs
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pipeline-bump-cpp-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Mint a GitHub App token
id: app-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.DEPENDENCY_MANAGER_APP_ID }}
private-key: ${{ secrets.DEPENDENCY_MANAGER_APP_PRIVATE_KEY }}
Expand All @@ -39,7 +39,7 @@ jobs:

- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"

- name: Install Meson
run: python3 -m pip install --upgrade pip meson
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pipeline-bump-renovate-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Mint a GitHub App token
id: app-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.DEPENDENCY_MANAGER_APP_ID }}
private-key: ${{ secrets.DEPENDENCY_MANAGER_APP_PRIVATE_KEY }}
Expand All @@ -34,7 +34,7 @@ jobs:

- uses: actions/checkout@v6

- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: lts/*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
contents: write
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Pack source
id: run-pack
run: |
Expand All @@ -22,7 +22,7 @@ jobs:
shell: bash

- name: Create release draft
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
draft: true
tag_name: ${{ steps.run-pack.outputs.PRO_VER }}
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
args: ["--maxkb=1024"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.15
rev: v0.15.17
hooks:
- id: ruff-format

Expand All @@ -26,13 +26,13 @@ repos:
exclude: '^(subprojects|build|bazel-.*)/'

- repo: https://github.com/keith/pre-commit-buildifier
rev: 8.2.1
rev: 8.5.1
hooks:
- id: buildifier
exclude: '^(subprojects|build|bazel-.*)/'

- repo: https://github.com/rhysd/actionlint
rev: v1.7.8
rev: v1.7.12
hooks:
- id: actionlint

Expand All @@ -41,7 +41,7 @@ repos:
- id: meson-format
name: meson format
language: python
additional_dependencies: ["meson==1.10.1"]
additional_dependencies: ["meson==1.11.1"]
entry: meson
args: ["format", "--check-only", "--recursive", "meson.build"]
pass_filenames: false
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module(
)

bazel_dep(name = "platforms", version = "1.1.0")
bazel_dep(name = "rules_cc", version = "0.2.18")
bazel_dep(name = "bazel_skylib", version = "1.8.2")
bazel_dep(name = "rules_cc", version = "0.2.19")
bazel_dep(name = "bazel_skylib", version = "1.9.0")

bazel_dep(name = "googletest", version = "1.17.0.bcr.2", dev_dependency = True)
bazel_dep(name = "google_benchmark", version = "1.9.5", dev_dependency = True)
Expand Down
11 changes: 6 additions & 5 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mkdocs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ markdown==3.10.2
mdx_truly_sane_lists==1.3
mkdocs-awesome-pages-plugin==2.10.1
mkdocs-exclude==1.0.2
mkdocs-git-revision-date-localized-plugin==1.5.1
mkdocs-git-revision-date-localized-plugin==1.5.3
mkdocs-material==9.7.6
mkdocs-open-in-new-tab==1.0.8
mkdocs==1.6.1
pygments==2.20.0
pymdown-extensions==10.21.2
pymdown-extensions==10.21.3
Loading