Skip to content

Commit 72910a3

Browse files
committed
Upgrade dependencies
1 parent df02a7a commit 72910a3

File tree

7 files changed

+367
-360
lines changed

7 files changed

+367
-360
lines changed

.yarn/install-state.gz

7.57 KB
Binary file not shown.

Gemfile.lock

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.1.1)
5-
actionpack (= 7.2.1.1)
6-
activesupport (= 7.2.1.1)
4+
actioncable (7.2.1.2)
5+
actionpack (= 7.2.1.2)
6+
activesupport (= 7.2.1.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.1.1)
11-
actionpack (= 7.2.1.1)
12-
activejob (= 7.2.1.1)
13-
activerecord (= 7.2.1.1)
14-
activestorage (= 7.2.1.1)
15-
activesupport (= 7.2.1.1)
10+
actionmailbox (7.2.1.2)
11+
actionpack (= 7.2.1.2)
12+
activejob (= 7.2.1.2)
13+
activerecord (= 7.2.1.2)
14+
activestorage (= 7.2.1.2)
15+
activesupport (= 7.2.1.2)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.1.1)
18-
actionpack (= 7.2.1.1)
19-
actionview (= 7.2.1.1)
20-
activejob (= 7.2.1.1)
21-
activesupport (= 7.2.1.1)
17+
actionmailer (7.2.1.2)
18+
actionpack (= 7.2.1.2)
19+
actionview (= 7.2.1.2)
20+
activejob (= 7.2.1.2)
21+
activesupport (= 7.2.1.2)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.1.1)
25-
actionview (= 7.2.1.1)
26-
activesupport (= 7.2.1.1)
24+
actionpack (7.2.1.2)
25+
actionview (= 7.2.1.2)
26+
activesupport (= 7.2.1.2)
2727
nokogiri (>= 1.8.5)
2828
racc
2929
rack (>= 2.2.4, < 3.2)
@@ -32,38 +32,38 @@ GEM
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (7.2.1.1)
36-
actionpack (= 7.2.1.1)
37-
activerecord (= 7.2.1.1)
38-
activestorage (= 7.2.1.1)
39-
activesupport (= 7.2.1.1)
35+
actiontext (7.2.1.2)
36+
actionpack (= 7.2.1.2)
37+
activerecord (= 7.2.1.2)
38+
activestorage (= 7.2.1.2)
39+
activesupport (= 7.2.1.2)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (7.2.1.1)
43-
activesupport (= 7.2.1.1)
42+
actionview (7.2.1.2)
43+
activesupport (= 7.2.1.2)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
4848
active_model_otp (2.3.4)
4949
activemodel
5050
rotp (~> 6.3.0)
51-
activejob (7.2.1.1)
52-
activesupport (= 7.2.1.1)
51+
activejob (7.2.1.2)
52+
activesupport (= 7.2.1.2)
5353
globalid (>= 0.3.6)
54-
activemodel (7.2.1.1)
55-
activesupport (= 7.2.1.1)
56-
activerecord (7.2.1.1)
57-
activemodel (= 7.2.1.1)
58-
activesupport (= 7.2.1.1)
54+
activemodel (7.2.1.2)
55+
activesupport (= 7.2.1.2)
56+
activerecord (7.2.1.2)
57+
activemodel (= 7.2.1.2)
58+
activesupport (= 7.2.1.2)
5959
timeout (>= 0.4.0)
60-
activestorage (7.2.1.1)
61-
actionpack (= 7.2.1.1)
62-
activejob (= 7.2.1.1)
63-
activerecord (= 7.2.1.1)
64-
activesupport (= 7.2.1.1)
60+
activestorage (7.2.1.2)
61+
actionpack (= 7.2.1.2)
62+
activejob (= 7.2.1.2)
63+
activerecord (= 7.2.1.2)
64+
activesupport (= 7.2.1.2)
6565
marcel (~> 1.0)
66-
activesupport (7.2.1.1)
66+
activesupport (7.2.1.2)
6767
base64
6868
bigdecimal
6969
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -86,7 +86,7 @@ GEM
8686
bindex (0.8.1)
8787
bootsnap (1.18.4)
8888
msgpack (~> 1.2)
89-
brakeman (6.2.1)
89+
brakeman (6.2.2)
9090
racc
9191
builder (3.3.0)
9292
bundler-audit (0.9.2)
@@ -161,10 +161,10 @@ GEM
161161
tzinfo
162162
factory_bot (6.5.0)
163163
activesupport (>= 5.0.0)
164-
factory_bot_rails (6.4.3)
165-
factory_bot (~> 6.4)
164+
factory_bot_rails (6.4.4)
165+
factory_bot (~> 6.5)
166166
railties (>= 5.0.0)
167-
faker (3.4.2)
167+
faker (3.5.1)
168168
i18n (>= 1.8.11, < 2)
169169
fasterer (0.11.0)
170170
ruby_parser (>= 3.19.1)
@@ -176,10 +176,10 @@ GEM
176176
raabro (~> 1.4)
177177
globalid (1.2.1)
178178
activesupport (>= 6.1)
179-
google-protobuf (4.28.2)
179+
google-protobuf (4.28.3)
180180
bigdecimal
181181
rake (>= 13)
182-
graphql (2.3.18)
182+
graphql (2.3.19)
183183
base64
184184
fiber-storage
185185
graphql-batch (0.6.0)
@@ -195,16 +195,16 @@ GEM
195195
irb (1.14.1)
196196
rdoc (>= 4.0.0)
197197
reline (>= 0.4.2)
198-
json (2.7.2)
198+
json (2.7.4)
199199
jwt (2.9.3)
200200
base64
201201
language_server-protocol (3.17.0.3)
202-
lefthook (1.7.21)
202+
lefthook (1.8.1)
203203
listen (3.9.0)
204204
rb-fsevent (~> 0.10, >= 0.10.3)
205205
rb-inotify (~> 0.9, >= 0.9.10)
206206
logger (1.6.1)
207-
loofah (2.22.0)
207+
loofah (2.23.1)
208208
crass (~> 1.0.2)
209209
nokogiri (>= 1.12.0)
210210
mail (2.8.1)
@@ -236,7 +236,7 @@ GEM
236236
parser (3.3.5.0)
237237
ast (~> 2.4.1)
238238
racc
239-
pg (1.5.8)
239+
pg (1.5.9)
240240
pg_query (5.1.0)
241241
google-protobuf (>= 3.22.3)
242242
prism (1.2.0)
@@ -261,20 +261,20 @@ GEM
261261
rackup (2.1.0)
262262
rack (>= 3)
263263
webrick (~> 1.8)
264-
rails (7.2.1.1)
265-
actioncable (= 7.2.1.1)
266-
actionmailbox (= 7.2.1.1)
267-
actionmailer (= 7.2.1.1)
268-
actionpack (= 7.2.1.1)
269-
actiontext (= 7.2.1.1)
270-
actionview (= 7.2.1.1)
271-
activejob (= 7.2.1.1)
272-
activemodel (= 7.2.1.1)
273-
activerecord (= 7.2.1.1)
274-
activestorage (= 7.2.1.1)
275-
activesupport (= 7.2.1.1)
264+
rails (7.2.1.2)
265+
actioncable (= 7.2.1.2)
266+
actionmailbox (= 7.2.1.2)
267+
actionmailer (= 7.2.1.2)
268+
actionpack (= 7.2.1.2)
269+
actiontext (= 7.2.1.2)
270+
actionview (= 7.2.1.2)
271+
activejob (= 7.2.1.2)
272+
activemodel (= 7.2.1.2)
273+
activerecord (= 7.2.1.2)
274+
activestorage (= 7.2.1.2)
275+
activesupport (= 7.2.1.2)
276276
bundler (>= 1.15.0)
277-
railties (= 7.2.1.1)
277+
railties (= 7.2.1.2)
278278
rails-dom-testing (2.2.0)
279279
activesupport (>= 5.0.0)
280280
minitest
@@ -290,9 +290,9 @@ GEM
290290
json
291291
require_all (~> 3.0)
292292
ruby-progressbar
293-
railties (7.2.1.1)
294-
actionpack (= 7.2.1.1)
295-
activesupport (= 7.2.1.1)
293+
railties (7.2.1.2)
294+
actionpack (= 7.2.1.2)
295+
activesupport (= 7.2.1.2)
296296
irb (~> 1.13)
297297
rackup (>= 1.0.0)
298298
rake (>= 12.2)
@@ -313,9 +313,9 @@ GEM
313313
reline (0.5.10)
314314
io-console (~> 0.5)
315315
require_all (3.0.0)
316-
rexml (3.3.8)
316+
rexml (3.3.9)
317317
rotp (6.3.0)
318-
rspec-core (3.13.1)
318+
rspec-core (3.13.2)
319319
rspec-support (~> 3.13.0)
320320
rspec-expectations (3.13.3)
321321
diff-lcs (>= 1.2.0, < 2.0)
@@ -412,7 +412,7 @@ GEM
412412
websocket-extensions (0.1.5)
413413
xpath (3.2.0)
414414
nokogiri (~> 1.8)
415-
zeitwerk (2.7.0)
415+
zeitwerk (2.7.1)
416416

417417
PLATFORMS
418418
ruby

app/frontend/lib/components/confirm.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
1111
const { onconfirm, title = $_('components.confirm.title') }: Props = $props()
1212
13-
let dialog: HTMLDivElement
13+
let dialog: HTMLDivElement | undefined = $state()
1414
1515
function confirm() {
16+
if (!dialog) return
17+
1618
const modal = Modal.getInstance(dialog)
1719
modal?.hide()
1820
onconfirm()

app/frontend/lib/components/qrcode.svelte

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
<script lang="ts">
22
import { toCanvas } from 'qrcode'
3+
import { onMount } from 'svelte'
34
45
interface Props {
56
content: string
67
}
78
89
const { content }: Props = $props()
910
10-
let canvas: HTMLElement
11+
let canvas: HTMLElement | undefined = $state()
12+
13+
onMount(() => {
14+
if (!canvas) return
1115
12-
$effect(() => {
1316
void toCanvas(canvas, content, {
1417
width: 300
1518
})

app/frontend/routes/logout/+page.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<script lang="ts">
2+
import { onMount } from 'svelte'
3+
24
import { ApolloError } from '@apollo/client/core'
35
46
import { goto } from '$app/navigation'
@@ -8,7 +10,7 @@
810
import { errors } from '$lib/helpers/stores'
911
import { logoutUser } from '$lib/queries/auth'
1012
11-
$effect(() => {
13+
onMount(() => {
1214
logoutUser({}, `user { uuid }`)
1315
.then(async () => {
1416
clearSession()

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,37 @@
1818
"packageManager": "[email protected]",
1919
"devDependencies": {
2020
"@apollo/client": "^3.11.8",
21-
"@eslint/js": "^9.12.0",
21+
"@eslint/js": "^9.13.0",
2222
"@popperjs/core": "^2.11.8",
23-
"@rails/actioncable": "^7.2.101",
24-
"@sveltejs/adapter-static": "^3.0.5",
25-
"@sveltejs/kit": "^2.7.1",
26-
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
23+
"@rails/actioncable": "^7.2.102",
24+
"@sveltejs/adapter-static": "^3.0.6",
25+
"@sveltejs/kit": "^2.7.3",
26+
"@sveltejs/vite-plugin-svelte": "^4.0.0",
2727
"@types/bootstrap": "^5.2.10",
2828
"@types/eslint": "^9.6.1",
2929
"@types/eslint__js": "^8.42.3",
3030
"@types/qrcode": "^1.5.5",
3131
"@types/rails__actioncable": "^6.1.11",
3232
"bootstrap": "^5.3.3",
33-
"eslint": "^9.12.0",
33+
"eslint": "^9.13.0",
3434
"eslint-config-prettier": "^9.1.0",
3535
"eslint-plugin-compat": "^6.0.1",
3636
"eslint-plugin-simple-import-sort": "^12.1.1",
37-
"eslint-plugin-svelte": "^2.45.1",
37+
"eslint-plugin-svelte": "^2.46.0",
3838
"graphql": "^16.9.0",
3939
"graphql-ruby-client": "^1.14.1",
40-
"npm-check-updates": "^17.1.4",
40+
"npm-check-updates": "^17.1.6",
4141
"prettier": "^3.3.3",
4242
"prettier-plugin-svelte": "^3.2.7",
4343
"qrcode": "^1.5.4",
44-
"sass-embedded": "^1.80.2",
45-
"svelte": "^5.0.0-next.264",
44+
"sass-embedded": "^1.80.4",
45+
"svelte": "^5.1.3",
4646
"svelte-check": "^4.0.5",
47-
"svelte-i18n": "^4.0.0",
47+
"svelte-i18n": "^4.0.1",
4848
"svelte-preprocess": "^6.0.3",
4949
"tslib": "^2.8.0",
5050
"typescript": "^5.6.3",
51-
"typescript-eslint": "^8.10.0",
52-
"vite": "^5.4.9"
51+
"typescript-eslint": "^8.11.0",
52+
"vite": "^5.4.10"
5353
}
5454
}

0 commit comments

Comments
 (0)