[pull] master from supabase:master#719
Merged
pull[bot] merged 5 commits intocode:masterfrom Mar 2, 2026
Merged
Conversation
## Problem The Performance Advisor warning "Auth Absolute Connection Management Strategy" persists after switching from "Absolute" to "Percentage" allocation strategy, even after project restart. PR #41652 added cache invalidation but the frontend doesn't immediately refetch, so stale lint data may be displayed until the next natural refetch occurs. ## Solution Force an immediate refetch of lint data after invalidating the cache. This ensures the backend re-evaluates the `auth_db_connections_absolute` lint with the updated `DB_MAX_POOL_SIZE_UNIT` configuration value. ## Changes - Added `refetchQueries` call after cache invalidation in `useAuthConfigUpdateMutation` - Uses `type: 'active'` to only refetch active queries (React Query best practice) ## Related - Extends: #41652 - Closes: #41619 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Improved data consistency by ensuring validation information is automatically refreshed following authentication configuration updates. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
## Problem When hovering over the sidebar on the projects page, project card text (names, regions, status) was rendering on top of the expanded sidebar, making both the sidebar and project information difficult to read. ## Solution Increased sidebar z-index from `z-10` to `z-50` to ensure the sidebar renders above all project card content. <details> <summary>Before</summary> <img width="423" height="220" alt="image" src="https://github.com/user-attachments/assets/bf9eb93d-f043-4fd8-859b-804d06a2b5c9" /> </details> <details> <summary>After</summary> <img width="334" height="185" alt="image" src="https://github.com/user-attachments/assets/2cf43915-d517-4bd0-875b-2962d0ca3ad4" /> </details> ## Related - Closes #42376 --------- Co-authored-by: Gildas Garcia <1122076+djhi@users.noreply.github.com>
Updates react-markdown to be compatible with remark-gfm Example issue: https://supabase.com/contribute/t/860-66969-11493-reddit_post_1rinknm fixed: https://zone-www-dot-com-git-chore-fix-table-component-supabase.vercel.app/contribute/t/860-66969-11493-reddit_post_1rinknm
Automated weekly decrease of ESLint ratchet baselines. Co-authored-by: github-actions[bot] <github-actions[bot]@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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )