1175 Commits

Author SHA1 Message Date
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
Craigory Coppola
b2df831076
fix(core): tsconfig.base.json module setting should not break local plugins (#14610) 2023-02-13 16:28:32 -05:00
Emily Xiong
51cd35cb04
feat(expo): upgrade expo-cli to 6.3.0 (#14944) 2023-02-13 14:23:06 -05:00
Emily Xiong
b1b36e92b7
fix(expo): fix the prebuild command in expo (#14922) 2023-02-13 13:46:20 -05:00
Craigory Coppola
3f65438208
chore(nx-plugin): disable failing nx plugin tests (#14923) 2023-02-10 18:48:03 -05:00
Jason Jean
d29878de28
chore(repo): fix e2e tests for interactive create prompts (#14926) 2023-02-10 17:48:46 -05:00
Colum Ferry
4f09949383
feat(core): add standalone api prompt to CNW (#14886) 2023-02-10 15:06:41 -05:00
Colum Ferry
abece6a02d
feat(angular): add routing option to CNW (#14845) 2023-02-10 13:24:48 -05:00
Colum Ferry
762b9f336c
feat(core): remove unused CLI option from CNW (#14865) 2023-02-10 11:35:01 -05:00
Jason Jean
6b1d0c6934
chore(linter): fix non-deterministic snapshots for convert tslint to … (#14905) 2023-02-09 19:04:19 -05:00
Jack Hsu
0f8faa249b
fix(node): use correct main entry file extension based on project config (#14894) 2023-02-09 12:43:00 -05:00
Jack Hsu
4d21915bd1
feat(node): add default unit test for fastify framework (#14876) 2023-02-08 12:47:15 -07:00
Craigory Coppola
a65ea6ed30
fix(core): reintroduce misaligned packages check (#14648) 2023-02-07 18:32:35 -05:00
Miroslav Jonaš
b80286191d
feat(core): refactor lock file parsing and pruning (#13864)
Co-authored-by: Jason Jean <FrozenPandaz@users.noreply.github.com>
Co-authored-by: Victor Savkin <vsavkin@users.noreply.github.com>
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-06 11:39:36 -05:00
Jack Hsu
2d566593c0
fix(bundling): support additionalEntryPoints properly (#14773) 2023-02-02 13:20:18 -05:00
Miroslav Jonaš
8614f3ac62
chore(repo): use same cleanup function for lerna e2e (#14747) 2023-02-01 20:18:41 +01:00
Jack Hsu
5cfd357e8f
feat(bundling): update esbuild to 0.17.5 (#14752) 2023-02-01 10:55:55 -07:00
Colum Ferry
fe6ffa20d9
feat(angular): set angular devkit packages as peer deps (#14723) 2023-02-01 17:09:29 +00:00
Miroslav Jonaš
a41d625f91
fix(repo): fix lerna tests to successfully run for yarn (#14738) 2023-02-01 13:55:52 +01:00
Nicholas Cunningham
9abd8e6af1
fix(node): add sourcemaps for esbuild configuration by default (#14725) 2023-01-31 14:31:35 -05:00
Jack Hsu
829fb5bbfa
fix(core): update CSV handling to account for the the value already being an array (#14722) 2023-01-31 11:26:50 -05:00
Jack Hsu
9250535e20
chore(react): add e2e test for SVG and SVGR handling in react (#14707) 2023-01-31 08:48:28 -07:00
Dan Roujinsky
e92097c5d0
fix(webpack): use webpack-merge for plugins to preserve values, fix React SVG loader (#14695) 2023-01-31 10:09:58 -05:00
Leosvel Pérez Espinosa
954f78c3db
cleanup(misc): reenable cypress component tests e2e tests (#14668) 2023-01-30 08:09:46 -05:00
Nicholas Cunningham
3f4a956d38
chore(node): add e2e test for --docker (#14666) 2023-01-27 14:21:18 -05:00
Jason Jean
dc6da76900
cleanup(core): move js graph creation its own folder (#14283) 2023-01-26 10:48:32 -05:00
Jack Hsu
cd92d102d3
feat(webpack): add isolatedConfig option to skip automatically applying Nx plugins (#14618) 2023-01-26 10:32:34 -05:00
Katerina Skroumpelou
0650ee96d5
cleanup(storybook): re-enable unit tests (#14639) 2023-01-26 15:00:34 +01:00
Leosvel Pérez Espinosa
da37267762
cleanup(angular): reenable ng add e2e tests (#14634) 2023-01-26 10:52:12 +01:00
Victor Savkin
d70b9ec7c6 feat(misc): add a command to list projects 2023-01-25 19:41:22 -05:00
Emily Xiong
41fc2ebbed
feat(react-native): upgrade react-native to 0.71.1 (#14584) 2023-01-25 13:28:32 -05:00
Katerina Skroumpelou
d637a5ece8
fix(core): react monorepo account for bundler (#14617) 2023-01-25 18:59:40 +02:00