1256 Commits

Author SHA1 Message Date
Jack Hsu
d7cd1538e5
fix(bundling): default Node scriptType to CommonJS since it has the widest compatibility (#15483) 2023-03-06 21:45:33 +00:00
Miroslav Jonaš
088a236306
chore(repo): temporarily disabling flaky next test (#15473) 2023-03-06 10:49:47 -05:00
Emily Xiong
67e41da79e
feat(expo): upgrade expo to 48 (#15400) 2023-03-06 10:30:44 -05:00
Miroslav Jonaš
82d499c492
feat(repo): use caching for pnpm workspaces in e2e tests (#15461) 2023-03-06 16:20:19 +01:00
Craigory Coppola
4a53ace70d
fix(core): nx migrate should work in encapsulated Nx repos (#15338) 2023-03-03 15:45:42 -05:00
Katerina Skroumpelou
808ca1215c
chore(core): rearrange e2e utils (#15421) 2023-03-03 15:22:23 +00:00
Katerina Skroumpelou
b84125f9dd
fix(js): integrate buildable bundler and compiler options (#15376) 2023-03-03 09:56:57 -05:00
Miroslav Jonaš
9a014c792c
fix(core): plugin should not override existing external nodes (#15219) 2023-03-02 17:53:20 -05:00
Craigory Coppola
a4a9c27637
fix(nx-plugin): e2e utils should work (#15397) 2023-03-02 16:20:45 -05:00
Caleb Ukle
2e449da177
fix(vite): add missing types for tsconfigs (#15260) 2023-03-02 13:25:57 -06:00
Craigory Coppola
0aff9dcd5b
fix(core): last project should be visible in nx show projects (#15335) 2023-03-02 10:39:58 -05:00
Emily Xiong
3ef5406fb8
chore(testing): reduce create-workspace --preset=npm e2e time (#15239) 2023-03-02 10:38:18 -05:00
Jason Jean
7aac67c783
fix(core): handle file renames properly for affected (#15340) 2023-03-01 18:59:36 -05:00
Chau Tran
c981ac2e0d
fix(js): handle swcrc path mappings if specified (#15328) 2023-03-01 10:05:56 -07:00
Caleb Ukle
e8f19d8cb0
fix(testing): walk all project deps to check if CT project is used in buildTarget (#15252) 2023-02-28 16:33:46 -05:00
Jason Jean
92610fe4b6
chore(repo): update nx to 15.8.0-beta.7 (#15293) 2023-02-27 17:24:06 -05:00
Victor Savkin
825ba04015 feat(misc): add the ability to vary parallel between tasks runner invocations 2023-02-27 12:07:26 -05:00
Jason Jean
84fedf36e0
Revert "chore(repo): update nx to 15.8.0-beta.6" (#15274) 2023-02-26 12:39:15 -05:00
Jason Jean
3c50474f40
chore(repo): update nx to 15.8.0-beta.6 (#15247) 2023-02-26 02:26:53 -05:00
Colum Ferry
f9564e0610
feat(angular): support ngrx 15.3 (#15226) 2023-02-24 12:44:36 -05:00
Caleb Ukle
5ddd657a42
chore(repo): enable cypress in CI (#15155) 2023-02-24 11:16:19 -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
281881d268
fix(js): use .swcrc for swcrc path for swc lib (#15205) 2023-02-24 08:55:47 -05:00
Craigory Coppola
8a58cdd2d6
fix(core): nx list should work as expected in encapsulated repo (#15200) 2023-02-24 02:55:33 +00:00
Caleb Ukle
8a97b43eb1
feat(testing): jest 29 support (#14701) 2023-02-23 14:30:47 -06: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
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
Nicholas Cunningham
eb977bfd6c
fix(js): default build should work when rollup is selected (#14971) 2023-02-22 10:32:26 -07:00
Colum Ferry
e053e06679
fix(angular): allow boolean usage of the prompts (#15083) 2023-02-21 19:04:54 -05:00
Victor Savkin
9a18f68851 feat(core): add a command to run tasks imperatively 2023-02-21 15:03:57 -05:00
Samuel Fernández
0f92f52d9d
feat(core): migrate command can succeed if no migrations.json using flag --if-exists (#14578)
Co-authored-by: AgentEnder <craigorycoppola@gmail.com>
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-21 13:24:08 -05:00
Jack Hsu
a45d52e9e6
fix(node): support custom import paths based on tsconfig when building node apps (#15154) 2023-02-21 12:49:49 -05:00
Colum Ferry
19bfd8ef6a
cleanup(testing): ensure cypress installed for comp tests (#15147) 2023-02-21 17:33:50 +00:00
Miroslav Jonaš
8d4855de61
feat(core): add full dependency information to project graph file dependencies (#14893) 2023-02-21 10:39:44 -05:00
Colum Ferry
576bec2553
chore(misc): fix failing test (#15131) 2023-02-20 12:36:04 -05:00
Jack Hsu
bce05aebd8
feat(node): create fastify setup closer to what fastify-cli creates (#15096) 2023-02-18 15:23:56 +00:00
Jack Hsu
71fd015f3d
fix(js): do not generate tsconfig.base.json when creating standalone projects (#15099)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-17 20:43:03 -05:00
Craigory Coppola
804cb95dff
fix(core): misc encapuslated mode fixes (#15075) 2023-02-17 23:31:39 +00:00
Craigory Coppola
6ff04d5a9b
fix(nx-plugin): local plugin execution should work with ts-node (#15066) 2023-02-17 22:25:30 +00:00
Colum Ferry
1e6a4f8e65
feat(angular): prompt users for standalone components in application (#14987) 2023-02-17 20:44:10 +00:00
Jack Hsu
40007a1d53
feat(node): add support for workspace libs when not bundling (#15069) 2023-02-17 17:56:55 +00:00
Katerina Skroumpelou
5d54f71398
fix(webpack): add babelUpwardRootMode (#15061) 2023-02-17 17:09:57 +00:00
Emily Xiong
a97212b601
feat(core): move tsconfig.base.json to @nrwl/js:init (#14467) 2023-02-16 11:17:30 -05:00
Craigory Coppola
56289555fc
feat(core): nx report should support encapsulated installs (#15032) 2023-02-15 16:29:31 -05:00
Craigory Coppola
91546e43ac
feat(core): nx migrate should support encapsulated installations (#15001) 2023-02-15 19:38:08 +00:00
Leosvel Pérez Espinosa
3bb87eac3f
fix(misc): fix moving a project into a subfolder (#14988) 2023-02-15 16:05:07 +00:00
Craigory Coppola
46b6a710c0
feat(core): support encapsulated nx install (#14705) 2023-02-14 23:46:06 +00:00
Emily Xiong
032efc2cfb
fix(angular): ensure peer deps are installed when initializing the plugin (#14906)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2023-02-14 11:07:51 -05:00