3317 Commits

Author SHA1 Message Date
Jason Jean
e2b8406692 feat(repo): improve ci caching 2020-03-04 14:29:53 -05:00
Jack Hsu
642d598086 fix(core): handle npm package deletion and whole file changes 2020-03-04 14:29:19 -05:00
Jack Hsu
122af4fff3 fix(react): fix rollup options extension to be compatible with output arrays 2020-03-04 14:27:17 -05:00
Bucky Maler
e2e3412768 feat(misc): support formatting .mdx files 2020-03-04 14:25:47 -05:00
Jack Hsu
5cdf3728da
feat(react): adds styled-components and emotion plugins for react apps so SSR works correctly. (#2605)
Closes #2119
2020-03-04 11:27:22 -05:00
Rares Matei
d37fc66bc7
feat(react): add option to stop generation of components or styles (#2568)
ISSUES CLOSED: 2184
2020-03-03 14:44:10 -05:00
Johannes Schobel
ab24c9d8c8
cleanup(misc): remove duplicate value in script (#2598) 2020-03-03 09:37:01 -05:00
Jay Bell
a39587a350
feat(nest): implement nest lib schematic (#2540) 2020-03-02 11:20:45 -05:00
Victor Savkin
ff6b434548 feat(core): add ability to run targets against project's deps 2020-02-28 16:42:38 -05:00
Rares Matei
fd29f8ec7e
fix(react): pascalCaseFiles option not working (#2554)
ISSUES CLOSED: #2488
2020-02-28 16:37:04 -05:00
Victor Savkin
bbf5738b19 feat(core): add runtimeCacheInputs to capture node version, os in the cache key 2020-02-28 15:51:27 -05:00
Jason Jean
c45ee2ab87 fix(misc): parse args for format command 2020-02-28 15:28:40 -05:00
Isaac Mann
514ea2faca docs(nx-plugin): add demo video to docs 2020-02-28 15:18:15 -05:00
Jason Jean
2145d36281 feat(core): update prettier to 1.19.1 2020-02-28 15:17:58 -05:00
Brandon Roberts
cd52fce6b4 fix(angular): update Protractor E2E spec files to generate a passing test 2020-02-28 15:17:36 -05:00
Julien Saguet
dfb09179ee
fix(core): use file full path in git show (#2537)
Use file full path in git show to identify affected files to fix an issue when nx workspace is not at the root of git repository

Closes #2292
2020-02-28 13:44:25 -05:00
Rares Matei
ddde8af6db
fix(linter): outputFile at non-existing directory path throws
ISSUES CLOSED: 2567
2020-02-28 09:42:52 +00:00
Derek Pavao
60077fbc29
fix(testing): remove --coverage option from jest builder (#2569)
the --coverage option was not being used in the builder at all, so provided no change in behavior.
The --codeCoverage option should be used instead

ISSUES CLOSED: #2564
2020-02-27 15:09:16 +00:00
Mathias Remshardt
7aaa09bfff
cleanup(node): moves some schematic helper to shared workspace rules 2020-02-26 20:19:17 -05:00
Victor Savkin
e6b3a4abef Release 9.0.4 2020-02-26 15:21:55 -05:00
Victor Savkin
618ebff5ab fix(repo): temporary disable supportUi 2020-02-26 15:12:48 -05:00
Jonathan Cammisuli
7828b67745 fix(node): do not include directories when finding assets 2020-02-26 14:46:54 -05:00
Victor Savkin
65ac855536 feat(core): memoize project source hashing 2020-02-26 14:43:38 -05:00
Juri
2c7d6a101d fix(core): don't generate test related things in README when no unitTestRunner 2020-02-26 14:29:33 -05:00
Juri
ef8ddb5717 fix(node): pass builder options on to the serve target
Otherwise it is not possible to use option such as showCircularDependencies also during serve

ISSUES CLOSED: #1649
2020-02-26 14:28:16 -05:00
Jeff Cross
180c990d34 fix(core): change mkdir logic to avoid race condition
The process of checking for directory existence then creating
A directory was causing race conditions when running scripts
In parallel. I inverted the logic to always try to
Create the directory without checking 1st, then handle any errors.
2020-02-26 14:26:44 -05:00
Yuki Takemoto
d23a8cfb69
docs(react): add a missing space (#2562) 2020-02-26 12:08:37 -05:00
czaplej#26
884b887d3e
feat(react): nx serve --maxWorkers --memoryLimit should work 2020-02-25 17:24:08 -05:00
Victor Savkin
55bde7b9b0 fix(react): remove unused dependency 2020-02-25 16:49:03 -05:00
Victor Savkin
90879eb469 feat(core): add ability to skip cache 2020-02-25 16:38:43 -05:00
Victor Savkin
33e12754fe cleanup(core): improve the handling of edge cases determining task's outputs 2020-02-25 15:32:15 -05:00
Rares Matei
9d163551a2
feat(linter): add standalone nx linter (#2462) 2020-02-25 15:24:33 -05:00
Maxi Gimenez
cd2597066b
feat(storybook): add docsMode support (#2551) 2020-02-25 15:17:48 -05:00
Jonathan Cammisuli
cbd5d4c426 fix(node): set tsconfig target to es2015 for nest apps
ISSUES CLOSED: #1283
2020-02-25 15:15:14 -05:00
Jonathan Cammisuli
f2c47cff0b feat(node): add runtimeArgs for execute builder
Closes #2215
2020-02-25 15:14:45 -05:00
Jonathan Cammisuli
1cc9dd6bb7 fix(node): change the default port to 0 for node:execute
ISSUES CLOSED: #1728
2020-02-25 15:14:15 -05:00
Rares Matei
564ff5a642
docs(core): improve run-commands documentation (#2546) 2020-02-25 15:11:02 -05:00
Benjamin Cabanes
e45b7a6124
docs(core): update documentation to reflect nx commands (#2403) 2020-02-25 11:55:57 -05:00
Jack Hsu
a433035eca
chore(react): update web/react dependencies and clean up npm warnings (#2547) 2020-02-25 11:03:58 -05:00
Yuki Takemoto
635e7edec2 docs(react): fix typo in use-modern-tools
fixed a typo of Next.js
2020-02-25 08:58:24 -05:00
Max Koretskyi
9b2e07026d
Remove dependency on Angular specific tools from @nrwl/web (#2543)
cleanup(react): remove dependency on Angular specific tools from @nrwl/web
2020-02-25 08:57:56 -05:00
Victor Savkin
d4bc4561bc Release 9.0.3 2020-02-25 08:48:57 -05:00
Victor Savkin
224dba38bc feat(repo): split e2e tests into 4 groups 2020-02-24 15:01:12 -05:00
Jack Hsu
df4004cd0e
fix(nextjs): fix SVG import for generated Next app (#2545) 2020-02-24 10:13:13 -05:00
Rares Matei
bdaf29841c
feat(react): provide only umd & esm bundles when packaging (#2524)
* feat(react): provide only umd & esm bundles when packaging

* fix(react): print output error only once when bundling
2020-02-24 10:10:52 -05:00
Rui Lima
c5082418a9 docs(docs): fix fixutres typo on react and angular docs
The typo `fixutres` was present in some files.
Couldn't live with it.
2020-02-22 17:39:25 -05:00
Jimmy
06b0e7fe6e
fix(nx-plugin): ignoring Additional Files from Affected Commands (#2519)
* fix(nx-plugin): ignoring Additional Files from Affected Commands

ISSUES CLOSED: #2517
2020-02-22 17:06:10 -05:00
Jack Hsu
74716df4fc fix(core): improve performance of affected computation
- Uses a shared mutable state between project traversals so we don't create new objects unnecessarily
- Closes #2367
2020-02-21 16:12:57 -05:00
Isaac Mann
caf8c2c357 fix(storybook): allow import * as syntax in module file
ISSUES CLOSED: #2521
2020-02-21 16:00:44 -05:00
Isaac Mann
ebe0e75b6f
docs(storybook): add instructions to install @nrwl/storybook plugin (#2526)
* docs(storybook): add instructions to install @nrwl/storybook plugin

ISSUES CLOSED: #2293

* Update modernize-storybook.md

* Update modernize-storybook.md
2020-02-21 14:16:42 -05:00