-
Notifications
You must be signed in to change notification settings - Fork 590
Remove taint from GROWTH_PLAN_SKU and PAYMENT_METHOD_CONFIGURATION #8089
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
Remove taint from GROWTH_PLAN_SKU and PAYMENT_METHOD_CONFIGURATION #8089
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. WalkthroughRemoved taintUniqueValue calls for GROWTH_PLAN_SKU and PAYMENT_METHOD_CONFIGURATION in apps/dashboard/src/@/constants/server-envs.ts, leaving exports unchanged and adding a comment to not taint these values. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes ✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
Comment |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8089 +/- ##
==========================================
- Coverage 56.34% 56.33% -0.02%
==========================================
Files 906 906
Lines 59168 59186 +18
Branches 4176 4176
==========================================
+ Hits 33341 33345 +4
- Misses 25721 25736 +15
+ Partials 106 105 -1
🚀 New features to boost your workflow:
|
size-limit report 📦
|
Temporarily removed tainting of
GROWTH_PLAN_SKU
andPAYMENT_METHOD_CONFIGURATION
environment variables to allow client-side access. Added a comment to indicate these values should not be tainted for now.Summary by CodeRabbit