Skip to content

Commit aa5837a

Browse files
Manual data re-gen
1 parent 134ef99 commit aa5837a

36 files changed

+56
-38
lines changed

historical-shas.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,22 @@
511511
"from": "2026-01-07",
512512
"to": "2026-01-13"
513513
}
514+
},
515+
{
516+
"sha": "6c667f4862",
517+
"date": "2026-01-19",
518+
"week": {
519+
"from": "2026-01-14",
520+
"to": "2026-01-20"
521+
}
522+
},
523+
{
524+
"sha": "7648ff00b0",
525+
"date": "2026-01-23",
526+
"week": {
527+
"from": "2026-01-21",
528+
"to": "2026-01-27"
529+
}
514530
}
515531
],
516532
"experimental": [

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scrape-wpt.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ async function main() {
117117

118118
// We write to the file at each step of the way
119119
// to avoid losing data if the script crashes.
120+
console.log(`Writing data for ${feature.id} at ${sha} (${date}) to ${OUTPUT_FILE} ...`);
120121
await fs.writeFile(OUTPUT_FILE, JSON.stringify(newContent));
121122
}
122123
}
@@ -132,6 +133,7 @@ async function main() {
132133
acc[key] = newContent[key];
133134
return acc;
134135
}, {});
136+
console.log(`\nWriting sorted data to ${OUTPUT_FILE} ...`);
135137
await fs.writeFile(OUTPUT_FILE, JSON.stringify(sortedContent));
136138
}
137139

site/_data/features.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
"support": {
406406
"chrome": "123",
407407
"edge": "123",
408-
"firefox": false,
408+
"firefox": "147",
409409
"safari": false
410410
},
411411
"wptLink": "https://wpt.fyi/results/html/semantics/scripting-1/the-script-element?q=%28import-attributes+or+css+or+json%29+and+not+assertions+and+not+path%3A%2Fhtml%2Fsemantics%2Fscripting-1%2Fthe-script-element%2Fmodule%2Fdynamic-import%2Fmicrotasks%2F+%21is%3Atentative&label=stable&label=master"
@@ -459,7 +459,7 @@
459459
"support": {
460460
"chrome": "102",
461461
"edge": "102",
462-
"firefox": false,
462+
"firefox": "147",
463463
"safari": "26.2"
464464
},
465465
"wptLink": "https://wpt.fyi/results/?q=feature%3Anavigation+%21is%3Atentative&label=stable&label=master"
@@ -485,7 +485,7 @@
485485
"support": {
486486
"chrome": "125",
487487
"edge": "125",
488-
"firefox": false,
488+
"firefox": "147",
489489
"safari": "18.2"
490490
},
491491
"wptLink": "https://wpt.fyi/results/css/css-view-transitions?q=feature%3Aview-transitions+or+feature%3Aview-transition-class+or+types+%21is%3Atentative&label=stable&label=master"

site/_data/wpt.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/assets/wpt/all_tests.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/assets/wpt/anchor-positioning.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/assets/wpt/backdrop-filter.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/assets/wpt/blocking-render.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/assets/wpt/calc-size-and-interpolate-size.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)