Skip to content

Commit c3f94a8

Browse files
committed
Upgrade dependencies
1 parent 23aeef9 commit c3f94a8

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
lines changed

Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ GEM
7878
minitest (>= 5.1)
7979
mutex_m
8080
tzinfo (~> 2.0)
81-
addressable (2.8.6)
82-
public_suffix (>= 2.0.2, < 6.0)
81+
addressable (2.8.7)
82+
public_suffix (>= 2.0.2, < 7.0)
8383
annotate (3.2.0)
8484
activerecord (>= 3.2, < 8.0)
8585
rake (>= 10.4, < 14.0)
@@ -130,13 +130,13 @@ GEM
130130
dotenv (= 3.1.2)
131131
railties (>= 6.1)
132132
drb (2.2.1)
133-
dry-configurable (1.1.0)
133+
dry-configurable (1.2.0)
134134
dry-core (~> 1.0, < 2)
135135
zeitwerk (~> 2.6)
136136
dry-core (1.0.1)
137137
concurrent-ruby (~> 1.0)
138138
zeitwerk (~> 2.6)
139-
dry-inflector (1.0.0)
139+
dry-inflector (1.1.0)
140140
dry-initializer (3.1.1)
141141
dry-logic (1.5.0)
142142
concurrent-ruby (~> 1.0)
@@ -179,10 +179,10 @@ GEM
179179
raabro (~> 1.4)
180180
globalid (1.2.1)
181181
activesupport (>= 6.1)
182-
google-protobuf (4.27.1)
182+
google-protobuf (4.27.2)
183183
bigdecimal
184184
rake (>= 13)
185-
graphql (2.3.5)
185+
graphql (2.3.7)
186186
base64
187187
graphql-batch (0.6.0)
188188
graphql (>= 1.12.18, < 3)
@@ -198,10 +198,10 @@ GEM
198198
rdoc (>= 4.0.0)
199199
reline (>= 0.4.2)
200200
json (2.7.2)
201-
jwt (2.8.1)
201+
jwt (2.8.2)
202202
base64
203203
language_server-protocol (3.17.0.3)
204-
lefthook (1.6.16)
204+
lefthook (1.6.18)
205205
listen (3.9.0)
206206
rb-fsevent (~> 0.10, >= 0.10.3)
207207
rb-inotify (~> 0.9, >= 0.9.10)
@@ -217,10 +217,10 @@ GEM
217217
matrix (0.4.2)
218218
mini_mime (1.1.5)
219219
mini_portile2 (2.8.7)
220-
minitest (5.23.1)
220+
minitest (5.24.1)
221221
msgpack (1.7.2)
222222
mutex_m (0.2.0)
223-
net-imap (0.4.13)
223+
net-imap (0.4.14)
224224
date
225225
net-protocol
226226
net-pop (0.1.2)
@@ -244,14 +244,14 @@ GEM
244244
prosopite (1.4.2)
245245
psych (5.1.2)
246246
stringio
247-
public_suffix (5.1.1)
247+
public_suffix (6.0.0)
248248
puma (6.4.2)
249249
nio4r (~> 2.0)
250250
pundit (2.3.2)
251251
activesupport (>= 3.0.0)
252252
raabro (1.4.0)
253253
racc (1.8.0)
254-
rack (3.1.3)
254+
rack (3.1.6)
255255
rack-cors (2.0.2)
256256
rack (>= 2.0.0)
257257
rack-session (2.0.0)
@@ -313,7 +313,7 @@ GEM
313313
reline (0.5.9)
314314
io-console (~> 0.5)
315315
require_all (3.0.0)
316-
rexml (3.3.0)
316+
rexml (3.3.1)
317317
strscan
318318
rotp (6.3.0)
319319
rspec-core (3.13.0)
@@ -324,7 +324,7 @@ GEM
324324
rspec-mocks (3.13.1)
325325
diff-lcs (>= 1.2.0, < 2.0)
326326
rspec-support (~> 3.13.0)
327-
rspec-rails (6.1.2)
327+
rspec-rails (6.1.3)
328328
actionpack (>= 6.1)
329329
activesupport (>= 6.1)
330330
railties (>= 6.1)
@@ -349,12 +349,12 @@ GEM
349349
rubocop-performance (1.21.1)
350350
rubocop (>= 1.48.1, < 2.0)
351351
rubocop-ast (>= 1.31.1, < 2.0)
352-
rubocop-rails (2.25.0)
352+
rubocop-rails (2.25.1)
353353
activesupport (>= 4.2.0)
354354
rack (>= 1.1)
355355
rubocop (>= 1.33.0, < 2.0)
356356
rubocop-ast (>= 1.31.1, < 2.0)
357-
rubocop-rspec (3.0.1)
357+
rubocop-rspec (3.0.2)
358358
rubocop (~> 1.61)
359359
ruby-progressbar (1.13.0)
360360
ruby_parser (3.21.0)
@@ -379,8 +379,8 @@ GEM
379379
fugit (~> 1.11.0)
380380
railties (>= 7.1)
381381
stringio (3.1.1)
382-
strong_migrations (1.8.0)
383-
activerecord (>= 5.2)
382+
strong_migrations (2.0.0)
383+
activerecord (>= 6.1)
384384
strscan (3.1.0)
385385
thor (1.3.1)
386386
timeout (0.4.1)

app/frontend/lib/components/errors.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})
1111
</script>
1212

13-
{#if $errors && $errors.length}
13+
{#if $errors.length > 0}
1414
{#each $errors as error}
1515
<div class="alert alert-danger" role="alert">
1616
{error.message}

bun.lockb

1.45 KB
Binary file not shown.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,36 @@
1212
"outdated": "ncu -i"
1313
},
1414
"devDependencies": {
15-
"@apollo/client": "^3.10.5",
16-
"@eslint/js": "^9.5.0",
15+
"@apollo/client": "^3.10.8",
16+
"@eslint/js": "^9.6.0",
1717
"@popperjs/core": "^2.11.8",
1818
"@rails/actioncable": "^7.1.3",
1919
"@sveltejs/adapter-static": "^3.0.2",
20-
"@sveltejs/kit": "^2.5.16",
20+
"@sveltejs/kit": "^2.5.18",
2121
"@sveltejs/vite-plugin-svelte": "^3.1.1",
2222
"@types/bootstrap": "^5.2.10",
2323
"@types/eslint": "^8.56.10",
2424
"@types/eslint__js": "^8.42.3",
2525
"@types/qrcode": "^1.5.5",
26-
"@types/rails__actioncable": "^6.1.10",
26+
"@types/rails__actioncable": "^6.1.11",
2727
"bootstrap": "^5.3.3",
28-
"eslint": "^9.5.0",
28+
"eslint": "^9.6.0",
2929
"eslint-config-prettier": "^9.1.0",
30-
"eslint-plugin-svelte": "^2.39.5",
31-
"graphql": "^16.8.2",
30+
"eslint-plugin-svelte": "^2.41.0",
31+
"graphql": "^16.9.0",
3232
"graphql-ruby-client": "^1.13.3",
3333
"npm-check-updates": "^16.14.20",
3434
"prettier": "^3.3.2",
35-
"prettier-plugin-svelte": "^3.2.4",
35+
"prettier-plugin-svelte": "^3.2.5",
3636
"qrcode": "^1.5.3",
37-
"sass": "^1.77.5",
38-
"svelte": "^5.0.0-next.155",
39-
"svelte-check": "^3.8.0",
37+
"sass": "^1.77.6",
38+
"svelte": "^5.0.0-next.172",
39+
"svelte-check": "^3.8.4",
4040
"svelte-i18n": "^4.0.0",
4141
"svelte-preprocess": "^6.0.1",
4242
"tslib": "^2.6.3",
43-
"typescript": "^5.4.5",
44-
"typescript-eslint": "^7.13.0",
45-
"vite": "^5.3.1"
43+
"typescript": "^5.5.3",
44+
"typescript-eslint": "^7.15.0",
45+
"vite": "^5.3.3"
4646
}
4747
}

0 commit comments

Comments
 (0)