From f110c3784c339d58bc3ad2e23f0193ddab6f703d Mon Sep 17 00:00:00 2001 From: Kimberley Cook Date: Tue, 6 Jan 2026 10:48:34 +0100 Subject: [PATCH 1/2] 2026 stats update --- www/data/attended_per_year.json | 4 ++-- www/data/counted_stats.json | 6 +++--- www/data/last_updated_at.json | 2 +- www/data/new_signups.json | 15 ++++++++++----- www/data/returning_members.json | 6 +++--- www/data/student_to_coach_conversion.json | 4 ++-- www/src/pages/index.tsx | 2 +- 7 files changed, 22 insertions(+), 17 deletions(-) diff --git a/www/data/attended_per_year.json b/www/data/attended_per_year.json index 2df8af7..dca6992 100644 --- a/www/data/attended_per_year.json +++ b/www/data/attended_per_year.json @@ -60,8 +60,8 @@ "year": 2024 }, { - "students": 1442, - "coaches": 1083, + "students": 2090, + "coaches": 1283, "year": 2025 } ] \ No newline at end of file diff --git a/www/data/counted_stats.json b/www/data/counted_stats.json index 4e4eac1..37c6163 100644 --- a/www/data/counted_stats.json +++ b/www/data/counted_stats.json @@ -1,8 +1,8 @@ { - "coach_count": 7365, - "student_count": 20156, + "coach_count": 7386, + "student_count": 20163, "chapter_count": 32, - "workshop_count": 2437, + "workshop_count": 2439, "monthlies_count": 51, "events_count": 239, "busiest_month": 11, diff --git a/www/data/last_updated_at.json b/www/data/last_updated_at.json index 0fca6ba..99d5da0 100644 --- a/www/data/last_updated_at.json +++ b/www/data/last_updated_at.json @@ -1,3 +1,3 @@ { - "last_updated_at": "2025-12-30T09:30:05.176Z" + "last_updated_at": "2026-01-06T09:47:28.593Z" } \ No newline at end of file diff --git a/www/data/new_signups.json b/www/data/new_signups.json index 1c4d7d7..2f2d1ab 100644 --- a/www/data/new_signups.json +++ b/www/data/new_signups.json @@ -35,28 +35,33 @@ "year": 2020 }, { - "coachcount": 260, + "coachcount": 259, "studentcount": 821, "year": 2021 }, { "coachcount": 416, - "studentcount": 1185, + "studentcount": 1184, "year": 2022 }, { - "coachcount": 571, + "coachcount": 570, "studentcount": 1496, "year": 2023 }, { "coachcount": 487, - "studentcount": 1258, + "studentcount": 1256, "year": 2024 }, { "coachcount": 403, - "studentcount": 1067, + "studentcount": 1068, "year": 2025 + }, + { + "coachcount": 6, + "studentcount": 13, + "year": 2026 } ] \ No newline at end of file diff --git a/www/data/returning_members.json b/www/data/returning_members.json index c5a51c4..e7c175b 100644 --- a/www/data/returning_members.json +++ b/www/data/returning_members.json @@ -1,5 +1,5 @@ { - "returning_members_count": 6393, - "attending_members_count": 11770, - "percentage_returning": 54.3160577740017 + "returning_members_count": 6395, + "attending_members_count": 11776, + "percentage_returning": 54.305366847826086 } \ No newline at end of file diff --git a/www/data/student_to_coach_conversion.json b/www/data/student_to_coach_conversion.json index f823f06..b716b70 100644 --- a/www/data/student_to_coach_conversion.json +++ b/www/data/student_to_coach_conversion.json @@ -1,5 +1,5 @@ { - "student_only_members_count": 7897, + "student_only_members_count": 7901, "coach_and_student_members_count": 470, - "student_to_coach_conversion": 5.9516272002026085 + "student_to_coach_conversion": 5.9486140994810786 } \ No newline at end of file diff --git a/www/src/pages/index.tsx b/www/src/pages/index.tsx index cb191b8..02ab2f3 100644 --- a/www/src/pages/index.tsx +++ b/www/src/pages/index.tsx @@ -215,7 +215,7 @@ function IndexPage(): JSX.Element { -

Workshop attendances per year

+

Workshop and Event attendance per year

Date: Tue, 20 Jan 2026 19:50:08 +0000 Subject: [PATCH 2/2] Bump diff from 4.0.2 to 4.0.4 Bumps [diff](https://github.com/kpdecker/jsdiff) from 4.0.2 to 4.0.4. - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: diff dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index 06c1db2..db0821e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5234,14 +5234,14 @@ diff-sequences@^25.2.6: integrity sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg== diff@^4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" - integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== + version "4.0.4" + resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.4.tgz#7a6dbfda325f25f07517e9b518f897c08332e07d" + integrity sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ== diff@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/diff/-/diff-5.1.0.tgz#bc52d298c5ea8df9194800224445ed43ffc87e40" - integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw== + version "5.2.2" + resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.2.tgz#0a4742797281d09cfa699b79ea32d27723623bad" + integrity sha512-vtcDfH3TOjP8UekytvnHH1o1P4FcUdt4eQ1Y+Abap1tk/OB2MWQvcwS2ClCd1zuIhc3JKOx6p3kod8Vfys3E+A== dir-glob@2.0.0: version "2.0.0"