Skip to content

Issue Reproduction for nrwl/nx#12033 - #227

Open
njlaw wants to merge 1 commit into
nrwl:masterfrom
njlaw:issue-12033
Open

Issue Reproduction for nrwl/nx#12033#227
njlaw wants to merge 1 commit into
nrwl:masterfrom
njlaw:issue-12033

Conversation

@njlaw

@njlaw njlaw commented Sep 15, 2022

Copy link
Copy Markdown

Reproduction Steps

This is another reproduction for nrwl/nx#12033.

  1. Change the version of the uuid dependency to 9.0.0 in package.json.
  2. 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

nx-cloud Bot commented Sep 15, 2022

Copy link
Copy Markdown
Contributor

☁️ Nx Cloud Report

We didn't find any information for the current pull request with the commit af24ee0.
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.

@netlify

netlify Bot commented Sep 15, 2022

Copy link
Copy Markdown

Deploy Preview for nrwl-nx-examples-dep-graph ready!

Name Link
🔨 Latest commit af24ee0
🔍 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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant