5653 Commits

Author SHA1 Message Date
Katerina Skroumpelou
c91c365fa2
fix(storybook): v7 gen docs and install react deps (#16057) 2023-04-03 13:50:53 +00:00
Leosvel Pérez Espinosa
bf9542a150
fix(angular): validate standalone option in the directive generator (#16051) 2023-04-03 12:01:20 +01:00
Leosvel Pérez Espinosa
9b60863b7b
fix(angular): fix path and selector handling in directive generator (#16017) 2023-04-03 09:50:47 +01:00
Leosvel Pérez Espinosa
1d955d3e18
docs(angular): remove leftovers references to the deleted file-server executor (#16010) 2023-04-03 09:27:53 +01: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
Jason Jean
39646cfa9a
feat(core): allow referencing other packages to specify implementations for executors + generators (#15987) 2023-03-31 17:22:34 -04:00
Jack Hsu
bfea455e64
fix(bundling): add missing @babel/core dependency to @nrwl/webpack (#16023) 2023-03-31 16:37:14 -04:00
Craigory Coppola
778400b1cf
fix(misc): create-nx-workspace should show some stdout if stderr empty on error (#16020) 2023-03-31 16:27:37 -04:00
Miroslav Jonaš
30f993e57e
fix(core): support yarn berry patches in pruned lock file (#15993) 2023-03-31 19:30:29 +02:00
Luka Furlan
3af649dc3f
feat(node): Added E2E project generation option to NestJs app generator (#14805) 2023-03-31 12:20:03 -04:00
Leosvel Pérez Espinosa
4eb7cc7bf1
fix(misc): skip formatting files in nested generator calls (#15961) 2023-03-31 11:22:18 -04:00
Leonardo Guarnieri de Bastiani
ba93808a2e
fix(detox): typo at buildTarget (#15787) 2023-03-31 11:17:21 -04:00
Jack Hsu
47c671cc4c
fix(bundling): pass tsConfig from project when --bundle=false so the correct file is applied (#16006) 2023-03-31 11:12:38 -04:00
Leosvel Pérez Espinosa
ad37d779d7
fix(angular): use @nrwl/web:file-server in serve-static targets (#16009) 2023-03-31 11:11:41 -04:00
Leosvel Pérez Espinosa
5c33797040
fix(misc): filter shared libraries by import name in module federation helpers (#15980) 2023-03-31 15:45:28 +01:00
Rick nagual
a404595be6
fix(react-native): fix pnpm module resolver (#15956) 2023-03-31 10:37:26 -04:00
Ashley Hunter
5211382b96
fix(nextjs): adding "none" style option to next component generator (#15990) 2023-03-31 10:36:57 -04:00
Leosvel Pérez Espinosa
77f2d0ac17
fix(angular): generate ngrx code using rxjs operators from rxjs/operators when workspace has rxjs <7.2.0 (#15977) 2023-03-31 09:51:46 +01:00
Leosvel Pérez Espinosa
6eca9b6c66
fix(core): fix handling of legacy angular versions in nx init (#16000) 2023-03-31 09:50:10 +01:00
Jason Jean
9723859902
fix(web): add migration for dropped dependencies (#15991) 2023-03-30 22:45:11 +00:00
Craigory Coppola
5d51ed9be5
fix(misc): create-nx-workspace errors should display properly (#15988) 2023-03-30 18:27:36 -04:00
Benjamin Cabanes
85aed9e8e4
chore(core): add new nx-cloud logo (#15979) 2023-03-30 12:34:58 -04:00
Jack Hsu
9f395e8169
fix(react): add missing dependencies (#15976) 2023-03-30 09:32:33 -06:00
Juri Strumpflohner
ae69ec9dc8
fix(bundling): sourcemaps setting (#15981) 2023-03-30 11:23:46 -04:00
Jay Bell
d47d3f125d
fix(webpack): configure terser plugin with non-deprecated options for… (#15968) 2023-03-30 11:07:47 -04:00
Jack Hsu
96da56d22f
fix(nextjs): ensure requred Next.js packages are always added to generated package.json (#15965) 2023-03-30 09:07:14 -06:00
Craigory Coppola
3575028055
feat(core): version option should display global and local installation separately (#15911) 2023-03-30 10:18:47 -04:00
Craigory Coppola
62c2ebee68
fix(core): hidden executor and generator options shouldn't be displayed in help text (#15967) 2023-03-30 10:18:00 -04:00
Ashley Hunter
c30269e952
fix(storybook): install correct dependencies on storybook init when no framework specified (#15966) 2023-03-30 11:00:49 +03:00
Colum Ferry
6221cdae45
cleanup(angular): remove devkit schematics from ensured package (#15902) 2023-03-29 16:55:46 +01:00
Jason Jean
afdf5ea4ae
fix(angular): handle projects with no targets in angular migration (#15940) 2023-03-29 15:41:34 +00:00
Jack Hsu
874b6a5e49
feat(node): add --framework=none to create-nx-workspace for Node projects (#15929) 2023-03-29 11:27:25 -04:00
Colum Ferry
defa3505d7
cleanup(angular): remove dep on schematics angular (#15878) 2023-03-29 15:26:36 +01:00
Leosvel Pérez Espinosa
75f6b98ea8
fix(angular): allow skiping formatFiles in component generator when called from another generator (#15953) 2023-03-29 11:17:52 +01:00
Leosvel Pérez Espinosa
d20bf770ef
fix(angular): prevent nested calls to formatFiles in generators (#15946) 2023-03-29 09:46:51 +01:00
Ashley Hunter
8fd5bcf937
fix(react): setParserOptionsProject option should be respected (#15937) 2023-03-29 11:33:02 +03:00
Jason Jean
44d090d332
fix(core): fix project graph analysis (#15941) 2023-03-28 18:45:28 -04:00
Leosvel Pérez Espinosa
091978bca5
fix(angular): prevent inserting a leading comma in NgModule properties (#15933) 2023-03-28 14:57:44 -04: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
26c864ae6f
fix(angular): add angular cache dir to .prettierignore (#15923) 2023-03-28 11:40:32 +01:00
Leosvel Pérez Espinosa
b4eef17707
docs(angular): add buildable and publishable libs generation examples in library generator docs (#15922) 2023-03-28 09:52:37 +00:00
Jason Jean
4a55ee9a33
fix(js): run prettier with default options when theres no prettierrc (#15888) 2023-03-27 18:00:24 -04:00
Miroslav Jonaš
1f935a7361
feat(core): optimize npm pruning path elevation function (#15880) 2023-03-27 11:15:35 -04:00
Colum Ferry
e96f72b2f5
cleanup(angular): add workaround for schematic usage warning (#15901) 2023-03-27 14:58:45 +00:00
Katerina Skroumpelou
b94b669035
fix(storybook): proper user prompts for config generator (#15860) 2023-03-27 10:44:10 -04:00
Colum Ferry
597832e88f
fix(angular): use @nrwl/web:file-server (#15849) 2023-03-27 09:42:53 +01:00
Caleb Ukle
78fb3b9a4f
feat(testing): add cypress-e2e-configuration generator (#15736) 2023-03-24 17:53:47 -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
Jason Jean
a8f77df6f1
fix(core): fix bin path (#15883) 2023-03-24 11:35:54 -04:00
Leosvel Pérez Espinosa
20434787a3
cleanup(misc): remove internal rootProject flag from generators that can derive it (#15834) 2023-03-24 13:54:49 +00:00