4817 Commits

Author SHA1 Message Date
Benjamin Cabanes
45891344bf
docs(core): add code-ownership Github link (#8240) 2021-12-20 09:30:29 -05:00
Victor Savkin
f1c21fa01a fix(core): print a warning instead of an error duplicate names in package.json 2021-12-20 08:59:31 -05:00
Nathan Walker
d1b687714d
fix(core): improve migration handling of parallel tasksRunnerOptions (#8238) 2021-12-19 23:47:10 +00:00
Victor Savkin
3965ce42e7 docs(core): update config guides 2021-12-19 15:53:18 -05:00
Benjamin Cabanes
0b3cab0a7b
docs(nxdev): remove hard coded description in doc viewer (#8225) 2021-12-18 17:50:58 +00:00
Benjamin Cabanes
45435c840b
docs(nxdev): mobile spacing on homepage (#8224) 2021-12-18 17:44:28 +00:00
Victor Savkin
9051ff2605 feat(core): add ts preset to create-nx-workspace 2021-12-17 21:57:15 -05:00
Kirils L
27f120db39
fix(nextjs): disable 13-1-1 migration (#8209)
* fix(nextjs): 13-1-1 migration - dont delete babelrc if storybook is configured

* fix(nextjs): disable 13-1-1 swc migration
2021-12-17 21:12:43 +00:00
Victor Savkin
88751a3685 chore(repo): clean up the language to match the new tag line 2021-12-17 16:08:38 -05:00
Benjamin Cabanes
5026038c3c
docs(core): new readme banner (#8212) 2021-12-17 20:46:24 +00:00
Benjamin Cabanes
f623e54b98
docs(nxdev): homepage vertical layout (#8211) 2021-12-17 13:20:26 -07:00
Colum Ferry
2d4b94ccfc
docs(angular): add serve note to guide (#8206)
* docs(angular): add serve note to guide

* fix(angular): typos

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2021-12-17 15:41:48 +00:00
Victor Savkin
a973b99979 fix(core): gracefully handle the case where no root path mappings are defined 2021-12-17 10:41:31 -05:00
Miroslav Jonaš
581e5619e3
fix(linter): improve message when trying to import application (#8138) 2021-12-17 12:12:30 +00:00
Colum Ferry
7be0793c6a
fix(angular): watch on webpack browser builder (#8204) 2021-12-17 11:41:18 +00:00
Jack Hsu
0a3350a661
fix(js): disable tsx support for js libs since they should go through react (#8203) 2021-12-17 04:10:31 +00:00
Jack Hsu
9e1b50b079
feat(js): generated jest project uses swc if --compiler=swc (#8202) 2021-12-17 03:38:42 +00:00
Jack Hsu
8d3703cb7d
docs(react): fix typo in CRA migration guide (#8200) 2021-12-16 22:01:00 -05:00
Victor Savkin
65dfe7d092 feat(core): skip-nx-cache should apply to all nx subprocesses 2021-12-16 21:12:26 -05:00
Victor Savkin
f80a9b5ac9 feat(js): add e2e tests for the swc compiler 2021-12-16 20:26:00 -05:00
Philip Fulcher
717a560a54
chore(dep-graph): migrate dep-graph app to React (#8152) 2021-12-16 23:30:04 +00:00
Victor Savkin
a78d43189a fix(core): pass the list of ingored files to parcel watcher 2021-12-16 17:32:42 -05:00
Victor Savkin
9c77096b15 chore(repo): small changes in the turbo guide 2021-12-16 15:53:44 -05:00
Victor Savkin
7f025c48a9 Revert "chore(core): add foundations of ink powered life-cycle (#8028)"
This reverts commit 406a94f237609142ff1563d85afa681cc21b254e.
2021-12-16 14:39:24 -05:00
Phillip Barta
50b1bc6bc6
fix(react-native): deprecation warning because of rmDirSync (#7772)
ISSUES CLOSED: #7739
2021-12-16 13:20:11 -05:00
Leosvel Pérez Espinosa
2b00c99db1
feat(angular): add support for configuring tailwind in existing and new apps and buildable/publishable libs (#8043) 2021-12-16 17:25:32 +00:00
Victor Savkin
45987c40d1 chore(repo): minor tweaks in the turbo guide 2021-12-16 12:14:05 -05:00
Jack Hsu
8dab24dc05
docs(react): updated CRA migration guide to work with Nx 13 and CRA 5 (#8196) 2021-12-16 11:26:10 -05:00
Noriyuki Shinpuku
230902eb5a
fix(web): fix migration from @nrwl/web:build to @nrwl/web:webpack (#8123) 2021-12-15 20:43:52 -05:00
Craigory Coppola
5b95b4c06f
fix(node): support for typescript webpack plugins (#8171) 2021-12-15 20:43:15 -05:00
Petar Vujović
1172fb6083
docs(core): fix grammar in DTE section (#8181)
* docs(core): fix grammar in DTE section

run tasks on many agents instead of run tasks on a many agents

* docs(core): fix grammar on DTE section

Fix further grammar errors in DTE section of mental model
2021-12-15 20:42:48 -05:00
Noriyuki Shinpuku
f0ea52e980
feat(js): update complier options for strict mode (#8188) 2021-12-15 20:41:53 -05:00
Miroslav Jonaš
c8de730580
chore(storybook): disable flaky e2e tests (#8193) 2021-12-15 20:58:29 +00:00
Jack Hsu
c6014adef3
fix(core): exclude nxWorkspaceRoot from args when calling custom preset (#8189) 2021-12-15 19:08:23 +00:00
Chau Tran
726877d103
feat(js): add SWC support (#7956)
* feat(js): add SWC support

chore(js): remove comment

fix(js): clean up typecheck after merge

fix(js): add tests to swc

* fix(js): adjust typecheck

* feat(js): add skipTypeCheck to library generator

* fix(js): use Promise.all()

* fix(js): pass in correct tsconfig path

* cleanup(js): remove comment code

* fix(js): use logger from devkit instead of console log

* fix(js): remove unintended exit log

* feat(js): add convert-to-swc generator to convert lib w/ tsc to swc

* fix(js): reexport print diagnostics
2021-12-15 12:23:50 -05:00
Victor Savkin
2867c596f6 chore(repo): add perf numbers to the turbo guide 2021-12-15 12:10:18 -05:00
Craigory Coppola
2b04794a89
fix(core): default project name should be inferred by cwd on windows (#8172) 2021-12-15 10:51:08 -05:00
Victor Savkin
385512a6e7 fix(core): use absolute paths when resolving package.json 2021-12-15 09:31:50 -05:00
Jack Hsu
6d6f29439d
feat(testing): add --compiler=tsc|swc|babel option for jest project generator (#8177) 2021-12-15 14:27:53 +00:00
Colum Ferry
08172bc3c8
feat(angular): upgrade to angular 13.1 (#8182) 2021-12-15 13:04:09 +00:00
Colum Ferry
a75f1bd763
fix(angular): set public host for both projects (#8184) 2021-12-15 10:39:31 +00:00
Colum Ferry
373c7281e0
docs(angular): fix mfe doc examples (#8168) 2021-12-15 09:28:38 +00:00
Benjamin Cabanes
8a7d2de814
docs(nxdev): update documentation content (#8178) 2021-12-14 23:03:42 -05:00
Noriyuki Shinpuku
e77c498f2d
feat(angular): update complier options for strict mode (#8126) 2021-12-14 22:32:45 -05:00
Noriyuki Shinpuku
e4f7e2e40b
feat(react): update complier options for strict mode (#8127) 2021-12-14 22:31:40 -05:00
Benjamin Cabanes
acffd2e689
docs(nxdev): new og media images (#8176) 2021-12-15 02:54:56 +00:00
Benjamin Cabanes
cafc8cee56
docs(nxdev): update documentation content (#8175) 2021-12-14 21:40:03 -05:00
Jack Hsu
6090b24c36
fix(core): properly set workspace root when using custom preset (#8173) 2021-12-15 01:41:35 +00:00
Kirils L
232eaafc21
fix(nextjs): incorrectly named nested page component files (#8170) 2021-12-14 16:00:44 -05:00
pan93412
dfb6986b93
docs(core): extend the description of generator schema options (#7927)
* docs(core): describe every properties available in schema.json

The current Generator documentation is not completed. Thus,
I managed to describe every undocumented part of generator currently.

This document is referenced from a lot of current `schema.json`
and code of it. Thanks a lot! :D

- Overview
- Description
- Examples

* docs(misc): add the instruction when out of memory

Added a new section: "When occurred `JavaScript heap out of memory`"

Also fixed some lint issues indicated by `markdownlint`.

* fix(misc): grammars

Co-authored-by: isaacplmann <isaacplmann@users.noreply.github.com>

* docs(core): more complete Generator

- correct grammars errors
- complete most the WIP part
- remove `items` since I didn't find any example of it

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-Authored-By: Jonathan Cammisuli <Cammisuli@users.noreply.github.com>

* docs(core): correct the format

Co-authored-by: isaacplmann <isaacplmann@users.noreply.github.com>
Co-authored-by: Jonathan Cammisuli <Cammisuli@users.noreply.github.com>
2021-12-14 10:33:51 -05:00