chore: package refresh#4413
Merged
Merged
Conversation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Move MF configuration inline to modern.config.ts files and remove external module-federation.config.ts files to fix the "mfConfig.name can not be empty" error during builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Replace deprecated createRemoteSSRComponent with createLazyComponent from @module-federation/modern-js/react per updated documentation. Also use getInstance and loadRemote from @module-federation/modern-js/runtime. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add waitForLoadState('networkidle') to comprehensive-demo-react18 tests
- Increase shell prewarm timeout from 5min to 10min in federated-css-react-ssr
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
ReactRefreshWebpackPlugin should only be used in development mode (!isProd), not production mode (isProd). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…e webServer timeout - Use .filter(Boolean) to remove undefined from plugins array in production - Increase playwright webServer timeout from 120s to 180s for CI reliability 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…spack config Apply the same fix from app-01 to app-02 - conditionally include ReactRefreshWebpackPlugin only in development mode and filter out falsy values from the plugins array. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…ck with webpack configs
The experiments.css feature was causing issues with first-visit rendering.
Removed experiments: { css: true } from app-02 and app-04 rspack configs
to match webpack behavior.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Remove playwright install --with-deps from all e2e:ci scripts across 34 packages - CI now installs Playwright browsers once in setup job, cached by version - Add Playwright version extraction from root package.json for consistent cache keys - Add PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 to pnpm install to avoid redundant downloads - Add @playwright/test and playwright to repotools.js for version refresh - Add ci:playwright:install and ci:playwright:install-deps scripts to root package.json - Standardize e2e:ci scripts to use pnpm exec playwright test 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…e CSS Replace experiments.css with CssExtractRspackPlugin in app-04 rspack config to match webpack's MiniCssExtractPlugin approach. This ensures consistent CSS handling between webpack and rspack builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…ckages - Add @playwright/ and playwright to ALWAYS_UPDATE_SCOPES in repotools.js - Update @playwright/test from ^1.54.2 to 1.57.0 in 63 packages - Update playwright from ^1.54.2 to 1.57.0 where present 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Remove unused `deps` variable declarations from app-03 config files in comprehensive-demo-react16 and comprehensive-demo-react18 examples. Addresses github-advanced-security bot review comments. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.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 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.
Run repotools.js to refresh package versions and regenerate lockfiles via pnpm install.