We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a file that is included in default named input is touched, it does not affect the projects that are using implicitly this namedInput.
default
Touching such file should affect all projects that use the default named input, either they are explicitly using this named input or implicitly.
https://github.com/Elyahou/nx-examples
demo-issue
babel.config.json
sharedGlobals
nx show projects --affected --base=14c49933b77f53d11b389f567b975b4f7d618f6e
The output will be cart and carte-e2e, because cart explicitly use default named input.
cart
carte-e2e
Other projects, that implicitly use the same named inputs are not affected, and they should
The graph show that the same file is included in the inputs of the other projects as well, for example product:build:
product:build
Node : 22.2.0 OS : darwin-arm64 yarn : 1.22.22 nx : 19.1.0-beta.3 @nx/js : 19.1.0-beta.3 @nx/jest : 19.1.0-beta.3 @nx/linter : 19.1.0-beta.3 @nx/eslint : 19.1.0-beta.3 @nx/workspace : 19.1.0-beta.3 @nx/angular : 19.1.0-beta.3 @nx/cypress : 19.1.0-beta.3 @nx/devkit : 19.1.0-beta.3 @nx/eslint-plugin : 19.1.0-beta.3 @nx/react : 19.1.0-beta.3 @nrwl/tao : 19.1.0-beta.3 @nx/web : 19.1.0-beta.3 @nx/webpack : 19.1.0-beta.3 typescript : 5.4.3 --------------------------------------- Community plugins: @ngrx/component-store : 17.0.1 @ngrx/effects : 17.0.1 @ngrx/entity : 17.0.1 @ngrx/router-store : 17.0.1 @ngrx/store : 17.0.1 @ngrx/store-devtools : 17.0.1
-
No response
The text was updated successfully, but these errors were encountered:
fix(core): check default named inputs for affected projects calculation
06b0cec
closed nrwl#26274
AgentEnder
Successfully merging a pull request may close this issue.
Current Behavior
When a file that is included in
default
named input is touched, it does not affect the projects that are using implicitly this namedInput.Expected Behavior
Touching such file should affect all projects that use the
default
named input, either they are explicitly using this named input or implicitly.GitHub Repo
https://github.com/Elyahou/nx-examples
Steps to Reproduce
demo-issue
branchbabel.config.json
that is used in thesharedGlobals
named inputnx show projects --affected --base=14c49933b77f53d11b389f567b975b4f7d618f6e
The output will be
cart
andcarte-e2e
, becausecart
explicitly usedefault
named input.Other projects, that implicitly use the same named inputs are not affected, and they should
The graph show that the same file is included in the inputs of the other projects as well, for example
product:build
:Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: