1389 Commits

Author SHA1 Message Date
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
Jo Pearce
28327d30fc
fix(testing): pass setupFilesAfterEnv to jest.runCLI rather than deprecated option (#1808)
resolves #1343
2019-09-16 16:22:09 +01:00
Jo Pearce
5de142f69f
fix(testing): merge builder globals with jest.config.js globals rather than override them completely (#1827)
Resolves #1059
2019-09-16 16:20:49 +01:00
Yannick Galatol
14da0ff4b2 fix(testing): allow support of svg templates
Angular 8 supports SVG files in addition of HTML for component templates but they were not correctly parsed by Jest. All tests including SVG templates failed as below:
```sh
    SyntaxError: /path/to/file.svg: Unexpected token (1:0)

    > 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37.62 37.12">
```
2019-09-11 18:10:09 -04:00
Victor Savkin
4ef3a771ef fix(nx): update the migrate command to handle edge cases 2019-09-11 18:09:28 -04:00
Zachary Williams
5daf21152d feat(angular): fail cypress builder early if compilation error
If watch is not enabled and either the application or integration files (legacy) fail to compile,
the cypress angular builder will fail early.
2019-09-11 16:22:12 -04:00
Victor Savkin
e2f392e6b3 Release 8.5.0 2019-09-11 09:58:48 -04:00
Brandon Roberts
88512c2f93 fix(nx): use semver for version range comparison 2019-09-11 09:21:31 -04:00
Brandon Roberts
d5b4453ca3 fix(nx): add check to see if CLI version is more recent 2019-09-11 09:21:31 -04:00