2229 Commits

Author SHA1 Message Date
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
Isaac Mann
f02b431c7a docs(docs): guides for distributed CI 2020-02-16 10:08:51 -05:00
Jason Jean
e5db43f92b fix(misc): loosen dependencies for angular dependencies 2020-02-16 09:59:11 -05:00
Spencer Elliott
d1170b8e58
feat(misc): add group option to cypress builder (#2480) 2020-02-15 19:12:07 -05:00
Gaetan Paucot
e75fe50299
fix(testing): cypressconfig now propagates to cypress (#2460) 2020-02-15 19:10:38 -05:00
Jack Hsu
a0a9180cec
fix(core): perform package.json update if one of the deps is missing (#2481)
* fix(core): perform package.json update if one of the deps is missing

* fix(core): add test for package.json update

Co-authored-by: Juri Strumpflohner <juri.strumpflohner@gmail.com>
2020-02-14 09:43:30 -05:00
Philip Fulcher
1719e04a5a fix(core): fix 'group by folder' checkbox, small style changes 2020-02-13 17:31:07 -05:00
Philip Fulcher
9f81564d7c feat(core): add better filtering to dep-graph visualization 2020-02-13 17:31:07 -05:00
Victor Savkin
f232a438d3 Release 9.0.0 2020-02-11 08:30:32 -05:00
Jason Jean
cc5130d5f2 fix(angular): bump migration to 9.0.1 2020-02-10 12:47:47 -05:00
Jason Jean
3dd84698f5 feat(node): exclude node_modules from ts-loader 2020-02-10 12:39:11 -05:00
Victor Savkin
5a994fd0d3 fix(core): set the version of rxjs with a caret 2020-02-09 16:49:04 -05:00
Victor Savkin
d02f6bdacb fix(repo): update create-nx-workspace to set registry correctly 2020-02-09 16:48:38 -05:00
Victor Savkin
fccc0ca706 Release 9.0.0-rc.2 2020-02-07 13:51:47 -05:00