Skip to content

Commit 51e4da9

Browse files
build(deps): batch dependency updates (#159)
## Summary Consolidates 8 Dependabot PRs into a single update: - **GitHub Actions**: `actions/upload-artifact` 6.0.0 → 7.0.0, `actions/download-artifact` 7.0.0 → 8.0.1, `actions/setup-node` 6.2.0 → 6.3.0 - **Go**: `golang.org/x/mod` 0.33.0 → 0.34.0 - **Frontend**: `dompurify` 3.3.1 → 3.3.3, `@tanstack/virtual-core` 3.13.19 → 3.13.21, `svelte` 5.53.7 → 5.53.10, `svelte-check` 4.4.4 → 4.4.5 Closes #146, #147, #148, #149, #150, #151, #152, #153 ## Test plan - [ ] CI passes (Go tests, frontend build, lint) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d4957a commit 51e4da9

6 files changed

Lines changed: 29 additions & 29 deletions

File tree

.github/workflows/desktop-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version-file: go.mod
2828

29-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
29+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3030
with:
3131
node-version: "24"
3232

@@ -107,7 +107,7 @@ jobs:
107107
cp desktop/src-tauri/target/release/bundle/macos/*.app.tar.gz.sig staging/
108108
ls -la staging/
109109
110-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
110+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
111111
with:
112112
name: agentsview-desktop-macos
113113
path: staging/*
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
go-version-file: go.mod
135135

136-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
136+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
137137
with:
138138
node-version: "24"
139139

@@ -185,7 +185,7 @@ jobs:
185185
cp desktop/src-tauri/target/release/bundle/nsis/*.nsis.zip.sig staging/
186186
ls -la staging/
187187
188-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
188+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
189189
with:
190190
name: agentsview-desktop-windows
191191
path: staging/*
@@ -198,7 +198,7 @@ jobs:
198198
permissions:
199199
contents: write
200200
steps:
201-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
201+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
202202
with:
203203
path: artifacts
204204
pattern: agentsview-desktop-*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
persist-credentials: false
116116

117-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
117+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
118118
with:
119119
path: artifacts
120120
merge-multiple: true

frontend/package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"e2e": "playwright test"
1616
},
1717
"dependencies": {
18-
"@tanstack/virtual-core": "3.13.19",
19-
"dompurify": "3.3.1",
18+
"@tanstack/virtual-core": "3.13.21",
19+
"dompurify": "3.3.3",
2020
"marked": "17.0.4"
2121
},
2222
"devDependencies": {
@@ -25,8 +25,8 @@
2525
"@tsconfig/svelte": "5.0.8",
2626
"@types/dompurify": "3.2.0",
2727
"jsdom": "28.1.0",
28-
"svelte": "5.53.7",
29-
"svelte-check": "4.4.4",
28+
"svelte": "5.53.10",
29+
"svelte-check": "4.4.5",
3030
"typescript": "5.9.3",
3131
"vite": "7.3.1",
3232
"vitest": "4.0.18"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/mattn/go-sqlite3 v1.14.34
1010
github.com/stretchr/testify v1.11.1
1111
github.com/tidwall/gjson v1.18.0
12-
golang.org/x/mod v0.33.0
12+
golang.org/x/mod v0.34.0
1313
)
1414

1515
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
1818
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
1919
github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=
2020
github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
21-
golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8=
22-
golang.org/x/mod v0.33.0/go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w=
21+
golang.org/x/mod v0.34.0 h1:xIHgNUUnW6sYkcM5Jleh05DvLOtwc6RitGHbDk4akRI=
22+
golang.org/x/mod v0.34.0/go.mod h1:ykgH52iCZe79kzLLMhyCUzhMci+nQj+0XkbXpNYtVjY=
2323
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
2424
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
2525
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

0 commit comments

Comments
 (0)