Skip to content
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

Issue Reproduction for nrwl/nx#12033 #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

njlaw
Copy link

@njlaw njlaw commented Sep 15, 2022

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
Copy link

nx-cloud bot commented Sep 15, 2022

☁️ 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
Copy link

netlify bot commented Sep 15, 2022

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.

None yet

1 participant