Skip to content

Commit

Permalink
update libs + ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jan 18, 2025
1 parent 0ee9708 commit 4d1e053
Show file tree
Hide file tree
Showing 15 changed files with 309 additions and 411 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.4'
go-version: '1.23.5'
cache-dependency-path: |
wasm_inliner/go.sum
wasm_inliner/inliner/go.sum
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.3.5
ruby 3.4.1
nodejs 22.11.0
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.0)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -19,9 +19,9 @@ GEM
ast (2.4.2)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
drb (2.2.1)
faraday (1.10.4)
faraday-em_http (~> 1.0)
Expand All @@ -39,8 +39,8 @@ GEM
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-multipart (1.1.0)
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
Expand All @@ -50,34 +50,34 @@ GEM
faraday (~> 1.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.2)
logger (1.6.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
multi_json (1.15.0)
multipart-post (2.4.1)
nokogiri (1.17.0)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.0-arm64-darwin)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.0-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
oj (3.16.7)
oj (3.16.9)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
public_suffix (6.0.1)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.3)
rubocop (1.69.1)
regexp_parser (2.10.0)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -87,19 +87,19 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.4.0)
securerandom (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
Expand All @@ -123,4 +123,4 @@ DEPENDENCIES
rubocop-rake (>= 0.5.1)

BUNDLED WITH
2.5.11
2.6.2
2 changes: 2 additions & 0 deletions lib/tasks/caniemail.rake
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class CaniuseGenerator # rubocop:disable Metrics/ClassLength
['border-block-start', ''], ['border-block-end', '']],
'css-border-inline-block' => [['border-inline', ''], ['border-block', '']],
'css-caption-side' => [['caption-side', '']],
'css-clear' => [['clear', '']],
'css-clip-path' => [['clip-path', '']],
'css-color-scheme' => [['color-scheme', '']],
'css-column-layout-properties' => [['columns', ''], ['column-fill', ''], ['column-rule', ''], ['column-gap', ''],
Expand Down Expand Up @@ -201,6 +202,7 @@ class CaniuseGenerator # rubocop:disable Metrics/ClassLength
'css-margin-inline' => [['margin-block', ''], ['margin-inline', '']],
'css-margin-inline-block' => [['margin-block', ''], ['margin-inline', '']],
'css-margin-inline-start-end' => [['margin-inline-start', ''], ['margin-inline-end', '']],
'css-mask-image' => [['mask-image', '']],
'css-max-inline-size' => [['max-inline-size', '']],
'css-max-height' => [['max-height', '']],
'css-max-width' => [['max-width', '']],
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,32 @@
"format": "pnpify run prettier --plugin prettier-plugin-svelte --write src"
},
"dependencies": {
"@astrojs/svelte": "^7.0.2",
"@codemirror/commands": "^6.7.1",
"@astrojs/svelte": "^7.0.3",
"@codemirror/commands": "^6.8.0",
"@codemirror/lang-html": "6.4.9",
"@codemirror/language": "6.10.8",
"@codemirror/state": "6.5.0",
"@codemirror/view": "^6.36.1",
"@codemirror/state": "6.5.1",
"@codemirror/view": "^6.36.2",
"@hotwired/turbo": "8.0.12",
"@iconify-json/mdi": "^1.2.2",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@rollup/plugin-yaml": "^4.1.2",
"@vite-pwa/astro": "^0.5.0",
"astro": "^5.1.1",
"astro": "^5.1.7",
"astro-icon": "1.1.5",
"comlink": "^4.4.2",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"postcss": "8.4.49",
"postcss": "8.5.1",
"postcss-import": "16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-loader": "8.1.1",
"postcss-preset-env": "10.1.3",
"postcss-reporter": "7.1.0",
"rehype-external-links": "^3.0.0",
"svelte": "5.16.0",
"vite": "^6.0.6",
"svelte": "5.19.0",
"vite": "^6.0.7",
"vite-plugin-pwa": "^0.21.1",
"workbox-background-sync": "^7.3.0",
"workbox-core": "^7.3.0",
Expand All @@ -59,9 +59,9 @@
"eslint-plugin-astro": "^0.33.1",
"eslint-plugin-svelte": "^2.46.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-svelte": "^3.3.3",
"shikiji-core": "^0.10.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions wasm_inliner/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ module github.com/le0pard/vmail/wasm_inliner

go 1.22.0

require github.com/le0pard/vmail/wasm_inliner/inliner v0.0.0-20241228222635-552335c7442d
require github.com/le0pard/vmail/wasm_inliner/inliner v0.0.0-20241228224109-0ee97081d19f

require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/tdewolff/parse/v2 v2.7.19 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/net v0.34.0 // indirect
)

replace github.com/le0pard/vmail/wasm_inliner/inliner => ./inliner
3 changes: 2 additions & 1 deletion wasm_inliner/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down
2 changes: 1 addition & 1 deletion wasm_inliner/inliner/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/le0pard/vmail/wasm_inliner/inliner

go 1.22.0

require golang.org/x/net v0.33.0
require golang.org/x/net v0.34.0

require github.com/andybalholm/cascadia v1.3.3

Expand Down
3 changes: 2 additions & 1 deletion wasm_inliner/inliner/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down
4 changes: 2 additions & 2 deletions wasm_parser/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module github.com/le0pard/vmail/wasm_parser

go 1.22.0

require github.com/le0pard/vmail/wasm_parser/parser v0.0.0-20241228222635-552335c7442d
require github.com/le0pard/vmail/wasm_parser/parser v0.0.0-20241228224109-0ee97081d19f

require (
github.com/tdewolff/parse/v2 v2.7.19 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/net v0.34.0 // indirect
)

replace github.com/le0pard/vmail/wasm_parser/parser => ./parser
4 changes: 2 additions & 2 deletions wasm_parser/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ github.com/tdewolff/parse/v2 v2.7.19 h1:7Ljh26yj+gdLFEq/7q9LT4SYyKtwQX4ocNrj45UC
github.com/tdewolff/parse/v2 v2.7.19/go.mod h1:3FbJWZp3XT9OWVN3Hmfp0p/a08v4h8J9W1aghka0soA=
github.com/tdewolff/test v1.0.11-0.20231101010635-f1265d231d52 h1:gAQliwn+zJrkjAHVcBEYW/RFvd2St4yYimisvozAYlA=
github.com/tdewolff/test v1.0.11-0.20231101010635-f1265d231d52/go.mod h1:6DAvZliBAAnD7rhVgwaM7DE5/d9NMOAJ09SqYqeK4QE=
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
2 changes: 1 addition & 1 deletion wasm_parser/parser/caniuse.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wasm_parser/parser/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.22.0

require (
github.com/tdewolff/parse/v2 v2.7.19
golang.org/x/net v0.33.0
golang.org/x/net v0.34.0
)
4 changes: 2 additions & 2 deletions wasm_parser/parser/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ github.com/tdewolff/parse/v2 v2.7.19 h1:7Ljh26yj+gdLFEq/7q9LT4SYyKtwQX4ocNrj45UC
github.com/tdewolff/parse/v2 v2.7.19/go.mod h1:3FbJWZp3XT9OWVN3Hmfp0p/a08v4h8J9W1aghka0soA=
github.com/tdewolff/test v1.0.11-0.20231101010635-f1265d231d52 h1:gAQliwn+zJrkjAHVcBEYW/RFvd2St4yYimisvozAYlA=
github.com/tdewolff/test v1.0.11-0.20231101010635-f1265d231d52/go.mod h1:6DAvZliBAAnD7rhVgwaM7DE5/d9NMOAJ09SqYqeK4QE=
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
Loading

0 comments on commit 4d1e053

Please sign in to comment.