Skip to content

Commit 70b4f09

Browse files
committed
Upgrade dependencies
1 parent 17f488a commit 70b4f09

20 files changed

Lines changed: 836 additions & 814 deletions

.github/workflows/build.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
steps:
2121
- name: ⬆️ Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: 🔧 Setup java
2424
uses: actions/setup-java@v5
2525
with:
@@ -167,7 +167,7 @@ jobs:
167167
working-directory: app
168168
steps:
169169
- name: ⬆️ Checkout
170-
uses: actions/checkout@v6
170+
uses: actions/checkout@v7
171171
- name: Make yq tool available on Windows runners
172172
run: |
173173
choco install yq
@@ -232,7 +232,7 @@ jobs:
232232
working-directory: app
233233
steps:
234234
- name: ⬆️ Checkout
235-
uses: actions/checkout@v6
235+
uses: actions/checkout@v7
236236
- name: 🦀 Setup Rust
237237
uses: actions-rust-lang/setup-rust-toolchain@v1
238238
- uses: subosito/flutter-action@v2.23.0
@@ -286,7 +286,7 @@ jobs:
286286
working-directory: app
287287
steps:
288288
- name: ⬆️ Checkout
289-
uses: actions/checkout@v6
289+
uses: actions/checkout@v7
290290
- name: Setup Rust
291291
uses: actions-rust-lang/setup-rust-toolchain@v1
292292
- name: Get dependencies
@@ -437,7 +437,7 @@ jobs:
437437
runs-on: ${{ matrix.arch.image }}
438438
steps:
439439
- name: ⬆️ Checkout
440-
uses: actions/checkout@v6
440+
uses: actions/checkout@v7
441441
- name: Add snapcraft directory
442442
run: |
443443
mkdir -p snap
@@ -464,7 +464,7 @@ jobs:
464464
working-directory: app
465465
steps:
466466
- name: ⬆️ Checkout
467-
uses: actions/checkout@v6
467+
uses: actions/checkout@v7
468468
- name: 🦀 Setup Rust
469469
uses: actions-rust-lang/setup-rust-toolchain@v1
470470
- uses: subosito/flutter-action@v2.23.0
@@ -496,7 +496,7 @@ jobs:
496496
- name: Setup node
497497
uses: actions/setup-node@v6
498498
with:
499-
node-version: 24
499+
node-version: 26
500500
- name: Install appdmg
501501
run: |
502502
python3 -m pip install setuptools
@@ -525,7 +525,7 @@ jobs:
525525
working-directory: app
526526
steps:
527527
- name: ⬆️ Checkout
528-
uses: actions/checkout@v6
528+
uses: actions/checkout@v7
529529
- name: 🦀 Setup Rust
530530
uses: actions-rust-lang/setup-rust-toolchain@v1
531531
- uses: subosito/flutter-action@v2.23.0
@@ -592,7 +592,7 @@ jobs:
592592
runs-on: ${{ matrix.os.name }}
593593
steps:
594594
- name: ⬆️ Checkout
595-
uses: actions/checkout@v6
595+
uses: actions/checkout@v7
596596
- name: Install yq
597597
if: ${{ matrix.os.name == 'windows-2025' }}
598598
run: choco install yq
@@ -653,7 +653,7 @@ jobs:
653653
# if: github.event_name != 'pull_request'
654654
# steps:
655655
# - name: ⬆️ Checkout
656-
# uses: actions/checkout@v6
656+
# uses: actions/checkout@v7
657657
# - name: Set Docker tag
658658
# id: docker_tag
659659
# run: |
@@ -700,7 +700,7 @@ jobs:
700700
- build-server
701701
steps:
702702
- name: ⬆️ Checkout
703-
uses: actions/checkout@v6
703+
uses: actions/checkout@v7
704704
env:
705705
CI_PAT: ${{ secrets.CI_PAT }}
706706
with:
@@ -1044,7 +1044,7 @@ jobs:
10441044
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }}
10451045
steps:
10461046
- name: ⬆️ Checkout
1047-
uses: actions/checkout@v6
1047+
uses: actions/checkout@v7
10481048
with:
10491049
token: ${{ secrets.CI_PAT }}
10501050
- name: Setup git
@@ -1104,7 +1104,7 @@ jobs:
11041104
# needs: [deploy]
11051105
# runs-on: windows-latest
11061106
# steps:
1107-
# - uses: actions/checkout@v6
1107+
# - uses: actions/checkout@v7
11081108
# with:
11091109
# token: ${{ secrets.CI_PAT }}
11101110
# - if: ${{ github.ref == 'refs/tags/stable' }}

.github/workflows/calibreapp-image-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020

2121
- name: Compress Images
2222
uses: calibreapp/image-actions@main

.github/workflows/compress-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
- name: Compress Images
1616
id: calibre
1717
uses: calibreapp/image-actions@main

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
working-directory: ${{ matrix.projects }}
1515
steps:
1616
- name: ⬆️ Checkout
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
- uses: subosito/flutter-action@v2.23.0
1919
with:
2020
flutter-version-file: app/pubspec.yaml
2121
cache: true
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
- name: Print Dart SDK version
2424
run: |
2525
dart --version

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 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@v6
17+
- uses: actions/checkout@v7
1818
- name: Install pnpm
1919
uses: pnpm/action-setup@v6
2020
with:
2121
package_json_file: docs/package.json
2222
- name: Use Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: 24
25+
node-version: 26
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@v6
52+
uses: actions/checkout@v7
5353
- uses: subosito/flutter-action@v2.23.0
5454
with:
5555
flutter-version-file: app/pubspec.yaml
@@ -78,7 +78,7 @@ jobs:
7878
working-directory: app
7979
steps:
8080
- name: ⬆️ Checkout
81-
uses: actions/checkout@v6
81+
uses: actions/checkout@v7
8282
- uses: subosito/flutter-action@v2.23.0
8383
with:
8484
flutter-version-file: app/pubspec.yaml

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
update-changelog:
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
with:
2222
token: ${{ secrets.CI_PAT }}
2323
fetch-depth: 0
@@ -61,7 +61,7 @@ jobs:
6161
version: ${{ steps.setup.outputs.SETONIX_VERSION }}
6262
build_number: ${{ steps.setup.outputs.SETONIX_BUILD_NUMBER }}
6363
steps:
64-
- uses: actions/checkout@v6
64+
- uses: actions/checkout@v7
6565
with:
6666
token: ${{ secrets.CI_PAT }}
6767
ref: ${{ github.ref }}
@@ -121,7 +121,7 @@ jobs:
121121
- update-changelog
122122
- release
123123
steps:
124-
- uses: actions/checkout@v6
124+
- uses: actions/checkout@v7
125125
with:
126126
token: ${{ secrets.CI_PAT }}
127127
fetch-depth: 0
@@ -166,14 +166,14 @@ jobs:
166166
steps:
167167
- name: Checkout main
168168
if: ${{ github.ref == 'refs/heads/develop' }}
169-
uses: actions/checkout@v6
169+
uses: actions/checkout@v7
170170
with:
171171
token: ${{ secrets.CI_PAT }}
172172
fetch-depth: 0
173173
ref: main
174174
- name: Checkout develop
175175
if: ${{ github.ref == 'refs/heads/main' }}
176-
uses: actions/checkout@v6
176+
uses: actions/checkout@v7
177177
with:
178178
token: ${{ secrets.CI_PAT }}
179179
fetch-depth: 0
@@ -214,7 +214,7 @@ jobs:
214214
runs-on: ubuntu-24.04
215215
needs: [release]
216216
steps:
217-
- uses: actions/checkout@v6
217+
- uses: actions/checkout@v7
218218
with:
219219
token: ${{ secrets.CI_PAT }}
220220
- name: Get information

.github/workflows/servers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
run:
1414
working-directory: servers
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- name: Skip job if no changes
1818
run: echo "No changes detected in servers directory. Skipping build."
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v6
2121
with:
2222
package_json_file: docs/package.json
2323
- name: Use Node.js
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v6
2525
with:
26-
node-version: 24
26+
node-version: 26
2727
cache: "pnpm"
2828
cache-dependency-path: docs/pnpm-lock.yaml
2929
- name: Install dependencies

api/pubspec.lock

Lines changed: 6 additions & 6 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: "563c6992eaeda8625f45b87f6a6a0c547df16565d1c93d8271c7c11057710ca7"
8+
sha256: "1b0e6a07425a3e460666e88bf1c949ccc7bb0116ad562ce94a1eca60fe820725"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "101.0.0"
11+
version: "103.0.0"
1212
analyzer:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: aa6a9365901532864cae51208f2a6bb18dd01972ebead19c431efc848f60080b
16+
sha256: "61c04d0c1bfed555c681ea079519933f071a5a026578ff73c4ff0df2d3462e5e"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "13.1.0"
19+
version: "13.3.0"
2020
ansicolor:
2121
dependency: transitive
2222
description:
@@ -262,8 +262,8 @@ packages:
262262
dependency: "direct main"
263263
description:
264264
path: "packages/lw_file_system_api"
265-
ref: "5fd8a282404929e54c36a25fd80e43ca3a85bc46"
266-
resolved-ref: "5fd8a282404929e54c36a25fd80e43ca3a85bc46"
265+
ref: "37594211585889e35e65dad382d4fdcf29ac69a0"
266+
resolved-ref: "37594211585889e35e65dad382d4fdcf29ac69a0"
267267
url: "https://github.com/LinwoodDev/dart_pkgs.git"
268268
source: git
269269
version: "1.0.0"

api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
git:
1616
url: https://github.com/LinwoodDev/dart_pkgs.git
1717
path: packages/lw_file_system_api
18-
ref: 5fd8a282404929e54c36a25fd80e43ca3a85bc46
18+
ref: 37594211585889e35e65dad382d4fdcf29ac69a0
1919
networker:
2020
git:
2121
url: https://github.com/LinwoodDev/dart_pkgs.git

app/android/Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GEM
88
artifactory (3.0.17)
99
atomos (0.1.3)
1010
aws-eventstream (1.4.0)
11-
aws-partitions (1.1259.0)
11+
aws-partitions (1.1261.0)
1212
aws-sdk-core (3.252.0)
1313
aws-eventstream (~> 1, >= 1.3.0)
1414
aws-partitions (~> 1, >= 1.992.0)
@@ -20,7 +20,7 @@ GEM
2020
aws-sdk-kms (1.129.0)
2121
aws-sdk-core (~> 3, >= 3.248.0)
2222
aws-sigv4 (~> 1.5)
23-
aws-sdk-s3 (1.225.1)
23+
aws-sdk-s3 (1.226.0)
2424
aws-sdk-core (~> 3, >= 3.248.0)
2525
aws-sdk-kms (~> 1)
2626
aws-sigv4 (~> 1.5)
@@ -148,7 +148,7 @@ GEM
148148
base64 (~> 0.2)
149149
faraday (>= 1.0, < 3.a)
150150
google-cloud-errors (1.6.0)
151-
google-cloud-storage (1.60.0)
151+
google-cloud-storage (1.61.0)
152152
addressable (~> 2.8)
153153
digest-crc (~> 0.4)
154154
google-apis-core (>= 0.18, < 2)
@@ -158,7 +158,7 @@ GEM
158158
googleauth (~> 1.9)
159159
mini_mime (~> 1.0)
160160
google-logging-utils (0.2.0)
161-
googleauth (1.17.0)
161+
googleauth (1.17.1)
162162
faraday (>= 1.0, < 3.a)
163163
google-cloud-env (~> 2.2)
164164
google-logging-utils (~> 0.1)
@@ -172,7 +172,7 @@ GEM
172172
httpclient (2.9.0)
173173
mutex_m
174174
jmespath (1.6.2)
175-
json (2.19.8)
175+
json (2.19.9)
176176
jwt (3.2.0)
177177
base64
178178
logger (1.7.0)
@@ -249,16 +249,16 @@ CHECKSUMS
249249
artifactory (3.0.17) sha256=3023d5c964c31674090d655a516f38ca75665c15084140c08b7f2841131af263
250250
atomos (0.1.3) sha256=7d43b22f2454a36bace5532d30785b06de3711399cb1c6bf932573eda536789f
251251
aws-eventstream (1.4.0) sha256=116bf85c436200d1060811e6f5d2d40c88f65448f2125bc77ffce5121e6e183b
252-
aws-partitions (1.1259.0) sha256=1a61c53f85cee1e69e4ab7946c7350b2237d724acf589023715e7117c03c18c6
252+
aws-partitions (1.1261.0) sha256=89eda89781c1ea4e1be2a2dcdc72318c62c6171a01cdaeaa0cbecf3cea6f9fdc
253253
aws-sdk-core (3.252.0) sha256=09c042cbfc2acf2239441cc9b982ebab2a999bed2ef6bdc51849e7b3d6e48a1c
254254
aws-sdk-kms (1.129.0) sha256=363f548df321f4a4fcfd05523384e591060b400f8e65133ed7ef0793155a3343
255-
aws-sdk-s3 (1.225.1) sha256=d4b23a8db9b0a5548766b52d382b184f47f7e126560acdb731dd46adb5e26512
255+
aws-sdk-s3 (1.226.0) sha256=e599f431e006ec9b92c61ee0f14d3f658a1f6c8a1d623d2160be927ac958e2bf
256256
aws-sigv4 (1.12.1) sha256=6973ff95cb0fd0dc58ba26e90e9510a2219525d07620c8babeb70ef831826c00
257257
babosa (1.0.4) sha256=18dea450f595462ed7cb80595abd76b2e535db8c91b350f6c4b3d73986c5bc99
258258
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
259259
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
260260
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
261-
bundler (4.0.12) sha256=7f8b757d28dfb636e7b24fba2344ac6dd13b5b24f4b46d62573d483f211825ac
261+
bundler (4.0.14) sha256=d09a0a965cf772266a7e49e83610be7c2f4e49e61134c42a56804bb383cc24b8
262262
claide (1.1.0) sha256=6d3c5c089dde904d96aa30e73306d0d4bd444b1accb9b3125ce14a3c0183f82e
263263
colored (1.2) sha256=9d82b47ac589ce7f6cab64b1f194a2009e9fd00c326a5357321f44afab2c1d2c
264264
colored2 (3.1.2) sha256=b13c2bd7eeae2cf7356a62501d398e72fde78780bd26aec6a979578293c28b4a
@@ -295,14 +295,14 @@ CHECKSUMS
295295
google-cloud-core (1.9.0) sha256=ab55409f51488e8deefb6edcc1ce4771dfb5da2fe7b3bc075709a030c2b682a4
296296
google-cloud-env (2.2.2) sha256=94bed40e05a67e9468ce1cb38389fba9a90aa8fc62fc9e173204c1dca59e21e7
297297
google-cloud-errors (1.6.0) sha256=1da8476dd706ad04b9d32e3c4b90d07d3463b37d6407cb56d41342ea7647d0a1
298-
google-cloud-storage (1.60.0) sha256=b21b752d37945d678a4533be5ef4303f15d33a964d8bc709c7c41c3600f650db
298+
google-cloud-storage (1.61.0) sha256=a77f10f4a603289948b09e81c3e23d762a18733fd69d70a4c1399663fbd96002
299299
google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b
300-
googleauth (1.17.0) sha256=dbddcaa3b78469fa9392c0e784ab6d8f3f760a1e5f6c6dbbbaa44a612c4198b0
300+
googleauth (1.17.1) sha256=0f7e6fc70e204cee1b2d71f1e1de2d3b349d432404197fe68ebf7fa23d0821b9
301301
highline (2.0.3) sha256=2ddd5c127d4692721486f91737307236fe005352d12a4202e26c48614f719479
302302
http-cookie (1.0.8) sha256=b14fe0445cf24bf9ae098633e9b8d42e4c07c3c1f700672b09fbfe32ffd41aa6
303303
httpclient (2.9.0) sha256=4b645958e494b2f86c2f8a2f304c959baa273a310e77a2931ddb986d83e498c8
304304
jmespath (1.6.2) sha256=238d774a58723d6c090494c8879b5e9918c19485f7e840f2c1c7532cf84ebcb1
305-
json (2.19.8) sha256=6354310fd76ef69b87d5bd1f38b40d730613baf90b6803d2d0a48f618d32dfaa
305+
json (2.19.9) sha256=9b9025b7cdddafa38d316eca0b2358488e42d417045c1b90d216a9fefe46b79a
306306
jwt (3.2.0) sha256=5419b1fe37b1da0982bd07051f573a8b8789ab724c2aa7e785e4784a3ed217d7
307307
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
308308
mini_magick (4.13.2) sha256=71d6258e0e8a3d04a9a0a09784d5d857b403a198a51dd4f882510435eb95ddd9
@@ -344,4 +344,4 @@ CHECKSUMS
344344
xcpretty-travis-formatter (1.0.1) sha256=aacc332f17cb7b2cba222994e2adc74223db88724fe76341483ad3098e232f93
345345

346346
BUNDLED WITH
347-
4.0.12
347+
4.0.14

0 commit comments

Comments
 (0)