Skip to content

Commit 29fbdec

Browse files
authored
Merge branch 'appwrite:main' into fix-1997-bring-back-the-current-version-in-the-footer
2 parents 2b91c60 + 4538dbb commit 29fbdec

File tree

109 files changed

+1340
-755
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+1340
-755
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PUBLIC_CONSOLE_MODE=self-hosted
2-
PUBLIC_CONSOLE_FEATURE_FLAGS=sites,attribute-encrypt,index-lengths
2+
PUBLIC_CONSOLE_FEATURE_FLAGS=sites,index-lengths
33
PUBLIC_APPWRITE_MULTI_REGION=false
44
PUBLIC_APPWRITE_ENDPOINT=http://localhost/v1
55
PUBLIC_STRIPE_KEY=

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
labels: ${{ steps.meta.outputs.labels }}
4040
build-args: |
4141
"PUBLIC_CONSOLE_MODE=cloud"
42-
"PUBLIC_CONSOLE_FEATURE_FLAGS="
42+
"PUBLIC_CONSOLE_FEATURE_FLAGS=sites"
4343
"PUBLIC_APPWRITE_MULTI_REGION=true"
4444
"PUBLIC_GROWTH_ENDPOINT=${{ secrets.PUBLIC_GROWTH_ENDPOINT }}"
4545
"PUBLIC_STRIPE_KEY=${{ secrets.PUBLIC_STRIPE_KEY }}"
@@ -79,7 +79,7 @@ jobs:
7979
labels: ${{ steps.meta.outputs.labels }}
8080
build-args: |
8181
"PUBLIC_CONSOLE_MODE=cloud"
82-
"PUBLIC_CONSOLE_FEATURE_FLAGS=sites,attribute-encrypt,index-lengths"
82+
"PUBLIC_CONSOLE_FEATURE_FLAGS=sites,index-lengths"
8383
"PUBLIC_APPWRITE_MULTI_REGION=true"
8484
"PUBLIC_GROWTH_ENDPOINT=${{ secrets.PUBLIC_GROWTH_ENDPOINT }}"
8585
"PUBLIC_STRIPE_KEY=${{ secrets.PUBLIC_STRIPE_KEY_STAGE }}"
@@ -118,7 +118,7 @@ jobs:
118118
build-args: |
119119
"PUBLIC_CONSOLE_MODE=self-hosted"
120120
"PUBLIC_APPWRITE_MULTI_REGION=false"
121-
"PUBLIC_CONSOLE_FEATURE_FLAGS=sites,attribute-encrypt,index-lengths"
121+
"PUBLIC_CONSOLE_FEATURE_FLAGS=sites,index-lengths"
122122
"PUBLIC_GROWTH_ENDPOINT=${{ secrets.PUBLIC_GROWTH_ENDPOINT }}"
123123
124124
publish-cloud-no-regions:
@@ -156,6 +156,6 @@ jobs:
156156
build-args: |
157157
"PUBLIC_CONSOLE_MODE=cloud"
158158
"PUBLIC_APPWRITE_MULTI_REGION=false"
159-
"PUBLIC_CONSOLE_FEATURE_FLAGS=sites,attribute-encrypt,index-lengths"
159+
"PUBLIC_CONSOLE_FEATURE_FLAGS=sites,index-lengths"
160160
"PUBLIC_STRIPE_KEY=${{ secrets.PUBLIC_STRIPE_KEY_STAGE }}"
161161
"PUBLIC_GROWTH_ENDPOINT=${{ secrets.PUBLIC_GROWTH_ENDPOINT }}"

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
},
2323
"dependencies": {
2424
"@ai-sdk/svelte": "^1.1.24",
25-
"@appwrite.io/console": "https://pkg.pr.new/appwrite-labs/cloud/@appwrite.io/console@8836b0c",
25+
"@appwrite.io/console": "https://pkg.pr.new/appwrite-labs/cloud/@appwrite.io/console@2289",
2626
"@appwrite.io/pink-icons": "0.25.0",
2727
"@appwrite.io/pink-icons-svelte": "^2.0.0-RC.1",
2828
"@appwrite.io/pink-legacy": "^1.0.3",
29-
"@appwrite.io/pink-svelte": "https://pkg.pr.new/appwrite/pink/@appwrite.io/pink-svelte@d521606",
29+
"@appwrite.io/pink-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-svelte@95bdb79",
3030
"@popperjs/core": "^2.11.8",
3131
"@sentry/sveltekit": "^8.38.0",
3232
"@stripe/stripe-js": "^3.5.0",
@@ -47,8 +47,8 @@
4747
"tippy.js": "^6.3.7"
4848
},
4949
"devDependencies": {
50-
"@eslint/compat": "^1.2.7",
51-
"@eslint/js": "^9.24.0",
50+
"@eslint/compat": "^1.3.1",
51+
"@eslint/js": "^9.31.0",
5252
"@melt-ui/pp": "^0.3.2",
5353
"@melt-ui/svelte": "^0.86.5",
5454
"@playwright/test": "^1.51.1",
@@ -57,20 +57,20 @@
5757
"@sveltejs/vite-plugin-svelte": "^5.0.3",
5858
"@testing-library/dom": "^10.4.0",
5959
"@testing-library/jest-dom": "^6.6.3",
60-
"@testing-library/svelte": "^5.2.4",
60+
"@testing-library/svelte": "^5.2.8",
6161
"@testing-library/user-event": "^14.6.1",
6262
"@types/deep-equal": "^1.0.4",
6363
"@types/prismjs": "^1.26.5",
6464
"@types/remarkable": "^2.0.8",
6565
"@typescript-eslint/eslint-plugin": "^8.28.0",
6666
"@typescript-eslint/parser": "^8.28.0",
67-
"@vitest/ui": "^3.0.9",
67+
"@vitest/ui": "^3.2.4",
6868
"color": "^5.0.0",
69-
"eslint": "^9.23.0",
69+
"eslint": "^9.31.0",
7070
"eslint-config-prettier": "^10.1.0",
7171
"eslint-plugin-svelte": "^3.3.3",
7272
"globals": "^16.0.0",
73-
"jsdom": "^26.0.0",
73+
"jsdom": "^26.1.0",
7474
"kleur": "^4.1.5",
7575
"prettier": "^3.5.3",
7676
"prettier-plugin-svelte": "^3.3.3",
@@ -94,5 +94,5 @@
9494
"svelte-preprocess"
9595
]
9696
},
97-
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
97+
"packageManager": "pnpm@10.13.1"
9898
}

0 commit comments

Comments
 (0)