Skip to content

Commit fbc8e71

Browse files
authored
Upgrade BoringTun bindings (#783)
1 parent 7fdc99f commit fbc8e71

File tree

13 files changed

+424
-261
lines changed

13 files changed

+424
-261
lines changed

.github/workflows/build-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
APPLE_ID: "kamil@defguard.net"
2424
APPLE_TEAM_ID: "82GZ7KN29J"
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
submodules: recursive
2929

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- codebuild-defguard-client-runner-${{ github.run_id }}-${{ github.run_attempt }}
2525

2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
submodules: recursive
3030
- uses: actions/setup-node@v4

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
apt-get update
5555
apt-get install -y git curl ca-certificates
5656
git config --global --add safe.directory '*'
57-
- uses: actions/checkout@v5
57+
- uses: actions/checkout@v6
5858
with:
59-
submodules: "recursive"
59+
submodules: recursive
6060
- uses: pnpm/action-setup@v4
6161
with:
6262
version: 10.17
@@ -138,9 +138,9 @@ jobs:
138138
deb_arch: amd64
139139
binary_arch: x86_64
140140
steps:
141-
- uses: actions/checkout@v5
141+
- uses: actions/checkout@v6
142142
with:
143-
submodules: "recursive"
143+
submodules: recursive
144144
- name: Write release version
145145
run: |
146146
VERSION=$(echo ${GITHUB_REF_NAME#v} | cut -d '-' -f1)
@@ -294,9 +294,9 @@ jobs:
294294
- create-release
295295
runs-on: windows-latest
296296
steps:
297-
- uses: actions/checkout@v5
297+
- uses: actions/checkout@v6
298298
with:
299-
submodules: "recursive"
299+
submodules: recursive
300300
- name: Write release version
301301
run: |
302302
$env:VERSION=echo ($env:GITHUB_REF_NAME.Substring(1) -Split "-")[0]

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
2828
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
submodules: recursive
3333

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
submodules: recursive
4545

.github/workflows/update-repositories.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
amd64_sha: ${{ steps.get_sha.outputs.AMD64_SHA }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
18+
with:
19+
submodules: recursive
1820

1921
- name: Install gh cli
2022
run: |
@@ -55,7 +57,7 @@ jobs:
5557
else
5658
codename="trixie"
5759
fi
58-
60+
5961
echo "Uploading $deb_file to $codename"
6062
deb-s3 upload -l \
6163
--bucket=apt.defguard.net \

.trivyignore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
vulnerabilities:
22
- id: GHSA-wrw7-89jp-8q8g
3-
expired_at: 2026-02-10
3+
expired_at: 2026-03-09
44
statement: "glib is a transitive dependency of Tauri which we cannot update ourselves. Waiting for tauri to finish migration to gtk4-rs: https://github.com/tauri-apps/tauri/issues/12563"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"@stablelib/base64": "^2.0.1",
5858
"@stablelib/x25519": "^2.0.1",
5959
"@tanstack/query-core": "^5.90.20",
60-
"@tanstack/react-virtual": "3.13.13",
60+
"@tanstack/react-virtual": "3.13.18",
6161
"@tauri-apps/api": "^2.10.1",
6262
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
63-
"@tauri-apps/plugin-deep-link": "^2.4.6",
63+
"@tauri-apps/plugin-deep-link": "^2.4.7",
6464
"@tauri-apps/plugin-dialog": "^2.6.0",
6565
"@tauri-apps/plugin-fs": "^2.4.5",
6666
"@tauri-apps/plugin-http": "^2.5.7",
@@ -82,13 +82,13 @@
8282
"fast-deep-equal": "^3.1.3",
8383
"file-saver": "^2.0.5",
8484
"get-text-width": "^1.0.3",
85-
"html-react-parser": "^5.2.16",
85+
"html-react-parser": "^5.2.17",
8686
"itertools": "^2.5.0",
8787
"js-base64": "^3.7.8",
8888
"lodash-es": "^4.17.23",
8989
"merge-refs": "^2.0.0",
9090
"millify": "^6.1.0",
91-
"motion": "^12.31.0",
91+
"motion": "^12.34.0",
9292
"p-timeout": "^6.1.4",
9393
"prop-types": "^15.8.1",
9494
"radash": "^12.1.1",
@@ -115,23 +115,23 @@
115115
"@biomejs/biome": "=2.3.13",
116116
"@hookform/devtools": "^4.4.0",
117117
"@svgr/cli": "^8.1.0",
118-
"@tanstack/react-query": "^5.90.20",
118+
"@tanstack/react-query": "^5.90.21",
119119
"@tanstack/react-query-devtools": "^5.91.3",
120120
"@tauri-apps/cli": "^2.10.0",
121121
"@types/file-saver": "^2.0.7",
122122
"@types/lodash-es": "^4.17.12",
123123
"@types/node": "^24.10.10",
124-
"@types/react": "^19.2.11",
124+
"@types/react": "^19.2.14",
125125
"@types/react-dom": "^19.2.3",
126-
"@vitejs/plugin-react": "^5.1.3",
126+
"@vitejs/plugin-react": "^5.1.4",
127127
"@vitejs/plugin-react-swc": "^4.2.3",
128128
"autoprefixer": "^10.4.24",
129129
"npm-run-all": "^4.1.5",
130130
"postcss": "^8.5.6",
131131
"prettier": "^3.8.1",
132132
"sass": "~1.92.1",
133133
"typedoc": "^0.28.16",
134-
"typesafe-i18n": "^5.26.2",
134+
"typesafe-i18n": "^5.27.1",
135135
"typescript": "^5.9.3",
136136
"vite": "^7.3.1"
137137
},

0 commit comments

Comments
 (0)