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 }}
sveltejs
/
kit
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
20.8k
Code
Issues
726
Pull requests
77
Discussions
Actions
Projects
Security and quality
18
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
breaking: delete
$service-worker
module
- #16450
#16450
Merged
Rich-Harris
merged 15 commits into
version-3
sveltejs/kit:version-3
from
delete-service-worker-module
sveltejs/kit:delete-service-worker-module
Copy head branch name to clipboard
Jul 24, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
breaking: delete
$service-worker
module
#16450
Rich-Harris
merged 15 commits into
version-3
sveltejs/kit:version-3
from
delete-service-worker-module
sveltejs/kit:delete-service-worker-module
Copy head branch name to clipboard
Commits
Commits on Jul 20, 2026
breaking: delete `$service-worker` module
Rich-Harris
committed
3118b79
View commit details
Copy full SHA for 3118b79
Browse repository at this point
Commits on Jul 24, 2026
merge version-3
Rich-Harris
committed
43cc2b7
View commit details
Copy full SHA for 43cc2b7
Browse repository at this point
regenerate
Rich-Harris
committed
ddfabd6
View commit details
Copy full SHA for ddfabd6
Browse repository at this point
fix
Rich-Harris
committed
d7a3fdc
View commit details
Copy full SHA for d7a3fdc
Browse repository at this point
use removed() helper for serviceWorker.files option. if we need to bring the functionality back to `$app/manifest`, we can
Rich-Harris
committed
301cf06
View commit details
Copy full SHA for 301cf06
Browse repository at this point
update docs
Rich-Harris
committed
71204d1
View commit details
Copy full SHA for 71204d1
Browse repository at this point
typo
Rich-Harris
committed
345ffda
View commit details
Copy full SHA for 345ffda
Browse repository at this point
Fix: The documented service worker's cache-first check `ASSETS.includes(url.pathname)` can never match because `$app/manifest` paths are base-relative (no leading slash) while `url.pathname` is abs…
Show description for 83f1515
vercel[bot]
and
Rich-Harris
authored
83f1515
View commit details
Copy full SHA for 83f1515
Browse repository at this point
Fix: Documentation example uses invalid TypeScript config keys `"includes"`/`"excludes"` instead of the correct `"include"`/`"exclude"`, so copying it fails to exclude the service worker from root …
Show description for df64616
vercel[bot]
and
Rich-Harris
authored
df64616
View commit details
Copy full SHA for df64616
Browse repository at this point
fix
Rich-Harris
committed
5425535
View commit details
Copy full SHA for 5425535
Browse repository at this point
Merge branch 'delete-service-worker-module' of https://github.com/sveltejs/kit into delete-service-worker-module
Rich-Harris
committed
6d3f092
View commit details
Copy full SHA for 6d3f092
Browse repository at this point
apply import guard to service worker
Rich-Harris
committed
5fee7fd
View commit details
Copy full SHA for 5fee7fd
Browse repository at this point
prevent invalid imports into service worker
Rich-Harris
committed
5cd21ae
View commit details
Copy full SHA for 5cd21ae
Browse repository at this point
lockfile
Rich-Harris
committed
094aac0
View commit details
Copy full SHA for 094aac0
Browse repository at this point
Fix: Service worker entrypoint is added to the guard's `entrypoints` set without `posixify()`, so on Windows it never matches the posix-normalized importer keys and transitive server-only imports i…
Show description for f4b122b
vercel[bot]
and
Rich-Harris
authored
f4b122b
View commit details
Copy full SHA for f4b122b
Browse repository at this point
You can’t perform that action at this time.