-
-
Notifications
You must be signed in to change notification settings - Fork 9
feat: resolve parent workspace in monorepos workspaces #118
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8cf0716
Initial plan
Copilot 4ae8ca5
Add workspace parent detection using resolve-workspace-root
Copilot d7ea7f0
Add documentation for nested workspace support
Copilot 636eaca
Improve workspace parent detection to support nested workspaces
Copilot 21dd54f
Address code review feedback: improve workspace detection logic and f…
Copilot 572af97
Refactor: move findUltimateWorkspaceRoot to lib/utils.js
Copilot 2a740a4
Simplify: use resolveWorkspaceRootAsync directly instead of findUltim…
Copilot 24cf5cc
Add --no-parent-workspace flag and improve parent workspace detection…
Copilot 6f4a3dc
Add debug logging for parent workspace detection
Copilot d8a63a6
Refactor import for resolveWorkspaceRootAsync
voxpelli b32653b
Change debug messages to use console.error instead of console.log
Copilot 3ceffca
Add type annotation for reasons array to achieve 100% type coverage
Copilot f4f891c
Set includeWorkspaceRoot to false when using parent workspace detection
Copilot c9c2483
Support parent workspace detection with custom paths and add debug he…
Copilot 8b88590
Add examples and integration tests for monorepo workspace support
Copilot 8ad8f14
Improve examples and tests with unified/remark parsing
Copilot fa70920
Refactor integration tests for better reusability and add monorepo ex…
Copilot 679e98a
Fix critical bug: always set cwd in lookupOptions + split monorepo RE…
Copilot 062725e
Fix critical bug: always set cwd in lookupOptions + split monorepo RE…
Copilot e478577
Refactor integration tests and enhance examples
Copilot 52202d5
Fix glob pattern in package.json scripts
Copilot 4c7f990
Fix test-ci script to avoid recursive call
Copilot 33ce039
Address code review feedback: improve assertion style
Copilot 05366d7
Add distinct errors to all three examples
Copilot 53758c4
Add test/helpers.js to tsconfig and revert test script to explicit form
Copilot 9028ce9
Fix CI failures: normalize line endings and fix helper function signa…
Copilot 463880e
Fix CI failures: normalize line endings and fix helper function signa…
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.