1524 Commits

Author SHA1 Message Date
Tasos Bekos
2932738c66 fix(core): run-commands doesn't camelcase option parameters 2021-03-06 13:07:57 +02:00
Jason Jean
fc9caccffb
chore(repo): update nx to 11.5.0-beta.0 (#4957) 2021-03-05 19:57:26 -05:00
Gustavo Perdomo
5b0f23a3e4
chore(linter): update eslint-config-prettier (#4899)
* chore(linter): update eslint-config-prettier

* fix(linter): fix migrations

* feat(linter): update migrations

* fix(linter): move peer dependency to eslint-plugin-nx

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-03-05 20:22:16 +00:00
James Henry
48c7c7b6a3
fix(core): always use project level tsconfigs with eslint (#4657)
* chore(core): increase coverage of eslint config file contents

* fix(core): always use project level tsconfigs with eslint

* chore(core): enhance depcheck to ignore type only imports

* chore(linter): migration always-use-project-level-tsconfigs-with-eslint

* fix(core): snapshots

* feat(core): thin wrapper around tseslint parser

* fix(core): depcheck for eslint-plugin-nx

* fix(core): revert wrapped parser

* fix(linter): add tsconfig root dir to allow for normalized paths for project configs

* fix(linter): move migration to 11.5.0

* fix(linter): add dependency on to @nrwl/workspace

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-03-05 11:48:18 -05:00
Jonathan Cammisuli
bba26b08bd
feat(express): add express preset to create-nx-workspace (#4909) 2021-03-05 11:40:40 -05:00
Juri Strumpflohner
468c878bd1
fix(core): add @nrwl/storybook & @nrwl/gatsby to pkgs listed by nx report (#4948) 2021-03-05 10:39:00 +01:00
Jason Jean
925e5d2287
fix(misc): add project name default for workspace schematics (#4901) 2021-02-25 17:39:35 -05:00
Jason Jean
befd9dcf43
fix(devkit): migrate devkit to the latest version during migrate (#4898) 2021-02-25 17:29:27 +00:00
Juri Strumpflohner
6dc7de4cb5
fix(core): fix(core): fix(core): ensure dir when exporting dep-graph to json (#4893) 2021-02-25 10:49:14 -05:00
vsavkin
9d0a4c8542 fix(misc): plugins deep importing perf-logging 2021-02-25 08:51:57 -05:00
Jason Jean
1cf9295b2b
fix(misc): fix removing the projects with jest configs (#4874) 2021-02-23 23:21:54 +00:00
vsavkin
3157293752 fix(core): support unit testing of nx generators invoking wrapped schematics 2021-02-23 12:08:25 -05:00
Vivek
ff5048e23c
cleanup(misc): misc cleanup
* cleanup(testing): simplify registering of collections

* cleanup(testing): remove unnecessary number from variable name

* cleanup(core): update error message

* cleanup(nx-plugin): use object destructuring in normalize-options.ts
2021-02-22 12:46:46 -05:00
Nadav Sinai
acd550218a fix(core): add fail over --fork-point arg to git merge 2021-02-22 11:21:09 -05:00
Victor Savkin
5f222245ed
fix(misc): fix the react-express preset (#4827) 2021-02-18 15:53:35 +00:00
Jason Jean
d22153a7af
fix(core): remove cleanup of temp tao directory (#4821) 2021-02-17 20:16:43 +00:00
Brandon
5d9c76bdec
fix(angular): check for root tslint.json before updating to support ESlint (#4816)
Closes #4761
2021-02-17 11:42:09 -05:00
Jason Jean
11d27da5e0
fix(core): add tmp tao path to node path (#4810) 2021-02-16 18:13:42 -05:00
vsavkin
28c364c76f feat(core): add edges to the dep graph based on package.json files in libs and apps 2021-02-16 14:24:18 -05:00
Brandon
e4faaf1ef4
feat(angular): update Angular packages to 11.2.x release (#4788)
* feat(angular): update Angular packages to 11.2.x release

* chore(angular): fix storybook 5-6 default schematic unit test

* fix(angular): fix Angular Devkit discrepancies
2021-02-16 10:38:11 -05:00
Jason Jean
18c8b2b30d
fix(core): change running tasks in parallel to running in serial (#4785) 2021-02-12 21:39:55 +00:00
Jason Jean
33acb41afb
cleanup(react): cleanup generators for react and next (#4769) 2021-02-12 15:29:31 -05:00
vsavkin
d651eab4fe fix(core): output gets printed twice when using pipe capture 2021-02-11 16:14:49 -05:00
vsavkin
1a75fd4859 feat(core): default outputs to both prepare and build targets 2021-02-11 16:14:49 -05:00
Victor Savkin
4320c5a280 fix(misc): restore utils/fileutils to prevent plugins deep importing from breaking 2021-02-10 09:39:04 -05:00
Jason Jean
d51bbe04f9 feat(storybook): migrate storybook schematics to devkit 2021-02-10 09:35:54 -05:00
Jason Jean
b6e9e8b922
fix(testing): fix removing libraries that do not have tests (#4706) 2021-02-04 17:53:04 -05:00
Jason Jean
7372920bef
feat(react): migrate @nrwl/web:package to devkit (#4697) 2021-02-04 10:32:28 -05:00
Jason Jean
82ee3227af fix(core): fix workspace creation not working on windows 2021-02-04 01:31:47 +02:00
Jason Jean
34781a11c2
feat(react): migrate @nrwl/web:dev-server to devkit (#4682) 2021-02-03 16:33:51 -05:00
Jason Jean
06f84b3326
feat(react): migrate @nrwl/web schematics to devkit (#4666) 2021-02-02 18:56:35 -05:00
Jason Jean
a500088d36 fix(core): do not modify existing files during workspace creation 2021-02-02 14:01:06 -05:00
Jason Jean
6bd0c2deac
feat(react): migrate @nrwl/web:build to devkit (#4646) 2021-02-01 17:06:41 +00:00
Victor Savkin
14f4fcce53 feat(core): add public and build to the list of implicit cached folders for build 2021-01-31 13:51:34 -05:00
Jason Jean
e99a65d8ad
fix(core): generate schematics map for workspace-generators (#4643) 2021-01-29 15:43:07 -05:00
Victor Savkin
669f21513b fix(core): add missing deps to support running old migrations 2021-01-29 10:31:52 -05:00
Victor Savkin
429fb22260 feat(core): default to running npm scripts when no targets are defined 2021-01-28 18:52:16 -05:00
Jason Jean
b36c4b5cc1
fix(linter): add @nrwl/linter as a devDependency and error on improper enum schema (#4634) 2021-01-28 16:30:10 -05:00
Jason Jean
55f6c11622
fix(core): properly set tsconfig path mapping on windows (#4624) 2021-01-27 20:20:18 -05:00
Jason Jean
ec758b4276
feat(linter): remove tslint from empty workspace and fix tslint support (#4622) 2021-01-27 18:38:07 -05:00
Tasos Bekos
bf599d14cd fix(core): handle multiple & hyphen command arguments through --args
Closes #2846
2021-01-27 15:03:17 -05:00
Jason Jean
1eda4dca18
fix(repo): fix tests (#4617) 2021-01-27 12:12:22 -05:00
Jason Jean
504298162f
fix(core): fix issues with devkit/workspace on windows (#4615) 2021-01-26 15:31:46 -05:00
Jack Hsu
51973b88e2 chore(gatsby): move gatsby plugin to main repo 2021-01-26 12:17:28 -05:00
Juri
2c5134877f fix(core): make sure schematic folder migration can be run multiple times 2021-01-26 08:53:48 -05:00
Victor Savkin
1663b2f895 fix(core): add output.ts back for third-party plugins using deep imports 2021-01-25 20:55:48 -05:00
Jason Jean
0933bcafd8
feat(core): clean up remaining usages of angular devkit (#4610) 2021-01-25 17:21:42 -05:00
Victor Savkin
a25e081a84 feat(core): remove angular devkit deps 2021-01-25 12:52:30 -05:00
Jason Jean
7066e8b821 feat(core): migrate preset to devkit 2021-01-22 20:13:33 -05:00
Jason Jean
00558054e0
feat(core): migrate init and run-commands to devkit (#4595) 2021-01-22 20:01:33 -05:00