1391 Commits

Author SHA1 Message Date
Victor Savkin
1a31018ea2 feat(core): add daemon to the context provided to task runners 2022-08-17 15:30:00 -04:00
Emily Xiong
519451e1e2
feat(react-native): upgrade metro to 0.72.0 (#11480) 2022-08-17 13:22:58 -04:00
Altan Stalker
9f83207b5d
docs(nx-cloud): update release notes for @nrwl/nx-cloud 14.3.0 (#11407) 2022-08-17 11:39:03 -04:00
Hamza Shahid
d44abe64be
docs(react-native): fix issues in react-native.md (#11525) 2022-08-17 15:25:16 +00:00
Equilibris
03c0109080
docs(misc): Add details for Neovim plugin (#11491) 2022-08-17 07:34:58 -04:00
Colum Ferry
7891a68715
feat(angular): add scam to standalone conversion generator (#11578) 2022-08-17 12:06:07 +01:00
Colum Ferry
da1741bf56
feat(angular): support standalone component library generation (#11608) 2022-08-17 12:05:54 +01:00
Colum Ferry
af93cfd597
feat(angular): add standalone app generation (#11592) 2022-08-17 12:03:56 +01:00
Jack Hsu
51da354e65
feat(nextjs): add --custom-server option to app generator (#11607) 2022-08-16 10:32:30 -04:00
Benjamin Cabanes
dc092b531f
docs(nx-cloud): add agent definitions for DTE with Jenkins (#11597) 2022-08-15 20:17:01 +00:00
Benjamin Cabanes
46a89123df
docs(nxdev): format nx cloud release notes (#11596) 2022-08-15 20:04:06 +00:00
Caleb Ukle
3101b4d072
chore(testing): add e2e tests for cypress environment variables (#11569) 2022-08-15 15:55:12 -04:00
Colum Ferry
6b9f44f10e
docs(angular): fix dynamic mf example #11516 (#11587) 2022-08-15 12:29:10 +01:00
Amir H. Khanjani
6f1aedb070
docs(core): remove --all from examples (#11579)
This flag is marked as deprecated [here](https://nx.dev/nx/run-many#all).
2022-08-13 23:02:30 -04:00
Joe Prisk
9bea8490ca
docs(misc): updates Step 11 to use print-affected rather than affected (#11554) 2022-08-12 08:44:01 -04:00
Victor Savkin
918ddf6d4b
feat(core): hash tasks early when possible to enable optimizations (#11533) 2022-08-11 14:56:16 -04:00
Colum Ferry
8645272c4c
docs(core): add table showing compat versions of nodejs and ts (#11529) 2022-08-11 15:28:15 +01:00
Colum Ferry
cecc790f3c
docs(angular): add version compatibility matrix (#11445)
Co-authored-by: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com>
2022-08-11 09:58:26 -04:00
Benjamin Cabanes
ff7a25a1ba
docs(core): update overview package links (#11532) 2022-08-10 17:21:09 +00:00
Emily Xiong
65f554f81e
feat(react-native): add exclude to sync-deps (#11365) 2022-08-09 14:39:39 -04:00
Jack Hsu
520e5852f7
docs(core): read package names from package.json rather than inferrin… (#11520) 2022-08-09 16:42:13 +00:00
Jack Hsu
6eb52b8094
docs(misc): update webpack 5 migration guide (#11517) 2022-08-09 14:00:55 +00:00
peterreisz
36f9420736
feat(linter): add option to set report unused disabled directives (#11212) (#11272)
Co-authored-by: Peter Reisz <peter.reisz@mozaiq.app>
2022-08-09 15:14:13 +02:00
Katerina Skroumpelou
8bc99407aa
feat(storybook): ignore paths when generating stories (#11111)
* feat(storybook): ignore paths when generating stories

ISSUES CLOSED: #10211

* cleanup(storybook): add test for nested component ignore path

* feat(storybook): ensure ignore paths parsed correctly

Co-authored-by: Colum Ferry <cferry09@gmail.com>
2022-08-08 14:17:06 +01:00
Jack Hsu
b50d3879ab
docs(misc): update webpack guide with link to module federation (#11475) 2022-08-05 15:43:28 -04:00
Jack Hsu
a13e075c7a
docs(misc): update customize webpack docs (#11473) 2022-08-05 18:33:30 +00:00
Rares Matei
9dc7d683db
docs(nx-cloud): update private cloud release notes (#11471) 2022-08-05 16:47:14 +00:00
Rares Matei
a829270344
docs(nx-cloud): bitbucket auth (#11452) 2022-08-05 15:12:42 +01:00
Benjamin Cabanes
0e37a462b1
docs(ci): add gitlab dte example (#11433) 2022-08-03 20:57:47 +00:00
AndrewOttavianoAbb
aa79910e88
docs(misc): updated AST playground to TSQuery (#11295)
* docs(devkit): updated the astexplorer link to point to the tsquery demo.

The docs were pointing to the AST Explorer demo but it mentioned using the TSQuery npm package. So I
changed the AST Explorer link to the TSQuery Playground.

* docs(misc): updated AST playground to TSQuery

The docs were linking to the AST Explorer, which is not the npm package referenced in the generator
documentation (as AST Explorer does not support parsing TypeScript).

* docs(misc): updated AST playground to TSQuery

The docs were linking to the AST Explorer, which is not the npm package referenced in the generator
documentation (as AST Explorer does not support parsing TypeScript).

* docs(misc): updated AST playground to TSQuery

The docs were linking to the AST Explorer, which is not the npm package referenced in the generator
documentation (as AST Explorer does not support parsing TypeScript).
2022-08-03 13:34:59 -04:00
Rares Matei
77b5278568
docs(nx-cloud): update release notes (#11422) 2022-08-03 12:37:40 +01:00
Katerina Skroumpelou
accc7a6bab
docs(storybook): fix composition guide (#11421)
#11353

ISSUES CLOSED:  #11353
2022-08-03 11:01:59 +00:00
Juri
9c93c907fd fix(react): adjust nx-console related x-dropdown prop name 2022-08-03 10:39:06 +02:00
Juri
77795ae466 docs(core): fix output param forwarding example 2022-08-03 10:36:56 +02:00
Jack Hsu
e45c2f24ba
feat(nextjs): improve support for custom server (#11325)
- Add new generator for custom server
- Add @nrwl/js:node executor for serving custom server
- Deprecate @nrwl/node:node in favor of the above
2022-08-02 18:37:23 +00:00
Amir H. Khanjani
6e97f10b31
docs(core): remove beta label from lerna 5.1 (#11380) 2022-08-02 13:21:51 -04:00
Juri Strumpflohner
bf2c79bc01
fix(react): allow positional params for setup-tailwind generator (#11396) 2022-08-02 09:11:49 -04:00
Caleb Ukle
b4c4501979
docs(testing): update docs to use correct filenames for cypress and jest (#11394)
ISSUES CLOSED: #11392
2022-08-01 13:25:26 -05:00
Victor Savkin
0fbe9be74a
docs(nx-cloud): update docs to use helm 2022-07-29 13:52:28 -04:00
Rares Matei
184d4aa0d5
docs(nx-cloud): update private cloud release notes (#11333) 2022-07-28 14:24:00 +01:00
Benjamin Cabanes
23ed558998
docs(nxdev): apply github repository callout cmp (#11314) 2022-07-27 15:21:00 +00:00
Jack Hsu
7fd7af3195
feat(js): add --clean/--no-clean option to tsc and swc executors (#11311) 2022-07-27 15:04:22 +00:00
Jason Jean
3c2ad25cfd
feat(misc): implement nx repair and prettify migrate output (#11288) 2022-07-26 17:34:32 -04:00
Rares Matei
f2222ff968
docs(nx-cloud): update private cloud release notes (#11296) 2022-07-26 19:01:04 +01:00
Rares Matei
f9a6df5d63
docs(nx-cloud): update private cloud release notes (#11285) 2022-07-25 18:06:20 +01:00
Victor Savkin
db3d6cb3a1 docs(nx-cloud): reorganize on prem docs 2022-07-24 13:54:07 -04:00
Júlio César
7b6d765567
docs(nx-plugin): improve targets inferece example (#10839)
Add example `projectFilePatterns` export, which is required for a minimal runnable example. Also fixes a typo in code.
2022-07-22 17:24:36 -04:00
Doni Rubiagatra
89e0fefe58
docs(misc): fix indentation in bitbucket pipeline (#11225) 2022-07-22 16:56:14 -04:00
Rares Matei
3d6d69eb58
docs(nx-cloud): update private cloud release notes (#11264)
* docs(nx-cloud): update private cloud release notes

* docs(nx-cloud): fix formatting
2022-07-22 20:42:17 +01:00
Jason Jean
00ef4c7283
fix(misc): make __unparsed__ not required and add smart provider in adapter (#11262) 2022-07-22 14:53:17 -04:00