Skip to content

Commit face537

Browse files
committed
fix: sync package-lock.json (add typescript@6.0.3) and fix PHPCS array alignment in FloatingWidget
- Add missing node_modules/typescript@6.0.3 peer dep to package-lock.json (was added to main in #1187 but not present on this branch, causing npm ci to fail) - Fix array double-arrow alignment in FloatingWidget.php:190 (PHPCS warning) Fixes: ESLint, Stylelint, Build Check, Playwright E2E (all fail on npm ci) Fixes: PHPCS (exit code 2 from alignment warning)
1 parent 44293ee commit face537

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

includes/Admin/FloatingWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ private static function enqueue_widget_assets(): void {
187187
'gratis-ai-agent-floating-widget',
188188
'gratisAiAgentData',
189189
[
190-
'currentUserId' => get_current_user_id(),
190+
'currentUserId' => get_current_user_id(),
191191
'onboarding_complete' => OnboardingManager::is_complete(),
192192
]
193193
);

package-lock.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)