-
-
Notifications
You must be signed in to change notification settings - Fork 357
Create mermaid flow diagram and table #3899
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
Open
ScriptedAlchemy
wants to merge
139
commits into
share-filter
Choose a base branch
from
cursor/create-mermaid-flow-diagram-and-table-0500
base: share-filter
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Create mermaid flow diagram and table #3899
ScriptedAlchemy
wants to merge
139
commits into
share-filter
from
cursor/create-mermaid-flow-diagram-and-table-0500
Conversation
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
Member
ScriptedAlchemy
commented
Jul 11, 2025
# Conflicts: # packages/chrome-devtools/project.json
…and ProvideSharedPlugin
…extract path handling
…ignore - Update Next.js 4000 app configuration with enhanced module federation settings - Upgrade Next.js 4000 package dependencies to React 19 with proper script handling - Enhance address bar component with improved remote button integration - Update global navigation component with better layout and navigation handling - Add .node binary files to .gitignore to prevent accidental commits - Complete incremental merge of all enhanced nodeModulesReconstructedLookup features 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
…mporary files - Restore __mocks__/remotes/index.js for proper test mocking - Restore missing pages/router-test.tsx files for both Next.js applications - Restore missing button components (classic/button.tsx, rsc/button.tsx) - Restore ui/random.tsx component - Remove temporary pnpm-lock.yaml files and development artifacts - Complete final synchronization between branches 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Remove __mocks__/remotes/index.js that was inadvertently restored - Update pnpm-lock.yaml with latest dependency resolutions - Final cleanup to ensure branches are properly synchronized 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Fixed failing e2e-next tests by reverting nextjs-mf dependencies from fixed version '0.0.0-next-20250701105507' back to 'workspace:*' in: - apps/3001-shop/package.json - apps/3002-checkout/package.json This resolves module loading issues where the apps couldn't find the nextjs-mf patches directory, allowing proper Next.js federation to work correctly. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Fixed NextFederationPlugin to use correct path '../../loaders/next-flight-loader' instead of '../../patches/next-flight-loader' since the patches directory doesn't exist. This resolves module loading errors for Next.js 15+ apps. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
… commit Restored missing e2e target configurations from the last working commit 9b7dff2: - Added defaultConfiguration: "development" for both apps - Added development configuration with devServerTarget - Fixed production configuration for 3002-checkout to use devServerTarget This matches the old CI infrastructure that was working properly. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Reverted to the main branch pattern where each e2e test manages its own server dependencies: - Updated GitHub workflows to run individual test:e2e commands - Restored project.json test:e2e configurations from main branch - Each app now starts required federated dependencies before testing - Removed centralized server management approach Shop e2e tests are now working properly with automatic dependency management. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Co-authored-by: Hanric <[email protected]> Co-authored-by: Claude <[email protected]> Co-authored-by: Cursor Agent <[email protected]>
# Conflicts: # apps/next-app-router/next-app-router-4000/cypress.config.ts # apps/next-app-router/next-app-router-4000/cypress/support/commands.ts
Co-authored-by: Wei Tang Lin <[email protected]> Co-authored-by: Claude <[email protected]>
…ain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
🦋 Changeset detectedLatest commit: 34bc7b9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 33 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
- Added all direct import path shares (next/dist/compiled/*) - Added all vendored React builds for different contexts - Added Next.js internals shares including vendored/contexts/ - Added server-side default fallback shares - Ensured all shares from source code are documented - Improved accuracy of share configurations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Co-authored-by: Claude <[email protected]>
Created a detailed plan to split the massive changes in packages/enhanced into 12 focused, incremental PRs: - Runtime safety fixes (independent) - Hook renaming refactor - Container hoisting improvements - Share filtering features (broken into 4 sub-features) - Layer support enhancements - API exports and test coverage Each PR is self-contained with clear dependencies documented. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Created a detailed plan to split the massive changes in packages/enhanced into 12 focused, incremental PRs: - Runtime safety fixes (COMPLETED - PR #3900) - Hook renaming refactor - Container hoisting improvements - Share filtering features (broken into 4 sub-features) - Layer support enhancements - API exports and test coverage Each PR is self-contained with clear dependencies documented. Also added worktrees/ to .gitignore 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Keep Next 15 and React 19 versions from share-filter branch - Add utilities dependency from main to Next.js apps - Keep newer Modern.js versions (2.68.2) from main - Keep enhanced dependency tracking from share-filter branch - Keep better error handling from main in EmbedFederationRuntimeModule and StartupHelpers - Keep specific typing for addRemoteDependency from share-filter branch - Update imports to use ModuleFederation instead of FederationHost - Regenerate pnpm-lock.yaml
The utilities package is not imported or used in the 3000-home, 3001-shop, or 3002-checkout apps
- Remove @module-federation/utilities dependency from 3000-home, 3001-shop, and 3002-checkout apps - Update pnpm lockfile to reflect dependency changes - Postinstall scripts already set up to fail silently 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
60d6549
to
055deac
Compare
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.