nx-examples
nx-examples copied to clipboard
Issue Reproduction for nrwl/nx#12033
Reproduction Steps
This is another reproduction for nrwl/nx#12033.
- Change the version of the
uuiddependency to9.0.0in package.json. - Run
nx print-affected --base=af24ee030a865468d9cc537318fb4e9372da9801 | jq '.projects'
Actual Results
All projects are affected.
[
"products-product-detail-page",
"products",
"products-e2e",
"shared-product-state",
"products-home-page",
"shared-cart-state",
"cart-cart-page",
"cart",
"cart-e2e",
"shared-product-types",
"shared-product-data",
"shared-product-ui",
"shared-e2e-utils",
"shared-assets",
"shared-header",
"shared-jsxify",
"shared-styles"
]
Expected Results
Only projects that depend on uuid should be affected. The actual list may be slightly different; I didn't evaluate the full dependency tree.
[
"products",
"products-e2e"
]
☁️ Nx Cloud Report
We didn't find any information for the current pull request with the commit af24ee030a865468d9cc537318fb4e9372da9801. You might need to set the 'NX_BRANCH' environment variable in your CI pipeline.
Check the Nx Cloud Github Integration documentation for more information.
Sent with 💌 from NxCloud.
Deploy Preview for nrwl-nx-examples-dep-graph ready!
| Name | Link |
|---|---|
| Latest commit | af24ee030a865468d9cc537318fb4e9372da9801 |
| Latest deploy log | https://app.netlify.com/sites/nrwl-nx-examples-dep-graph/deploys/63239d8c927e1b0009bcbad4 |
| Deploy Preview | https://deploy-preview-227--nrwl-nx-examples-dep-graph.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.