9605 Commits

Author SHA1 Message Date
Katerina Skroumpelou
3cb7b8f70d
fix(storybook): add all Storybook CLI options to schema (#17358) 2023-06-07 09:52:14 +03:00
Isaac Mann
e693642c35
docs(core): update preset link (#17153) 2023-06-06 16:22:25 -04:00
Jack Hsu
08339ee49f
feat(js): do not generate root babel.config.json for babel projects (#17289) 2023-06-06 15:45:33 -04:00
Richard Roozenboom
5c7db06508
fix(core): increase interval attempts for daemon server available on … (#16813) 2023-06-06 14:14:18 -04:00
enemvi
020af3267d
docs(repo): fix typo (#17414) 2023-06-06 10:11:06 -04:00
Yuri Pieters
d26d0f45d6
fix(js): use export type for exports from schema.d.ts files (#17392)
Co-authored-by: Yuri Pieters <yuri.pieters@anaplan.com>
2023-06-06 09:51:11 -04:00
Lars Gyrup Brink Nielsen
f1db759755
docs(core): add example run-many commands filtering on specific tags (#17254) 2023-06-06 08:37:53 -04:00
Sahil Purav
3997d3f5fd
fix(webpack): micro-frontend dev builds in React are not working in S… (#17403)
Co-authored-by: Sahil Purav <sahil5684@gmail.com>
2023-06-06 10:02:43 +03:00
Miroslav Jonaš
f14c51e690
feat(core): lazy load lock file processing dependencies (#17299) 2023-06-05 18:08:21 -04:00
Leosvel Pérez Espinosa
b6cdf9d975
feat(js): add initial/experimental batch execution implementation for tsc executor (#17287) 2023-06-05 17:18:52 -04:00
Jack Hsu
fe27b87327
docs(misc): ignore dependency on @nx/next and @nx/jest since they are not the workspace packages (#17423) 2023-06-05 15:58:32 -04:00
Jack Hsu
bbb64f8ca4
feat(bundling): Add support to rollup for babelUpwardRootMode" (#17422)" (#17427) 2023-06-05 15:57:23 -04:00
Nicholas Cunningham
334ed07037
docs(nextjs): Add examples for executors (#17116) 2023-06-05 11:10:37 -06:00
Nicholas Cunningham
1b7cb39e83
fix(nextjs): Update package.json build scripts (#17424) 2023-06-05 10:01:08 -06:00
Jack Hsu
1bba7490a1
Revert "[Do not merge]: feat(bundling): Add support to rollup for babelUpwardRootMode" (#17422) 2023-06-05 15:45:28 +00:00
Jack Hsu
b8cfbcc625
fix(node): apply migration patch to 16.0.0 and 14.7.6 migrations as well (#17419) 2023-06-05 11:31:50 -04:00
Emily Xiong
1bc7965278
feat(expo): add submit executor (#17372) 2023-06-05 10:59:01 -04:00
Nicholas Cunningham
2d76993e68
[Do not merge]: feat(bundling): Add support to rollup for babelUpwardRootMode (#17292) 2023-06-05 10:52:32 -04:00
Lorenz Henk
6980cf7505
docs(core): fix typo (#17405) 2023-06-05 09:26:28 -04:00
Jason Jean
1c4fb934b6 chore(misc): publish 16.4.0-beta.1 2023-06-02 17:40:00 -04:00
Caleb Ukle
ca38a2390b
fix(testing): resolve full paths to vite configs for vitest (#17396) 2023-06-02 16:32:32 -05:00
Emily Xiong
aa6b6394bb
fix(react-native): fix pod install to not throw error on stderr (#17382) 2023-06-02 17:08:19 -04:00
Isaac Mann
afd3cfd8c0
docs(core): deprecate npmScope (#17321) 2023-06-02 17:07:43 -04:00
Isaac Mann
47b8c6009d
chore(core): fix workspace-lint typo (#17393) 2023-06-02 17:06:41 -04:00
Jonathan Cammisuli
81ad49f898
feat(core): remove node hashing implementation (#17338)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2023-06-02 16:30:37 -04:00
Nicholas Cunningham
02d9486cb3
fix(nextjs): Update Next.js page generator to support app/ router (#17394) 2023-06-02 12:55:21 -06:00
Isaac Mann
cd9f04109e
docs(core): expand json examples (#17388) 2023-06-02 14:39:34 -04:00
Nicholas Cunningham
8f771e023b
fix(node): When serving using js:node executor NODE_ENV should not be undefined (#17375) 2023-06-02 13:56:40 -04:00
Mario Beltrán
a0b41eba3e
docs(linter): fix scoped plugin name (#16885)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2023-06-02 13:39:54 -04:00
Mohammad Outadi
70420100e1
docs(core): update enforce-project-boundaries.md (#16188)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2023-06-02 13:18:21 -04:00
Camille TJHOA
5647c7ece5
docs(core): fix example of custom/ejected github workflow (#17177) 2023-06-02 12:48:06 -04:00
Katerina Skroumpelou
6d147b61c4
fix(storybook): re-enable x-prompt and remove custom handling (#17360) 2023-06-02 12:35:35 -04:00
James Henry
8a7f79f036
fix(core): do not ship source maps with nx packages (#17389) 2023-06-02 12:31:00 -04:00
Colum Ferry
a775325b22
fix(angular): dynamic host should not generate webpack.prod.config.js (#17385) 2023-06-02 16:33:31 +01:00
Craigory Coppola
6c843532aa
fix(core): reorganize global installation check for better clarity (#17373) 2023-06-02 09:47:46 -04:00
Roy Ling
e8375f254b
docs(misc): fixed wrong project.json examples (#17141) 2023-06-02 09:01:15 -04:00
Rares Matei
6d86742f9d
docs(nx-cloud): add community edition migration notes (#17384) 2023-06-02 08:14:09 -04:00
Craigory Coppola
63f85a19fe
feat(core): deprecate print-affected and affected:graph (#17341) 2023-06-01 23:15:46 +00:00
Jason Jean
28bca77f47
chore(react): disable failing nx init cra e2e test (#17379) 2023-06-01 18:48:33 -04:00
Rares Matei
7ca22adce5
docs: update nx private cloud release notes (#17377) 2023-06-01 19:44:04 +00:00
Victor Savkin
1da4da91c9
chore(repo): update to 16.4.0-beta.0 2023-06-01 14:53:04 -04:00
Victor Savkin
c2112a0727
chore(misc): publish 16.4.0-beta.0 2023-06-01 14:07:38 -04:00
Jonathan Cammisuli
a978ad3094
feat(core): rust based watcher (#16915) 2023-06-01 14:00:27 -04:00
Lucas Vieira
f5e52dbcbf
chore(core): nx plugin submission @nxlv/python (#17365) 2023-06-01 13:10:51 -04:00
Craigory Coppola
a33e75e4d8
feat(core): add --affected flag to nx graph (#17340) 2023-06-01 11:24:18 -04:00
Leosvel Pérez Espinosa
cd0b76d950
fix(angular): do not overwrite ng-packagr version if already installed (#17353) 2023-06-01 15:23:16 +01:00
Leosvel Pérez Espinosa
c68b4bfb47
fix(js): do not overwrite supported typescript version (#17350) 2023-06-01 15:22:53 +01:00
Victor Savkin
29dc4bd6d0
chore(misc): publish 16.3.1 2023-06-01 10:11:37 -04:00
Victor Savkin
9047db4340
fix(core): export a function to create a projectFileMap from project graph 2023-06-01 10:10:25 -04:00
Daniel Glejzner
fac7edc0a3
Shared docs fix (#17323) 2023-06-01 07:47:25 -04:00