feat: upgrade to SvelteKit 2.0 with optimizations#1
Draft
remcovburen wants to merge 1 commit into
Draft
Conversation
- Upgrade to SvelteKit 2.0 with file-based routing (+layout.svelte, +page.svelte) - Add @sveltejs/adapter-static for static site generation - Update TypeScript to v5 with strict mode and ES2022 - Update ESLint config for Svelte 4 and TypeScript 5 - Add SEO meta tags in layout - Add .env.example for environment variables - Update .gitignore with common entries - Add GitHub Actions workflows for CI and deployment - Update README.md with project documentation - Add CHANGELOG.md for tracking changes - Remove unused peer dependencies from package.json BREAKING CHANGE: Migrated from SvelteKit 1.0 to 2.0 file-based routing Co-authored-by: remcovburen <remcovburen@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements a comprehensive upgrade and optimization of the Comm repository:
Major Changes
+layout.svelte,+page.svelte)Optimizations
.env.examplefor environment variablesCI/CD
ci.yml: Linting and type checking on push/PRdeploy.yml: Automatic deployment to GitHub PagesCleanup
peerDependenciesfrom package.json.gitignorewith common entriesVerification
To test locally:
Breaking Changes
+layout.svelteinstead of__layout.svelte)Checklist