Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
master
a283c4fb fix(storybook): update configuration generator nx.json (#34880) update namedImports and targetDefaults to not include `tsconfig.storybook.json` in case the framework is angular <!-- 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` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> When generating storybook configuration for a new project, the nx.json is updated with an entry in the namedImports and targetDefaults for `tsconfig.storybook.json. This file does not exists when angular is used as uiFramework ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> In case the uiFramework is angular the file `tsconfig.storybook.json` should not be added to the namedInputs or targetDefaults in nx.json ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #34879 --------- Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
by Richard Ro...
R
Succeeded
master
a283c4fb fix(storybook): update configuration generator nx.json (#34880) update namedImports and targetDefaults to not include `tsconfig.storybook.json` in case the framework is angular <!-- 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` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> When generating storybook configuration for a new project, the nx.json is updated with an entry in the namedImports and targetDefaults for `tsconfig.storybook.json. This file does not exists when angular is used as uiFramework ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> In case the uiFramework is angular the file `tsconfig.storybook.json` should not be added to the namedInputs or targetDefaults in nx.json ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #34879 --------- Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
by Richard Ro...
R
Succeeded
master
a283c4fb fix(storybook): update configuration generator nx.json (#34880) update namedImports and targetDefaults to not include `tsconfig.storybook.json` in case the framework is angular <!-- 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` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> When generating storybook configuration for a new project, the nx.json is updated with an entry in the namedImports and targetDefaults for `tsconfig.storybook.json. This file does not exists when angular is used as uiFramework ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> In case the uiFramework is angular the file `tsconfig.storybook.json` should not be added to the namedInputs or targetDefaults in nx.json ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #34879 --------- Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
by Richard Ro...
R
Succeeded
master
08e86221 fix(linter): update terminal cli regex for local-dist build (#36201) <!-- 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` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> Since NX 22.7.0 the NX package is published with a dist folder. This change causes the eslint-plugin to read the ProjectGraph for every file as the regex if it runs in the terminal never matched. This change updates the regex to include the dist folder ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Only the first file reads the ProjectGraph all the other files can read it from cache (globalThis). The regex for isTerminalRun should not impact this behavior ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #36199
by Richard Ro...
R
Succeeded
master
08e86221 fix(linter): update terminal cli regex for local-dist build (#36201) <!-- 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` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> Since NX 22.7.0 the NX package is published with a dist folder. This change causes the eslint-plugin to read the ProjectGraph for every file as the regex if it runs in the terminal never matched. This change updates the regex to include the dist folder ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Only the first file reads the ProjectGraph all the other files can read it from cache (globalThis). The regex for isTerminalRun should not impact this behavior ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #36199
by Richard Ro...
R
Succeeded
master
08e86221 fix(linter): update terminal cli regex for local-dist build (#36201) <!-- 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` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> Since NX 22.7.0 the NX package is published with a dist folder. This change causes the eslint-plugin to read the ProjectGraph for every file as the regex if it runs in the terminal never matched. This change updates the regex to include the dist folder ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Only the first file reads the ProjectGraph all the other files can read it from cache (globalThis). The regex for isTerminalRun should not impact this behavior ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #36199
by Richard Ro...
R
Succeeded
master
08e86221 fix(linter): update terminal cli regex for local-dist build (#36201) <!-- 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` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> Since NX 22.7.0 the NX package is published with a dist folder. This change causes the eslint-plugin to read the ProjectGraph for every file as the regex if it runs in the terminal never matched. This change updates the regex to include the dist folder ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Only the first file reads the ProjectGraph all the other files can read it from cache (globalThis). The regex for isTerminalRun should not impact this behavior ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #36199
by Richard Ro...
R
Succeeded
36201
29bad1f0 fix(linter): update terminal cli regex for local-dist build
by Richard Ro...
R
Failed
36201
29bad1f0 fix(linter): update terminal cli regex for local-dist build
by Richard Ro...
R
Previous page
Previous
Next
Next page