-
Notifications
You must be signed in to change notification settings - Fork 12
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
✨ v2.0.0 #784
Merged
Merged
✨ v2.0.0 #784
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* Move Supabase environment variables from `.env.example` for `apps/supabase` to `apps/web` * Add steps to enable pnpm and set Supabase environment variables in GitHub Actions workflow
* Exclude Svelte files from Prettier formatting due to lack of Svelte 5 support * Remove Prettier and Tailwind CSS plugins from package dependencies * Delete `.prettierrc` and replace it with `prettier.config.js` for enhanced configuration
* Remove `SUPABASE_DIRECT_URL` environment variable from GitHub Actions build step * Change `.gitignore` to keep `supabase-types.ts` instead of `.gitkeep` * Refactor `supabase-types.js` to use dynamic path for output file * Remove `svelte-kit sync` from `generate` and `build` scripts in `package.json` * Modify `turbo.json` to remove dependency
* @eslint/js: `^9.1.1` * @markuplint/svelte-parser: `^4.5.1` * @supabase/supabase-js: `^2.42.7` * @sveltejs/kit: `^2.5.7` * @sveltejs/vite-plugin-svelte: `^3.1.0` * @typescript-eslint/parser: `^7.7.1` * cspell: `^8.7.0` * eslint-plugin-svelte: `^2.38.0` * eslint: `^9.1.1` * markuplint: `^4.6.1` * prettier-plugin-svelte: `^3.2.3` * supabase: `^1.163.6` * svelte-check: `^3.7.0` * svelte-eslint-parser: `^0.35.0` * svelte: `5.0.0-next.115` * turbo: `^1.13.3` * typescript-eslint: `^7.7.1` * typescript: `^5.4.5` * vite: `^5.2.10` * vitest: `^1.5.2`
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.
svelte/transition
(waiting for Svelte 5 support)eslint-plugin-svelte
(svelte/valid-compile
)prettier-plugin-svelte
(waiting for Svelte 5 support)@markuplint/svelte-parser
(waiting for Svelte 5 support)✨ Introduceapps/codegen
(graphql-codegen)@repo/
to custom package nameseslint-config-custom-typescript
intoeslint-config-custom