6711 Commits

Author SHA1 Message Date
Jakub Nabrdalik
64492ece8c
feat(angular): use provideRouter for standalone remote apps (#18468) 2023-08-03 17:50:56 +01:00
Miroslav Jonaš
5634d556a5
fix(linter): ensure package detection works in PnP (#18394) 2023-08-03 11:32:36 -04:00
Emily Xiong
24b1ab5463
feat(react): add playwright to e2eTestRunner option (#18200) 2023-08-03 17:16:35 +02:00
Katerina Skroumpelou
bf5111c342
fix(vite): do not set default target (#18454) 2023-08-03 15:14:33 +03:00
Emily Xiong
d892a297db
fix(detox): fix detox to work with yarn pnp (#18444) 2023-08-02 16:52:08 -04:00
Caleb Ukle
5e51cd6eb5
fix(testing): playwright plugin clean up (#18447) 2023-08-02 16:14:17 -04:00
Caleb Ukle
1dcb80d447
feat(angular): add playwright to e2eTestRunner option (#18163) 2023-08-02 11:59:00 -04:00
Caleb Ukle
697754dfaa
fix(testing): check if target exists before adding target for jest (#18327) 2023-08-02 09:49:41 -04:00
John White
f02d230626
fix(angular): update getComponentsInfo to filter null values (#18431) 2023-08-02 11:13:46 +01:00
merrick kirby
510e03d714
fix(expo): Correct schema for export executor (#18085) 2023-08-02 13:13:03 +03:00
Jason Jean
842cf7aa11
feat(core): make processing typescript dependencies in rust the default (#18398) 2023-08-01 18:19:52 -04:00
Nicholas Cunningham
3ae657cad3
fix(core): update e2e tsconfig extends to be mapped to the correct root tsconfig (#18408) 2023-08-01 17:18:07 -04:00
Jonathan Cammisuli
ce2c6d60e7
fix(core): provide taskGraph for every task calculation (#18410) 2023-08-01 16:59:58 -04:00
Jack Hsu
d63d3573c4
feat(js): add generateExportsField and additionalEntryPoints options to update exports field when building with tsc/swc (#18319) 2023-08-01 09:23:48 -06:00
Katerina Skroumpelou
90e4e7e7de
fix(storybook): do not set default host as localhost (#18419) 2023-08-01 18:20:29 +03:00
Caleb Ukle
27923fd2d8
feat(web): add playwright e2eTestRunner option (#18284) 2023-08-01 10:53:06 -04:00
Jack Hsu
e78575badc
feat(nextjs): add playwright as an option for e2e testing (#18281) 2023-08-01 10:51:51 -04:00
Igor Loskutov
a5d6a293aa
fix(core): esbuild generateLockfile according to docs (#18413) 2023-08-01 16:29:38 +03:00
Adam Tavener
48deaec60f
fix(web): next server pass custom hostname to startup port check (#18123) 2023-08-01 15:52:19 +03:00
Juri
b8a6621e29 fix(webpack): fix babel config path resolution
closed #18404
2023-08-01 14:31:29 +02:00
Miroslav Jonaš
cd6c8d373a
fix(nextjs): fix build for yarn pnp (#18387) 2023-08-01 13:55:57 +02:00
iceThief
662e595eb7
docs(core): fix yargs documentation of "nx show" (#18381) 2023-07-31 23:46:36 -05:00
Leosvel Pérez Espinosa
3359249977
fix(angular): update magic-string dependency (#18389) 2023-07-31 11:06:58 -04:00
Jack Hsu
8adee8ec9e
feat(testing): set playwright to public and restrict exports (#18275) 2023-07-31 10:49:05 -04:00
Igor Loskutov
9c7ded0b1a
feat(linter): support path wildcards in enforce-module-boundaries autofix (#18316) 2023-07-31 16:18:00 +02:00
Jack Hsu
dcefa4a6ad
feat(core): add convert-to-monorepo generator to convert from standalone projects (#18245) 2023-07-31 10:17:08 -04:00
Tony Ganchev
30c3e9925a
feat(linter): Support --print-config feature of ESLint (#18260) 2023-07-31 16:11:21 +02:00
Jason Jean
989f7f8f92
chore(repo): update nx to 16.6.0-beta.8 (#18356) 2023-07-29 10:39:53 -04:00
Jason Jean
80c470ac7f
fix(core): do not error when hashing executors which are local plugins (#18372) 2023-07-28 20:00:59 +00:00
Miroslav Jonaš
63521d7e13
fix(js): ensure compile swc uses current package manager (#18321) 2023-07-28 21:43:40 +02:00
Miroslav Jonaš
fdd9c24a2a
fix(storybook): support pnp with storybook package (#18343) 2023-07-28 21:43:25 +02:00
Caleb Ukle
dbd61b5d9a
fix(react-native): update generated jest config coverage dir (#18366) 2023-07-28 11:40:52 -05:00
Jason Jean
3eba026e39
fix(core): fix performance of hashing external dependencies up front (#18359) 2023-07-28 12:23:14 -04:00
Emily Xiong
d65736e125
feat(detox): upgrade @config-plugins/detox to 6 (#18345) 2023-07-28 11:39:16 -04:00
Jack Hsu
cfeb697895
Revert "fix(nextjs): builder should work with pnp" (#18367) 2023-07-28 11:00:21 -04:00
Jason Jean
0fd8859c37
fix(js): resolve imports as native node apis before npm modules (#18358) 2023-07-28 10:33:40 -04:00
Katerina Skroumpelou
e06b9e0954 docs(storybook): interaction tests updated documentation 2023-07-28 15:59:58 +02:00
Leosvel Pérez Espinosa
bd71ce35a4
fix(js): fix misc issues in tsc batch executor (#18363) 2023-07-28 14:44:35 +01:00
Miroslav Jonaš
f4b7ec2c0d
fix(linter): ensure tslint converter works with pnp (#18323) 2023-07-28 11:09:07 +02:00
Jack Hsu
eb392109f7
fix(linter): do not report obsolete devDependencies since they are not used in production files (#18353) 2023-07-28 09:05:39 +02:00
Jack Hsu
661efa913d
feat(bundling): generate matching d.ts files for rollup (#18342) 2023-07-28 09:04:26 +02:00
Jack Hsu
4c2f98ebf9
fix(js): generate correct standalone setup (#18355) 2023-07-27 19:18:39 -04:00
Jason Jean
b25d5b0637
fix(core): deterministically hash external nodes (#18354) 2023-07-27 17:45:09 -04:00
Jason Jean
e4d23383f5
fix(core): fix dep outputs hashing (#18331) 2023-07-27 14:33:08 -04:00
Mike Gregson
36dae70fb0
feat(vite): add v8 coverage support to vitest generator (#18114) 2023-07-27 12:49:56 -05:00
Jack Hsu
2dc6656f4b
fix(bundling): add missing main export for @nx/vite (#18344) 2023-07-27 11:34:03 -04:00
Miroslav Jonaš
423a68b70e
fix(core): improve yarn tarball detection (#18335) 2023-07-27 11:10:06 -04:00
Miroslav Jonaš
1363baea28
fix(nextjs): builder should work with pnp (#18325) 2023-07-27 15:54:23 +02:00
Koen Van Geert
01ef42bc44
fix(react): timeout after 20 min waiting for remote (#18099)
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
2023-07-27 09:44:56 -04:00
Miroslav Jonaš
736a3ac11e
fix(react): fix mfe dev server for yarn pnp (#18338) 2023-07-27 15:35:09 +02:00