6116 Commits

Author SHA1 Message Date
Altan Stalker
ed159e865f
feat(core): add gitlab ci generator (#13739) 2022-12-09 15:41:04 -05:00
Jack Hsu
e240339f33
feat(js): add --bundler=vite support for JS libs (#13716) 2022-12-09 14:36:09 -05:00
Katerina Skroumpelou
440112d94b
fix(misc): change ensureDependencies to ensurePackage (#13735) 2022-12-09 13:28:34 -05:00
Miroslav Jonaš
75de1651a1
feat(core): add lockfile pruning to executors that generate package.json (#13734) 2022-12-09 12:17:36 -05:00
Miroslav Jonaš
2941d87bc0
fix(core): support alias packages in affected locators detection (#13585) 2022-12-09 11:53:30 -05:00
Katerina Skroumpelou
a7b1943dbc
fix(vite): vite tsonfig paths plugin to v4 (#13731) 2022-12-09 12:50:25 +01:00
Leosvel Pérez Espinosa
ecf9a80bae
fix(angular): deprecate simpleModuleName in library generator in favor of simpleName (#13726)
Fixes https://github.com/nrwl/nx/issues/13198
2022-12-09 10:48:23 +01:00
Katerina Skroumpelou
fd7ca43324
fix(vite): export default from migrator (#13718) 2022-12-08 19:09:30 +00:00
Katerina Skroumpelou
45ce3b2a0a
feat(vite): update vite-tsconfig-paths (#13714) 2022-12-08 18:36:45 +00:00
Miroslav Jonaš
c3bc517480
feat(core): prune lock file based on projects dependencies and package.json (#13317) 2022-12-08 09:32:11 -05:00
Colum Ferry
977ff7e21b
fix(react): host generate should include remotes.d.ts for server (#13710) 2022-12-08 13:35:49 +00:00
Colum Ferry
bb32f024cb
feat(react): add module-federation-ssr-dev-server (#13708) 2022-12-08 08:35:42 -05:00
Colum Ferry
62fc986609
fix(react): fix target to use for serve-ssr remote detection (#13709) 2022-12-08 08:32:17 -05:00
Leosvel Pérez Espinosa
3e933b6e24
fix(angular): remove invalid nested packages key from migration (#13707)
Fixes https://github.com/nrwl/nx/issues/13689
2022-12-08 13:27:22 +00:00
Leosvel Pérez Espinosa
694c974fdb
fix(angular): ensure migration for ngrx 15 targets a future patch version (#13705)
Fixes https://github.com/nrwl/nx/issues/13689
2022-12-08 11:26:07 +00:00
Leosvel Pérez Espinosa
99a313e64f
fix(angular): handle next and latest npm tags when resolving generator directory (#13703)
Fixes https://github.com/nrwl/nx/issues/13673
2022-12-08 12:05:29 +01:00
Miroslav Jonaš
3f76999279
fix(core): handle git repo package versions in lock file parsing (#13692) 2022-12-07 12:19:54 -05:00
Katerina Skroumpelou
6b6ab4e397
chore(vite): fix name of vite executor in test (#13693) 2022-12-07 10:41:48 -05:00
Miroslav Jonaš
186ec99796
feat(core): improve performance of object sort function (#13568) 2022-12-07 10:29:33 -05:00
Leosvel Pérez Espinosa
1c6d7b4e39
fix(angular): show the correct link to the docs when running nx init (#13576) 2022-12-07 10:28:34 -05:00
Katerina Skroumpelou
4b0eb70ef3
fix(vite): better detection for executors (#13666) 2022-12-07 08:22:11 -05:00
Jason Jean
87eb79ec09
fix(core): throw a better error when running a target doesn't have an… (#13670) 2022-12-06 20:50:39 -05:00
Jason Jean
d13bcfe123
fix(misc): error if run-commands is used without command or commands (#13669) 2022-12-06 15:15:11 -05:00
Victor Savkin
f663c647c2 fix(misc): update create-nx-workspace to point to standalone app tutorials 2022-12-06 14:53:43 -05:00
Jack Hsu
dc1b53a2c5
fix(devkit): update missing package message for ensurePackage for cla… (#13665) 2022-12-06 18:34:42 +00:00
Katerina Skroumpelou
01b3ebd00d
fix(vite): take into account configuration for build mode (#13655) 2022-12-06 13:31:40 +00:00
Katerina Skroumpelou
7d329c0590
fix(vite): remove default for hmr from schema.json (#13654) 2022-12-06 08:06:30 -05:00
Caleb Ukle
5d910c0f1a
fix(testing): rename cy 10 migration to 11 (#13646) 2022-12-05 16:58:57 -05:00
Jack Hsu
8a74e62956
fix(bundling): enable hmr by default for Vite dev-server (#13647) 2022-12-05 16:53:52 -05:00
Jason Jean
2c819048bc
fix(angular): fix imports into nx from ng-add (#13645) 2022-12-05 21:05:26 +00:00
Jason Jean
9453a7526c
fix(misc): fix move and remove to be not reliant on workspace layout (#13607) 2022-12-05 15:55:57 -05:00
Katerina Skroumpelou
b959109390
fix(storybook): proper detection of e2e project existence (#13635) 2022-12-05 19:30:39 +00:00
Leosvel Pérez Espinosa
4196ad3758 fix(misc): only warn about ng completion not supported when trying to set up the completion 2022-12-05 13:46:54 -05:00
Emily Xiong
7ad7aa61bb
feat(expo): upgrade expo to 47 (#13609) 2022-12-05 12:36:41 -05:00
Leosvel Pérez Espinosa
6b8e42a568
feat(angular): log a warning when running make-angular-cli-faster with older or incompatible versions (#13591) 2022-12-05 11:51:49 -05:00
Jason Jean
61d7d74378 fix(misc): fix tsconfig file includes 2022-12-05 10:39:03 -05:00
Caleb Ukle
6f8a849d6b
fix(testing): handle cypress-project generation for standalone projects (#13602) 2022-12-05 10:12:32 -05:00
Katerina Skroumpelou
856045343f
fix(storybook): remove webpack from vite and install webpack if npm (#13631) 2022-12-05 17:10:57 +02:00
Caleb Ukle
ddc2dca30d
fix(testing): only target files in src/* directory for component testing (#13604) 2022-12-05 10:10:45 -05:00
Victor Savkin
91c19f5c0a
feat(misc): do not generate tsconfig.base.json for simple standalone … (#13605) 2022-12-05 10:07:01 -05:00
Colum Ferry
b4db6e8f23
fix(angular): standalone angular projects with karma should function (#13626) 2022-12-05 12:00:49 +00:00
Nicholas Cunningham
32f60f11f4
fix(vite): update nx.json for vitest (#13606)
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-12-02 17:35:01 -05:00
Jack Hsu
67c7822ad3
fix(react): add missing style preprocessors when using Vite (#13600) 2022-12-02 21:56:23 +00:00
Dan Roujinsky
3e2b8d987f
fix(react): fix path to CT tsconfig (#13177) 2022-12-02 15:43:57 -06:00
Philip Fulcher
1a3240d651
docs(react): remove Angular references (#13603)
Co-authored-by: Philip Fulcher <philip@Philips-MacBook-Pro.local>
2022-12-02 14:42:03 -07:00
Jason Jean
7b76d1744c
fix(misc): adjust prompt for standalone react to not include cypress (#13601) 2022-12-02 16:11:26 -05:00
Leosvel Pérez Espinosa
59a7af2c98
fix(core): detect angular cli workspace correctly (#13574) 2022-12-02 14:45:11 -05:00
Jason Jean
2eb8650df8
fix(storybook): ensure storybook before calling util in angular (#13599) 2022-12-02 19:29:56 +00:00
Jonathan Cammisuli
214c6a3175
fix(testing): generate appropriate files when unitTestRunner is vitest without specifying vite as the bundler (#13594) 2022-12-02 12:15:05 -05:00
Jack Hsu
5b7dba1cb7
fix(react): clean-up after dependency removal from @nrwl/react (#13563) 2022-12-02 16:58:07 +00:00