1461 Commits

Author SHA1 Message Date
Jack Hsu
ed7db7c114
feat(bundling): add esbuild plugin (#12053) 2022-09-20 12:05:58 -04:00
Benjamin Cabanes
d390044dc8
docs(nx-cloud): update no-helm repository link (#12121) 2022-09-20 14:53:49 +00:00
Benjamin Cabanes
da0cc4792f
docs(nxdev): update internal reference links (#12083) 2022-09-19 19:15:19 +00:00
MaxKless
249f54834f
docs(nx-plugin): add references to zack's plugin video (#12090) 2022-09-19 15:01:22 -04:00
MaxKless
9312dff014
docs(misc): add or modify various package descriptions (#12084) 2022-09-19 13:32:14 -04:00
Benjamin Cabanes
12b09003ac
docs(core): update internal link path reference (#12080) 2022-09-19 16:30:32 +00:00
Isaac Mann
807430d16f
docs(nxdev): executor examples (#12049) 2022-09-19 09:49:07 -04:00
MaxKless
fd670d298b
docs(misc): update package descriptions to be more consistent (#12039) 2022-09-16 17:03:33 -04:00
Isaac Mann
5cab39b9aa
docs(nxdev): deprecated section (#12054) 2022-09-16 16:54:59 -04:00
Emily Xiong
a411e85e42
Feature/move expo (#11712)
* feat(expo): move expo to main repo

* feat(expo): add e2e expo tests and fix expo unit tests

* feat(expo): add generated docs

* feat(expo): update cz-config to add expo to commit message

* feat(expo): add @nrwl/expo to e2e test setup

* feat(expo): add expo to preset

* feat(expo): add detox tests

* feat(expo): update docs

* feat(expo): fix e2e tests

* feat(expo): upgrade expo to 46.0.10

* fix(expo): correct eas-cli build:info parameters names

* fix(expo): add cleanupProject to e2e test
2022-09-16 11:56:28 -04:00
Caleb Ukle
d90bdaec5f
docs(testing): clean up cypress usage in docs (#12047)
* docs(testing): update tutorials to account for new cypress UI

fixes: #11886

* docs(testing): update --prod usage for cypress overview

fixes: #11878
2022-09-16 10:12:04 -05:00
Isaac Mann
1c0bebf194
docs(nxdev): automatic related docs (#11994)
* feat(nxdev): automatic related docs

* docs(nxdev): use auto related docs
2022-09-15 19:56:15 +00:00
Jack Hsu
dd6addefc3
feat(bundling): move rollup to its own plugin (#12009) 2022-09-15 14:55:06 -04:00
Benjamin Cabanes
40fa765282
docs(nxdev): add auto-generated category/index page with custom content if needed (#12017) 2022-09-15 12:10:04 -04:00
Victor Savkin
a3e480b6d7 fix(core): rework the daemon process communication to use a queue and a long running connection 2022-09-13 16:34:41 -04:00
Isaac Mann
aaad9a4cf4
docs(nxdev): link to packages in sidebar (#12002) 2022-09-13 15:28:03 -04:00
Benjamin Cabanes
d52eaf886c
docs(core): add description property on packages.json (#11998) 2022-09-13 16:02:40 +00:00
Caleb Ukle
1a9df531b6
fix(testing): normalize paths for component-testing (#11963)
* fix(testing): normalize paths before accessing the project graph

* fix(testing): return object with offset input instead of string

* fix(testing): update schemas to provide better prompts
2022-09-13 14:17:49 +00:00
Katerina Skroumpelou
23421a164e
docs(storybook): cleanup Storybook documentation (#11993) 2022-09-13 13:06:30 +00:00
Miroslav Jonaš
ace2325f24
feat(core): update nrwl/ci version to 0.7 (#11925) 2022-09-13 08:53:05 +00:00
Xie Jay
b3e69e2591
feat(js): add rootDir option (#11678)
close #11601, close #9410, close #10707

Co-authored-by: xiejay97 <xiejay97gmail.com>
2022-09-13 00:13:58 +00:00
Juri
b9cb135149 docs(core): add link to how the daemon determines whether the process is running on CI 2022-09-12 23:26:17 +02:00
Jack Hsu
f49769a34a
feat(webpack): add webpack plugin (#11966) 2022-09-12 21:19:50 +01:00
Juri
7143b08852 docs(angular): add migration note to Angular docs entry page 2022-09-12 16:01:38 +02:00
Chau Tran
2508cb04a6
Revert "feat(js): add srcRootForCompilationRoot option to tsc executor (#10707)" (#11977)
This reverts commit aa01b7bd2d30bc4b16f831189d153eca618ec27b.

Co-authored-by: Chau Tran <chautran@Chaus-MacBook-Pro.local>
2022-09-12 13:31:45 +00:00
Isaac Mann
828632c8e4
docs(nxdev): cleanup define env vars (#11978) 2022-09-12 13:26:12 +00:00
Nozomu Miyamoto
aa01b7bd2d
feat(js): add srcRootForCompilationRoot option to tsc executor (#10707)
* feat(js): add `srcRootForCompilationRoot` option to tsc executor

ISSUES CLOSED: #9410

* docs(js): add description for `srcRootForCompilationRoot` option
2022-09-12 20:14:23 +07:00
Isaac Mann
bdfd7bef84
docs(nxdev): target env files (#11960) 2022-09-09 13:50:15 -04:00
Isaac Mann
ecec02218c
docs(nxdev): integrated vs package-based (#11957) 2022-09-09 12:44:29 -04:00
Isaac Mann
072296fc70
docs(nxdev): graph links from package.json (#11944)
* docs(nxdev): graph links from package.json

* docs(nxdev): analyze source files recipe
2022-09-09 14:19:45 +00:00
Katerina Skroumpelou
a428d240cf
docs(storybook): add more details on the Storybook overview (#11945) 2022-09-09 08:23:57 +00:00
Katerina Skroumpelou
ae58c1d54d
feat(storybook): generate storybook with more framework options (#11914) 2022-09-08 16:38:16 +00:00
Miroslav Jonaš
583bf684f8
docs(nxdev): update the version of nx-set-shas to v3 (#11924) 2022-09-08 05:04:57 -06:00
Colum Ferry
4aa72822cd
fix(angular): warning logged when generating MF app with no e2e (#11911) 2022-09-08 09:44:31 +01:00
Colum Ferry
81b5eebfa7
feat(angular): allow component options to be passed to standalone library #11702 (#11890) 2022-09-08 09:37:26 +01:00
Jason Jean
292f0c14b1
feat(core): generate inputs configuration for new workspaces (#11856) 2022-09-07 22:32:59 -04:00
Victor Savkin
c334277a93 docs(nx-cloud): rewrite dte docs 2022-09-07 20:34:38 -04:00
Jonathan Cammisuli
c2079589b5
docs(misc): readd neovim plugin information (#11921) 2022-09-07 21:53:17 +00:00
Jack Hsu
0a0ccd1305
docs(misc): link to customize webpack recipe from the migration guide (#11916) 2022-09-07 16:37:42 +00:00
Jack Hsu
44a4f3ccac
docs(misc): update customize webpack guide for next.js apps (#11917) 2022-09-07 12:25:32 -04:00
Caleb Ukle
a0904a601b
feat(testing): support angular cypress component testing (#11790)
* feat(testing): ng cypress component testing

closes: #11602

* chore(testing): move story utils into common util area

* feat(testing): add options for ng component testing

* docs(testing): add more info for component testing

* chore(testing): address PR feedback

* chore(testing): remove logs
2022-09-07 13:32:19 +00:00
Jack Hsu
2c407791be
docs(misc): fix typo in project config doc (#11912) 2022-09-07 08:43:22 -04:00
Colum Ferry
2910d4b55a
docs(angular): add 14.2.0 to matrix (#11907) 2022-09-07 10:51:50 +01:00
Victor Savkin
f9ef42e8c2 cleanup(misc): update to cloud message 2022-09-06 15:31:01 -04:00
Juri
94ed7ce9b2 docs(angular): add videos for Angular migration scenarios 2022-09-06 21:17:36 +02:00
MaxKless
0a3207bef6
docs(nxdev): fix image links in console-project-pane.md (#11897) 2022-09-06 11:36:18 -04:00
Benjamin Cabanes
563d5c965e
docs(core): add free course playlist on youtube (#11851) 2022-09-02 18:19:31 +00:00
Benjamin Cabanes
a23fcb9020
docs(core): add new nx cloud iframe sources (#11837) 2022-09-01 20:25:46 +00:00
Caleb Ukle
c7249db386
fix(testing): handle more complex projects for react component testing (#11725)
* fix(testing): use @nrwl/web:webpack utils to generate a more robust webpack config

fixes: #11372

* fix(testing): do not overwrite existing component test

* fix(testing): add component-test to cacheable operations

* chore(testing): address pr feedback
2022-08-30 16:42:42 +00:00
Caleb Ukle
b63893d1cd
docs(core): fix mistakes in @nrwl/workspace usage (#11776)
* docs(core): fix mistakes in @nrwl/workspace usage

@nrwl/workspace docs included a command for generators in the 'nx' package that doesn't contain
generators
update the usage of the 'move' generator to have the usage for the --destination arg

* docs(angular): update examples and add $default for project name
2022-08-30 16:19:33 +00:00