1535 Commits

Author SHA1 Message Date
Jason Jean
c6310e6231
fix(core): fix preset unit tests (#16384) 2023-04-18 19:41:51 -04:00
Craigory Coppola
00f424acc6
feat(nx-plugin): slim down default generated nx-plugin (#16168) 2023-04-18 17:47:06 -04:00
Nicholas Cunningham
ce4a76a975
feat(nest): Add strict option (#16371) 2023-04-18 12:47:02 -06:00
Jason Jean
5a0a4e8d26
feat(repo): replace usages of @nrwl/ with @nx/ in tooling packages (#16351) 2023-04-18 12:15:33 -04:00
Miroslav Jonaš
2dd59c3b57
feat(core): extract js related code from affected and hasher (#16244) 2023-04-18 10:42:05 -04:00
Jason Jean
4ee1ba56e7
fix(core): replace @nrwl with @nx in nx core packages (#16344) 2023-04-17 17:28:40 -04:00
Jason Jean
2d195007b0
feat(core): switch packages to use the @nx scope (#16069) 2023-04-14 19:56:37 -04:00
Emily Xiong
5f86929f34
chore(react): improve react e2e tests speed (#15997) 2023-04-14 16:43:58 -04:00
Caleb Ukle
26fbd1daa0
fix(testing): support custom workspaceRoot for angular CT (#15485) 2023-04-14 11:35:22 -04:00
Leosvel Pérez Espinosa
9a94281eb1
cleanup(misc): consolidate common functionality and messaging across nx init flows (#16283) 2023-04-14 10:36:07 -04:00
Craigory Coppola
de520d00c5
feat(nx-plugin): remove cli property from generators and executors schema.json file (#16259) 2023-04-13 12:46:42 -04:00
Craigory Coppola
5080f2fc81
feat(core): remove support for targetDependencies (#16101) 2023-04-13 12:30:24 -04:00
Leosvel Pérez Espinosa
7cff8dcf55
cleanup(angular): remove make-angular-cli-faster package (#15489) 2023-04-13 08:31:13 +01:00
Jason Jean
afcf7ba19f
feat(core): remove usage of --legacy-peer-deps (#16271) 2023-04-12 16:31:46 -04:00
Miroslav Jonaš
cafb49ac84
feat(core): remove @nrwl/workspace:lib (#16122) 2023-04-12 15:28:09 -04:00
Leosvel Pérez Espinosa
856296431d
cleanup(react): remove cra-to-nx package (#15556) 2023-04-12 16:43:49 +00:00
Jason Jean
d2f855502a
Revert "feat(repo): update storybook to v7 (#16174)" (#16264) 2023-04-12 11:46:56 -04:00
Leosvel Pérez Espinosa
e5b48ac956
cleanup(misc): remove add-nx-to-monorepo package (#15498) 2023-04-12 16:41:17 +01:00
Jack Hsu
0578116fbf
feat(nextjs): update to Next.js 13.3.0 (#16130) 2023-04-12 10:47:44 -04:00
Leosvel Pérez Espinosa
4b327161f9
feat(misc): add --integrated option to nx init command (#16148) 2023-04-12 15:17:04 +01:00
Katerina Skroumpelou
c4d9a5bd5c
feat(repo): update storybook to v7 (#16174) 2023-04-12 09:16:00 +01:00
Caleb Ukle
9ba8444930
fix(testing): merge reporter/coverage values from vite config (#16165) 2023-04-07 11:22:10 +03:00
Florian Guitton
454344b1ef
feat(core): add support for tags with (print-)affected(:*) and run-many (#10085)
Co-authored-by: AgentEnder <craigorycoppola@gmail.com>
2023-04-06 14:45:09 -04:00
Miroslav Jonaš
b3a3f2a724
fix(core): ensurePackage fails on pnpm workspaces (#16002) 2023-04-06 10:47:15 -04:00
Miroslav Jonaš
cb5a7d8d35
fix(repo): use lerna command in e2e with yarn --silent (#16155) 2023-04-06 13:51:50 +02:00
Jack Hsu
807884c91d
feat(bundling): add support for esbuild.config.js file (#16092) 2023-04-04 19:16:32 +00:00
Jack Hsu
cfbdde9108
chore(node): increase timeout for Node server e2e test (#16088) 2023-04-04 13:17:27 -04:00
Jack Hsu
2f87661ea2
chore(repo): use --silent when running through yarn to avoid unexpected strings (#16089) 2023-04-04 13:16:52 -04:00
Emily Xiong
fdbdd989b3
chore(expo): disable expo install e2e tests (#16073) 2023-04-03 20:35:42 +00:00
Jack Hsu
ea34e88473
chore(nextjs): increase test timeout to avoid intermittent failure (#16059) 2023-04-03 09:26:54 -06:00
Miroslav Jonaš
37547bdd33
chore(core): improve create-nx-workspace e2e tests (#16060) 2023-04-03 10:20:01 -04:00
Craigory Coppola
6e7234c1aa
feat(nx-plugin): reuse utilities from create-nx-workspace for create-nx-plugin (#15743) 2023-03-31 17:23:21 -04:00
Miroslav Jonaš
482a77d9ba
fix(repo): remove command from the output to match test (#15950) 2023-03-30 11:38:50 -04:00
Craigory Coppola
3575028055
feat(core): version option should display global and local installation separately (#15911) 2023-03-30 10:18:47 -04:00
Miroslav Jonaš
e4db34a021
fix(node): ensure node e2e test uses unique port to avoid port clashes (#15951) 2023-03-29 10:19:02 -04:00
Miroslav Jonaš
18c8e70e05
fix(web): ensure unique port is used for file server tests (#15952) 2023-03-29 15:59:59 +02:00
Leosvel Pérez Espinosa
986a8c44d8
cleanup(angular): increase e2e test case timeout to account for slower windows runs (#15958) 2023-03-29 14:55:54 +01:00
Miroslav Jonaš
65f7fcabbc
fix(react): ensureCypressInstallation on e2e tests (#15949) 2023-03-29 11:25:53 +02:00
Katerina Skroumpelou
9e9623e309
fix(storybook): increase timeout of flaky test (#15947) 2023-03-29 09:18:08 +00:00
Jason Jean
8cf8f18c1c
feat(core): refactor most of js graph work into its own folder (#15365) 2023-03-28 14:57:06 -04:00
Leosvel Pérez Espinosa
9dbc90d45e
cleanup(angular): consolidate and improve e2e-angular-core tests (#15726) 2023-03-28 12:53:33 -04:00
Katerina Skroumpelou
4e2b07e179
fix(storybook): improve and simplify e2e tests (#15734) 2023-03-27 15:42:52 +00:00
Miroslav Jonaš
15e29b2a3e
fix(linter): remove outdated e2e test check (#15899) 2023-03-27 11:13:10 -04:00
Emily Xiong
04b6ddb596
feat(react-native): update @react-native-community/cli to 10.2.1 (#15738) 2023-03-24 12:51:35 -04:00
Jack Hsu
b3200fb7c4
fix(nextjs): set correct distDir when running production server through Nx (#15861) 2023-03-23 16:57:10 +00:00
Craigory Coppola
7d61ae238b
fix(misc): prevent --quiet and --verbose from both being true (#15836) 2023-03-23 10:47:43 -04:00
Jack Hsu
b124b97c36
feat(testing): add static serve target for e2e tests in CI (#15808) 2023-03-22 18:53:02 +00:00
Miroslav Jonaš
4bf652d2e7
fix(node): fix standalone linter setup (#15681) 2023-03-22 14:17:40 -04:00
Jack Hsu
c7e49c564a
fix(nextjs): produce correct next.config.js file for production server (#15824) 2023-03-22 14:03:09 -04:00
Craigory Coppola
0370794e63
feat(core): add --quiet option to suppress generate output (#15802) 2023-03-21 19:53:21 -04:00