-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: nrwl/nx
base: 19.5.1
head repository: nrwl/nx
compare: 19.5.2
Commits on Jul 22, 2024
-
fix(core): resolve nested delegated executor package correctly (#26979)
<!-- 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 --> Resolving the package for delegated executor definitions doesn't take into account that the package could be nested inside the parent package. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Resolving the package for delegated executor definitions should work correctly. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #26896 (cherry picked from commit 53d2e9c)
Configuration menu - View commit details
-
Copy full SHA for dc9e8b2 - Browse repository at this point
Copy the full SHA dc9e8b2View commit details -
feat(module-federation): use proxy servers to proxy to single file se…
…rver for static remotes (#26782) <!-- 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 --> Remotes that are served for a host are usually served from a single file server running on a single port. We perform some mapping logic during the build of the host application to update the locations the remotes can be found at to point to the single file server. This works, but it's also wrong, as it breaks the flow that users expect. It also breaks dynamic remotes. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Continue to serve the remotes from a single file server, as this helps reduce the amount of resources used on developers machines. Use express to create proxy servers that will proxy requests from the original remote location to the single file server. This allows applications to continue to work without us having to interfere and map any remote locations. It also solves the issue with dynamic remotes. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #26318 (cherry picked from commit a549b9b)
Configuration menu - View commit details
-
Copy full SHA for 2c0bbec - Browse repository at this point
Copy the full SHA 2c0bbecView commit details -
feat(nx-dev): update descriptions and layout styles for better clarity (
Configuration menu - View commit details
-
Copy full SHA for 6c73070 - Browse repository at this point
Copy the full SHA 6c73070View commit details -
fix(module-federation): do not cache assets from static serve (#27005)
We're currently caching files for an hour when serving the host with static remotes. This PR fixes the issue by setting `cacheSeconds: -1` on the static server (disables cache). This affects development only. <!-- 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 --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit 8b1c78c)
Configuration menu - View commit details
-
Copy full SHA for 77cdd77 - Browse repository at this point
Copy the full SHA 77cdd77View commit details -
fix(core): normalizeTargetDependencyWithStringProjects should not ret…
…urn undefined (#26994) <!-- 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 --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #26975 (cherry picked from commit 188f0d8)
Configuration menu - View commit details
-
Copy full SHA for 2776f57 - Browse repository at this point
Copy the full SHA 2776f57View commit details -
docs(core): move "nx connect" earlier in CI section for standalone/mo…
…norepo tutorials (#26845) We're making an enhancement to `nx g ci-workflow` such that when the workspace is already connected to Nx Cloud, we'll enable distribution in the workflow file, rather than having them commented out. For the flow of the tutorial, it makes more sense to do `nx connect` first so things are set up correctly without user intervention. Note: I left the "Make sure the following line is uncommented" for distribution because older versions will still leave it uncommented. Example: https://nx-dev-git-docs-tutorials-update-nrwl.vercel.app/getting-started/tutorials/angular-monorepo-tutorial --------- Co-authored-by: Isaac Mann <isaacplmann@gmail.com> (cherry picked from commit ec5b04f)
Configuration menu - View commit details
-
Copy full SHA for ce02967 - Browse repository at this point
Copy the full SHA ce02967View commit details -
feat(nx-dev): update typography and hero component styles (#27011)
Enhanced the typography styles to improve text scaling across various screen sizes. Adjusted the hero component to include responsive line breaks and optimized the SVG element for better alignment and sizing. (cherry picked from commit f1f8ab7)
Configuration menu - View commit details
-
Copy full SHA for e4e6896 - Browse repository at this point
Copy the full SHA e4e6896View commit details -
feat(nx-dev): add Nx Cloud Page (#26865)
(cherry picked from commit 51d5d23)
Configuration menu - View commit details
-
Copy full SHA for 4baa46d - Browse repository at this point
Copy the full SHA 4baa46dView commit details -
docs(nest): add deployment section (#26048)
<!-- 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` --> ## Current Behavior nx/nest documentation contains no deployment information. ## Expected Behavior Deployment information is present, as it is a common question in Discord. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> --------- Co-authored-by: MilanKovacic <9189985+MilanKovacic@users.noreply.github.com> (cherry picked from commit b623104)
Configuration menu - View commit details
-
Copy full SHA for b0239ad - Browse repository at this point
Copy the full SHA b0239adView commit details -
fix(react-native): fix unable to resolve realm (#26983)
<!-- 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 --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #26853 (cherry picked from commit e87bf39)
Configuration menu - View commit details
-
Copy full SHA for 074a316 - Browse repository at this point
Copy the full SHA 074a316View commit details -
docs(core): github actions tutorial update (#26995)
Update the github actions tutorial: - Removes content that focuses on GitHub Actions itself - Updates for the new `nx connect` onboarding flow --------- Co-authored-by: Jack Hsu <jack.hsu@gmail.com> (cherry picked from commit 9410164)
Configuration menu - View commit details
-
Copy full SHA for 72e4df7 - Browse repository at this point
Copy the full SHA 72e4df7View commit details -
fix(angular): generate correct server file when using webpack-based e…
…xecutors (#27007) <!-- 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 --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #26722 (cherry picked from commit 4871642)
Configuration menu - View commit details
-
Copy full SHA for 47a3287 - Browse repository at this point
Copy the full SHA 47a3287View commit details -
docs(core): added missing close bracket (#27023)
<!-- 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 --> There is a missing closing bracket in the [cache-task-result](https://nx.dev/features/cache-task-results#finetune-caching-with-inputs-and-outputs) <img width="696" alt="Screenshot 2024-07-21 at 2 22 01 PM" src="https://github.com/user-attachments/assets/4a798a3a-3869-46e9-bd0b-cb762034a70f"> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Add the missing closing bracket: change `{projectName` to `{projectName}`. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> N/A! (cherry picked from commit f366d4e)
Configuration menu - View commit details
-
Copy full SHA for 75bd775 - Browse repository at this point
Copy the full SHA 75bd775View commit details -
fix(core): typo in nx update log (#27036)
(cherry picked from commit 521c3f3)
Configuration menu - View commit details
-
Copy full SHA for d4907d3 - Browse repository at this point
Copy the full SHA d4907d3View commit details -
fix(core): record stats for more commands (#27017)
<!-- 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 --> Stats are not recorded for `nx connect`, `nx view-logs`, and `nx init`. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Stats are recorded for those commands and they get sent to the right URL ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit e1cced3)
Configuration menu - View commit details
-
Copy full SHA for c6b3509 - Browse repository at this point
Copy the full SHA c6b3509View commit details -
docs(misc): lower concurrency to 3 in the docs (#27013)
<!-- 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 --> This was changed in the generated ci workflow but not on the docs. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This is changed in the docs as well so it's not confusing. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit f08cd4c)
Configuration menu - View commit details
-
Copy full SHA for 559ba22 - Browse repository at this point
Copy the full SHA 559ba22View commit details -
fix(linter): log a message when the number of warnings exceeds the sp…
…ecified maxWarnings for the lint executor (#27003) <!-- 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 --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #26906 (cherry picked from commit ae48a15)
Configuration menu - View commit details
-
Copy full SHA for 6f82880 - Browse repository at this point
Copy the full SHA 6f82880View commit details -
cleanup(linter): remove leftover console.log from lint executor (#27002)
<!-- 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 --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit c724d10)
Configuration menu - View commit details
-
Copy full SHA for 419a88c - Browse repository at this point
Copy the full SHA 419a88cView commit details -
docs(testing): remove wrong cypress config filenames from plugin over…
…view (#26981) <!-- 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 --> The cypress plugin overview lists `cypress.config.mts` and `cypress.config.cts` filenames, which are not configuration filenames supported by Cypress by default. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> The cypress plugin overview only lists valid configuration filenames supported by Cypress. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit 5b414d1)
Configuration menu - View commit details
-
Copy full SHA for d9c00c0 - Browse repository at this point
Copy the full SHA d9c00c0View commit details -
fix(core): copy package manager config files when installing latest n…
…x version in nx migrate (#27032) <!-- 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 --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #26926 (cherry picked from commit 0bc8898)
Configuration menu - View commit details
-
Copy full SHA for 2d18546 - Browse repository at this point
Copy the full SHA 2d18546View commit details -
fix(linter): convert root projects correctly to inferred and remove d…
…efault option values (#27035) <!-- 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 --> Converting a root project to inferred results in the plugin registration to have the `includes` option set to `./**/*`. This is invalid and causes no project to be inferred. Additionally, the eslint `convert-to-inferred` generator: - keeps a redundant `config` option, which is not needed because inferred tasks only work with default/known ESLint config files, so there's no need to specify it in the options - converts all `lintFilePatterns` to `args`, which is correct, but it keeps the patterns that are already inferred by the plugin, which leads to duplicated patterns when running the task ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Converting a root project to inferred should work as expected and result in the `lint` task being inferred for the project. Also, default inferred options should be removed from the target options. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #26775 (cherry picked from commit 5217c33)
Configuration menu - View commit details
-
Copy full SHA for 1d6a3af - Browse repository at this point
Copy the full SHA 1d6a3afView commit details -
docs(core): angular monorepo tutorial video (#26819)
Add video to Angular monorepo tutorial (cherry picked from commit 199ffd1)
Configuration menu - View commit details
-
Copy full SHA for 586a366 - Browse repository at this point
Copy the full SHA 586a366View commit details -
feat(repo): run e2e in the same command as build,test,lint (#27019)
<!-- 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 --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit fb55c90)
Configuration menu - View commit details
-
Copy full SHA for 22b104c - Browse repository at this point
Copy the full SHA 22b104cView commit details -
docs(nx-cloud): add release notes (#26989)
<!-- 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 --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # --------- Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com> (cherry picked from commit 224305c)
Configuration menu - View commit details
-
Copy full SHA for 90e671a - Browse repository at this point
Copy the full SHA 90e671aView commit details -
feat(testing): support vite configOverrides for cypress (#26554)
We'd like to use shared cypress commands, but that's currently not working because vite cannot resolve the import. By allowing to pass options to the vite config we have the possibility to add an alias or a plugin to fix this. This adds support for an **optional** `viteConfigOverrides` object. ## Current Behavior  cypress.config.ts: ```ts import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset'; import { defineConfig } from 'cypress'; export default defineConfig({ e2e: { ...nxE2EPreset(__filename, { cypressDir: 'cypress', bundler: 'vite' }), }, }); ``` ## Expected Behavior  cypress.config.ts: ```ts import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset'; import { defineConfig } from 'cypress'; const viteConfigOverrides = { resolve: { alias: { '@cypress-shared-commands': '../../../shared-cypress-commands', }, }, }; export default defineConfig({ e2e: { ...nxE2EPreset(__filename, { cypressDir: 'cypress', bundler: 'vite', viteConfigOverrides }), }, }); ``` ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit 764ecee)
Configuration menu - View commit details
-
Copy full SHA for 7032497 - Browse repository at this point
Copy the full SHA 7032497View commit details -
fix(vite): typecheck vue projects with vue-tsc #20242 (#26450)
<!-- 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` --> ## Current Behavior <!-- This is the behavior we have today --> Typechecking of Vue Projects with Vite is not functioning correctly ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Typechecking of Vue projects should type check the .vue files and not error in TS files importing .vue files ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #20242 (cherry picked from commit 8cf69c4)
Configuration menu - View commit details
-
Copy full SHA for 0a43ec2 - Browse repository at this point
Copy the full SHA 0a43ec2View commit details -
docs(core): add docs for parallelism (#26950)
<!-- 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 --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit 627504d)
Configuration menu - View commit details
-
Copy full SHA for f841dc5 - Browse repository at this point
Copy the full SHA f841dc5View commit details -
feat(graph): add parallelism in target details (#27014)
<!-- 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 -->   ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit bfb0106)
Configuration menu - View commit details
-
Copy full SHA for ff7e1aa - Browse repository at this point
Copy the full SHA ff7e1aaView commit details -
fix(repo): update tests to pass regardless of actually installed yarn…
… version (#27054) … version <!-- 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 --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit c4f9d89)
Configuration menu - View commit details
-
Copy full SHA for 4dc68be - Browse repository at this point
Copy the full SHA 4dc68beView commit details
There are no files selected for viewing