Skip to content

Commit

Permalink
Status Chart: Weekly/dependency updates (#5089)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej authored Nov 15, 2024
1 parent a2fb4cb commit f738e5e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<!-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>STL Status Chart</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@primer/css@21.5.0/dist/primer.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@primer/css@21.5.1/dist/primer.min.css" />
<script type="importmap">
{ "imports": {
"@kurkle/color": "https://cdn.jsdelivr.net/npm/@kurkle/color@0.3.2/dist/color.esm.min.js",
"chart.js": "https://cdn.jsdelivr.net/npm/chart.js@4.4.5/dist/chart.min.js",
"chart.js": "https://cdn.jsdelivr.net/npm/chart.js@4.4.6/dist/chart.min.js",
"chartjs-adapter-luxon": "https://cdn.jsdelivr.net/npm/chartjs-adapter-luxon@1.3.1/dist/chartjs-adapter-luxon.esm.min.js",
"luxon": "https://cdn.jsdelivr.net/npm/luxon@3.5.0/build/es6/luxon.min.js"
} }
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@octokit/graphql": "^8.1.1",
"@types/cli-progress": "^3.11.6",
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.7",
"@types/node": "^22.9.0",
"@types/yargs": "^17.0.33",
"chart.js": "^4.4.5",
"chart.js": "^4.4.6",
"chartjs-adapter-luxon": "^1.3.1",
"cli-progress": "^3.12.0",
"dotenv": "^16.4.5",
Expand Down
4 changes: 4 additions & 0 deletions src/weekly_table.mts
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,8 @@ export const weekly_table: WeeklyRow[] = [
{ date: '2024-10-04', vso: 144, libcxx: 691 },
{ date: '2024-10-11', vso: 144, libcxx: 691 },
{ date: '2024-10-18', vso: 145, libcxx: 686 },
{ date: '2024-10-25', vso: 144, libcxx: 688 },
{ date: '2024-11-01', vso: 145, libcxx: 667 },
{ date: '2024-11-08', vso: 142, libcxx: 667 },
{ date: '2024-11-15', vso: 144, libcxx: 665 },
];

0 comments on commit f738e5e

Please sign in to comment.