Skip to content

Commit 0a72ce0

Browse files
committed
update libs
1 parent 89de85b commit 0a72ce0

File tree

15 files changed

+786
-1094
lines changed

15 files changed

+786
-1094
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@v5
3838
with:
39-
go-version: '1.25.1'
39+
go-version: '1.25.3'
4040
cache-dependency-path: |
4141
wasm_inliner/go.sum
4242
wasm_inliner/inliner/go.sum

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ruby 3.4.2
2-
nodejs 22.11.0
1+
ruby 3.4.7
2+
nodejs 24.11.0

Gemfile.lock

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.2)
4+
activesupport (8.1.1)
55
base64
6-
benchmark (>= 0.3)
76
bigdecimal
87
concurrent-ruby (~> 1.0, >= 1.3.1)
98
connection_pool (>= 2.2.5)
109
drb
1110
i18n (>= 1.6, < 2)
11+
json
1212
logger (>= 1.4.2)
1313
minitest (>= 5.1)
1414
securerandom (>= 0.3)
@@ -18,10 +18,9 @@ GEM
1818
public_suffix (>= 2.0.2, < 7.0)
1919
ast (2.4.3)
2020
base64 (0.3.0)
21-
benchmark (0.4.1)
22-
bigdecimal (3.2.2)
21+
bigdecimal (3.3.1)
2322
concurrent-ruby (1.3.5)
24-
connection_pool (2.5.3)
23+
connection_pool (2.5.4)
2524
drb (2.2.3)
2625
faraday (1.10.4)
2726
faraday-em_http (~> 1.0)
@@ -50,53 +49,53 @@ GEM
5049
faraday (~> 1.0)
5150
i18n (1.14.7)
5251
concurrent-ruby (~> 1.0)
53-
json (2.13.2)
52+
json (2.15.2)
5453
language_server-protocol (3.17.0.5)
5554
lint_roller (1.1.0)
5655
logger (1.7.0)
5756
mini_portile2 (2.8.9)
58-
minitest (5.25.5)
57+
minitest (5.26.0)
5958
multi_json (1.17.0)
6059
multipart-post (2.4.1)
61-
nokogiri (1.18.9)
60+
nokogiri (1.18.10)
6261
mini_portile2 (~> 2.8.2)
6362
racc (~> 1.4)
64-
nokogiri (1.18.9-arm64-darwin)
63+
nokogiri (1.18.10-arm64-darwin)
6564
racc (~> 1.4)
66-
nokogiri (1.18.9-x86_64-linux-gnu)
65+
nokogiri (1.18.10-x86_64-linux-gnu)
6766
racc (~> 1.4)
68-
oj (3.16.11)
67+
oj (3.16.12)
6968
bigdecimal (>= 3.0)
7069
ostruct (>= 0.2)
7170
ostruct (0.6.3)
7271
parallel (1.27.0)
73-
parser (3.3.9.0)
72+
parser (3.3.10.0)
7473
ast (~> 2.4.1)
7574
racc
76-
prism (1.4.0)
75+
prism (1.6.0)
7776
public_suffix (6.0.2)
7877
racc (1.8.1)
7978
rainbow (3.1.1)
80-
rake (13.3.0)
81-
regexp_parser (2.10.0)
82-
rubocop (1.79.1)
79+
rake (13.3.1)
80+
regexp_parser (2.11.3)
81+
rubocop (1.81.7)
8382
json (~> 2.3)
8483
language_server-protocol (~> 3.17.0.2)
8584
lint_roller (~> 1.1.0)
8685
parallel (~> 1.10)
8786
parser (>= 3.3.0.2)
8887
rainbow (>= 2.2.2, < 4.0)
8988
regexp_parser (>= 2.9.3, < 3.0)
90-
rubocop-ast (>= 1.46.0, < 2.0)
89+
rubocop-ast (>= 1.47.1, < 2.0)
9190
ruby-progressbar (~> 1.7)
9291
unicode-display_width (>= 2.4.0, < 4.0)
93-
rubocop-ast (1.46.0)
92+
rubocop-ast (1.47.1)
9493
parser (>= 3.3.7.2)
9594
prism (~> 1.4)
96-
rubocop-performance (1.25.0)
95+
rubocop-performance (1.26.1)
9796
lint_roller (~> 1.1)
9897
rubocop (>= 1.75.0, < 2.0)
99-
rubocop-ast (>= 1.38.0, < 2.0)
98+
rubocop-ast (>= 1.47.1, < 2.0)
10099
rubocop-rake (0.7.1)
101100
lint_roller (~> 1.1)
102101
rubocop (>= 1.72.1)
@@ -105,10 +104,10 @@ GEM
105104
securerandom (0.4.1)
106105
tzinfo (2.0.6)
107106
concurrent-ruby (~> 1.0)
108-
unicode-display_width (3.1.4)
109-
unicode-emoji (~> 4.0, >= 4.0.4)
110-
unicode-emoji (4.0.4)
111-
uri (1.0.3)
107+
unicode-display_width (3.2.0)
108+
unicode-emoji (~> 4.1)
109+
unicode-emoji (4.1.0)
110+
uri (1.1.0)
112111

113112
PLATFORMS
114113
arm64-darwin-22
@@ -129,4 +128,4 @@ DEPENDENCIES
129128
rubocop-rake (>= 0.5.1)
130129

131130
BUNDLED WITH
132-
2.6.2
131+
2.7.2

lib/tasks/caniemail.rake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ class CaniuseGenerator # rubocop:disable Metrics/ClassLength
150150
'css-column-layout-properties' => [['columns', ''], ['column-fill', ''], ['column-rule', ''], ['column-gap', ''],
151151
['column-span', '']],
152152
'css-column-count' => [['column-count', '']],
153+
'css-cursor' => [['cursor', '']],
153154
'css-direction' => [['direction', '']],
154155
'css-display' => [['display', '']],
155156
'css-display-flex' => [%w[display flex]],
@@ -259,6 +260,7 @@ class CaniuseGenerator # rubocop:disable Metrics/ClassLength
259260
'css-white-space-collapse' => [['white-space-collapse', '']],
260261
'css-word-break' => [['word-break', '']],
261262
'css-word-spacing' => [['word-spacing', '']],
263+
'css-word-wrap' => [['overflow-wrap', '']],
262264
'css-widows' => [['word-widows', '']],
263265
'css-width' => [['width', '']],
264266
'css-writing-mode' => [['writing-mode', '']],

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,33 @@
1616
"format": "pnpify run prettier --plugin prettier-plugin-svelte --write src"
1717
},
1818
"dependencies": {
19-
"@astrojs/svelte": "^7.1.1",
20-
"@codemirror/commands": "^6.8.1",
21-
"@codemirror/lang-html": "6.4.10",
19+
"@astrojs/svelte": "^7.2.1",
20+
"@codemirror/commands": "^6.10.0",
21+
"@codemirror/lang-html": "6.4.11",
2222
"@codemirror/language": "6.11.3",
2323
"@codemirror/state": "6.5.2",
24-
"@codemirror/view": "^6.38.2",
25-
"@hotwired/turbo": "8.0.13",
24+
"@codemirror/view": "^6.38.6",
25+
"@hotwired/turbo": "8.0.20",
2626
"@iconify-json/mdi": "^1.2.3",
27-
"@lezer/common": "^1.2.3",
28-
"@lezer/highlight": "^1.2.1",
27+
"@lezer/common": "^1.3.0",
28+
"@lezer/highlight": "^1.2.3",
2929
"@rollup/plugin-yaml": "^4.1.2",
30-
"@vite-pwa/astro": "^1.1.0",
31-
"astro": "^5.14.3",
30+
"@vite-pwa/astro": "^1.1.1",
31+
"astro": "^5.15.3",
3232
"astro-icon": "1.1.5",
3333
"comlink": "^4.4.2",
3434
"lodash": "4.17.21",
3535
"normalize.css": "8.0.1",
3636
"postcss": "8.5.6",
3737
"postcss-import": "16.1.1",
3838
"postcss-load-config": "^6.0.1",
39-
"postcss-loader": "8.1.1",
40-
"postcss-preset-env": "10.3.1",
39+
"postcss-loader": "8.2.0",
40+
"postcss-preset-env": "10.4.0",
4141
"postcss-reporter": "7.1.0",
4242
"rehype-external-links": "^3.0.0",
43-
"svelte": "5.39.2",
44-
"vite": "^7.1.11",
45-
"vite-plugin-pwa": "^1.0.3",
43+
"svelte": "5.43.2",
44+
"vite": "^7.1.12",
45+
"vite-plugin-pwa": "^1.1.0",
4646
"workbox-background-sync": "^7.3.0",
4747
"workbox-core": "^7.3.0",
4848
"workbox-expiration": "^7.3.0",
@@ -53,15 +53,15 @@
5353
"workbox-window": "7.3.0"
5454
},
5555
"devDependencies": {
56-
"@yarnpkg/pnpify": "^4.1.5",
56+
"@yarnpkg/pnpify": "^4.1.6",
5757
"astro-eslint-parser": "^1.2.2",
5858
"eslint": "8.57.1",
5959
"eslint-plugin-astro": "^0.33.1",
6060
"eslint-plugin-svelte": "^2.46.1",
6161
"prettier": "^3.6.2",
6262
"prettier-plugin-svelte": "^3.4.0",
6363
"shikiji-core": "^0.10.2",
64-
"typescript": "^5.9.2"
64+
"typescript": "^5.9.3"
6565
},
6666
"packageManager": "yarn@4.10.3"
6767
}

wasm_inliner/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.24.0
44

55
toolchain go1.24.1
66

7-
require github.com/le0pard/vmail/wasm_inliner/inliner v0.0.0-20250910110424-f5484e930a46
7+
require github.com/le0pard/vmail/wasm_inliner/inliner v0.0.0-20251021222452-89de85b36b43
88

99
require (
1010
github.com/andybalholm/cascadia v1.3.3 // indirect
11-
github.com/tdewolff/parse/v2 v2.8.3 // indirect
12-
golang.org/x/net v0.44.0 // indirect
11+
github.com/tdewolff/parse/v2 v2.8.5 // indirect
12+
golang.org/x/net v0.46.0 // indirect
1313
)
1414

1515
replace github.com/le0pard/vmail/wasm_inliner/inliner => ./inliner

wasm_inliner/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github.com/andybalholm/cascadia v1.3.3 h1:AG2YHrzJIm4BZ19iwJ/DAua6Btl3IwJX+VI4kktS1LM=
22
github.com/andybalholm/cascadia v1.3.3/go.mod h1:xNd9bqTn98Ln4DwST8/nG+H0yuB8Hmgu1YHNnWw0GeA=
33
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
4-
github.com/tdewolff/parse/v2 v2.8.3 h1:5VbvtJ83cfb289A1HzRA9sf02iT8YyUwN84ezjkdY1I=
5-
github.com/tdewolff/parse/v2 v2.8.3/go.mod h1:Hwlni2tiVNKyzR1o6nUs4FOF07URA+JLBLd6dlIXYqo=
4+
github.com/tdewolff/parse/v2 v2.8.5 h1:ZmBiA/8Do5Rpk7bDye0jbbDUpXXbCdc3iah4VeUvwYU=
5+
github.com/tdewolff/parse/v2 v2.8.5/go.mod h1:Hwlni2tiVNKyzR1o6nUs4FOF07URA+JLBLd6dlIXYqo=
66
github.com/tdewolff/test v1.0.11 h1:FdLbwQVHxqG16SlkGveC0JVyrJN62COWTRyUFzfbtBE=
77
github.com/tdewolff/test v1.0.11/go.mod h1:XPuWBzvdUzhCuxWO1ojpXsyzsA5bFoS3tO/Q3kFuTG8=
88
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
@@ -26,8 +26,8 @@ golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
2626
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
2727
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
2828
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
29-
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
30-
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
29+
golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4=
30+
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
3131
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
3232
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
3333
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

wasm_inliner/inliner/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.24.0
44

55
toolchain go1.24.1
66

7-
require golang.org/x/net v0.44.0
7+
require golang.org/x/net v0.46.0
88

99
require github.com/andybalholm/cascadia v1.3.3
1010

11-
require github.com/tdewolff/parse/v2 v2.8.3
11+
require github.com/tdewolff/parse/v2 v2.8.5

wasm_inliner/inliner/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github.com/andybalholm/cascadia v1.3.3 h1:AG2YHrzJIm4BZ19iwJ/DAua6Btl3IwJX+VI4kktS1LM=
22
github.com/andybalholm/cascadia v1.3.3/go.mod h1:xNd9bqTn98Ln4DwST8/nG+H0yuB8Hmgu1YHNnWw0GeA=
33
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
4-
github.com/tdewolff/parse/v2 v2.8.3 h1:5VbvtJ83cfb289A1HzRA9sf02iT8YyUwN84ezjkdY1I=
5-
github.com/tdewolff/parse/v2 v2.8.3/go.mod h1:Hwlni2tiVNKyzR1o6nUs4FOF07URA+JLBLd6dlIXYqo=
4+
github.com/tdewolff/parse/v2 v2.8.5 h1:ZmBiA/8Do5Rpk7bDye0jbbDUpXXbCdc3iah4VeUvwYU=
5+
github.com/tdewolff/parse/v2 v2.8.5/go.mod h1:Hwlni2tiVNKyzR1o6nUs4FOF07URA+JLBLd6dlIXYqo=
66
github.com/tdewolff/test v1.0.11 h1:FdLbwQVHxqG16SlkGveC0JVyrJN62COWTRyUFzfbtBE=
77
github.com/tdewolff/test v1.0.11/go.mod h1:XPuWBzvdUzhCuxWO1ojpXsyzsA5bFoS3tO/Q3kFuTG8=
88
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
@@ -26,8 +26,8 @@ golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
2626
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
2727
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
2828
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
29-
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
30-
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
29+
golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4=
30+
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
3131
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
3232
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
3333
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

wasm_parser/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ go 1.24.0
44

55
toolchain go1.24.1
66

7-
require github.com/le0pard/vmail/wasm_parser/parser v0.0.0-20250910110424-f5484e930a46
7+
require github.com/le0pard/vmail/wasm_parser/parser v0.0.0-20251021222452-89de85b36b43
88

99
require (
10-
github.com/tdewolff/parse/v2 v2.8.3 // indirect
11-
golang.org/x/net v0.44.0 // indirect
10+
github.com/tdewolff/parse/v2 v2.8.5 // indirect
11+
golang.org/x/net v0.46.0 // indirect
1212
)
1313

1414
replace github.com/le0pard/vmail/wasm_parser/parser => ./parser

0 commit comments

Comments
 (0)