Skip to content

Commit 7c6b4a8

Browse files
committed
Upgrade dependencies
1 parent c1d2e72 commit 7c6b4a8

File tree

10 files changed

+649
-669
lines changed

10 files changed

+649
-669
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os.name }}
3131
steps:
3232
- name: ⬆️ Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
- name: Install yq
3535
if: ${{ matrix.os.name == 'windows-2025' }}
3636
run: choco install yq
@@ -67,7 +67,7 @@ jobs:
6767
if: github.event_name != 'pull_request'
6868
steps:
6969
- name: ⬆️ Checkout
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
- name: Set Docker tag
7272
id: docker_tag
7373
run: |
@@ -109,7 +109,7 @@ jobs:
109109
- build-server
110110
steps:
111111
- name: ⬆️ Checkout
112-
uses: actions/checkout@v4
112+
uses: actions/checkout@v5
113113
env:
114114
CI_PAT: ${{ secrets.CI_PAT }}
115115
with:
@@ -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@v4
125+
- uses: actions/download-artifact@v5
126126
with:
127127
name: server-build-linux-x86_64
128128
path: server-build-linux-x86_64/
129-
- uses: actions/download-artifact@v4
129+
- uses: actions/download-artifact@v5
130130
with:
131131
name: server-build-linux-arm64
132132
path: server-build-linux-arm64/
133-
- uses: actions/download-artifact@v4
133+
- uses: actions/download-artifact@v5
134134
with:
135135
name: server-build-windows-x86_64
136136
path: server-build-windows-x86_64/
137-
- uses: actions/download-artifact@v4
137+
- uses: actions/download-artifact@v5
138138
with:
139139
name: server-build-macos
140140
path: server-build-macos/

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
working-directory: ${{ matrix.projects }}
1515
steps:
1616
- name: ⬆️ Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- uses: dart-lang/setup-dart@v1
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Print Dart SDK version
2121
run: |
2222
dart --version

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
run:
1515
working-directory: docs
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Install pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
2121
package_json_file: docs/package.json
2222
- name: Use Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 24.3.0
25+
node-version: 24
2626
cache: "pnpm"
2727
cache-dependency-path: docs/pnpm-lock.yaml
2828
- name: Install dependencies
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: server
5050
steps:
5151
- name: ⬆️ Checkout
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
- name: Extract Dart SDK version from pubspec.yaml
5454
id: dart_version
5555
shell: bash

.github/workflows/post_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
IS_PRERELEASE: ${{ github.event.release.prerelease }}
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424
token: ${{ secrets.GITHUB_TOKEN }}

api/pubspec.lock

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ packages:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: abf63d42450c7ad6d8188887d16eeba2f1ff92ea8d8dc673213e99fb3c02b194
16+
sha256: "974859dc0ff5f37bc4313244b3218c791810d03ab3470a579580279ba971a48d"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "7.5.7"
19+
version: "7.7.1"
2020
args:
2121
dependency: transitive
2222
description:
@@ -45,10 +45,10 @@ packages:
4545
dependency: transitive
4646
description:
4747
name: build
48-
sha256: "51dc711996cbf609b90cbe5b335bbce83143875a9d58e4b5c6d3c4f684d3dda7"
48+
sha256: "7174c5d84b0fed00a1f5e7543597b35d67560465ae3d909f0889b8b20419d5e3"
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "2.5.4"
51+
version: "3.0.1"
5252
build_config:
5353
dependency: transitive
5454
description:
@@ -69,26 +69,26 @@ packages:
6969
dependency: transitive
7070
description:
7171
name: build_resolvers
72-
sha256: ee4257b3f20c0c90e72ed2b57ad637f694ccba48839a821e87db762548c22a62
72+
sha256: "82730bf3d9043366ba8c02e4add05842a10739899520a6a22ddbd22d333bd5bb"
7373
url: "https://pub.dev"
7474
source: hosted
75-
version: "2.5.4"
75+
version: "3.0.1"
7676
build_runner:
7777
dependency: "direct dev"
7878
description:
7979
name: build_runner
80-
sha256: "382a4d649addbfb7ba71a3631df0ec6a45d5ab9b098638144faf27f02778eb53"
80+
sha256: "32c6b3d172f1f46b7c4df6bc4a47b8d88afb9e505dd4ace4af80b3c37e89832b"
8181
url: "https://pub.dev"
8282
source: hosted
83-
version: "2.5.4"
83+
version: "2.6.1"
8484
build_runner_core:
8585
dependency: transitive
8686
description:
8787
name: build_runner_core
88-
sha256: "85fbbb1036d576d966332a3f5ce83f2ce66a40bea1a94ad2d5fc29a19a0d3792"
88+
sha256: "4b188774b369104ad96c0e4ca2471e5162f0566ce277771b179bed5eabf2d048"
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "9.1.2"
91+
version: "9.2.1"
9292
built_collection:
9393
dependency: transitive
9494
description:
@@ -101,10 +101,10 @@ packages:
101101
dependency: transitive
102102
description:
103103
name: built_value
104-
sha256: "082001b5c3dc495d4a42f1d5789990505df20d8547d42507c29050af6933ee27"
104+
sha256: ba95c961bafcd8686d1cf63be864eb59447e795e124d98d6a27d91fcd13602fb
105105
url: "https://pub.dev"
106106
source: hosted
107-
version: "8.10.1"
107+
version: "8.11.1"
108108
checked_yaml:
109109
dependency: transitive
110110
description:
@@ -181,10 +181,10 @@ packages:
181181
dependency: transitive
182182
description:
183183
name: dart_style
184-
sha256: "5b236382b47ee411741447c1f1e111459c941ea1b3f2b540dde54c210a3662af"
184+
sha256: "8a0e5fba27e8ee025d2ffb4ee820b4e6e2cf5e4246a6b1a477eb66866947e0bb"
185185
url: "https://pub.dev"
186186
source: hosted
187-
version: "3.1.0"
187+
version: "3.1.1"
188188
dartdoc:
189189
dependency: "direct dev"
190190
description:
@@ -249,14 +249,6 @@ packages:
249249
url: "https://pub.dev"
250250
source: hosted
251251
version: "0.15.6"
252-
http:
253-
dependency: transitive
254-
description:
255-
name: http
256-
sha256: "2c11f3f94c687ee9bad77c171151672986360b2b001d109814ee7140b2cf261b"
257-
url: "https://pub.dev"
258-
source: hosted
259-
version: "1.4.0"
260252
http_multi_server:
261253
dependency: transitive
262254
description:
@@ -519,26 +511,26 @@ packages:
519511
dependency: "direct dev"
520512
description:
521513
name: test
522-
sha256: "65e29d831719be0591f7b3b1a32a3cda258ec98c58c7b25f7b84241bc31215bb"
514+
sha256: "75906bf273541b676716d1ca7627a17e4c4070a3a16272b7a3dc7da3b9f3f6b7"
523515
url: "https://pub.dev"
524516
source: hosted
525-
version: "1.26.2"
517+
version: "1.26.3"
526518
test_api:
527519
dependency: transitive
528520
description:
529521
name: test_api
530-
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
522+
sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
531523
url: "https://pub.dev"
532524
source: hosted
533-
version: "0.7.6"
525+
version: "0.7.7"
534526
test_core:
535527
dependency: transitive
536528
description:
537529
name: test_core
538-
sha256: "80bf5a02b60af04b09e14f6fe68b921aad119493e26e490deaca5993fef1b05a"
530+
sha256: "0cc24b5ff94b38d2ae73e1eb43cc302b77964fbf67abad1e296025b78deb53d0"
539531
url: "https://pub.dev"
540532
source: hosted
541-
version: "0.6.11"
533+
version: "0.6.12"
542534
timing:
543535
dependency: transitive
544536
description:

docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.4",
1414
"@astrojs/react": "^4.3.0",
15-
"@astrojs/starlight": "^0.34.5",
15+
"@astrojs/starlight": "^0.35.2",
1616
"@phosphor-icons/react": "^2.1.10",
17-
"@types/react": "^19.1.8",
18-
"@types/react-dom": "^19.1.6",
19-
"astro": "^5.11.0",
20-
"react": "^19.1.0",
21-
"react-dom": "^19.1.0",
17+
"@types/react": "^19.1.10",
18+
"@types/react-dom": "^19.1.7",
19+
"astro": "^5.12.9",
20+
"react": "^19.1.1",
21+
"react-dom": "^19.1.1",
2222
"remark-gemoji": "^8.0.0",
2323
"remark-heading-id": "^1.0.1",
24-
"typescript": "^5.8.3"
24+
"typescript": "^5.9.2"
2525
},
26-
"packageManager": "pnpm@10.13.1",
26+
"packageManager": "pnpm@10.14.0",
2727
"devDependencies": {
2828
"@vite-pwa/astro": "^1.1.0",
29-
"sass": "^1.89.2",
29+
"sass": "^1.90.0",
3030
"sharp": "^0.34.3",
31-
"vite-plugin-pwa": "^1.0.1",
31+
"vite-plugin-pwa": "^1.0.2",
3232
"workbox-window": "^7.3.0"
3333
}
3434
}

0 commit comments

Comments
 (0)