4518 Commits

Author SHA1 Message Date
Victor Savkin
53767a89c1 fix(js): mark swc as experimental 2021-12-23 20:12:19 -05:00
Chau Tran
214ef8ac4f chore(testing): adjust tests that are affected by removing swc 2021-12-23 19:56:58 -05:00
Chau Tran
4430733f57 chore(testing): assert options.compiler to tsc 2021-12-23 19:56:58 -05:00
Chau Tran
f97961d865 fix(testing): remove 'swc' from compiler option for jest generators
@swc/jest is not currently working as it's supposed to. at least, with single .swcrc file.
2021-12-23 19:56:58 -05:00
Chau Tran
d6d56c7c4e chore(js): adjust unit test 2021-12-23 19:56:58 -05:00
Chau Tran
fba478c362 fix(js): use ts-jest for compiler SWC due to known bug in SWC 2021-12-23 19:56:58 -05:00
Miroslav Jonaš
495f5c6d8d
chore(repo): update CI node version to v16 (#8186) 2021-12-23 23:14:14 +00:00
David Slabý
657d93ae7f
fix(web): shouldSkip get of undefined fixed, chunk push into Set fixed (#8140)
Co-authored-by: david.slaby <david.slaby@chyronhego.com>
2021-12-23 19:07:08 +00:00
Linbudu
7bfc2bdcb1
chore(chore): nx plugin submission nx-plugin-esbuild/vite/snowpack/prisma (#7801)
* chore(chore): nx plugin submission nx-plugin-esbuild/vite/snowpack/prisma

* chore(core): nx plugin submission nx-plugin-esbuild/vite/snowpack/prisma
2021-12-23 13:41:08 -05:00
Katerina Skroumpelou
1b5632cc9a
fix(core): catch error when creating new workspace and git is not configured (#8289)
ISSUES CLOSED: #8183
2021-12-23 12:10:18 -05:00
Leosvel Pérez Espinosa
d3f4613687
fix(core): handle project graph plugins not providing optional projectFilePatterns property (#8290) 2021-12-23 12:09:35 -05:00
Dominik Pieper
419948015e
Add nxext plugins (#8035)
* chore(core): nx plugin submission @nxext/vite

* chore(core): nx plugin submission @nxext/solid
2021-12-23 12:08:33 -05:00
Jay Bell
655cc69325
feat(js): export lib and app generator functions (#8266) 2021-12-23 10:32:24 -05:00
Victor Savkin
6cf62ee8d4 Release 13.4.0 2021-12-22 20:49:31 -05:00
Benjamin Cabanes
fedd363401
docs(nxdev): format (#8284) 2021-12-22 19:58:24 -05:00
Benjamin Cabanes
aa5dd8440b
docs(nxdev): update homepage getting started section (#8282) 2021-12-22 19:55:23 -05:00
Benjamin Cabanes
0ce29cc516
docs(nxdev): fix redirect issue for js/node (#8283) 2021-12-22 19:52:41 -05:00
Chau Tran
592d0e9aba fix(js): ensure copy assets and packageJson is executed for swc executor 2021-12-22 18:09:08 -05:00
Victor Savkin
9ca9a65055 chore(repo): minor changes to the home page 2021-12-22 16:55:06 -05:00
Juri
3c1c9653c9 docs(js): add Nx and TypeScript guide 2021-12-22 16:30:02 -05:00
Victor Savkin
973cf4e243 fix(misc): add -W to yarn add to fix the error in yarn monorepos 2021-12-22 12:51:16 -05:00
Victor Savkin
411f467e5c misc(guide): tweak lerna guides 2021-12-22 12:51:16 -05:00
Victor Savkin
57593f5df7 feat(core): add the ability to remove edges in the graph 2021-12-22 12:51:16 -05:00
Victor Savkin
33bd964c58 fix(misc): format command should handle workspace without workspace.json 2021-12-22 12:51:16 -05:00
Chau Tran
1139c616e1 feat(js): add nrwl/js:node executor to serve node apps 2021-12-22 10:33:02 -05:00
Colum Ferry
be908e2be6
feat(angular): use share helper to ensure correct version matching (#8277) 2021-12-22 15:03:39 +00:00
Juri
3895dfdfb7 chore(misc): sync docs changes with nx.dev 2021-12-22 09:46:59 +01:00
Philip Fulcher
86f7f65d8e
chore(dep-graph): remove rxjs dependency (#8268) 2021-12-22 04:37:03 +00:00
Craigory Coppola
6a77ce837c
fix(core): nested node_modules packages shouldn't be inferred as nx projects (#8166) 2021-12-21 16:54:54 -05:00
Kirils L
4b0a1322b9
docs(nextjs): page generator examples no longer shows component examples (#8262) 2021-12-21 16:16:07 -05:00
Phillip Barta
e57cef0901
cleanup(repo): use devkit instead of devkit reexports from workspace (#7773) 2021-12-21 21:06:31 +00:00
Isaac Mann
bdc8fa4dc9
docs(core): update dep-graph video in add-nx-to-monorepo (#8263)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-12-21 15:25:17 -05:00
Isaac Mann
aea4f099fc
feat(angular): add helper to add any property to an ngModule decorator (#7850)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-12-21 15:20:22 -05:00
Joe Bowbeer
e8c8c5ef29
docs(core): update lerna-and-mx.md (#8223) 2021-12-21 15:16:37 -05:00
Josh Morony
197768a35a
docs(nxdev): fix typo for @phenomnomnominal/tsquery package (#8232) 2021-12-21 15:04:28 -05:00
Jason Jean
552be0dd14
feat(core): introduce chrome profiling (#8215) 2021-12-21 15:00:41 -05:00
Ashley Hunter
b10b505921
fix(nest): fixing resource generator options issue (#8246)
* fix(nest): fix(nest): fixing resource generator options issue

The normalize options function was excluding some important properties such as type causing
the
generated files not to match the output if it was run using the Nest schematic directly
ISSUES
CLOSED: #8243

ISSUES CLOSED: #8243

* fix(nest): fixing nest generator options issue
2021-12-21 14:53:34 -05:00
Jason Jean
c29eaa8ac8 Release 13.3.12 2021-12-21 13:25:51 -05:00
Jack Hsu
fd5c719fc9
docs(react): update migration guides (#8260) 2021-12-21 17:36:37 +00:00
Juri
454852e55c fix(js): adjust generator arg from name -> project s.t. it is picked up in Nx Console 2021-12-21 17:06:03 +01:00
Juri Strumpflohner
39ce485176
feat(testing): allow generating new Cypress e2e projects (#8205) 2021-12-21 10:49:51 -05:00
Isaac Mann
281df64ba8
Docs video updates (#8254)
* docs(core): fix youtube allow=fullscreen attribute

* docs(react): add video to cra-to-nx guide

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-12-21 09:55:27 -05:00
Katerina Skroumpelou
7f8d58b5c2
docs(react): updated cra-to-nx docs to include npx before nx (#8256) 2021-12-21 14:34:59 +00:00
Katerina Skroumpelou
ef282030b7
docs(react): updated cra-to-nx docs (#8251) 2021-12-21 09:17:45 -05:00
Colum Ferry
c5ce3b2748
fix(angular): mfe remote entry to use common module (#8250) 2021-12-21 12:25:03 +00:00
Miroslav Jonaš
67dc738a7e
chore(repo): upate storybook packages to v6.4.9 (#8249) 2021-12-21 13:13:55 +02:00
Jason Jean
f1a4b78c8f
fix(misc): fix issues with npm preset (#8248) 2021-12-21 04:43:39 +00:00
Jack Hsu
da43beb48a
docs(react): update CRA migration guide to use craco instead of rewired (#8247) 2021-12-21 02:19:33 +00:00
Victor Savkin
d58584dcbf
feat(js): add js plugin config (#8245) 2021-12-20 18:27:04 -05:00
Craigory Coppola
ba7a1aeda6
fix(core): should infer whole projects if workspace.json is missing (#8244) 2021-12-20 20:19:13 +00:00