Skip to content

Commit f655568

Browse files
wesmdependabot[bot]claude
authored
deps: batch update 7 dependencies (#246)
Consolidates the following dependabot updates: - #234 -- bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.1 - #235 -- bump msys2/setup-msys2 from 2.30.0 to 2.31.0 - #236 -- bump marked from 17.0.4 to 17.0.5 in /frontend - #237 -- bump vitest from 4.1.0 to 4.1.1 in /frontend - #238 -- bump jsdom from 29.0.0 to 29.0.1 in /frontend - #239 -- bump vite from 8.0.1 to 8.0.2 in /frontend - #240 -- bump svelte from 5.54.0 to 5.55.0 in /frontend Closes #234, #235, #236, #237, #238, #239, #240 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent aa9440c commit f655568

File tree

9 files changed

+152
-152
lines changed

9 files changed

+152
-152
lines changed

.github/workflows/ci.yml

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

5050
- name: Setup MinGW (Windows)
5151
if: runner.os == 'Windows'
52-
uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2
52+
uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2
5353
with:
5454
msystem: MINGW64
5555
update: false

.github/workflows/desktop-artifacts.yml

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

5454
- name: Setup MinGW (Windows)
5555
if: matrix.platform == 'windows'
56-
uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2
56+
uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2
5757
with:
5858
msystem: MINGW64
5959
update: false

.github/workflows/desktop-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
node-version: "24"
139139

140140
- name: Setup MinGW
141-
uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2
141+
uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2
142142
with:
143143
msystem: MINGW64
144144
update: false

.github/workflows/msys2-update-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version-file: go.mod
2323

2424
- name: Setup MinGW (with updates)
25-
uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2
25+
uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2
2626
with:
2727
msystem: MINGW64
2828
update: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: Setup MinGW (Windows)
127127
if: matrix.goos == 'windows'
128-
uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2
128+
uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2
129129
with:
130130
msystem: MINGW64
131131
update: false

frontend/package-lock.json

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

frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
"dependencies": {
1818
"@tanstack/virtual-core": "3.13.23",
1919
"dompurify": "3.3.3",
20-
"marked": "17.0.4"
20+
"marked": "17.0.5"
2121
},
2222
"devDependencies": {
2323
"@playwright/test": "1.58.2",
2424
"@sveltejs/vite-plugin-svelte": "7.0.0",
2525
"@tsconfig/svelte": "5.0.8",
2626
"@types/dompurify": "3.2.0",
27-
"jsdom": "29.0.0",
28-
"svelte": "5.54.0",
27+
"jsdom": "29.0.1",
28+
"svelte": "5.55.0",
2929
"svelte-check": "4.4.5",
3030
"typescript": "5.9.3",
31-
"vite": "8.0.1",
32-
"vitest": "4.1.0"
31+
"vite": "8.0.2",
32+
"vitest": "4.1.1"
3333
}
3434
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/fsnotify/fsnotify v1.9.0
88
github.com/google/go-cmp v0.7.0
99
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10-
github.com/jackc/pgx/v5 v5.8.0
10+
github.com/jackc/pgx/v5 v5.9.1
1111
github.com/mattn/go-sqlite3 v1.14.37
1212
github.com/stretchr/testify v1.11.1
1313
github.com/tidwall/gjson v1.18.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
1414
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
1515
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
1616
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
17-
github.com/jackc/pgx/v5 v5.8.0 h1:TYPDoleBBme0xGSAX3/+NujXXtpZn9HBONkQC7IEZSo=
18-
github.com/jackc/pgx/v5 v5.8.0/go.mod h1:QVeDInX2m9VyzvNeiCJVjCkNFqzsNb43204HshNSZKw=
17+
github.com/jackc/pgx/v5 v5.9.1 h1:uwrxJXBnx76nyISkhr33kQLlUqjv7et7b9FjCen/tdc=
18+
github.com/jackc/pgx/v5 v5.9.1/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
1919
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
2020
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
2121
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=

0 commit comments

Comments
 (0)