2234 Commits

Author SHA1 Message Date
Richard Roozenboom
ceabe46e89
docs(core): update link to nrwl/nx-incremental-large-repo (#16862) 2023-05-08 09:25:55 -04:00
Marwan Fikrat
878df9a618
feat(core): add skipTypeCheck option to rollup plugin options (#16710) 2023-05-06 04:44:50 -07:00
AgentEnder
6c00f922ae chore(core): reorganize nx-commands and cli implementation 2023-05-05 12:51:22 -04:00
Isaac Mann
258b6df8b6
docs(core): plugin section (#16314) 2023-05-05 12:37:06 -04:00
Katerina Skroumpelou
32c176c359
docs(storybook): rearrange docs and more some to deprecated (#16805) 2023-05-05 10:53:46 -04:00
Hisam Fahri
402ccbf182
fix(react): add app directory in the default tailwind.config.js (#16656) 2023-05-05 15:51:15 +03:00
Leosvel Pérez Espinosa
0b02e98d46
docs(angular): update nx and angular version compatibility matrix with angular 16 (#16695) 2023-05-05 12:18:05 +01:00
Emily Xiong
575c6a152f
feat(react): support allowJs customization in the rollup executor (#16789) 2023-05-05 12:23:59 +03:00
Katerina Skroumpelou
17e6db5568
feat(storybook): deprecate v6 support (#16650) 2023-05-04 18:02:18 +03:00
Miroslav Jonaš
82431fa975
docs(core): add example of custom/ejected github workflow (#16739) 2023-05-04 12:59:28 +02:00
Miroslav Jonaš
2163d720e6
feat(core): bump version of @nrwl/ci workflow (#16724) 2023-05-04 12:13:02 +02:00
Colum Ferry
0a81c64560
fix(angular): update ngrx parent description to give better info about standalone api usage (#16755) 2023-05-04 11:11:06 +01:00
Emily Xiong
58e23b121a
feat(react-native): upgrade @storybook/react-native to 6.5 (#16670) 2023-05-03 20:09:28 +03:00
Leosvel Pérez Espinosa
f45aa076da
feat(angular): support angular v16 (#15592) 2023-05-03 11:02:07 -04:00
Emily Xiong
68c262d933
fix(react): fix external npm packages for rollup (#16713) 2023-05-03 11:41:20 +03:00
Zachary DeRose
ccf67594b5
docs(core): updating rescope (#16704) 2023-05-02 15:26:10 -04:00
Nicholas Cunningham
8dec11ecbe
fix(node): ensure that bundlers for node is webpack/esbuild (#16702) 2023-05-02 13:43:26 -04:00
Colum Ferry
a8b219088d
docs(angular): add quotes for running devRemote #16608 (#16700) 2023-05-02 16:01:40 +01:00
Craigory Coppola
4e97ee94e1
fix(misc): show proper messaging when generating a workspace generator (#16683) 2023-05-01 18:05:38 -04:00
Caleb Ukle
179930fe18
fix(testing): add --quiet cypress executor option (#16680) 2023-05-01 16:49:33 -04:00
Craigory Coppola
22c0047b63
fix(core): prefer NX_TASKS_RUNNER over NX_RUNNER (#16618) 2023-04-28 16:50:48 -04:00
Caleb Ukle
a3875cc873
docs(testing): add example of extending CT preset (#16641) 2023-04-28 16:30:04 -04:00
Isaac Mann
0b39480f63
docs(core): remove ci var from gitlab example (#16604) 2023-04-28 16:15:18 -04:00
Stefano Formicola
920352215c
docs(react-native): fix typo in build-ios schema.json (#16620)
Co-authored-by: Stefano Formicola <stefano.formicola@cloudacademy.com>
2023-04-28 12:32:06 -04:00
Miroslav Jonaš
db43ea1033
docs(linter): fix outdated rule name for enforce-module-boundaries (#16637) 2023-04-28 11:58:46 -04:00
Leosvel Pérez Espinosa
95c0fad6bf
docs(angular): replace ng add usage with nx init --integrated for integrated migration (#16248) 2023-04-27 18:49:04 -04:00
Leosvel Pérez Espinosa
13a35bfb89
docs(misc): expose nx init command flags in docs and the terminal help (#16433) 2023-04-27 18:20:36 -04:00
Isaac Mann
afa5eb59fa
docs(core): document the @nrwl => @nx rescope (#16403)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-04-27 18:14:59 -04:00
James Henry
b1e3545caa
fix(core): do not strip additional angular.json properties (#16615) 2023-04-27 14:09:47 -04:00
Ashley Hunter
fbf8d9c99f
feat(js): adding simpleName option to library generator (#16025) 2023-04-27 11:28:34 -04:00
Caleb Ukle
43a7d770fa
cleanup(testing): rename cypress-component-project to cypress-component-configuration (#16382) 2023-04-27 11:19:32 -04:00
Isaac Mann
f91920d31e
docs(core): make migrate latest more prominent (#16596) 2023-04-27 11:17:34 -04:00
Miroslav Jonaš
f004e22b7c
fix(repo): replace remaining instances of yarn with pnpm (#16571) 2023-04-27 11:16:42 -04:00
Ashley Hunter
2be25eb45c
feat(nest): adding simpleName option to library generator (#16024) 2023-04-27 14:38:31 +00:00
Zachary DeRose
5e2bf07908
docs(core): fixing some references to old architect terminology (#16424)
Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
2023-04-27 08:28:53 -04:00
Jason Jean
7b0f96b1ba
feat(nx-plugin): simplify generated plugin code (#16590) 2023-04-26 18:38:04 -04:00
Altan Stalker
4406ce0a29
docs(nx-cloud): update azure pipelines example from issue feedback (#16593) 2023-04-26 17:42:55 -04:00
Craigory Coppola
ac64773ffa
feat(core): update dependsOn configuration to use dependencies property (#16584) 2023-04-26 17:11:26 -04:00
Elian ☕️
2b6a42512a
docs(core): replace broken link in tutorial (#16158)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2023-04-26 16:53:50 -04:00
Katerina Skroumpelou
44654251bd
feat(vite): allow setting of build target (#16588) 2023-04-26 16:26:26 -04:00
limars874
cab7aacc55
docs(nx-plugin): fixed the uses of the wrong example (#16111) 2023-04-26 16:14:07 -04:00
Liam McAteer
83ada9dcc1
feat(vite): add --testFile argument to @nrwl/vite:test (#16324)
Co-authored-by: Liam McAteer <=>
2023-04-26 15:11:14 -05:00
Nicholas Cunningham
d24862d358
fix(nextjs): Add debug ability when verbose is passed to build (#16545) 2023-04-26 11:21:13 -04:00
Craigory Coppola
72297506b4
docs(core): add small section explaining difference between outputs and outputPath (#16577) 2023-04-26 11:17:45 -04:00
Philip Fulcher
308dea3b4f
docs(misc): update standalone tutorials (#16492)
Co-authored-by: Philip Fulcher <philipfulcher@Philips-MacBook-Air.local>
2023-04-26 09:35:04 -04:00
Colum Ferry
5761aa9bdd
docs(angular): show how to add additional webpack plugins with MF (#16572) 2023-04-26 09:32:40 -04:00
Altan Stalker
7c050369ea
docs(nx-cloud): add docs for disable nx cloud connection option in nx.json (#16565) 2023-04-25 19:21:46 -04:00
Philip Fulcher
e0600e9cdc
docs(nx-cloud): fix links to helm chart repo (#16561) 2023-04-25 15:51:42 -06:00
Philip Fulcher
3fca88c8a6
chore(devkit): remove comment from docblock so it isn't added to docs (#16490)
Co-authored-by: Philip Fulcher <philipfulcher@Philips-MacBook-Air.local>
2023-04-25 13:38:25 -04:00
Jack Hsu
ae8c47b75a
feat(web): expose cache, compression options for file-server (#16546)
Co-authored-by: Ryan Diehl <rydiehl@cisco.com>
2023-04-25 13:32:46 -04:00