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

BREAK: Migrate to Svelte 5 #283

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 33 additions & 42 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,44 +1,35 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "mazipan",
"name": "Irfan Maulana",
"avatar_url": "https://avatars0.githubusercontent.com/u/7221389?v=4",
"profile": "https://www.mazipan.xyz/",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "azulkipli",
"name": "azul",
"avatar_url": "https://avatars2.githubusercontent.com/u/8231792?v=4",
"profile": "http://altera.id",
"contributions": [
"bug"
]
},
{
"login": "Abizrh",
"name": "Abizarah | 比周",
"avatar_url": "https://avatars.githubusercontent.com/u/106458960?v=4",
"profile": "https://github.com/Abizrh",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "baca-quran.id",
"projectOwner": "mazipan",
"repoType": "github",
"repoHost": "https://github.com",
"commitType": "docs",
"commitConvention": "angular"
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "mazipan",
"name": "Irfan Maulana",
"avatar_url": "https://avatars0.githubusercontent.com/u/7221389?v=4",
"profile": "https://www.mazipan.xyz/",
"contributions": ["code", "maintenance"]
},
{
"login": "azulkipli",
"name": "azul",
"avatar_url": "https://avatars2.githubusercontent.com/u/8231792?v=4",
"profile": "http://altera.id",
"contributions": ["bug"]
},
{
"login": "Abizrh",
"name": "Abizarah | 比周",
"avatar_url": "https://avatars.githubusercontent.com/u/106458960?v=4",
"profile": "https://github.com/Abizrh",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
"projectName": "baca-quran.id",
"projectOwner": "mazipan",
"repoType": "github",
"repoHost": "https://github.com",
"commitType": "docs",
"commitConvention": "angular"
}
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
id-token: write
pull-requests: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Checkout
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,7 @@ Copyright © 2018 by Irfan Maulana
Thanks goes to these wonderful people

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->

[![Contributors](https://contrib.rocks/image?repo=mazipan/baca-quran.id)](https://github.com/mazipan/baca-quran.id/graphs/contributors)
<!-- ALL-CONTRIBUTORS-LIST:END -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@sveltejs/adapter-auto": "^3.3.0",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
Expand All @@ -33,21 +33,21 @@
"prettier-plugin-svelte": "^3.2.7",
"schema-dts": "^1.1.2",
"sitemaps": "^2.0.6",
"svelte-check": "^3.8.6",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"type": "module",
"packageManager": "[email protected]",
"engines": {
"node": "20.x",
"pnpm": "^9.12.2"
},
"packageManager": "[email protected]",
"engines": {
"node": "20.x",
"pnpm": "^9.12.2"
},
"dependencies": {
"tw-colors": "^3.3.2",
"firebase": "^11.0.1",
"svelte": "^4.2.19"
"svelte": "^5.0.0"
}
}
Loading