Skip to content

Commit b6ba333

Browse files
committed
chore: upgrade deps
1 parent 77c56c0 commit b6ba333

File tree

197 files changed

+2457
-2683
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+2457
-2683
lines changed

.changeset/sharp-nails-mix.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@marko/translator-interop-class-tags": patch
3+
"marko": patch
4+
"@marko/runtime-tags": patch
5+
"@marko/compiler": patch
6+
---
7+
8+
Upgrade all deps. Fix support for [discard binding proposal](https://github.com/tc39/proposal-discard-binding).

.sizes.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,67 +7,67 @@
77
{
88
"name": "*",
99
"total": {
10-
"min": 19136,
11-
"brotli": 7262
10+
"min": 19080,
11+
"brotli": 7252
1212
}
1313
},
1414
{
1515
"name": "counter",
1616
"user": {
17-
"min": 190,
18-
"brotli": 145
17+
"min": 184,
18+
"brotli": 151
1919
},
2020
"runtime": {
21-
"min": 3962,
22-
"brotli": 1754
21+
"min": 3956,
22+
"brotli": 1748
2323
},
2424
"total": {
25-
"min": 4152,
25+
"min": 4140,
2626
"brotli": 1899
2727
}
2828
},
2929
{
3030
"name": "counter 💧",
3131
"user": {
32-
"min": 112,
33-
"brotli": 98
32+
"min": 106,
33+
"brotli": 97
3434
},
3535
"runtime": {
3636
"min": 2188,
3737
"brotli": 1146
3838
},
3939
"total": {
40-
"min": 2300,
41-
"brotli": 1244
40+
"min": 2294,
41+
"brotli": 1243
4242
}
4343
},
4444
{
4545
"name": "comments",
4646
"user": {
47-
"min": 917,
48-
"brotli": 458
47+
"min": 891,
48+
"brotli": 455
4949
},
5050
"runtime": {
51-
"min": 7029,
52-
"brotli": 3001
51+
"min": 7019,
52+
"brotli": 2996
5353
},
5454
"total": {
55-
"min": 7946,
56-
"brotli": 3459
55+
"min": 7910,
56+
"brotli": 3451
5757
}
5858
},
5959
{
6060
"name": "comments 💧",
6161
"user": {
62-
"min": 146,
62+
"min": 140,
6363
"brotli": 119
6464
},
6565
"runtime": {
6666
"min": 2355,
6767
"brotli": 1198
6868
},
6969
"total": {
70-
"min": 2501,
70+
"min": 2495,
7171
"brotli": 1317
7272
}
7373
}

.sizes/comments.csr/entry.js

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
// size: 917 (min) 458 (brotli)
1+
// size: 891 (min) 455 (brotli)
22
const $setup$if$content = ($scope) => {
3-
$scope[0], $comment_comments$if$content._($scope), $id$if$content._($scope);
3+
($scope[0],
4+
$comment_comments$if$content._($scope),
5+
$id$if$content._($scope));
46
},
57
$expr_comment_comments_id$if$content = intersection(1, ($scope) => {
68
const {
@@ -22,7 +24,7 @@ const $setup$if$content = ($scope) => {
2224
),
2325
$if_content = createRenderer("<ul></ul>", "/ b&", $setup$if$content),
2426
$id$for$content = value(11, ($scope, id) => {
25-
attr($scope[0], "id", id), $id$if$content($scope);
27+
(attr($scope[0], "id", id), $id$if$content($scope));
2628
}),
2729
$expr_input_path_i$for$content = intersection(10, ($scope) => {
2830
const {
@@ -39,28 +41,28 @@ const $setup$if$content = ($scope) => {
3941
}),
4042
),
4143
$open$for$content = state(12, ($scope, open) => {
42-
attr($scope[0], "hidden", !open),
44+
(attr($scope[0], "hidden", !open),
4345
data($scope[3], open ? "[-]" : "[+]"),
44-
$open$for$content_effect($scope);
46+
$open$for$content_effect($scope));
4547
}),
4648
$setup$for$content = ($scope) => {
47-
$input_path$for$content._($scope), $open$for$content($scope, !0);
49+
($input_path$for$content._($scope), $open$for$content($scope, !0));
4850
},
4951
$comment_text$for$content = value(7, ($scope, comment_text) =>
5052
data($scope[1], comment_text),
5153
),
5254
$if$for$content = conditional(4, $if_content),
5355
$comment_comments$for$content = value(8, ($scope, comment_comments) => {
54-
$if$for$content($scope, comment_comments ? 0 : 1),
55-
$comment_comments$if$content($scope);
56+
($if$for$content($scope, comment_comments ? 0 : 1),
57+
$comment_comments$if$content($scope));
5658
}),
5759
$params2$for$content = value(5, ($scope, $params2) => {
58-
$comment$for$content($scope, $params2[0]),
59-
$i$for$content($scope, $params2[1]);
60+
($comment$for$content($scope, $params2[0]),
61+
$i$for$content($scope, $params2[1]));
6062
}),
6163
$comment$for$content = value(6, ($scope, comment) => {
62-
$comment_text$for$content($scope, comment?.text),
63-
$comment_comments$for$content($scope, comment?.comments);
64+
($comment_text$for$content($scope, comment?.text),
65+
$comment_comments$for$content($scope, comment?.comments));
6466
}),
6567
$for = loopOf(
6668
0,
@@ -75,7 +77,7 @@ const $setup$if$content = ($scope) => {
7577
$for($scope, [input_comments]),
7678
),
7779
$input$1 = value(2, ($scope, input) => {
78-
$input_comments($scope, input.comments), $input_path($scope, input.path);
80+
($input_comments($scope, input.comments), $input_path($scope, input.path));
7981
}),
8082
$input_path = value(4, $input_path$for$content);
8183
function $setup($scope) {
@@ -88,7 +90,7 @@ createTemplate(
8890
$setup,
8991
value(2, ($scope, input) => {
9092
const $comments_input_spread = input;
91-
$input_comments($scope[0], $comments_input_spread.comments),
92-
$input_path($scope[0], $comments_input_spread.path);
93+
($input_comments($scope[0], $comments_input_spread.comments),
94+
$input_path($scope[0], $comments_input_spread.path));
9395
}),
9496
).mount();

.sizes/comments.ssr/entry.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// size: 146 (min) 119 (brotli)
1+
// size: 140 (min) 119 (brotli)
22
const $open$for$content_effect = effect("a0", ($scope, { 12: open }) =>
33
on($scope[2], "click", function () {
44
$open$for$content($scope, !open);
55
}),
66
),
77
$open$for$content = state(12, ($scope, open) => {
8-
attr($scope[0], "hidden", !open),
8+
(attr($scope[0], "hidden", !open),
99
data($scope[3], open ? "[-]" : "[+]"),
10-
$open$for$content_effect($scope);
10+
$open$for$content_effect($scope));
1111
});
1212
init();

.sizes/counter.csr/entry.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// size: 190 (min) 145 (brotli)
1+
// size: 184 (min) 151 (brotli)
22
const $clickCount_effect = effect("a0", ($scope, { 2: clickCount }) =>
33
on($scope[0], "click", function () {
44
$clickCount($scope, clickCount + 1);
55
}),
66
),
77
$clickCount = state(2, ($scope, clickCount) => {
8-
data($scope[1], clickCount), $clickCount_effect($scope);
8+
(data($scope[1], clickCount), $clickCount_effect($scope));
99
});
1010
function $setup($scope) {
1111
$clickCount($scope, 0);

.sizes/counter.ssr/entry.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// size: 112 (min) 98 (brotli)
1+
// size: 106 (min) 97 (brotli)
22
const $clickCount_effect = effect("a0", ($scope, { 2: clickCount }) =>
33
on($scope[0], "click", function () {
44
$clickCount($scope, clickCount + 1);
55
}),
66
),
77
$clickCount = state(2, ($scope, clickCount) => {
8-
data($scope[1], clickCount), $clickCount_effect($scope);
8+
(data($scope[1], clickCount), $clickCount_effect($scope));
99
});
1010
init();

0 commit comments

Comments
 (0)