10562 Commits

Author SHA1 Message Date
Victor Savkin
f0d9bc8cd2 fix(nx): reporters defined in jest.config.js aren't used 2019-08-07 14:04:10 -04:00
Victor Savkin
c07e322370 fix(nx): running affected commands in parallel does not terminate on azure 2019-08-07 14:04:10 -04:00
Victor Savkin
81e8d5b8a9 docs(backend): update the docs to describe the special behavior of port:0 2019-08-07 14:04:10 -04:00
mehrad-rafigh
2d9b604746 fix(nx): run nx command in generated workspace
Fixes #1647
2019-08-07 10:35:59 -04:00
Victor Savkin
6644cb7a24 fix(nx): fix util used in the old migrator 2019-08-01 19:52:12 -04:00
Victor Savkin
9258985077 Release 8.4.4 2019-08-01 19:20:11 -04:00
Victor Savkin
5074b82bb2 fix(nx): fix style selection on windows 2019-08-06 15:12:36 -04:00
Victor Savkin
166a21a27b fix(nx): remove invalid peer dependency 2019-08-06 15:12:36 -04:00
Victor Savkin
61194ab171 fix(nx): add a direct dependency on chalk 2019-08-06 15:12:36 -04:00
Victor Savkin
238236a468 fix(nx): 8.0.0 schematic expected workspace.json 2019-08-06 15:12:36 -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
Sven Röttering
ec9ed17c9e fix(jest): change reporters option to array type
Jest expects the reporters option to be an array of strings.
2019-08-06 11:28:38 -04:00
mehrad-rafigh
b892c1e6bf docs(nx): use --save-dev for npm install scripts instead of --dev
--save-dev is the correct option for npm, not --dev which is yarn specific

Closes #1681
2019-08-06 10:24:07 -04:00
Victor Savkin
98b7dd0cdf build(nx): reenable disabled e2e tests 2019-08-01 18:44:09 -04:00
Victor Savkin
3db3211e5e Release 8.4.3 2019-08-01 12:44:19 -04:00
Victor Savkin
bb858e4db9 feat(nx): add full stack preset for react/express 2019-08-01 13:26:27 -04:00
Adam Vigneaux
8c7c0b7721 fix(nx): rename browserlist file to browserslist (#1654)
According to [the Browserslist docs](https://github.com/browserslist/browserslist#queries),
the file should be named `browserslist`. The previous name had a missing
"s" in the middle.

I do not know how `browserslist` is integrated in Nx and the Angular
CLI, but it is possible that the configuration file was being ignored
entirely due to this naming error. When the `browserslist` CLI does not
find a configuration file, it uses a sensible default configuration, so
it would not be obvious that the configuration file was ignored.
2019-08-01 11:01:50 -04:00
Victor Savkin
9c67063d69 Release 8.4.2 2019-07-31 18:34:25 -04:00
Victor Savkin
d3dc2f4647 fix(nx): global cli warning false positives 2019-07-30 03:41:13 -04:00
Jack Hsu
790f1748d2 fix(react): add missing polyfills for apps using babel.
Closes #1668
2019-07-30 02:47:47 -04:00
Victor Savkin
9beafb14f9 build(nx): run format check only as part of the first job 2019-07-30 02:37:20 -04:00
Victor Savkin
fbb3dc63fa fix(nx): set the default linter in presets 2019-07-30 02:33:27 -04:00
James Henry
448233bc5c feat(nx): add eslint support 2019-07-31 17:05:56 -04:00
Victor Savkin
2abe13d5f4 docs(nx): share guides between different nx.dev flavours 2019-07-31 15:48:09 -04:00
Victor Savkin
1c721c744c docs(nx): minor doc updates 2019-07-31 14:34:22 -04:00
ben
d9084a08ab docs(fundamentals): monorepos & automation 2019-07-30 20:17:04 -04:00
Victor Savkin
5e8d0cb0fb Release 8.4.1 2019-07-29 16:59:37 -04:00
Jack Hsu
bc336b6749 fix(react): fix a typo in component schematic prompt 2019-07-30 10:55:54 -04:00
Victor Savkin
192a6a083d feat(nx): misc ux improvements 2019-07-29 09:23:51 -04:00
mehrad-rafigh
c1435c4994 build(nx): update commitizen dependencies to their latest version
In the latest updates of commitizen the amount of characters left is shown and makes it more dev
friendly
2019-07-27 14:38:32 -04:00
Victor Savkin
6fd181f348 feat(nx): improve the dev ergonomics of create-nx-workspace 2019-07-27 14:38:13 -04:00
mehrad-rafigh
6d6cbf8b0f fix(nx): use correct schematic for angular components
Fixes #1617
2019-07-27 14:36:40 -04:00
Brandon Roberts
5e69ef38c9 docs(nx): fix links and screenshots in react/web docs 2019-07-26 16:49:48 -04:00
Jason Jean
5c89713c82 build(nx): fix local package.sh script 2019-07-26 16:49:39 -04:00
Victor Savkin
36fa11dfcf Release 8.4.0 2019-07-26 10:45:57 -04:00
Victor Savkin
85fe2d1b61 docs(nx): clean up map.json 2019-07-26 10:44:29 -04:00
Jason Jean
2188077e13
fix(frontend): fix react testing library migration (#1637) 2019-07-26 09:01:59 -04:00
Jason Jean
df0e00d0dd
feat(backend): improve webpack output for node applications (#1634) 2019-07-26 09:01:49 -04:00
Jason Jean
89b522d2bc
fix(frontend): add style tag to head in html output (#1638)
fix #1623
2019-07-26 09:01:38 -04:00
Victor Savkin
1b2eaf81fe fix(nx): minor fixes 2019-07-25 20:21:04 -04:00
Jason Jean
1af0f5068e fix(nx): fix npm lint command 2019-07-25 19:42:27 -04:00
Victor Savkin
2793b6fb26 feat(nx): misc improvements 2019-07-25 15:40:46 -04:00
Jason Jean
f04d1aa937 fix(nx): remove console.log from update tasks in migrations 2019-07-25 15:39:10 -04:00
Jack Hsu
776a185d65
feat(react): adds default babel-loader support for react apps (#1631) 2019-07-25 15:33:26 -04:00
Victor Savkin
8182454dc8 tests(nx): fix e2e tests 2019-07-25 05:27:26 -04:00
Victor Savkin
563559962b fix(nx): rename lint package into linter 2019-07-25 04:46:23 -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
Brandon
8452b2823a
docs(nx): update React and Web Components docs for Nx CLI usage (#1620) 2019-07-24 22:58:41 -05:00
Jack Hsu
b344e0e63c
feat(react): updates generated React app (#1622) 2019-07-24 18:50:04 -04:00
Maciej Kuster
3ec2bb2a0b fix(nx): Keeping original order of dependencies when adding new one (#1598) 2019-07-24 12:45:11 -04:00