Skip to content

Commit 9bc4edc

Browse files
committed
Upgrade dependencies
1 parent f21dd88 commit 9bc4edc

File tree

9 files changed

+1325
-1634
lines changed

9 files changed

+1325
-1634
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
mkdir -p server-build
5959
mv bin/swamp.exe server-build/
6060
- name: Archive
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
name: server-build-${{ matrix.os.label }}
6464
path: server/server-build
@@ -122,19 +122,19 @@ jobs:
122122
echo "SWAMP_VERSION=${SWAMP_VERSION}" >> $GITHUB_OUTPUT
123123
git config --global user.email "[email protected]"
124124
git config --global user.name "Linwood CI"
125-
- uses: actions/download-artifact@v5
125+
- uses: actions/download-artifact@v6
126126
with:
127127
name: server-build-linux-x86_64
128128
path: server-build-linux-x86_64/
129-
- uses: actions/download-artifact@v5
129+
- uses: actions/download-artifact@v6
130130
with:
131131
name: server-build-linux-arm64
132132
path: server-build-linux-arm64/
133-
- uses: actions/download-artifact@v5
133+
- uses: actions/download-artifact@v6
134134
with:
135135
name: server-build-windows-x86_64
136136
path: server-build-windows-x86_64/
137-
- uses: actions/download-artifact@v5
137+
- uses: actions/download-artifact@v6
138138
with:
139139
name: server-build-macos
140140
path: server-build-macos/

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
package_json_file: docs/package.json
2222
- name: Use Node.js
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: 24
2626
cache: "pnpm"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use latest stable channel SDK.
2-
FROM dart:3.9.0 AS build
2+
FROM dart:3.9.2 AS build
33

44
# Configure Git to avoid hardlink issues in Docker
55
RUN git config --global core.autocrlf false && \

api/pubspec.lock

Lines changed: 25 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: da0d9209ca76bde579f2da330aeb9df62b6319c834fa7baae052021b0462401f
8+
sha256: c209688d9f5a5f26b2fb47a188131a6fb9e876ae9e47af3737c0b4f58a93470d
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "85.0.0"
11+
version: "91.0.0"
1212
analyzer:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: "974859dc0ff5f37bc4313244b3218c791810d03ab3470a579580279ba971a48d"
16+
sha256: f51c8499b35f9b26820cfe914828a6a98a94efd5cc78b37bb7d03debae3a1d08
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "7.7.1"
19+
version: "8.4.1"
2020
args:
2121
dependency: transitive
2222
description:
@@ -45,10 +45,10 @@ packages:
4545
dependency: transitive
4646
description:
4747
name: build
48-
sha256: "6439a9c71a4e6eca8d9490c1b380a25b02675aa688137dfbe66d2062884a23ac"
48+
sha256: dfb67ccc9a78c642193e0c2d94cb9e48c2c818b3178a86097d644acdcde6a8d9
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "3.0.2"
51+
version: "4.0.2"
5252
build_config:
5353
dependency: transitive
5454
description:
@@ -61,34 +61,18 @@ packages:
6161
dependency: transitive
6262
description:
6363
name: build_daemon
64-
sha256: "8e928697a82be082206edb0b9c99c5a4ad6bc31c9e9b8b2f291ae65cd4a25daa"
65-
url: "https://pub.dev"
66-
source: hosted
67-
version: "4.0.4"
68-
build_resolvers:
69-
dependency: transitive
70-
description:
71-
name: build_resolvers
72-
sha256: "2b21a125d66a86b9511cc3fb6c668c42e9a1185083922bf60e46d483a81a9712"
64+
sha256: "409002f1adeea601018715d613115cfaf0e31f512cb80ae4534c79867ae2363d"
7365
url: "https://pub.dev"
7466
source: hosted
75-
version: "3.0.2"
67+
version: "4.1.0"
7668
build_runner:
7769
dependency: "direct dev"
7870
description:
7971
name: build_runner
80-
sha256: fd3c09f4bbff7fa6e8d8ef688a0b2e8a6384e6483a25af0dac75fef362bcfe6f
72+
sha256: a9461b8e586bf018dd4afd2e13b49b08c6a844a4b226c8d1d10f3a723cdd78c3
8173
url: "https://pub.dev"
8274
source: hosted
83-
version: "2.7.0"
84-
build_runner_core:
85-
dependency: transitive
86-
description:
87-
name: build_runner_core
88-
sha256: ab27e46c8aa233e610cf6084ee6d8a22c6f873a0a9929241d8855b7a72978ae7
89-
url: "https://pub.dev"
90-
source: hosted
91-
version: "9.3.0"
75+
version: "2.10.1"
9276
built_collection:
9377
dependency: transitive
9478
description:
@@ -101,10 +85,10 @@ packages:
10185
dependency: transitive
10286
description:
10387
name: built_value
104-
sha256: ba95c961bafcd8686d1cf63be864eb59447e795e124d98d6a27d91fcd13602fb
88+
sha256: a30f0a0e38671e89a492c44d005b5545b830a961575bbd8336d42869ff71066d
10589
url: "https://pub.dev"
10690
source: hosted
107-
version: "8.11.1"
91+
version: "8.12.0"
10892
checked_yaml:
10993
dependency: transitive
11094
description:
@@ -125,10 +109,10 @@ packages:
125109
dependency: transitive
126110
description:
127111
name: code_builder
128-
sha256: "0ec10bf4a89e4c613960bf1e8b42c64127021740fb21640c29c909826a5eea3e"
112+
sha256: "11654819532ba94c34de52ff5feb52bd81cba1de00ef2ed622fd50295f9d4243"
129113
url: "https://pub.dev"
130114
source: hosted
131-
version: "4.10.1"
115+
version: "4.11.0"
132116
collection:
133117
dependency: transitive
134118
description:
@@ -157,10 +141,10 @@ packages:
157141
dependency: transitive
158142
description:
159143
name: crypto
160-
sha256: "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855"
144+
sha256: c8ea0233063ba03258fbcf2ca4d6dadfefe14f02fab57702265467a19f27fadf
161145
url: "https://pub.dev"
162146
source: hosted
163-
version: "3.0.6"
147+
version: "3.0.7"
164148
cryptography_plus:
165149
dependency: "direct main"
166150
description:
@@ -181,18 +165,18 @@ packages:
181165
dependency: transitive
182166
description:
183167
name: dart_style
184-
sha256: "8a0e5fba27e8ee025d2ffb4ee820b4e6e2cf5e4246a6b1a477eb66866947e0bb"
168+
sha256: c87dfe3d56f183ffe9106a18aebc6db431fc7c98c31a54b952a77f3d54a85697
185169
url: "https://pub.dev"
186170
source: hosted
187-
version: "3.1.1"
171+
version: "3.1.2"
188172
dartdoc:
189173
dependency: "direct dev"
190174
description:
191175
name: dartdoc
192-
sha256: f978526530e42dbb831295af743c057d94533e89c27ce1f4023b252f3d85b8be
176+
sha256: "73335ae67d2766ff753dc78b0f33ceb399ba5b94a5cfe8ce8d4128fb631717ee"
193177
url: "https://pub.dev"
194178
source: hosted
195-
version: "8.3.4"
179+
version: "9.0.0"
196180
ffi:
197181
dependency: transitive
198182
description:
@@ -383,10 +367,10 @@ packages:
383367
dependency: transitive
384368
description:
385369
name: pool
386-
sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a"
370+
sha256: "978783255c543aa3586a1b3c21f6e9d720eb315376a915872c61ef8b5c20177d"
387371
url: "https://pub.dev"
388372
source: hosted
389-
version: "1.5.1"
373+
version: "1.5.2"
390374
pub_semver:
391375
dependency: transitive
392376
description:
@@ -531,14 +515,6 @@ packages:
531515
url: "https://pub.dev"
532516
source: hosted
533517
version: "0.6.12"
534-
timing:
535-
dependency: transitive
536-
description:
537-
name: timing
538-
sha256: "62ee18aca144e4a9f29d212f5a4c6a053be252b895ab14b5821996cff4ed90fe"
539-
url: "https://pub.dev"
540-
source: hosted
541-
version: "1.0.2"
542518
typed_data:
543519
dependency: transitive
544520
description:
@@ -559,10 +535,10 @@ packages:
559535
dependency: transitive
560536
description:
561537
name: watcher
562-
sha256: "0b7fd4a0bbc4b92641dbf20adfd7e3fd1398fe17102d94b674234563e110088a"
538+
sha256: "592ab6e2892f67760543fb712ff0177f4ec76c031f02f5b4ff8d3fc5eb9fb61a"
563539
url: "https://pub.dev"
564540
source: hosted
565-
version: "1.1.2"
541+
version: "1.1.4"
566542
web:
567543
dependency: transitive
568544
description:
@@ -604,4 +580,4 @@ packages:
604580
source: hosted
605581
version: "3.1.3"
606582
sdks:
607-
dart: ">=3.8.1 <4.0.0"
583+
dart: ">=3.9.0 <4.0.0"

api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ dependencies:
2626

2727
dev_dependencies:
2828
build_runner: ^2.4.15
29-
dartdoc: ^8.3.4
29+
dartdoc: ^9.0.0
3030
lints: ^6.0.0
3131
test: ^1.24.0

docs/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/check": "^0.9.4",
14-
"@astrojs/react": "^4.3.0",
15-
"@astrojs/starlight": "^0.35.2",
13+
"@astrojs/check": "^0.9.5",
14+
"@astrojs/react": "^4.4.1",
15+
"@astrojs/starlight": "^0.36.2",
1616
"@phosphor-icons/react": "^2.1.10",
17-
"@types/react": "^19.1.11",
18-
"@types/react-dom": "^19.1.7",
19-
"astro": "^5.13.3",
20-
"react": "^19.1.1",
21-
"react-dom": "^19.1.1",
17+
"@types/react": "^19.2.2",
18+
"@types/react-dom": "^19.2.2",
19+
"astro": "^5.15.3",
20+
"react": "^19.2.0",
21+
"react-dom": "^19.2.0",
2222
"remark-gemoji": "^8.0.0",
2323
"remark-heading-id": "^1.0.1",
24-
"typescript": "^5.9.2"
24+
"typescript": "^5.9.3"
2525
},
26-
"packageManager": "pnpm@10.15.0",
26+
"packageManager": "pnpm@10.20.0",
2727
"devDependencies": {
28-
"@vite-pwa/astro": "^1.1.0",
29-
"sass": "^1.90.0",
30-
"sharp": "^0.34.3",
31-
"vite-plugin-pwa": "^1.0.3",
28+
"@vite-pwa/astro": "^1.1.1",
29+
"sass": "^1.93.3",
30+
"sharp": "^0.34.4",
31+
"vite-plugin-pwa": "^1.1.0",
3232
"workbox-window": "^7.3.0"
3333
}
3434
}

0 commit comments

Comments
 (0)