8697 Commits

Author SHA1 Message Date
Jo Hanna Pearce
58353a6be8 fix(nx): validate target and configuration in @nrwl/tao/run and provide better errors 2019-10-15 15:30:38 -04:00
Jason Jean
fa675f1194 fix(nx): fix affected logic for app tsconfigs 2019-10-15 15:28:44 -04:00
Brandon Roberts
14a1963475 fix(nx): update TypeScript app configuration for Ivy support 2019-10-15 15:27:43 -04:00
Austin Shoecraft
0f1fa29277 fix(nx): update dep-graph render logic to show full graph
adds width attribute to svg on render call based on graph size

fix #1938
2019-10-15 15:27:02 -04:00
tyankatsu
c732fd2f21 refactor(react): upgrade @testing-library/react (#1905)
* refactor(react): upgrade @testing-library/react

@testing-library/react v.9 doesn't require clean()

close #1855

* chore(react): remove cleanup

* refactor(react): change testingLibraryVersion 8.0.5 to 9.2.0

* refactor(react): update spec
2019-10-15 08:59:32 -04:00
Brandon Roberts
6160cc2324 feat(nx): update usage of facades with NgRx and add better support for barrel exports 2019-10-10 11:30:16 -04:00
David Murdoch
7fc20f4cac docs(nx): builder missing a hyphen (#1929) 2019-10-09 17:57:18 -04:00
ben
cf904fe3c8 docs(nx): update course markup for nx.dev 2019-10-09 14:10:20 -04:00
Jason Jean
ed546337f1 feat(nx): add generic task execution 2019-10-08 15:00:54 -04:00
Jack Hsu
34a887a93f
fix(web): use legacy decorators so they work with TypeScript. (#1928)
Closes #1908
2019-10-08 12:05:30 -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
Zachary Williams
e9a6b20537 fix(angular): correctly add provider to module if last element was object literal
addProviderToModule incorrectly added the desired provider if the last element in the providers
array was an object literal
2019-10-07 10:48:13 -04:00
ben
936801df9d docs(nx): add course screenshot 2019-10-07 10:42:42 -04:00
Brian McDaniel
4759311de3 fix(angular): ng add @nrwl/angular should run schematics 2019-10-07 10:36:44 -04:00
Victor Savkin
1aa255cd65 fix(nx): dep-graph vizualiation should only highlight an edge when both nodes are affected 2019-10-07 10:34:56 -04:00
Jo Hanna Pearce
1d377eac29 feat(nx): add report function to @nrwl/workspace which lists versions of select packages 2019-10-04 17:16:02 -04:00
Jason Jean
98fc5e00bb refactor(nx): refactor affected to produce affected metadata 2019-10-03 13:47:47 -04:00
Victor Savkin
1d6d6db8ca Release 8.6.0 2019-10-03 10:40:39 -04:00
Victor Savkin
3516890ec6 feat(nx): add a flag to run affected:libs and affected:apps without pretty formatting 2019-10-02 17:54:38 -04:00
Victor Savkin
156f961195 fix(nx): make dep-graph work on node 12 2019-10-02 16:26:28 -04:00
Jack Hsu
a524b2e947 feat(react): add publishable library support
Issue #1521
2019-10-02 16:26:20 -04:00
Ryan Diehl
adcd9280ad fix(nx): increases buffer size for git commands
increases buffer size to 10MB

fix #1886
2019-10-01 17:16:20 -04:00
Jo Hanna Pearce
4b4a5dcacc feat(nx): add verbose flag to @nrwl/tao which will output stack trace on error 2019-10-01 17:11:06 -04:00
Jon
e13910d61c fix(testing): merge rather than replace ts-jest property on global config (#1896)
resolves #1059
2019-10-01 10:29:37 +01:00
Victor Savkin
15b466608b feat(nx): support * and ** in lint rules 2019-09-30 17:19:19 -04:00
ben
ba1f0ff979 docs(nx): update course video on readme 2019-09-30 17:19:09 -04:00
Jason Jean
579a15503f fix(testing): fix the verbose option type for jest 2019-09-28 16:35:30 -04:00
Victor Savkin
5a60f9fd87 feat(nx): add a utlity to update packages in package.json 2019-09-28 16:35:11 -04:00
Victor Savkin
49934f83d3 Release 8.5.2 2019-09-26 09:26:08 -04:00
ben
5bfe9a88fc docs(angular): update image monorepo angular book cover 2019-09-26 09:23:44 -04:00
ben
047fb3200c docs(nx): add nx video course links 2019-09-26 09:23:34 -04:00
Victor Savkin
5bb12dc4af fix(nx): add migrate packages 2019-09-26 09:23:20 -04:00
Kristopher Betz
1edb44af90 docs(nx): fix lazy loading command
The command to create a lib with lazy loading incorrectly had the tribute --router instead of --routing
2019-09-25 09:25:06 -04:00
Jason Hodges
a150e72e64 docs(nx): correct misspelling and missing word 2019-09-25 09:22:54 -04:00
Terry
dca7934aec fix(nx): check the correct test builder (#1879) 2019-09-24 14:25:28 +01:00
Victor Savkin
181f9ede86 Release 8.5.1 2019-09-23 14:55:58 -04:00
Tobias Wittwer
85c54e9120 fix(nx): handle windows drive letters in nx-enforce-module-boundaries
Remove drive letter during path normalization to ensure consistent path structure between project nodes and target files
2019-09-23 14:30:24 -04:00
Daniel Smith
ba6be8d9bb feat(testing): add support for testResultsProcessor jest option 2019-09-23 13:09:35 -04:00
Thomas Skalnik
d3d5417a09 feat(testing): set transpileOnly=true ...
... and use the ForkTsCheckerWebpackPlugin
for the cypress test execution.

Closes #1871
2019-09-23 13:01:00 -04:00
Colum Ferry
d89fd949bc refactor(nx): change workspace-schematic output format to be consistent with Angular CLI
Any schematic that modifies the Virtual Tree using the `workspace-schematic` command will output
changes to the Virtual Tree in a consistent format with the Angular CLI `generate` command.
2019-09-23 12:55:36 -04:00
Mehrad Rafigh
e6b07e282c fix(nx): use same prettier version (#1869) 2019-09-23 11:24:13 +01:00
Jo Pearce
3e431fa710
fix(nx): update create-nx-workspace to only offer styled components for react and react-express (#1858)
resolves #1773
2019-09-23 08:51:16 +01:00
Bucky Maler
fa05f1171a fix(angular): remove tsconfig.lib.json excludes when --unit-test-runner is none 2019-09-17 12:01:48 -04:00
Brandon Roberts
47e751f931 fix(nx): check for valid semver version before updating package
Closes #1831
2019-09-17 10:43:25 -04:00
Jo Pearce
0a2555c14b
fix(testing): fix the breaking jest builder spec (#1851) 2019-09-17 14:19:03 +01:00
ben
0ac030b09f docs(nx): update affected files description
Update the description of the `--files` options for the `affected`
command, making it clearer (hopefully).

close #1535
2019-09-17 08:51:32 -04:00
Rushi Patel
754a7e5eba chore(nx): update the version of prettier to 1.18.2 2019-09-17 08:46:42 -04:00
Jo Hanna Pearce
065af438d2 docs(testing): clarify Cypress --watch behaviour and add link to open feature request
re #870
2019-09-17 08:46:04 -04:00
agriggs
dc0d05dac1 docs(nx): added slack community link
Added a link and description for the community slack channel.
2019-09-17 08:39:15 -04:00
Terry
37ab942407 fix(nx): remove unused double dashes to avoid yarn's warning 2019-09-17 08:37:02 -04:00