5417 Commits

Author SHA1 Message Date
Jonathan Cammisuli
c1c5f0b57d
feat(misc): add application x-type for host and remote generators (#9954) 2022-04-22 14:42:25 +00:00
Jack Hsu
d5468f74d2
docs(core): update module federation guide (#9952) 2022-04-22 09:43:50 -04:00
Jason Jean
ebc3e64442 Release 14.0.1 2022-04-21 19:23:28 -04:00
Jason Jean
9f87d4c346
fix(angular): remove src from lintFilePatterns (#9940) 2022-04-21 18:54:22 -04:00
Caleb Ukle
b93091b558
fix(testing): include jest.config.ts in tsconfig.spec.json (#9938) 2022-04-21 22:47:53 +00:00
Jason Jean
f98459ec99
fix(core): remove log during migrate (#9935) 2022-04-21 18:10:18 -04:00
Jack Hsu
21d5dd13f3
docs(core): module federation docs (#9932) 2022-04-21 18:04:36 -04:00
Jason Jean
aeece5f53c Release 14.0.0 2022-04-21 16:35:50 -04:00
Caleb Ukle
e6988753b8
feat(testing): update to latest jest version (#9792)
bump to v27.5.1 of jest and 0.2.20 of @swc/jest
2022-04-21 18:26:30 +00:00
Jason Jean
faa8ec0d82
feat(core): default to Yes for Nx Cloud during add-nx-to-monorepo (#9934) 2022-04-21 18:14:04 +00:00
Caleb Ukle
39331d1e17
feat(testing): move jest config to .ts files (#9854)
* feat(testing): move jest config to .ts

move jest config and preset to ts files

ISSUES CLOSED: #8344

* fix(testing): update tests for jest.config.ts changes

update tests broken by renaming jest fils to ts files
2022-04-21 17:58:40 +00:00
Craigory Coppola
2d2c8a797c
fix(core): local plugins should resolve in package-manager workspaces (#9913)
In npm/pnpm/yarn workspaces, packages apparently end up symlinked to node_modules. This was causing local plugin resolution to fail, since the fallback call was never hit. The fix is to check for a local plugin *first*, and then if not found to fall back on the installed plugin.

This has the disadvantage of it not being possible to hit the installed version of a plugin's executors / generators, since the local plugin resolution will always kick in. I'm not super sure if that is worth fixing, but its  something to consider.

Fixes #9823
2022-04-21 13:47:00 -04:00
Caleb Ukle
e3a88d4fbe
fix(core): fix writing partial files to disk during migration (#9931)
there can be a case where a readable stream will end but the piped writeable stream has not finished
writing to the disk
in which case you'll get partial file contents aka malformed json
ensure you
resolve the function after the writeable stream has finished writing to the disk
2022-04-21 17:36:18 +00:00
Emily Xiong
2f41eb07c1
cleanup(core): update the docs to be inline with nx 14 (#9851) (#9872)
Co-authored-by: Victor Savkin <mail@vsavkin.com>
2022-04-21 12:42:45 -04:00
Benjamin Cabanes
d6323374ae
docs(nxdev): fix mobile announcement banner alignment (#9930) 2022-04-21 11:51:02 -04:00
Jack Hsu
7f1545d9f4
docs(core): fix serve builtTarget for dev (#9929) 2022-04-21 15:14:45 +00:00
Benjamin Cabanes
cda28c1cb8
docs(nxdev): add announcement banner for nx conf lite (#9928) 2022-04-21 15:11:37 +00:00
Colum Ferry
56aa346354
fix(angular): mf generators failed with directory (#9922) 2022-04-21 12:21:21 +01:00
Colum Ferry
e7f220dfac
fix(angular): there is no cors option on the file-server (#9923) 2022-04-21 12:21:11 +01:00
Miroslav Jonaš
d27563ba1e
fix(core): improve generated workflows (#9921) 2022-04-21 12:55:02 +02:00
Philip Fulcher
3dc818f631
feat(dep-graph): launch path tracing (#9919) 2022-04-21 06:30:13 +00:00
Philip Fulcher
5f12ce0f12
fix(dep-graph): fix display of nested workspaceLayout directories (#9918) 2022-04-21 03:39:46 +00:00
Jack Hsu
7913f31cff
fix(react): use normalized app name in host/remote generators (#9909) 2022-04-21 02:54:39 +00:00
Philip Fulcher
81af0b4ad3
feat(dep-graph): default proximity search to enabled (#9917) 2022-04-20 20:47:39 -06:00
Victor Savkin
920d8aa355
chore(repo): update repo to nx14 (#9908) 2022-04-20 21:40:12 -04:00
Victor Savkin
4990d050ae
cleanup(core): update the docs to be inline with nx 14 (#9851) 2022-04-20 20:58:47 -04:00
Miroslav Jonaš
ec0f4b4173
fix(core): handle failed CI workflows in CNW CLI (#9915) 2022-04-20 20:46:13 -04:00
Benjamin Cabanes
b7bf53b57d
docs(nxdev): bump github stars header counter (#9916) 2022-04-20 22:38:00 +00:00
Miroslav Jonaš
ea9fbd5454
feat(core): throw error on ci generator if nx cloud not set (#9914) 2022-04-21 00:26:59 +02:00
Colum Ferry
991efef5e5
feat(angular): serve static for remotes (#9911) 2022-04-20 21:49:26 +00:00
Craigory Coppola
b225d98aaa
fix(devkit): remove from package-json should pass when dev dependencies null (#9903)
Closes #9877
2022-04-20 16:54:44 -04:00
Colum Ferry
cc389704b5
fix(angular): share secondary entry points (#9896) 2022-04-20 20:31:22 +00:00
Victor Savkin
4ca470cb16
chore(repo): update repo to nx 14 2022-04-20 15:12:34 -04:00
Jack Hsu
c07784af45
chore(repo): remove bad dev dependency on nextjs (#9907) 2022-04-20 19:04:43 +00:00
Jack Hsu
ff3b3a717c
fix(react): update migrations to work for projects without targets (#9906) 2022-04-20 18:59:30 +00:00
Miroslav Jonaš
5fe8d84396
feat(core): add CI generation to create-nx-workspace (#9611) 2022-04-20 14:51:15 -04:00
Benjamin Cabanes
4b7bc9011e
docs(nxdev): update conference speaker list (#9905) 2022-04-20 14:35:39 -04:00
Caleb Ukle
c265c4686b
feat(testing): support extra jest cli args (#9904)
pass extra cli args to jest to allow 3rd party plugins to work correct like jest-runner-groups

ISSUES CLOSED: #9873
2022-04-20 18:28:55 +00:00
Jack Hsu
e7447685cc
fix(react): update migration to work without targets (#9901) 2022-04-20 18:25:57 +00:00
Benjamin Cabanes
a1326aee3d
docs(nxdev): change time for nx conf lite (#9900) 2022-04-20 17:12:30 +00:00
Benjamin Cabanes
4ba87e44ba
docs(nxdev): add time slots for nx conf agenda (#9899) 2022-04-20 12:50:52 -04:00
Jason Jean
cb7fb22bca
feat(core): remove @types/node from default workspace (#9853)
Signed-off-by: Jason Jean <jasonjean1993@gmail.com>
2022-04-20 12:43:23 -04:00
Jack Hsu
8171e68da7
fix(react): handle transform properly for js/ts files in @nrwl/react/plugin/jest (#9898)
Fixes #9640
2022-04-20 16:37:10 +00:00
Jack Hsu
e32932d267
feat(react): add ability to serve remote apps in dev or static mode (#9893) 2022-04-20 12:27:49 -04:00
James Henry
2e907af1e3
feat(core): add --create-commits option to nx migrate (#9845) 2022-04-20 10:22:54 -04:00
Jack Hsu
5a9020a301
docs(react): update migration guide for react 18 (#9897) 2022-04-20 14:03:40 +00:00
Jack Hsu
2b421117bf
feat(react): add default development configuration for React and Next.js apps (#9892) 2022-04-20 04:27:19 +00:00
Colum Ferry
388eb4026d
feat(angular): align config file naming for module federation (#9889) 2022-04-19 22:15:01 +00:00
Jack Hsu
586501aa35
chore(react): update MFE language to module federation (#9888) 2022-04-19 20:48:49 +00:00
Jack Hsu
a878b2c647
docs(react): update migration guide (#9887) 2022-04-19 13:21:38 -04:00