Skip to content

Commit f738e5e

Browse files
Status Chart: Weekly/dependency updates (#5089)
1 parent a2fb4cb commit f738e5e

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<!-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -->
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<title>STL Status Chart</title>
10-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@primer/[email protected].0/dist/primer.min.css" />
10+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@primer/[email protected].1/dist/primer.min.css" />
1111
<script type="importmap">
1212
{ "imports": {
1313
"@kurkle/color": "https://cdn.jsdelivr.net/npm/@kurkle/[email protected]/dist/color.esm.min.js",
14-
"chart.js": "https://cdn.jsdelivr.net/npm/[email protected].5/dist/chart.min.js",
14+
"chart.js": "https://cdn.jsdelivr.net/npm/[email protected].6/dist/chart.min.js",
1515
"chartjs-adapter-luxon": "https://cdn.jsdelivr.net/npm/[email protected]/dist/chartjs-adapter-luxon.esm.min.js",
1616
"luxon": "https://cdn.jsdelivr.net/npm/[email protected]/build/es6/luxon.min.js"
1717
} }

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"@octokit/graphql": "^8.1.1",
3434
"@types/cli-progress": "^3.11.6",
3535
"@types/luxon": "^3.4.2",
36-
"@types/node": "^22.7.7",
36+
"@types/node": "^22.9.0",
3737
"@types/yargs": "^17.0.33",
38-
"chart.js": "^4.4.5",
38+
"chart.js": "^4.4.6",
3939
"chartjs-adapter-luxon": "^1.3.1",
4040
"cli-progress": "^3.12.0",
4141
"dotenv": "^16.4.5",

src/weekly_table.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,4 +386,8 @@ export const weekly_table: WeeklyRow[] = [
386386
{ date: '2024-10-04', vso: 144, libcxx: 691 },
387387
{ date: '2024-10-11', vso: 144, libcxx: 691 },
388388
{ date: '2024-10-18', vso: 145, libcxx: 686 },
389+
{ date: '2024-10-25', vso: 144, libcxx: 688 },
390+
{ date: '2024-11-01', vso: 145, libcxx: 667 },
391+
{ date: '2024-11-08', vso: 142, libcxx: 667 },
392+
{ date: '2024-11-15', vso: 144, libcxx: 665 },
389393
];

0 commit comments

Comments
 (0)