From ecafa83e14045ebda8a00b251ab62cfc2d7f3012 Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Tue, 28 Apr 2026 09:52:38 -0700 Subject: 2026.04.28 - updates deps - updates about, forgot i had a typo - updates blog panel - fixes type issues across a few files - updates uchu link --- .gitignore | 4 ++-- package.json | 28 ++++++++++++++-------------- src/app.html | 6 +----- src/lib/component/About.svelte | 6 ++++-- src/lib/component/Blog.svelte | 2 ++ src/routes/api/blog.json/+server.ts | 2 +- src/routes/api/mastodon.json/+server.ts | 4 ++-- src/routes/api/remarks.json/+server.ts | 2 +- static/images/netopwibby/14.jpg | Bin 0 -> 1023503 bytes static/images/netopwibby/15.jpg | Bin 0 -> 2993218 bytes 10 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 static/images/netopwibby/14.jpg create mode 100644 static/images/netopwibby/15.jpg diff --git a/.gitignore b/.gitignore index 63f6f85..1d86db2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,13 @@ -node_modules - # Output .output .vercel /.svelte-kit /build +node_modules # OS .DS_Store +*.lock *.lockb *.lockdb Thumbs.db diff --git a/package.json b/package.json index ec2ddad..9db6a55 100644 --- a/package.json +++ b/package.json @@ -4,30 +4,30 @@ "url": "https://webb.page" }, "dependencies": { - "marked": "^17.0.1", + "marked": "^18.0.2", "plyr": "^3.8.4", "timeago.js": "^4.0.2" }, "devDependencies": { - "@sveltejs/adapter-auto": "^7.0.0", - "@sveltejs/kit": "^2.49.5", - "@sveltejs/vite-plugin-svelte": "^6.2.4", + "@sveltejs/adapter-auto": "^7.0.1", + "@sveltejs/kit": "^2.58.0", + "@sveltejs/vite-plugin-svelte": "^7.0.0", "chronver": "*", "del-cli": "^7.0.0", "husky": "^9.1.7", "npm-run-all": "^4.1.5", - "prettier": "^3.8.0", - "sass": "^1.97.2", + "prettier": "^3.8.3", + "sass": "^1.99.0", "sass-lint": "^1.13.1", - "stylelint": "^17.0.0", - "stylelint-order": "^7.0.1", - "svelte": "^5.46.4", + "stylelint": "^17.9.1", + "stylelint-order": "^8.1.1", + "svelte": "^5.55.5", "svelte-adapter-bun": "^1.0.1", - "svelte-check": "^4.3.5", + "svelte-check": "^4.4.6", "svelte-preprocess": "^6.0.3", - "typescript": "^5.9.3", - "updates": "^17.0.7", - "vite": "^7.3.1" + "typescript": "^6.0.3", + "updates": "^17.16.4", + "vite": "^8.0.10" }, "name": "homepage", "private": true, @@ -52,5 +52,5 @@ "watch:sass": "sass --watch sass/uchu:static --style compressed" }, "type": "module", - "version": "2026.04.05" + "version": "2026.04.28" } diff --git a/src/app.html b/src/app.html index cdd05c3..5723e6c 100644 --- a/src/app.html +++ b/src/app.html @@ -12,10 +12,6 @@ - - - - @@ -28,7 +24,7 @@ - + diff --git a/src/lib/component/About.svelte b/src/lib/component/About.svelte index c2a076d..7f5be04 100644 --- a/src/lib/component/About.svelte +++ b/src/lib/component/About.svelte @@ -16,7 +16,9 @@ "/images/netopwibby/10.jpg", "/images/netopwibby/11.jpg", "/images/netopwibby/12.jpg", - "/images/netopwibby/13.jpg" + "/images/netopwibby/13.jpg", + "/images/netopwibby/14.jpg", + "/images/netopwibby/15.jpg" ]; let selfie = ""; @@ -75,7 +77,7 @@

TL;DR bio: Architech × Excessively Black × East Coast kid on the West Coast × JU$T × Building a better Internet

-

I go by NetOperator Wibby, NetOpWibby, or netop://ウエブ pretty much everywhere online. "NetOperator" is the term given to chronically online people internet enthusiasts in the Megaman Battle Network series, one of my favorite game series of all time and constant source of inspiration.

+

I go by NetOperator Wibby, NetOpWibby, or netop://ウィビ pretty much everywhere online. "NetOperator" is the term given to chronically online people internet enthusiasts in the Megaman Battle Network series, one of my favorite game series of all time and constant source of inspiration.

TL;DR career bio: From college dropout to self-taught designer turned developer during the 2008 recession → Stopped working on music to focus on family and career → lots of startup work → Now I work at a major "fruit" company. Not bad, eh? Bless the Internet.

diff --git a/src/lib/component/Blog.svelte b/src/lib/component/Blog.svelte index 8469701..dfdaacd 100644 --- a/src/lib/component/Blog.svelte +++ b/src/lib/component/Blog.svelte @@ -1,6 +1,8 @@