8252 Commits

Author SHA1 Message Date
Craigory Coppola
a815be56ef
fix(core): ignored directories should never contain projects (#15242) 2023-02-24 16:14:41 -05:00
Benjamin Cabanes
2f09cf4e3e
chore(nx-dev): split markdown rendering & upgrade markdoc (#15232) 2023-02-24 14:49:00 -05:00
FrozenPandaz
5fa5f551c8 chore(misc): publish 15.8.0-beta.6 2023-02-24 13:35:47 -05:00
Caleb Ukle
8c7a27f3da
fix(testing): use root preset for snapshot config changes first (#15237) 2023-02-24 12:11:31 -06:00
Jonathan Cammisuli
0a8c5db482
docs(core): update watch recipe to include windows env (#15240) 2023-02-24 12:59:33 -05:00
Colum Ferry
f9564e0610
feat(angular): support ngrx 15.3 (#15226) 2023-02-24 12:44:36 -05:00
Jack Hsu
d8f9f32e7a
fix(react): update types for "@nrwl/react/plugins/webpack" for projec… (#15235) 2023-02-24 18:43:29 +02:00
Craigory Coppola
17d898af73
chore(repo): add wildcard rule to codeowners (#15236) 2023-02-24 11:19:56 -05:00
Miroslav Jonaš
3be23e021d
fix(core): do not expect each package to have hoisted version (#15229) 2023-02-24 11:19:44 -05:00
Blake Petersen
bf7ae6df6c
fix(react): typo in next.config.js__tmpl__ (#15210) 2023-02-24 11:17:28 -05:00
Caleb Ukle
5ddd657a42
chore(repo): enable cypress in CI (#15155) 2023-02-24 11:16:19 -05:00
Ondřej Staněk
00c858ee27
fix(react): do not overwrite package.json start script (#15091)
Co-authored-by: Ondrej Stanek <ondrej@ostan.cz>
2023-02-24 11:11:52 -05:00
Jason Jean
52a62a4866
chore(core): disable js code analysis when typescript is not installed (#15211) 2023-02-24 11:09:55 -05:00
Miroslav Jonaš
8579ce5d96
fix(core): add hash to external nodes while parsing lock-file (#15218) 2023-02-24 10:59:39 -05:00
Jack Hsu
53a1c427e4
fix(bundling): copy initial assets correctly in watch mode for esbuild (#15230) 2023-02-24 10:54:08 -05:00
Chau Tran
65b1cdd5e3
fix(node): use shorthand run-commands for docker build (#15231) 2023-02-24 15:49:29 +00:00
Colum Ferry
88199e5653
fix(angular): ngrx should attach to parent routes correctly (#15221) 2023-02-24 15:26:03 +00:00
Caleb Ukle
5bc73d345c
fix(testing): automatically enable coverage with --coverage flag for vitest (#15204) 2023-02-24 08:59:45 -06:00
Isaac Mann
a0186de55f
docs(core): node server video (#15203) 2023-02-24 09:27:40 -05:00
Rafael Mestre
0b44520557
docs(core): add documentation for x-dropdown generator option (#15225) 2023-02-24 09:27:10 -05:00
Jack Hsu
c08823abb9
fix(node): use shorter run-commands options for docker-build (#15224) 2023-02-24 09:16:55 -05:00
Leosvel Pérez Espinosa
b488f6483a
fix(angular): make webpack-browser executor watch changes correctly in incremental builds setups (#15222) 2023-02-24 14:10:47 +00:00
Chau Tran
281881d268
fix(js): use .swcrc for swcrc path for swc lib (#15205) 2023-02-24 08:55:47 -05:00
Colum Ferry
f2faf22790
feat(angular): add option to enable/disable cors for file-server (#15220) 2023-02-24 12:01:52 +00:00
Leosvel Pérez Espinosa
12fff86d29
fix(angular): show actionable error when component resource is not found in ng-packagr executors (#15217) 2023-02-24 10:20:10 +00:00
Craigory Coppola
8a58cdd2d6
fix(core): nx list should work as expected in encapsulated repo (#15200) 2023-02-24 02:55:33 +00:00
FrozenPandaz
6b0b30ed40 chore(misc): publish 15.8.0-beta.5 2023-02-23 19:18:44 -05:00
Leosvel Pérez Espinosa
e54ee0a0a6
fix(core): prevent duplicated migration prompts (#15202) 2023-02-23 18:47:16 -05:00
Craigory Coppola
ba6cc33893
fix(core): generate prompts should not fail due to bad schema (#15201) 2023-02-23 16:04:51 -05:00
Caleb Ukle
8a97b43eb1
feat(testing): jest 29 support (#14701) 2023-02-23 14:30:47 -06:00
Leosvel Pérez Espinosa
096905cbcb
fix(core): improve running migrations for older workspaces (#15174) 2023-02-23 15:09:28 -05:00
FrozenPandaz
8d9603f0e8 chore(misc): publish 15.8.0-beta.4 2023-02-23 14:02:01 -05:00
Nicholas Cunningham
6d499047dd
docs(node): change Node Tutorial to Node Server Tutorial (#15180) 2023-02-23 10:59:22 -07:00
Nicholas Cunningham
bde61d89dc
fix(core): Fix issue when no scripts are found in package.json (#15160) 2023-02-23 10:04:26 -07:00
Colum Ferry
9efcf044c9
feat(angular): support Angular 15.2 (#14953) 2023-02-23 11:56:41 -05:00
Craigory Coppola
cddfa094c5
fix(core): param prompts should not accept empty string for required properties (#15157) 2023-02-23 11:55:51 -05:00
Jack Hsu
ca087edfa5
fix(react): do not install webpack and jest when cra-to-nx is using vite (#15194) 2023-02-23 15:47:58 +00:00
Leosvel Pérez Espinosa
57c0b7bcd4
fix(core): handle positional args correctly for run command (#15193) 2023-02-23 15:33:07 +00:00
Jason Jean
da579aced3
fix(react): fix typo in cra-to-nx (#15183) 2023-02-23 10:14:16 -05:00
Colum Ferry
02091ca5f4
fix(core): remove unused logic around ng cli (#15178) 2023-02-23 15:12:13 +00:00
Katerina Skroumpelou
6c059eab7d
feat(storybook): csf3 stories generator (#15192) 2023-02-23 15:11:41 +00:00
Katerina Skroumpelou
ceb6ff346d
docs(vite): fix example for dts plugin (#15190) 2023-02-23 10:07:23 -05:00
Chau Tran
2f4f28760f
fix(js): generate correct build options for rollup bundler; by defaul… (#15184) 2023-02-23 10:01:15 -05:00
MaxKless
16023ea679
docs(core): add docs for new x-priority option (#15187) 2023-02-23 09:28:24 -05:00
Katerina Skroumpelou
d35c75fa53
chore(storybook): remove typecast if not viteFinal (#15189) 2023-02-23 14:06:07 +02:00
FrozenPandaz
cbf33c4786 chore(misc): publish 15.8.0-beta.3 2023-02-22 18:58:05 -05:00
Jason Jean
fa6e8ea987
fix(js): refactor ensurePackage (#15074) 2023-02-22 18:47:40 -05:00
Craigory Coppola
73bc2e1c91
fix(bundling): libs generated with @nrwl/js:lib --bundler rollup should build (#15179) 2023-02-22 17:05:04 -05:00
Craigory Coppola
902f644697
fix(core): generator prompt should not throw in encapsulated mode (#15182) 2023-02-22 21:58:10 +00:00
Jason Jean
23de5b7982
chore(devkit): cleanup exports in nx-reexports file (#15164) 2023-02-22 12:49:25 -05:00