From e6bdf9bc07b952b789369301be836fd154eb6801 Mon Sep 17 00:00:00 2001 From: penguinbotchan <159438972+penguinbotchan@users.noreply.github.com> Date: Sun, 14 Jul 2024 15:03:55 +0000 Subject: [PATCH] Update components data --- src/components/data/ossContributions.json | 42 +++++----- src/components/data/techArticles.json | 2 +- src/services/sns/data/gitHubPullRequests.json | 76 +++++++++---------- src/services/sns/data/noteContents.json | 4 +- src/services/sns/data/zennArticles.json | 2 +- 5 files changed, 63 insertions(+), 63 deletions(-) diff --git a/src/components/data/ossContributions.json b/src/components/data/ossContributions.json index d94d5e3..daed7c6 100644 --- a/src/components/data/ossContributions.json +++ b/src/components/data/ossContributions.json @@ -25,7 +25,7 @@ "repository": { "owner": "axllent", "name": "axllent/mailpit", - "stars": 4892, + "stars": 4939, "url": "https://github.com/axllent/mailpit", "languages": [ "Go" @@ -41,7 +41,7 @@ "repository": { "owner": "domainaware", "name": "domainaware/parsedmarc", - "stars": 963, + "stars": 966, "url": "https://github.com/domainaware/parsedmarc", "languages": [ "Python" @@ -57,7 +57,7 @@ "repository": { "owner": "databus23", "name": "databus23/helm-diff", - "stars": 2586, + "stars": 2589, "url": "https://github.com/databus23/helm-diff", "languages": [ "Go" @@ -73,7 +73,7 @@ "repository": { "owner": "hashicorp", "name": "hashicorp/terraform-provider-aws", - "stars": 9609, + "stars": 9619, "url": "https://github.com/hashicorp/terraform-provider-aws", "languages": [ "Go" @@ -89,7 +89,7 @@ "repository": { "owner": "aws", "name": "aws/aws-eks-best-practices", - "stars": 1933, + "stars": 1937, "url": "https://github.com/aws/aws-eks-best-practices", "languages": [ "Python" @@ -105,7 +105,7 @@ "repository": { "owner": "helmfile", "name": "helmfile/helmfile", - "stars": 3429, + "stars": 3449, "url": "https://github.com/helmfile/helmfile", "languages": [ "Go" @@ -121,7 +121,7 @@ "repository": { "owner": "hashicorp", "name": "hashicorp/terraform-provider-aws", - "stars": 9609, + "stars": 9619, "url": "https://github.com/hashicorp/terraform-provider-aws", "languages": [ "Go" @@ -137,7 +137,7 @@ "repository": { "owner": "ebitengine", "name": "ebitengine/ebitengine.org", - "stars": 20, + "stars": 21, "url": "https://github.com/ebitengine/ebitengine.org", "languages": [ "HTML" @@ -153,7 +153,7 @@ "repository": { "owner": "cloudflare", "name": "cloudflare/terraform-provider-cloudflare", - "stars": 735, + "stars": 739, "url": "https://github.com/cloudflare/terraform-provider-cloudflare", "languages": [ "Go" @@ -169,7 +169,7 @@ "repository": { "owner": "FairwindsOps", "name": "FairwindsOps/pluto", - "stars": 2039, + "stars": 2046, "url": "https://github.com/FairwindsOps/pluto", "languages": [ "Go" @@ -185,7 +185,7 @@ "repository": { "owner": "FairwindsOps", "name": "FairwindsOps/pluto", - "stars": 2039, + "stars": 2046, "url": "https://github.com/FairwindsOps/pluto", "languages": [ "Go" @@ -201,7 +201,7 @@ "repository": { "owner": "FairwindsOps", "name": "FairwindsOps/pluto", - "stars": 2039, + "stars": 2046, "url": "https://github.com/FairwindsOps/pluto", "languages": [ "Go" @@ -217,7 +217,7 @@ "repository": { "owner": "argoproj", "name": "argoproj/argo-workflows", - "stars": 14564, + "stars": 14595, "url": "https://github.com/argoproj/argo-workflows", "languages": [ "Go" @@ -281,7 +281,7 @@ "repository": { "owner": "python-social-auth", "name": "python-social-auth/social-core", - "stars": 839, + "stars": 841, "url": "https://github.com/python-social-auth/social-core", "languages": [ "Python" @@ -313,7 +313,7 @@ "repository": { "owner": "python-social-auth", "name": "python-social-auth/social-core", - "stars": 839, + "stars": 841, "url": "https://github.com/python-social-auth/social-core", "languages": [ "Python" @@ -329,7 +329,7 @@ "repository": { "owner": "hashicorp", "name": "hashicorp/terraform-provider-aws", - "stars": 9609, + "stars": 9619, "url": "https://github.com/hashicorp/terraform-provider-aws", "languages": [ "Go" @@ -393,7 +393,7 @@ "repository": { "owner": "elwerene", "name": "elwerene/libreoffice-convert", - "stars": 242, + "stars": 243, "url": "https://github.com/elwerene/libreoffice-convert", "languages": [ "JavaScript" @@ -458,7 +458,7 @@ "repository": { "owner": "Rigellute", "name": "Rigellute/spotify-tui", - "stars": 16984, + "stars": 17026, "url": "https://github.com/Rigellute/spotify-tui", "languages": [ "Rust" @@ -474,7 +474,7 @@ "repository": { "owner": "typeorm", "name": "typeorm/typeorm", - "stars": 33695, + "stars": 33725, "url": "https://github.com/typeorm/typeorm", "languages": [ "TypeScript" @@ -490,7 +490,7 @@ "repository": { "owner": "serverless", "name": "serverless/serverless", - "stars": 46302, + "stars": 46311, "url": "https://github.com/serverless/serverless", "languages": [ "JavaScript" @@ -522,7 +522,7 @@ "repository": { "owner": "getmoto", "name": "getmoto/moto", - "stars": 7490, + "stars": 7498, "url": "https://github.com/getmoto/moto", "languages": [ "Python" diff --git a/src/components/data/techArticles.json b/src/components/data/techArticles.json index cfaab7f..9e197ba 100644 --- a/src/components/data/techArticles.json +++ b/src/components/data/techArticles.json @@ -27,7 +27,7 @@ "title": "CSRF(Cross-Site Request Forgery)攻撃について", "url": "https://zenn.dev/yktakaha4/articles/study_csrf_attack", "publishedAt": "2022-10-30T13:41:45.651Z", - "likes": 202, + "likes": 203, "publisher": "zenn", "tags": [ "CSRF", diff --git a/src/services/sns/data/gitHubPullRequests.json b/src/services/sns/data/gitHubPullRequests.json index 99167b0..c7ec0e7 100644 --- a/src/services/sns/data/gitHubPullRequests.json +++ b/src/services/sns/data/gitHubPullRequests.json @@ -98,7 +98,7 @@ "login": "axllent" }, "isFork": false, - "stargazerCount": 4892, + "stargazerCount": 4939, "languages": { "edges": [ { @@ -106,14 +106,14 @@ "name": "Go", "color": "#00ADD8" }, - "size": 369162 + "size": 371144 }, { "node": { "name": "Vue", "color": "#41b883" }, - "size": 146565 + "size": 148057 }, { "node": { @@ -493,7 +493,7 @@ "login": "domainaware" }, "isFork": false, - "stargazerCount": 963, + "stargazerCount": 966, "languages": { "edges": [ { @@ -1832,7 +1832,7 @@ "login": "databus23" }, "isFork": false, - "stargazerCount": 2586, + "stargazerCount": 2589, "languages": { "edges": [ { @@ -2747,7 +2747,7 @@ "login": "hashicorp" }, "isFork": false, - "stargazerCount": 9609, + "stargazerCount": 9619, "languages": { "edges": [ { @@ -2755,14 +2755,14 @@ "name": "Go", "color": "#00ADD8" }, - "size": 58586136 + "size": 58833367 }, { "node": { "name": "HCL", "color": "#844FBA" }, - "size": 219041 + "size": 219102 }, { "node": { @@ -2776,7 +2776,7 @@ "name": "Makefile", "color": "#427819" }, - "size": 39817 + "size": 40089 }, { "node": { @@ -2916,7 +2916,7 @@ "login": "aws" }, "isFork": false, - "stargazerCount": 1933, + "stargazerCount": 1937, "languages": { "edges": [ { @@ -2977,7 +2977,7 @@ "login": "helmfile" }, "isFork": false, - "stargazerCount": 3429, + "stargazerCount": 3449, "languages": { "edges": [ { @@ -2985,7 +2985,7 @@ "name": "Go", "color": "#00ADD8" }, - "size": 1155471 + "size": 1159077 }, { "node": { @@ -3331,7 +3331,7 @@ "login": "hashicorp" }, "isFork": false, - "stargazerCount": 9609, + "stargazerCount": 9619, "languages": { "edges": [ { @@ -3339,14 +3339,14 @@ "name": "Go", "color": "#00ADD8" }, - "size": 58586136 + "size": 58833367 }, { "node": { "name": "HCL", "color": "#844FBA" }, - "size": 219041 + "size": 219102 }, { "node": { @@ -3360,7 +3360,7 @@ "name": "Makefile", "color": "#427819" }, - "size": 39817 + "size": 40089 }, { "node": { @@ -3460,7 +3460,7 @@ "login": "ebitengine" }, "isFork": false, - "stargazerCount": 20, + "stargazerCount": 21, "languages": { "edges": [ { @@ -3468,7 +3468,7 @@ "name": "HTML", "color": "#e34c26" }, - "size": 922924 + "size": 923999 }, { "node": { @@ -3622,7 +3622,7 @@ "login": "cloudflare" }, "isFork": false, - "stargazerCount": 735, + "stargazerCount": 739, "languages": { "edges": [ { @@ -3744,7 +3744,7 @@ "login": "hashicorp" }, "isFork": false, - "stargazerCount": 9609, + "stargazerCount": 9619, "languages": { "edges": [ { @@ -3752,14 +3752,14 @@ "name": "Go", "color": "#00ADD8" }, - "size": 58586136 + "size": 58833367 }, { "node": { "name": "HCL", "color": "#844FBA" }, - "size": 219041 + "size": 219102 }, { "node": { @@ -3773,7 +3773,7 @@ "name": "Makefile", "color": "#427819" }, - "size": 39817 + "size": 40089 }, { "node": { @@ -3833,7 +3833,7 @@ "login": "FairwindsOps" }, "isFork": false, - "stargazerCount": 2039, + "stargazerCount": 2046, "languages": { "edges": [ { @@ -3894,7 +3894,7 @@ "login": "FairwindsOps" }, "isFork": false, - "stargazerCount": 2039, + "stargazerCount": 2046, "languages": { "edges": [ { @@ -3955,7 +3955,7 @@ "login": "FairwindsOps" }, "isFork": false, - "stargazerCount": 2039, + "stargazerCount": 2046, "languages": { "edges": [ { @@ -4016,7 +4016,7 @@ "login": "argoproj" }, "isFork": false, - "stargazerCount": 14564, + "stargazerCount": 14595, "languages": { "edges": [ { @@ -4024,7 +4024,7 @@ "name": "Go", "color": "#00ADD8" }, - "size": 4064334 + "size": 4067652 }, { "node": { @@ -4059,7 +4059,7 @@ "name": "Shell", "color": "#89e051" }, - "size": 15382 + "size": 15842 }, { "node": { @@ -5351,7 +5351,7 @@ "login": "python-social-auth" }, "isFork": false, - "stargazerCount": 839, + "stargazerCount": 841, "languages": { "edges": [ { @@ -5405,7 +5405,7 @@ "login": "python-social-auth" }, "isFork": false, - "stargazerCount": 839, + "stargazerCount": 841, "languages": { "edges": [ { @@ -6965,7 +6965,7 @@ "login": "elwerene" }, "isFork": false, - "stargazerCount": 242, + "stargazerCount": 243, "languages": { "edges": [ { @@ -8302,7 +8302,7 @@ "login": "Rigellute" }, "isFork": false, - "stargazerCount": 16984, + "stargazerCount": 17026, "languages": { "edges": [ { @@ -8511,7 +8511,7 @@ "login": "typeorm" }, "isFork": false, - "stargazerCount": 33695, + "stargazerCount": 33725, "languages": { "edges": [ { @@ -9102,7 +9102,7 @@ "login": "serverless" }, "isFork": false, - "stargazerCount": 46302, + "stargazerCount": 46311, "languages": { "edges": [ { @@ -9110,7 +9110,7 @@ "name": "JavaScript", "color": "#f1e05a" }, - "size": 3263157 + "size": 3266602 }, { "node": { @@ -9400,7 +9400,7 @@ "login": "getmoto" }, "isFork": false, - "stargazerCount": 7490, + "stargazerCount": 7498, "languages": { "edges": [ { @@ -9408,7 +9408,7 @@ "name": "Python", "color": "#3572A5" }, - "size": 20124394 + "size": 20153274 }, { "node": { diff --git a/src/services/sns/data/noteContents.json b/src/services/sns/data/noteContents.json index e2931d2..988045d 100644 --- a/src/services/sns/data/noteContents.json +++ b/src/services/sns/data/noteContents.json @@ -100,7 +100,7 @@ "duplication": true }, "discountCampaigns": [], - "freeBodyCharNum": 5558, + "remainedCharNum": 0, "priceInfo": { "isFree": true, "lowestPrice": null, @@ -217,7 +217,7 @@ "duplication": true }, "discountCampaigns": [], - "freeBodyCharNum": 4782, + "remainedCharNum": 0, "priceInfo": { "isFree": true, "lowestPrice": null, diff --git a/src/services/sns/data/zennArticles.json b/src/services/sns/data/zennArticles.json index e949420..3650286 100644 --- a/src/services/sns/data/zennArticles.json +++ b/src/services/sns/data/zennArticles.json @@ -342,7 +342,7 @@ "title": "CSRF(Cross-Site Request Forgery)攻撃について", "slug": "study_csrf_attack", "comments_count": 2, - "liked_count": 202, + "liked_count": 203, "body_letters_count": 24959, "article_type": "tech", "emoji": "🏄",