2192 Commits

Author SHA1 Message Date
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
Adam L Barrett
4293f1f4fb fix(core): remove extra style argument passed to the new command in create-nx-workspace
ISSUES CLOSED: #2427
2020-02-21 09:14:20 -05:00
Victor Savkin
f94470f6bc Release 9.0.2 2020-02-20 11:37:36 -05:00
Victor Savkin
49168c10e3
feat(react): rework react buildable libraries to read deps from dist (#2513) 2020-02-20 11:00:13 -05:00
Juri
7723e941c0 docs(core): adjusts description on library schematics
right now "where the app is placed" is displayed which might be confusing given we generate a
library
2020-02-20 08:26:28 -05:00
Rares Matei
c04f8afeba
feat(core): "cwd" option for commands runner (#2501)
* feat(core): add cwd option to commands runner

* docs(core): add docs for new cwd option in commands runner

* cleanup(core): remove unecesarry import in test

* fix(core): fix failing unit test

* feat(core): allow additionalProperties for run commands

* docs(core): format docs for command runner
2020-02-20 11:21:13 +00:00
Rares Matei
eee8c18ebc
feat(core): specify a custom .env file for workspace:run-commands (#2505)
* feat(core): add envFile option to commands runner

* feat(core): add tests for dotenv functionality in command runner
2020-02-19 15:07:26 -05:00
Jack Hsu
6fe7889885
docs(react): add guide for working with assets (#2507) 2020-02-19 13:41:49 -05:00
Jack Hsu
f1599f5ad7
fix(core): mark all projects as affected when npm package is deleted (#2508) 2020-02-19 12:55:08 -05:00
Victor Savkin
f006593583 fix(repo): temporary disable cypress run in new.test.ts 2020-02-19 12:42:26 -05:00
Victor Savkin
d27cb3aa42
feat(misc): support customizing cypress webpack config (#2503)
Co-authored-by: Spencer Elliott <me@elliottsj.com>
2020-02-19 09:26:49 -05:00
x87
647a657827
fix(core): find the most qualifying project for a changed file (#2468)
* fix(core): find the most qualifying project for a changed file
2020-02-19 08:47:51 -05:00
Bucky Maler
6cdc54bd68 fix(angular): storybook config schematic from generating stories when generateStories false
ISSUES CLOSED: #2383
2020-02-19 08:18:12 -05:00
Victor Savkin
16e90b321a fix(core): add debug info to tests to troubleshoot flaky tests 2020-02-18 21:13:42 -05:00
Jo Hanna Pearce
a849b4d339 fix(nextjs): add styled components and emotion to Next.js preset options
ISSUES CLOSED: #2058
2020-02-18 17:42:02 -05:00
maxkoretskyi
30721d517c fix(repo): fix yarn e2e create-playground
Added a conditional check to execute the file in the correct directory
2020-02-18 17:38:14 -05:00
Jonathan Cammisuli
0bc80a622b docs(nx-plugin): code review changes 2020-02-18 17:35:09 -05:00
Jonathan Cammisuli
d2252fc863 docs(nx-plugin): add documentation for exported functions and provide written doc 2020-02-18 17:35:09 -05:00
Victor Savkin
3fb502463f feat(core): check for npm vulnerabilities when creating a new workspace 2020-02-18 17:10:23 -05:00
Jason Jean
1d1063fb1a fix(core): recalculate dep-graph when root files are touched 2020-02-16 17:20:56 -05:00
Victor Savkin
4ca4268396 Release 9.0.1 2020-02-16 12:57:01 -05:00
Victor Savkin
a8f9e12fb6 fix(core): update ts eslint version to remove the warning 2020-02-16 12:50:12 -05:00
Victor Savkin
dd598e215d fix(core): update create-nx-workspace to perform unit testing and linting 2020-02-16 12:50:12 -05:00
Rares Matei
4b6c8f0927
fix(testing): invalid jest config --passWithNoTests (#2442)
fix(testing): pass passWithNoTests via builder instead of jest.config.js

ISSUES CLOSED: #2345
2020-02-16 10:56:00 -05:00
Bradley Zeggelaar
4d8b38b7ce feat(core): adds host binding option to dep-graph command 2020-02-16 10:28:24 -05:00
Isaac Mann
413dce9e6f docs(core): add ci guides for Jenkins and Azure 2020-02-16 10:08:51 -05:00