1406 Commits

Author SHA1 Message Date
Katerina Skroumpelou
cfff767b12
fix(core): update root jest config with move generator (#6313)
ISSUES CLOSED: #6303
2021-07-09 09:30:09 -04:00
Craigory V Coppola
23e21d0995
fix(core): project.json split should be remembered if all projects utilize it (#6180) 2021-07-08 23:35:57 +00:00
Craigory V Coppola
1d1dd49210
fix(node): assets should be copied when building with --watch (#5863) 2021-07-08 17:21:35 -04:00
Jason Jean
549e18b234
fix(core): fix distributed task execution hash conflicts between run and cache (#6289) 2021-07-07 20:32:10 -04:00
Altan Stalker
a4e0452a80
fix(core): add @nrwl/nx-cloud to report package list (#6279) 2021-07-06 19:51:48 -04:00
Jason Jean
4c20634937
Revert "fix(core): include dependencies of projects which do not have a target (#6245)" (#6270)
This reverts commit cbc0160953d48778e9dbfe01ef5c5f5e247d2b37.
2021-07-06 14:25:51 -04:00
Jason Jean
f534d97a2b
fix(core): safely handle when tasksRunnerOptions are not defined (#6252) 2021-07-06 10:55:43 -04:00
Jason Jean
1f2a48e36d
fix(core): have batch process inherit stdio (#6250) 2021-07-05 21:43:52 +00:00
Miroslav Jonaš
8ab463e386
cleanup(core): replace deprecated usage of appRootPath (#6241)
* cleanup(core): replace deprecated usage of appRootPath

* cleanup(core): revert migration changes
2021-07-05 15:51:19 -04:00
Jason Jean
ae2b7ef5dd
fix(core): print count of tasks (#6248) 2021-07-05 15:48:19 -04:00
Jason Jean
cbc0160953
fix(core): include dependencies of projects which do not have a target (#6245) 2021-07-05 11:53:59 -04:00
vsavkin
c17fb12ee6 fix(misc): dep graph should not remove deps 2021-07-04 20:12:12 -04:00
vsavkin
148ff1c185 fix(core): fix fallback for npm scripts 2021-07-03 21:08:44 -04:00
Miroslav Jonaš
b5b36239ed
chore(core): remove reference to parse json with comments (#6226)
* chore(core): remove reference to parse json with comments

* chore(core): revert appRootPath
2021-07-02 16:35:39 +02:00
Kirils L
e7a1cd2c91
fix(core): make missing output check more comprehensive (#6204) 2021-07-01 16:00:24 -04:00
Craigory V Coppola
95051acf14
fix(core): convert-to-nx-project should not prompt for project when --all is passed (#6179) 2021-06-30 10:54:22 -04:00
James Henry
f5058a1baf
fix(core): affected base and head logs (#6164) 2021-06-30 10:51:41 -04:00
Katerina Skroumpelou
6ded4b1f58
docs(nxdev): bad formatting in migrate docs (#6166) 2021-06-29 09:50:09 -04:00
Jack Hsu
369da3ee78
feat(web): add support for webpack 5 (#5892) 2021-06-29 08:41:01 -04:00
Craigory V Coppola
1914da758b
cleanup(core): helpful project json messaging (#6158) 2021-06-28 15:51:51 -04:00
Jason Jean
8ac7519ada feat(core): introduce batch executors 2021-06-28 14:46:53 -04:00
Benjamin Cabanes
914983a0d2
docs(core): nx-dev community link update (#6150) 2021-06-28 08:22:31 -04:00
Philip Fulcher
a29c11ac54
fix(misc): correct url parsing for dep-graph server (#6139) 2021-06-25 22:43:40 +00:00
Jason Jean
4f7191e154 chore(repo): update nx to 12.5.0-beta.5 2021-06-25 17:08:37 -04:00
Phillip Barta
5e6cf9646b feat(devkit): reexport package manager methods in devkit 2021-06-25 17:07:35 -04:00
Juri
bcdf5a75c8 feat(nextjs): add improved createGlobPatternsForDependencies utility useful for Tailwind CSS purging 2021-06-25 15:54:56 -04:00
Craigory V Coppola
d3ba0caf7c
cleanup(core): misc cleanup for project.json files (#6112) 2021-06-24 10:16:00 -04:00
Juri
0d3409fbf2 feat(core): add hint for --verbose flag in case of task exec error 2021-06-24 09:23:13 -04:00
Leosvel Pérez Espinosa
0bcb50373a
cleanup(angular): deprecate and clean up angular schematics utilities (#6099) 2021-06-23 10:08:50 +01:00
Craigory V Coppola
f1911a71f3
feat(core): split nx config to project files (#5880) 2021-06-22 20:30:38 -04:00
Leosvel Pérez Espinosa
c66324d71d
fix(angular): fix workspace init generator to workaround file rename issues in the tree (#6098) 2021-06-22 17:50:27 +01:00
Philip Fulcher
98ac32e615
feat(misc): add watch mode to dep-graph command (#6043) 2021-06-22 10:41:44 -06:00
Leosvel Pérez Espinosa
122f7eca72
cleanup(angular): migrate downgrade-module and upgrade-module generators to nx devkit (#6083) 2021-06-22 10:20:02 +01:00
Noriyuki Shinpuku
8915c6ba4e
fix(core): format after sorting nx.json, workspace.json and tsconfig.… (#6044) 2021-06-21 09:17:43 -04:00
Benjamin Cabanes
4f74759098
docs(core): deep dive menu is expanded by default (#6071) 2021-06-18 18:31:38 +00:00
Colum Ferry
96293b02cb
cleanup(angular): refactor angular application generator (#6036)
Refactor Angular Application Schematic to Generator using Nx Devkit
2021-06-18 15:39:05 +01:00
Jason Jean
235725b585
cleanup(core): refactor process forking out of task orchestrator (#6037) 2021-06-18 10:26:05 -04:00
vsavkin
ac871d93b5 fix(core): fix the add-target-dependencies migration to remove the old property 2021-06-18 09:10:40 -04:00
vsavkin
8a7b6c8405 feat(core): replace strictlyOrderedTargets with targetDependencies 2021-06-18 06:54:33 -04:00
Phillip Barta
fe97444d78
feat(core): migrate prettier to v2.3.1 (#5623) 2021-06-17 16:44:30 +02:00
Phillip Barta
b9ef28712d
cleanup(core): refactored @nrwl/workspace command-line to improve code quality (#5438) 2021-06-16 22:44:05 +00:00
Benjamin Cabanes
5c13db8f2b
docs(core): close opened nav on route change (#6038) 2021-06-16 21:56:41 +00:00
James Henry
d5c3a79f5f feat(core): allow NX_BASE and NX_HEAD environment variables to set affected SHAs 2021-06-16 14:12:19 -04:00
Jason Jean
c5ccd9c2fb fix(core): resolve npm packages after typescript 2021-06-16 14:07:57 -04:00
vsavkin
04b1401ace feat(misc): fixMissingBuildDependencies should not require package.json 2021-06-15 16:17:02 -04:00
Juri Strumpflohner
d40ca95501
fix(core): throw error for non-existing proj on getSourceDirOfDependentProjects (#6017) 2021-06-15 16:04:27 +00:00
Juri Strumpflohner
e182700f78
feat(core): expose utilities for retrieving source dirs of dependent projects (#5976)
* feat(core): expose utilities for retrieving source dirs of dependent projects

* feat(nextjs): utility to generate glob patterns from dependent projects
2021-06-15 10:11:05 -04:00
Leosvel Pérez Espinosa
b8162c4a17
cleanup(angular): migrate stories generator to nx devkit (#6010) 2021-06-15 14:13:56 +02:00
Leosvel Pérez Espinosa
d4537f75cc
cleanup(angular): migrate component-story and component-cypress-spec generators to nx devkit (#5977) 2021-06-14 15:20:58 +01:00
Colum Ferry
3e8ff083f2
cleanup(angular): refactor library generator to use nx devkit (#5935)
* cleanup(angular): refactor library generator to use nx devkit

Refactor Library Generator to use Nx Devkit
2021-06-14 11:05:32 +01:00