From a8e61e22718960b4c28f5aa9f4ce8197b776b638 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Tue, 16 Jun 2026 15:12:07 +0900 Subject: [PATCH 1/4] fix: add more Wikipedia reference links for Pride Month, International Transgender Day of Visibility, and Artemis II --- app/noodles.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app/noodles.ts b/app/noodles.ts index 42f32a7fa4..17e995ad03 100644 --- a/app/noodles.ts +++ b/app/noodles.ts @@ -40,6 +40,12 @@ const entries: Noodle[] = [ authors: [ALEX], posterImage: '/extra/pride-1.svg', variants: ['/extra/pride-2.svg', '/extra/pride-3.png'], + references: [ + { + label: 'Pride Month', + url: 'https://en.wikipedia.org/wiki/Pride_Month', + }, + ], }, { key: 'press', @@ -84,6 +90,12 @@ const entries: Noodle[] = [ prUrl: 'https://github.com/npmx-dev/npmx.dev/pull/2349', authors: [ALFON], posterImage: '/extra/npmx-cute-transgender.svg', + references: [ + { + label: 'International Transgender Day of Visibility', + url: 'https://en.wikipedia.org/wiki/International_Transgender_Day_of_Visibility', + }, + ], }, { key: 'artemis', @@ -98,6 +110,12 @@ const entries: Noodle[] = [ prUrl: 'https://github.com/npmx-dev/npmx.dev/pull/2421', authors: [ALEX, ALFON], posterImage: '/extra/npmx-dark-artemis.svg', + references: [ + { + label: 'Artemis II', + url: 'https://en.wikipedia.org/wiki/Artemis_II', + }, + ], }, { key: 'nodejs', From 849512dd4f9f83f3b908ced763726871bbc3ad35 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Tue, 16 Jun 2026 15:17:59 +0900 Subject: [PATCH 2/4] fix: add more Wikipedia reference links for Pride Month, International Transgender Day of Visibility, and Artemis II --- app/noodles.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/noodles.ts b/app/noodles.ts index 17e995ad03..4515049621 100644 --- a/app/noodles.ts +++ b/app/noodles.ts @@ -42,7 +42,7 @@ const entries: Noodle[] = [ variants: ['/extra/pride-2.svg', '/extra/pride-3.png'], references: [ { - label: 'Pride Month', + label: 'Pride Month - Wikipedia', url: 'https://en.wikipedia.org/wiki/Pride_Month', }, ], @@ -62,7 +62,7 @@ const entries: Noodle[] = [ posterImage: '/extra/npmx-dark-press.png', references: [ { - label: 'World Press Freedom Day', + label: 'World Press Freedom Day - Wikipedia', url: 'https://en.wikipedia.org/wiki/World_Press_Freedom_Day', }, ], @@ -92,7 +92,7 @@ const entries: Noodle[] = [ posterImage: '/extra/npmx-cute-transgender.svg', references: [ { - label: 'International Transgender Day of Visibility', + label: 'International Transgender Day of Visibility - Wikipedia', url: 'https://en.wikipedia.org/wiki/International_Transgender_Day_of_Visibility', }, ], @@ -112,7 +112,7 @@ const entries: Noodle[] = [ posterImage: '/extra/npmx-dark-artemis.svg', references: [ { - label: 'Artemis II', + label: 'Artemis II - Wikipedia', url: 'https://en.wikipedia.org/wiki/Artemis_II', }, ], From d778040d72543a147ab5bc81922f7576408e9427 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Mon, 29 Jun 2026 22:27:20 +0900 Subject: [PATCH 3/4] chore: add one more ` - Wikipedia` --- app/noodles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/noodles.ts b/app/noodles.ts index 4515049621..c009b01ce8 100644 --- a/app/noodles.ts +++ b/app/noodles.ts @@ -23,7 +23,7 @@ const entries: Noodle[] = [ posterImage: '/extra/tetris.svg', references: [ { - label: 'Tetris (1984)', + label: 'Tetris (1984) - Wikipedia', url: 'https://en.wikipedia.org/wiki/Tetris', }, ], From c22896f25e11221cc3f326839d2ddae3afdb1e05 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Mon, 29 Jun 2026 23:47:47 +0900 Subject: [PATCH 4/4] Update app/noodles.ts Co-authored-by: Alex Savelyev <91429106+alexdln@users.noreply.github.com> --- app/noodles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/noodles.ts b/app/noodles.ts index c009b01ce8..5a376d9bb9 100644 --- a/app/noodles.ts +++ b/app/noodles.ts @@ -37,7 +37,7 @@ const entries: Noodle[] = [ timezone: 'auto', occasion: 'We stand together. Always, everywhere, for all of us. Happy Pride Month! 🏳️‍🌈', prUrl: 'https://github.com/npmx-dev/npmx.dev/pull/2826', - authors: [ALEX], + authors: [ALEX, ALFON], posterImage: '/extra/pride-1.svg', variants: ['/extra/pride-2.svg', '/extra/pride-3.png'], references: [