650 Commits

Author SHA1 Message Date
Matt Briggs
734acefeb2 feat(core): update run-many to handle --with-deps 2019-12-12 18:10:56 -05:00
Victor Savkin
e5377d223f feat(core): improves print-affected command to support more use cases 2019-12-12 18:08:43 -05:00
Victor Savkin
f816fc424d Revert "feat(core): update to next version of angular deps"
This reverts commit bd230e0530e690b2ae7896a876510f62002943c8.
2019-12-10 08:07:26 -05:00
Jason Jean
bd230e0530 feat(core): update to next version of angular deps 2019-12-08 16:16:33 -05:00
Victor Savkin
6eae959184 feat(misc): add first version of the nx insights plugin 2019-12-08 14:49:58 -05:00
Victor Savkin
370e87f53b cleanup(repo): dev experience cleanup (#2142) 2019-12-04 14:47:21 -05:00
victor savkin
59543a3b70 cleanup(repo): clean up scopes and commit types 2019-12-04 09:45:15 -05:00
victor savkin
dbd94926bf fix(web): clean up third-party code to drop unnecessary deps from web's package.json 2019-12-04 09:24:59 -05:00
Jack Hsu
4a3aa1f0fb
chore(react): update React-related libs (#2089) 2019-11-25 15:49:39 -05:00
Victor Savkin
fffd94ee88 build(nx): fix lint check 2019-11-22 19:44:33 -05:00
Brandon Roberts
c2ed286d5a chore(nx): review feedback fixes 2019-11-12 09:53:43 -05:00
Isaac Mann
26ead7bfe3 fix(nx): add storybook to deploy pipeline 2019-11-11 16:29:11 -05:00
Jo Hanna Pearce
607bcfdeb2 feat(nx): refactor nx list to also show plugins with builders and uninstalled approved plugins 2019-11-11 13:09:18 -05:00
Victor Savkin
c23572a8fa docs(nx): add an example of using --with-deps 2019-11-04 10:46:03 -05:00
Victor Savkin
35f20b1382 fix(nx): migrate command should not download migrations for packages that arent installed 2019-10-26 16:07:48 -04:00
Isaac Mann
c60857a6df feat(nx): storybook schematics
chore(nx): move some schematics into @nrwl/angular

    chore(nx): add e2e test

    feat(nx): add storybook schematics and builder

    test: Add tests

    test: remove test

    chore: Move some schematics into @nrwl/angular

    test: fix tests

    chore: Add e2e test

    chore: Bump storybook versions

    chore: createTestUiLib takes a libName argument

    chore: configs extend root config

    fix: Remove custom scss loader

    feat: add storybook builder

    fix: generate documentation and fix linting

    chore: Builder tests passing

    fix(nx): configuration schematic can run multiple times

    feat(nx): component story format

    docs(nx): update storybook docs

    fix(nx): pin core-js dev dependency to ^2.6.9

    chore(nx): fix formatting

    chore(nx): match core-js version for web/storybook

    chore(nx): remove storybook's angular dependencies

    chore(nx): modifyObstructiveCode to false in cypress.json

    See: https://github.com/cypress-io/cypress/issues/4042#issuecomment-487562075

    chore(nx): storybook tests --no-interactive

    chore(nx): add storybook to e2e tests

    chore(nx): reorder e2e tests
2019-10-23 17:16:19 -04:00
Victor Savkin
2c3327480c build(nx): split e2e tests into 2 targets 2019-10-21 22:12:36 -04:00
Joshua D. Mentzer
f6ad171450 feat(nx): inclusion and exclusion capability added to nx dep-graph
`nx dep-graph --filter=todos-feature-main --exclude=shared-utils` will launch dep graph with all
ancestors and descendants of todos-feature-main and exclude the shared-utils library

fix #1864
2019-10-21 21:46:15 -04:00
Jo Hanna Pearce
b962b09ac6 feat(nx): add new nx list command which enables simpler schematic discovery 2019-10-08 10:59:38 -04:00
Victor Savkin
156f961195 fix(nx): make dep-graph work on node 12 2019-10-02 16:26:28 -04:00
Mehrad Rafigh
e6b07e282c fix(nx): use same prettier version (#1869) 2019-09-23 11:24:13 +01:00
Victor Savkin
4ef3a771ef fix(nx): update the migrate command to handle edge cases 2019-09-11 18:09:28 -04:00
victor savkin
87f4d45311 Revert "chore(nx): add typescript eslint to 2.1.0"
This reverts commit 12f62ece58c3132f04e331f7f49f39377b3afe43.
2019-09-09 12:21:05 -04:00
Victor Savkin
12f62ece58 chore(nx): add typescript eslint to 2.1.0 2019-09-08 14:40:21 -04:00
Victor Savkin
09a94b8958 feat(nx): implement next support 2019-09-08 14:36:30 -04:00
Victor Savkin
70d71b3516 feat(nx): add support for migrations 2019-09-02 14:33:56 -04:00
Victor Savkin
644047b474 build(nx): more strickly enforce commit messages 2019-08-29 15:57:25 -04:00
Victor Savkin
74442e4329 fix(docs): fix docs generation 2019-08-27 21:39:15 -04:00
Victor Savkin
64063f72df docs(nx): update api docs to contain examples 2019-08-21 11:56:21 -04:00
Victor Savkin
9a8f637899 docs(nx): generate different flavours of nx docs 2019-08-17 13:25:22 -04:00
James Henry
49dcacfd1a feat(eslint-plugin-nx): new package, ESLint enforce-module-boundaries rule 2019-08-13 21:13:46 -04:00
Bucky Maler
07d963befd fix(nx): npm scripts documentation generation
Before, a single instance of yargs was accumulating options, so commands parsed later would have options from prior commands. That's because all yargs options are global by default. Now, a new instance of yargs is required before each command is parsed, so global options aren't accumulated.

fixes #1567
2019-08-06 14:27:31 -04:00
Jason Jean
5c89713c82 build(nx): fix local package.sh script 2019-07-26 16:49:39 -04:00
Victor Savkin
8fc5c4cae6 feat(nx): add a generic lint package that works with eslint and tslint 2019-07-25 08:34:05 -04:00
Victor Savkin
2b646f8eb4 feat(nx): standalone version of nx 2019-07-24 10:27:47 -04:00
Victor Savkin
4022fe80d5 fix(nx): create-nx-workspace cannot depend on typescript 2019-07-15 22:23:00 -04:00
Brandon Roberts
4f7ec84741 feat(nx): add migration to update Angular CLI devDependencies to 8.1.x
Angular CLI 8.1.x is required in order to use the --allow-dirty option.
This also covers the additional build dependencies added when generating
libraries.
2019-07-18 18:32:44 -04:00
Brandon Roberts
6516176b65 feat(nx): update to NgRx 8 and add schematics support for creators and entities
Move addUpdateTask util function to @nrwl/workspace to run updates from @nrwl/angular migrations
Run update migration to latest version for NgRx if installed
2019-07-17 14:42:54 -04:00
Victor Savkin
f1f0663383 build(nx): clean up build scripts 2019-07-13 18:33:11 -04:00
Victor Savkin
c16f250136 feat(nx): implement global nx cli to remove the need to use yarn nx 2019-07-10 17:53:47 -04:00
Victor Savkin
e51c7a4069 cleanup(nx): clean up scripts and e2e tests 2019-07-08 20:44:28 -04:00
Victor Savkin
7b00b920aa feat(nx): delegate to cli when command is not recognized 2019-07-07 21:48:56 -04:00
Victor Savkin
5b4127eb8f feat(docs): scope docs 2019-06-19 17:13:32 -04:00
Jason Jean
4aba33a1c7 feat(nx): remove @nrwl/builders as it is deprecated 2019-06-04 11:21:52 -04:00
Benjamin Cabanes
9d563850a7 docs(api): add dependency graph images (#1408) 2019-05-28 18:29:15 -04:00
Jason Jean
8e04c10940
style(nx): fix style in nx-release (#1404) 2019-05-27 17:37:34 -04:00
Victor Savkin
ee63b08ace fix(build): error when github token is not set 2019-05-27 12:59:32 -04:00
Jason Jean
43af1cd878 feat(frontend): add differential loading for web apps 2019-05-23 11:57:23 -04:00
Victor Savkin
f007ca9d17 fix(nx): make distribution ivy-friendly 2019-05-21 11:51:40 -04:00
Jason Jean
63f4cb5d6e fix(build): add ts version replacement for non-darwin os 2019-05-16 08:41:25 -04:00