Tags: warrendugan/nx
Tags
fix(misc): add externalDependencies input to some plugins missing them ( nrwl#26291) <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
fix(core): multi module handling and fall back matching for external … …nodes (nrwl#26277) <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> - Packages such as `minimatch` which block access to their `package.json` AND have multi module format outputs are missed by the target project locator - There is no fall back matching of external nodes from the graph by name ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> - The target project locator appropriately finds modules such as `minimatch` - There is fall back matching of external nodes from the graph by name ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
chore(repo): re-enable failing swc e2e test (nrwl#26246) <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> The test was failing because of a bad swc version. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> A new version of swc has been released which fixes the issue. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
fix(bundling): use watch mode for rollup plugin (nrwl#26139) <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> `@nx/rollup/plugin` will not properly reload `rollup.config.js` files when they are updated as they are cached. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> `@nx/rollup/plugin` loads rollup configs with `watchMode` enabled so that rollup utilizes the proper cache busting mechanism so that `rollup.config.js` is properly reloaded. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit 27940d3)
chore(repo): disable failing swc e2e test (nrwl#26166) <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> swc-project/swc#8988 is causing e2e tests to fail. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> The failing e2e tests are disabled while the issue is resolved. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
fix(core): limit the amount of choices shown so that the prompt fits … ( nrwl#26132) …on screen <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> When multiselect prompts have too many choices, `enquirer` does weird unexpected things with the terminal. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Multiselect prompts are limited to enough lines so that they fit in the terminal view preventing unexpected behavior. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
PreviousNext