From 86fbb29b118d599d60433ad58713156709dcfb45 Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Fri, 2 Jul 2021 15:28:27 -0700 Subject: [PATCH 1/4] Make C++17 dashed and C++23 solid. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 879a92c6f91..aecf323a0b3 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,7 @@ label: 'C++17 Features', borderColor: '#9966FF', backgroundColor: '#9966FF', + borderDash: [10, 5], yAxisID: 'smallAxis', ...get_hidden('cxx17'), }, @@ -100,7 +101,6 @@ label: 'C++23 Features', borderColor: '#9966FF', backgroundColor: '#9966FF', - borderDash: [10, 5], yAxisID: 'smallAxis', ...get_hidden('cxx23'), }, From 77a10e24ba261bfbadb9839b38e27c01bd4e7cab Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Wed, 30 Jun 2021 04:42:35 -0700 Subject: [PATCH 2/4] chart.js 3.4.1. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index aecf323a0b3..24dba8746a7 100644 --- a/index.html +++ b/index.html @@ -26,8 +26,8 @@ font-weight: bold; } - + From bc2d2d0a292dc5f592b1d1df5818757f0b4309d3 Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Wed, 30 Jun 2021 04:43:52 -0700 Subject: [PATCH 3/4] npm update. --- package-lock.json | 42 +++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4db5f6ffd1..7362464dd79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@octokit/graphql": "^4.6.4", "cli-progress": "^3.9.0", "dotenv": "^10.0.0", - "luxon": "^1.27.0", + "luxon": "^2.0.1", "yargs": "^17.0.1" } }, @@ -37,9 +37,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-7.3.5.tgz", - "integrity": "sha512-6bm5lzGDOeSnWHM5W8OZ86RD2KpchynU+/Qlm5hNEFjfLDhwfAY2lSe68YRUEYFGlxSHe0HmakyhvmtWoD3Zog==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-8.3.0.tgz", + "integrity": "sha512-ZFyQ30tNpoATI7o+Z9MWFUzUgWisB8yduhcky7S4UYsRijgIGSnwUKzPBDGzf/Xkx1DuvUtqzvmuFlDSqPJqmQ==" }, "node_modules/@octokit/request": { "version": "5.6.0", @@ -65,11 +65,11 @@ } }, "node_modules/@octokit/types": { - "version": "6.16.7", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.16.7.tgz", - "integrity": "sha512-OuQELiwIKeDySgNID52vm33wDRc2aaX8lKYgAw9Hmw939ITow1HspT8/AH3M3jgGFUMDmHlMNBNEmH7xV7ggXQ==", + "version": "6.19.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.19.0.tgz", + "integrity": "sha512-9wdZFiJfonDyU6DjIgDHxAIn92vdSUBOwAXbO2F9rOFt6DJwuAkyGLu1CvdJPphCbPBoV9iSDMX7y4fu0v6AtA==", "dependencies": { - "@octokit/openapi-types": "^7.3.5" + "@octokit/openapi-types": "^8.3.0" } }, "node_modules/ansi-regex": { @@ -191,9 +191,9 @@ } }, "node_modules/luxon": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.27.0.tgz", - "integrity": "sha512-VKsFsPggTA0DvnxtJdiExAucKdAnwbCCNlMM5ENvHlxubqWd0xhZcdb4XgZ7QFNhaRhilXCFxHuoObP5BNA4PA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.0.1.tgz", + "integrity": "sha512-8Eawf81c9ZlQj62W3eq4mp+C7SAIAnmaS7ZuEAiX503YMcn+0C1JnMQRtfaQj6B5qTZLgHv0F4H5WabBCvi1fw==", "engines": { "node": "*" } @@ -328,9 +328,9 @@ } }, "@octokit/openapi-types": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-7.3.5.tgz", - "integrity": "sha512-6bm5lzGDOeSnWHM5W8OZ86RD2KpchynU+/Qlm5hNEFjfLDhwfAY2lSe68YRUEYFGlxSHe0HmakyhvmtWoD3Zog==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-8.3.0.tgz", + "integrity": "sha512-ZFyQ30tNpoATI7o+Z9MWFUzUgWisB8yduhcky7S4UYsRijgIGSnwUKzPBDGzf/Xkx1DuvUtqzvmuFlDSqPJqmQ==" }, "@octokit/request": { "version": "5.6.0", @@ -356,11 +356,11 @@ } }, "@octokit/types": { - "version": "6.16.7", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.16.7.tgz", - "integrity": "sha512-OuQELiwIKeDySgNID52vm33wDRc2aaX8lKYgAw9Hmw939ITow1HspT8/AH3M3jgGFUMDmHlMNBNEmH7xV7ggXQ==", + "version": "6.19.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.19.0.tgz", + "integrity": "sha512-9wdZFiJfonDyU6DjIgDHxAIn92vdSUBOwAXbO2F9rOFt6DJwuAkyGLu1CvdJPphCbPBoV9iSDMX7y4fu0v6AtA==", "requires": { - "@octokit/openapi-types": "^7.3.5" + "@octokit/openapi-types": "^8.3.0" } }, "ansi-regex": { @@ -449,9 +449,9 @@ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" }, "luxon": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.27.0.tgz", - "integrity": "sha512-VKsFsPggTA0DvnxtJdiExAucKdAnwbCCNlMM5ENvHlxubqWd0xhZcdb4XgZ7QFNhaRhilXCFxHuoObP5BNA4PA==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.0.1.tgz", + "integrity": "sha512-8Eawf81c9ZlQj62W3eq4mp+C7SAIAnmaS7ZuEAiX503YMcn+0C1JnMQRtfaQj6B5qTZLgHv0F4H5WabBCvi1fw==" }, "node-fetch": { "version": "2.6.1", diff --git a/package.json b/package.json index eb30578353a..050593963d1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@octokit/graphql": "^4.6.4", "cli-progress": "^3.9.0", "dotenv": "^10.0.0", - "luxon": "^1.27.0", + "luxon": "^2.0.1", "yargs": "^17.0.1" } } From e5d3f43717dbed14a65f8c631524ab7930cc2c8c Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Fri, 2 Jul 2021 15:25:15 -0700 Subject: [PATCH 4/4] weekly_table.js updates. --- weekly_table.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/weekly_table.js b/weekly_table.js index db9c0bd02e4..138dda89844 100644 --- a/weekly_table.js +++ b/weekly_table.js @@ -213,4 +213,7 @@ const weekly_table = [ { date: '2021-06-11', vso: 178, libcxx: 601 }, { date: '2021-06-18', vso: 175, libcxx: 601 }, { date: '2021-06-25', vso: 174, libcxx: 601 }, + { date: '2021-07-02', vso: 170, libcxx: 602 }, + { date: '2021-07-09', vso: 172, libcxx: 602 }, + { date: '2021-07-16', vso: 171, libcxx: 602 }, ];