Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dpuscher
/
code-scrobble
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: modernize full stack — Next.js 14, React 18, TypeScript, remove Express
- #10
#10
Merged
dpuscher
merged 27 commits into
staging
dpuscher/code-scrobble:staging
from
modernize-dependencies
dpuscher/code-scrobble:modernize-dependencies
Copy head branch name to clipboard
Feb 23, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
feat: modernize full stack — Next.js 14, React 18, TypeScript, remove Express
#10
dpuscher
merged 27 commits into
staging
dpuscher/code-scrobble:staging
from
modernize-dependencies
dpuscher/code-scrobble:modernize-dependencies
Copy head branch name to clipboard
Commits
Commits on Feb 22, 2026
feat: update dev tooling (ESLint 9, Jest 29, Stylelint 16, TypeScript)
Show description for a822ba6
dpuscher
committed
a822ba6
View commit details
Copy full SHA for a822ba6
Browse repository at this point
feat: remove abandonware and update safe packages
Show description for d12bccb
dpuscher
committed
d12bccb
View commit details
Copy full SHA for d12bccb
Browse repository at this point
feat: update Redis v2→v5 and connect-redis v4→v9
Show description for 7d01985
dpuscher
committed
7d01985
View commit details
Copy full SHA for 7d01985
Browse repository at this point
feat: update Mongoose v5→v8
Show description for 1eb1c35
dpuscher
committed
1eb1c35
View commit details
Copy full SHA for 1eb1c35
Browse repository at this point
feat: update Express v4→v5, remove body-parser, update Helmet v3→v8
Show description for 283e983
dpuscher
committed
283e983
View commit details
Copy full SHA for 283e983
Browse repository at this point
feat: update React ecosystem 16→18
Show description for 4ba82ad
dpuscher
committed
4ba82ad
View commit details
Copy full SHA for 4ba82ad
Browse repository at this point
feat: update Next.js 9→14
Show description for 60ff13a
dpuscher
committed
60ff13a
View commit details
Copy full SHA for 60ff13a
Browse repository at this point
feat: migrate codebase to TypeScript
Show description for 8e11de3
dpuscher
committed
8e11de3
View commit details
Copy full SHA for 8e11de3
Browse repository at this point
feat: migrate Express routes to Next.js API routes
Show description for 4537bb4
dpuscher
committed
4537bb4
View commit details
Copy full SHA for 4537bb4
Browse repository at this point
feat: remove Express server, use Next.js exclusively
Show description for bb213f2
dpuscher
committed
bb213f2
View commit details
Copy full SHA for bb213f2
Browse repository at this point
fix: resolve React 18 warnings from docker logs
Show description for 5b6bcb4
dpuscher
committed
5b6bcb4
View commit details
Copy full SHA for 5b6bcb4
Browse repository at this point
fix: prevent OverwriteModelError in Next.js dev mode
Show description for fe93b52
dpuscher
committed
fe93b52
View commit details
Copy full SHA for fe93b52
Browse repository at this point
fix: handle unauthenticated session state correctly
Show description for dc5f2c2
dpuscher
committed
dc5f2c2
View commit details
Copy full SHA for dc5f2c2
Browse repository at this point
fix: convert detected/scrobbled to dynamic routes
Show description for bbd65f9
dpuscher
committed
bbd65f9
View commit details
Copy full SHA for bbd65f9
Browse repository at this point
fix: pass full app props to useWrappedStore in _app.tsx
Show description for fc02621
dpuscher
committed
fc02621
View commit details
Copy full SHA for fc02621
Browse repository at this point
refactor: replace propTypes/defaultProps with TypeScript interfaces
Show description for 5cf480d
dpuscher
committed
5cf480d
View commit details
Copy full SHA for 5cf480d
Browse repository at this point
refactor: migrate profile page from getInitialProps to getServerSideProps
Show description for 2514503
dpuscher
committed
2514503
View commit details
Copy full SHA for 2514503
Browse repository at this point
fix: update ProfileHistoryItem link href to use dynamic route path
Show description for 2dbee93
dpuscher
committed
2dbee93
View commit details
Copy full SHA for 2dbee93
Browse repository at this point
fix: guard against null state.data in autoScrobbleReducer
Show description for de51d92
dpuscher
committed
de51d92
View commit details
Copy full SHA for de51d92
Browse repository at this point
fix: check response.ok before parsing json in history and autoscrobble actions
Show description for b4b3ddf
dpuscher
committed
b4b3ddf
View commit details
Copy full SHA for b4b3ddf
Browse repository at this point
fix: serialize error message correctly in history api error response
Show description for 3a93a0f
dpuscher
committed
3a93a0f
View commit details
Copy full SHA for 3a93a0f
Browse repository at this point
fix: rename ProfileHistorys class to ProfileHistory
Show description for 47129d2
dpuscher
committed
47129d2
View commit details
Copy full SHA for 47129d2
Browse repository at this point
fix: update QueryRelease link href to use dynamic route path
Show description for ad3244f
dpuscher
committed
ad3244f
View commit details
Copy full SHA for ad3244f
Browse repository at this point
fix: surface Discogs errors and guard release fetch response
Show description for e2564bb
dpuscher
committed
e2564bb
View commit details
Copy full SHA for e2564bb
Browse repository at this point
fix: handle duplicate key race condition in Release.firstOrCreate
Show description for 6db9410
dpuscher
committed
6db9410
View commit details
Copy full SHA for 6db9410
Browse repository at this point
fix: guard against undefined release.data in shouldFetchRelease
Show description for d77b593
dpuscher
committed
d77b593
View commit details
Copy full SHA for d77b593
Browse repository at this point
Commits on Feb 23, 2026
refactor: convert app/modules to TypeScript
Show description for 8ea0c64
dpuscher
committed
8ea0c64
View commit details
Copy full SHA for 8ea0c64
Browse repository at this point
You can’t perform that action at this time.