Sync Relase/ballerina 5.12.x with Release/ballerina 5.12.1#2407
Conversation
|
Warning Review limit reached
Next review available in: 52 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (10)
📝 WalkthroughWalkthroughThis PR updates pnpm dependency overrides (undici, plus new entries in globalOverrides), refactors Playwright e2e tests to use a shared tree-item selector helper, adds sidebar activity-tab activation logic, pins the test VS Code version, bumps the extension version, updates quota contact emails, and adjusts orphan-token filtering logic conditional on interpolation. ChangesDependency Overrides
Playwright E2E Test Stabilization
Version, Contact Email, and Expression Editor Fix
Estimated code review effort: 2 (Simple) | ~12 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
c451358 to
c03f684
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@common/config/rush/pnpm-config.json`:
- Around line 96-106: The new security overrides in the Rush pnpm config are
still being shadowed by older pins in .pnpmfile.cjs, so update the matching
entries there for js-yaml, dompurify, tmp, and undici to the newer allowed
versions or remove those explicit pins entirely. Check the pnpm override logic
in the .pnpmfile.cjs hooks so the package resolutions for these dependencies can
actually follow the values defined in globalOverrides.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 50386f92-6c22-4744-8152-e7e845b25236
⛔ Files ignored due to path filters (2)
common/autoinstallers/rush-plugins/pnpm-lock.yamlis excluded by!**/pnpm-lock.yamlcommon/config/rush/pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (11)
common/autoinstallers/rush-plugins/package.jsoncommon/config/rush/pnpm-config.jsonworkspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/run-concurrent/run-concurrent.spec.tsworkspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/run-conflict/run-conflict.spec.tsworkspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/helpers/setup.tsworkspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/helpers/sidebar.tsworkspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/pages/ProjectExplorer.tsworkspaces/ballerina/ballerina-extension/package.jsonworkspaces/ballerina/ballerina-extension/src/features/ai/utils/ai-client.tsworkspaces/ballerina/ballerina-side-panel/src/components/editors/MultiModeExpressionEditor/ChipExpressionEditor/CodeUtils.tsworkspaces/ballerina/ballerina-visualizer/src/views/AIPanel/components/AIChat/index.tsx
There was a problem hiding this comment.
Caution
Inline review comments failed to post. This is likely due to GitHub's internal server error or limits when posting large numbers of comments. If you are seeing this consistently it is likely a permissions issue. Please check "Moderation" -> "Code review limits" under your organization settings.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@common/config/rush/pnpm-config.json`:
- Around line 96-106: The new security overrides in the Rush pnpm config are
still being shadowed by older pins in .pnpmfile.cjs, so update the matching
entries there for js-yaml, dompurify, tmp, and undici to the newer allowed
versions or remove those explicit pins entirely. Check the pnpm override logic
in the .pnpmfile.cjs hooks so the package resolutions for these dependencies can
actually follow the values defined in globalOverrides.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 50386f92-6c22-4744-8152-e7e845b25236
⛔ Files ignored due to path filters (2)
common/autoinstallers/rush-plugins/pnpm-lock.yamlis excluded by!**/pnpm-lock.yamlcommon/config/rush/pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (11)
common/autoinstallers/rush-plugins/package.jsoncommon/config/rush/pnpm-config.jsonworkspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/run-concurrent/run-concurrent.spec.tsworkspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/run-conflict/run-conflict.spec.tsworkspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/helpers/setup.tsworkspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/helpers/sidebar.tsworkspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/pages/ProjectExplorer.tsworkspaces/ballerina/ballerina-extension/package.jsonworkspaces/ballerina/ballerina-extension/src/features/ai/utils/ai-client.tsworkspaces/ballerina/ballerina-side-panel/src/components/editors/MultiModeExpressionEditor/ChipExpressionEditor/CodeUtils.tsworkspaces/ballerina/ballerina-visualizer/src/views/AIPanel/components/AIChat/index.tsx
🛑 Comments failed to post (1)
common/config/rush/pnpm-config.json (1)
96-106: 🔒 Security & Privacy | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash rg -n "undici|js-yaml|tmp|dompurify" common/config/rush/.pnpmfile.cjsRepository: wso2/vscode-extensions
Length of output: 391
Align
.pnpmfile.cjswith the new security overrides
globalOverrideswon’t take effect for these packages while.pnpmfile.cjsstill pins older versions:js-yaml4.1.1,dompurify3.4.0,tmp0.2.6, andundici7.24.0. Update or remove the matching pins there, or the Trivy fixes here will be overridden.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@common/config/rush/pnpm-config.json` around lines 96 - 106, The new security overrides in the Rush pnpm config are still being shadowed by older pins in .pnpmfile.cjs, so update the matching entries there for js-yaml, dompurify, tmp, and undici to the newer allowed versions or remove those explicit pins entirely. Check the pnpm override logic in the .pnpmfile.cjs hooks so the package resolutions for these dependencies can actually follow the values defined in globalOverrides.
dacabb2
into
wso2:release/ballerina-5.12.x
Purpose
Goals
Approach
UI Component Development
npm run storybookfrom the root directory to view current components.Manage Icons
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning
Summary by CodeRabbit
Bug Fixes
Chores