Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to SvelteKit release candidate #577

Merged
merged 120 commits into from
Sep 22, 2022
Merged

Migrate to SvelteKit release candidate #577

merged 120 commits into from
Sep 22, 2022

Conversation

EthanThatOneKid
Copy link
Owner

@EthanThatOneKid EthanThatOneKid commented Sep 21, 2022

Migration guide: sveltejs/kit#5774

What this PR accomplishes

What this PR consists of

This mega-PR consists of the following smaller PRs:

  1. SvelteKit release candidate migration: index #540 Reviewed by @karnikaavelumani
  2. SvelteKit release candidate migration: about page #541 Reviewed by @karnikaavelumani
  3. SvelteKit release candidate migration: error page #554 Reviewed by @diamondburned
  4. SvelteKit release candidate migration: teams page #572 Reviewed by @karnikaavelumani
  5. SvelteKit release candidate migration: nodebuds page #555 Reviewed by @erwinmedina
  6. SvelteKit release candidate migration: privacy page #556 Reviewed by @Angus-1
  7. SvelteKit release candidate migration: quiz page #558 Reviewed by @AlanCortez1337
  8. SvelteKit release candidate migration: 1st page #559 Reviewed by @diamondburned
  9. SvelteKit release candidate migration: links #561 Reviewed by @Angus-1
  10. SvelteKit release candidate migration: blog #568 Reviewed by @jaasonw
  11. SvelteKit release candidate migration: events #571 Reviewed by @jaasonw
  12. SvelteKit release candidate migration: documentation #573 Reviewed by @jaasonw
  13. SvelteKit release candidate migration: service-worker  #575 Reviewed by @Peekoe

Resolves #502.

- Added `/lib/legacy` directory
- Renamed `/lib/icons` to `/lib/svg`
- Renamed `/lib/components/sections/navbar.svelte` to `/lib/components/nav/bar.svelte`
- Renamed `/lib/stores` to `/routes/`
- Also ran format and lint
- Resolves #393
- Removed `npm run tabs`
- Ran `npm run all`
commit ae536ba
Author: EthanThatOneKid <[email protected]>
Date:   Sat Sep 10 16:36:45 2022 -0700

    Update package-lock.json

commit b245679
Merge: 8d1bc89 eab6434
Author: EthanThatOneKid <[email protected]>
Date:   Sat Sep 10 16:31:49 2022 -0700

    Merge branch 'mig/index' of https://github.com/EthanThatOneKid/acmcsuf.com into mig/index

commit 8d1bc89
Author: EthanThatOneKid <[email protected]>
Date:   Sat Sep 10 16:26:14 2022 -0700

    You may install up to 256 MB to render this static website 😎

commit eab6434
Author: EthanThatOneKid <[email protected]>
Date:   Sat Sep 10 16:26:14 2022 -0700

    You may install up to 256 MB to render this static website 😎

commit 6e061e2
Author: EthanThatOneKid <[email protected]>
Date:   Sat Sep 10 16:19:45 2022 -0700

    `npm i @size-limit/file`

commit 76b7cae
Author: EthanThatOneKid <[email protected]>
Date:   Sat Sep 10 16:11:37 2022 -0700

    `npm i -D size-limit`
- Resolved errors in `quiz.svelte` refactor
TODO: Update test events data
This reverts commit e218f8f, reversing
changes made to e6e1704.
- Ran `npm i `svelte-confetti`
- Added existing code from #537
Copy link
Collaborator

@karnikaavelumani karnikaavelumani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

GETTING_STARTED.md Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Update Sveltekit Version
3 participants