7184 Commits

Author SHA1 Message Date
Francesco Leardini
2d0b7fc911
docs(nx-plugin): typo correction in local generators docs (#13171) 2022-11-16 14:12:11 -05:00
George Karagkiaouris
60a7345580
fix(bundling): fix webpack publicPath: 'auto' behavior for esm builds (#13186)
Fixes https://github.com/nrwl/nx/issues/13185
2022-11-16 13:57:50 -05:00
Caleb Ukle
620f6a6afd
fix(testing): add babel-jest transform options for react libraries (#13175) 2022-11-16 12:41:58 -05:00
Victor Savkin
40d37b3eae
fix(core): set project names using a blog instead of project graph (#13202) 2022-11-16 10:35:35 -05:00
Miroslav Jonaš
45cba682d7
feat(core): handle yarn workspace packages when pruning (#13170) 2022-11-16 12:05:42 +01:00
Katerina Skroumpelou
78d5d7bd30
docs(bundling): fix the vite overview page (#13196) 2022-11-16 11:03:25 +00:00
Philip Fulcher
074a7f9f37
chore(graph): selected task is persisted in url (#13189) 2022-11-15 15:29:18 -07:00
Victor Savkin
8d9de7f81d cleanup(core): clean up workspace creation 2022-11-15 17:22:02 -05:00
Craigory Coppola
0e3b0ef192
docs(core): document includeScripts property (#13182)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2022-11-15 16:25:23 -05:00
Isaac Mann
872eb1864f
See also links (#13180) 2022-11-15 15:48:29 -05:00
Jason Jean
c2d4bf5fc8 chore(misc): publish 15.1.0 2022-11-15 14:04:30 -05:00
Øyvind Marthinsen
8ad9dd5d05
feat(misc): support glob expressions for projects matching in run-many (#11659)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2022-11-15 12:59:51 -05:00
Craigory Coppola
2661582df3
feat(core): add includedScripts to allow filtering package json scripts (#13179) 2022-11-15 12:52:33 -05:00
Isaac Mann
4766af78e0
fix(nxdev): related docs recipes not listed (#13162) 2022-11-15 11:49:30 -05:00
Colum Ferry
e70fd48880
feat(angular): add withModuleFederationForSSR function (#13172) 2022-11-15 16:35:09 +00:00
Jonathan Cammisuli
54670c93e0
feat(testing): add vitest (#13129) 2022-11-15 09:15:19 -05:00
Miroslav Jonaš
b924f1a620
feat(core): add prune lock file hashing based on the input (#13167) 2022-11-15 12:31:50 +01:00
Miroslav Jonaš
af0a18ff4e
feat(core): add prune lock file support for pnpm (#13155) 2022-11-15 09:37:44 +01:00
Jason Jean
512971caa1
chore(repo): update nx to 15.1.0-beta.2 (#13163) 2022-11-14 21:17:29 +00:00
Benjamin Cabanes
6e62b4fdb2
docs(nxdev): add nxcloud dte and cache icons (#13161) 2022-11-14 20:36:57 +00:00
Craigory Coppola
1a8bf7791b
feat(core): enable root project by specifying nx: true in root package.json (#13137) 2022-11-14 15:26:17 -05:00
Katerina Skroumpelou
8d103f323c
feat(bundling): vite plugin executors (#13032) 2022-11-14 14:33:09 -05:00
Leosvel Pérez Espinosa
2a671e7104
cleanup(angular): add @angular-eslint/builder:lint builder migrator (#13151) 2022-11-14 14:51:50 +01:00
Victor Savkin
f12186a289
fix(nxdev): fix the dte link to point to the nx cloud intro page 2022-11-13 13:29:48 -05:00
Isaac Mann
20fe12b1b9
docs(core): nx cloud intro (#13132) 2022-11-13 13:26:23 -05:00
Victor Savkin
c4ebef2803 feat(react): add a preset to generate a workspace with a single app at the root 2022-11-12 17:17:58 -05:00
Miroslav Jonaš
fc8de9a4d3
feat(core): add prune lock file support for npm 2 and 3 (#13120) 2022-11-12 22:01:03 +01:00
Júlio César
b142f385c9
fix(devkit): use target inference from plugins in readTargetOptions (#13141) 2022-11-12 13:49:54 -05:00
Isaac Mann
b0d2e4ba66
docs(core): troubleshoot cache misses recipe (#13135) 2022-11-11 16:13:56 -05:00
Jonathan Cammisuli
a771dc9875
feat(core): daemon file watcher (#13068)
Co-authored-by: Victor Savkin <vsavkin@users.noreply.github.com>
2022-11-11 15:23:51 -05:00
Philip Fulcher
c18ec6ccd6
chore(graph): add tasks to graph (#13133) 2022-11-11 12:52:19 -07:00
Craigory Coppola
a300c0e3eb
fix(angular): migration should ignore external deps (#13112) 2022-11-11 12:23:41 -05:00
Isaac Mann
ba4e944981
docs(core): dte affected commands in parallel (#13115) 2022-11-11 10:40:28 -05:00
Colum Ferry
60c220b788
cleanup(angular): remove redundant test from early migration (#13130) 2022-11-11 15:37:30 +00:00
Jason Jean
16c3a2eb20
chore(repo): make runCLI work in verbose mode (#13123) 2022-11-10 23:15:14 -05:00
Jason Jean
5f47917ce0
chore(repo): fix security vulnerabilities (#13122) 2022-11-11 03:38:44 +00:00
Sebastian Duque Gutierrez
c44b543d14
chore(core): nx plugin submission @nxkit/style-dictionary (#12892) 2022-11-10 19:07:57 -05:00
Jason Jean
f572574fae
fix(misc): read the version of nrwl packages from project graph (#13118) 2022-11-10 22:08:00 +00:00
Benjamin Cabanes
06c95739d9
docs(nxdev): add packages link to flyout menu (#13119) 2022-11-10 21:35:30 +00:00
Jack Hsu
41fb76a953
feat(react): cra-to-nx to use PORT from .env file when migrating to Vite (#13116) 2022-11-10 16:09:32 -05:00
Jack Hsu
043e5d9604
chore(repo): exclude cra-to-nx from running on macos in CI (#13111) 2022-11-10 11:08:40 -05:00
Juliano Custódio
4ae6bc5096
fix(bundling): wrong main entry path for cjs in ouput package.json (#12569) 2022-11-10 10:58:23 -05:00
Richard Roozenboom
3e867d1650
fix(angular): passthrough skip package json option to generators (#13109)
CLOSED https://github.com/nrwl/nx/issues/13108
Fixes https://github.com/nrwl/nx/issues/13108
2022-11-10 10:57:15 -05:00
Jack Hsu
83646895c3
cleanup(react): add e2e tests for cra-to-nx package (#13107) 2022-11-10 10:41:05 -05:00
Tarsis Dragomir
2b29647c1c
fix(core): do not interpolate unknown options in overrides (#13088)
Co-authored-by: Steven Haelterman <steven.haelterman@colruytgroup.com>
2022-11-10 10:18:24 -05:00
Colum Ferry
aed120cec6
docs(angular): add some additional clarity to ng cli and nx page #12985 (#13102) 2022-11-10 11:34:05 +00:00
Leosvel Pérez Espinosa
02c4bf2af8
cleanup(angular): add @angular-devkit/build-angular:karma builder migrator (#13101) 2022-11-10 12:28:06 +01:00
Colum Ferry
8bba6d7abf
fix(angular): do not throw errors for skipped remotes (#13100) 2022-11-10 10:41:27 +00:00
Philip Fulcher
2be9a01272
chore(graph): consume task graph data in client (#13092) 2022-11-09 16:58:28 -07:00
Colum Ferry
f08a3c3c44
feat(react): add skipRemotes option to module-federation-dev-server (#13090) 2022-11-09 19:07:19 +00:00