8188 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
titan-ron
6796bce5fb
docs(nx-plugin): fix typo of generate nx-plugin example (#15143) 2023-02-21 14:01:42 -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
Leosvel Pérez Espinosa
cde7cf9a50
feat(core): support collecting migrations excluding the already applied ones (#14968) 2023-02-21 17:54:36 +00: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
Leosvel Pérez Espinosa
61e28c63c3
fix(angular): write config correctly when using the angular cli adapter (#15133) 2023-02-21 17:31:09 +00:00
Altan Stalker
f8d49951b5
docs(core): explicitly mention installing the Github app in cloud VCS docs (#15152) 2023-02-21 11:25:44 -05:00
Miroslav Jonaš
8d4855de61
feat(core): add full dependency information to project graph file dependencies (#14893) 2023-02-21 10:39:44 -05:00
Shai Reznik
00828fd615
chore(core): nx plugin submission qwik-nx (#15145) 2023-02-21 10:24:03 -05:00
Leosvel Pérez Espinosa
3b056e51f5
fix(core): normalize project config paths to properly match them when combining them (#15149) 2023-02-21 10:23:19 -05:00
Benjamin Cabanes
580459bccb
chore(nx-dev): add back padding bottom for cards (#15151) 2023-02-21 10:22:27 -05:00
Katerina Skroumpelou
ba90186628
docs(webpack): explain babelUpwardRootMode option (#15132) 2023-02-21 08:47:46 -05:00
Leosvel Pérez Espinosa
891e7e6d67
fix(angular): use sync host when generating code with angular cli schematics (#15137) 2023-02-21 09:02:03 +00:00
Dmitriy Stepanenko
b8e66790a6
feat(nx-plugin): add lint option for the e2e generator (#15140) 2023-02-20 17:00:14 -05:00
Colum Ferry
576bec2553
chore(misc): fix failing test (#15131) 2023-02-20 12:36:04 -05:00
Katerina Skroumpelou
b934edc3dc
chore(storybook): remove old change-storybook-targets generator (#15126) 2023-02-20 16:43:54 +00:00
Katerina Skroumpelou
929bece2fb
docs(storybook): reorder guides and refine config guide (#15128) 2023-02-20 16:43:37 +00: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
Jonathan Cammisuli
7d80f25833
feat(core): use the native hasher by default (#15071) 2023-02-17 17:17:03 -05:00
Craigory Coppola
e575c49c3e
fix(core): nx plugin cache should load new plugins (#15072) 2023-02-17 16:17:03 -05:00
Colum Ferry
1e6a4f8e65
feat(angular): prompt users for standalone components in application (#14987) 2023-02-17 20:44:10 +00:00
Victor Savkin
2899b3abfb fix(misc): isCI should return a boolean 2023-02-17 15:17:54 -05:00
Jonathan Cammisuli
bae35db0db
chore(repo): update @monodon/rust to 1.0.0 (#15095) 2023-02-17 15:13:44 -05:00
Stefano Formicola
b7272e33cd
feat(react-native): run-android support --active-arch-only flag (#15050)
Co-authored-by: Stefano Formicola <stefano.formicola@cloudacademy.com>
2023-02-17 14:28:19 -05:00
Jonathan Cammisuli
4f45212303
chore(core): nx plugin submission @monodon/rust (#15094) 2023-02-17 13:39:46 -05:00
Jack Hsu
40007a1d53
feat(node): add support for workspace libs when not bundling (#15069) 2023-02-17 17:56:55 +00:00
Colum Ferry
2a76e20d67
fix(core): fix setting of the interactive env var (#15084)
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2023-02-17 17:31:48 +00:00
Leosvel Pérez Espinosa
3a98c6d3ab
feat(misc): support ts 4.9 (#14899) 2023-02-17 17:23:05 +00:00
Katerina Skroumpelou
5d54f71398
fix(webpack): add babelUpwardRootMode (#15061) 2023-02-17 17:09:57 +00:00
Leosvel Pérez Espinosa
2011e29dc3
fix(angular): handle projects without name in angular cli adapter (#15089) 2023-02-17 15:27:45 +00:00
Leosvel Pérez Espinosa
a1a1cdaf4a
fix(angular): support large buffers in angular cli adapter (#15082) 2023-02-17 15:17:29 +00:00
MaxKless
861bad90d8
cleanup(react): replace misnamed x-priority:hidden values (#15087) 2023-02-17 17:04:50 +02:00
Katerina Skroumpelou
5c0a3f925f
chore(react): skipFormat true when generating app in test (#15086) 2023-02-17 10:01:21 -05:00
James Henry
7372d0bfed
docs(nx-dev): improve docs for special syntax in nx.json (#15085) 2023-02-17 14:03:46 +00:00
Phillip Barta
6751958143
cleanup(webpack): remove unused dependency webpack-merge (#15047) 2023-02-17 13:40:53 +02:00
Phillip Barta
0c230c8f8b
feat(webpack): update less to v4.1.3 (#15048) 2023-02-17 13:40:41 +02:00
Phillip Barta
428391e124
cleanup(bundling): replace fs-extra.removeSync() with fs.rmSync() (#15051) 2023-02-17 13:40:27 +02:00
Katerina Skroumpelou
bb51e98190
fix(react): install @nrwl/webpack when migrating (#15062) 2023-02-17 13:33:18 +02:00
Dan Roujinsky
2a77436118
fix(webpack): restore supporting a configuration array (#14977) 2023-02-17 13:33:07 +02:00
FrozenPandaz
347d6dd920 chore(misc): publish 15.8.0-beta.1 2023-02-16 18:03:39 -05:00
Jan Krüger
15d5acd120
fix(react): add override to class component render() method (#13743) 2023-02-16 15:36:12 -07:00
Altan Stalker
ff085425ca
docs(core): update k8s setup guide (#15067) 2023-02-16 18:21:44 +00:00
Rares Matei
fd1f7b7cfb
docs(nx-cloud): update private cloud release notes (#15065) 2023-02-16 13:08:37 -05:00
Emily Xiong
a97212b601
feat(core): move tsconfig.base.json to @nrwl/js:init (#14467) 2023-02-16 11:17:30 -05:00
Colum Ferry
f913b905a1
feat(angular): add option for custom path to manifest file (#15053)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2023-02-16 16:12:20 +00:00
Leosvel Pérez Espinosa
3eeb4a3e4d
fix(core): run migrations with sync host (#15010) 2023-02-16 10:44:08 -05:00