From 1e4b5a55942be2e7ce0f219ee9875132facb9664 Mon Sep 17 00:00:00 2001 From: Jasper He Date: Mon, 8 Jun 2026 03:35:02 -0700 Subject: [PATCH 1/3] update footer copyright year to current year dynamically --- components/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Footer.js b/components/Footer.js index 69f2351..0fa3c83 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -592,7 +592,7 @@ export default function Footer() { Become a Sponsor -
Copyright © 2024 nwPlus
+
Copyright © {new Date().getFullYear()} nwPlus
); } From 17505845ac6567228561fa6a8feee42336d5fc92 Mon Sep 17 00:00:00 2001 From: Jasper He Date: Mon, 8 Jun 2026 04:08:42 -0700 Subject: [PATCH 2/3] add support for additional @next/swc binaries in package-lock.json --- package-lock.json | 66 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/package-lock.json b/package-lock.json index bcf0344..72545e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1485,6 +1485,54 @@ } } }, + "node_modules/@next/swc-darwin-arm64": { + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-11.1.4.tgz", + "integrity": "sha512-jt8dMtIRWnJjRYLid6NWCxXzXdpr9VFT/vhDp8ioh+TtOR0UKPHMxei6R4GA3RqoyPEfFcSNmkG7OtyqCSxNIw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-darwin-x64": { + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-11.1.4.tgz", + "integrity": "sha512-5i9tOQNO8kawwggHvQUVR3a5KzIGaE2dw1g1kL//z/N840djvGseHrJSFEGdP1c35gM+dSGPpAKHmeBKrwHM8g==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-x64-gnu": { + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-11.1.4.tgz", + "integrity": "sha512-QfVuXugxBkCUHN9yD/VZ1xqszcMlBDj6vrbRiQvmWuyNo39ON6HqGn3jDwVrTHc9oKo2a0XInm+0zEnQeDmjSw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, "node_modules/@next/swc-win32-x64-msvc": { "version": "11.1.4", "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-11.1.4.tgz", @@ -14016,6 +14064,24 @@ "integrity": "sha512-jTme207yEV4On9Gk0QJYK2N3kfKVBx17lLOL3qSjqNbqk1TnE51xvzogOCQXNABbzQlBY+J/NN+eylPS4QOKwA==", "requires": {} }, + "@next/swc-darwin-arm64": { + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-11.1.4.tgz", + "integrity": "sha512-jt8dMtIRWnJjRYLid6NWCxXzXdpr9VFT/vhDp8ioh+TtOR0UKPHMxei6R4GA3RqoyPEfFcSNmkG7OtyqCSxNIw==", + "optional": true + }, + "@next/swc-darwin-x64": { + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-11.1.4.tgz", + "integrity": "sha512-5i9tOQNO8kawwggHvQUVR3a5KzIGaE2dw1g1kL//z/N840djvGseHrJSFEGdP1c35gM+dSGPpAKHmeBKrwHM8g==", + "optional": true + }, + "@next/swc-linux-x64-gnu": { + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-11.1.4.tgz", + "integrity": "sha512-QfVuXugxBkCUHN9yD/VZ1xqszcMlBDj6vrbRiQvmWuyNo39ON6HqGn3jDwVrTHc9oKo2a0XInm+0zEnQeDmjSw==", + "optional": true + }, "@next/swc-win32-x64-msvc": { "version": "11.1.4", "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-11.1.4.tgz", From 4a0fa24f73baf7c6a899bb06f81dad73ad124231 Mon Sep 17 00:00:00 2001 From: Jasper He <93490229+jasperjjhe@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:52:07 -0700 Subject: [PATCH 3/3] update CONTRIBUTING.md to clarify pull request review process --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 791f1a3..bca9764 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ When you create a pull request there will be a template that you can follow - th - as an author, be receptive to comments and feedback ### Reviewing pull requests 👀 -Pull requests require an approving review from a contributor with write access before they can pushed up to the main branch. If you're unsure of who you should ask for a review you can check the [CODEOWNERS]()file. +Pull requests require an approving review from a contributor with write access before they can pushed up to the main branch. For more information, please reach out to the dev team. Reviewing is also a great way to learn about the codebase, learn what others are working on, and improve your own coding practices!