5659 Commits

Author SHA1 Message Date
Colum Ferry
ccf938af69
cleanup(angular): replace wrapAngularDevkitSchematics in library generator (#15714) 2023-03-20 14:01:04 +00:00
Leosvel Pérez Espinosa
f2fb4c85cf
fix(angular): fix wrong tsconfig option name in webpack-dev-server implementation (#15765) 2023-03-20 09:45:28 +00:00
Leosvel Pérez Espinosa
a91513d961
fix(angular): do not set angularCompilerOptions in e2e tsconfig when generating an app (#15729) 2023-03-20 09:43:27 +00:00
Jonathan Cammisuli
84075c3a85
fix(core): misc daemon fixes (#15472) 2023-03-19 21:10:53 -04:00
Craigory Coppola
7740bb17ce
fix(core): add warning if running on an outdated global install (#15443) 2023-03-18 00:52:32 -04:00
Jason Jean
4d9df3d9cb
fix(js): do not run prettier when we can run formatFiles (#15740) 2023-03-17 17:32:37 -04:00
Jason Jean
9885ec3199
fix(misc): do not create apps libs for standalone presets (#15741) 2023-03-17 15:48:43 -04:00
Caio Oliveira
fd11334600
fix(core): combine serial and parallel execution + forward sigint to child process (#13885)
Co-authored-by: AgentEnder <craigorycoppola@gmail.com>
2023-03-17 11:49:21 -04:00
Jason Jean
616f0f0617
fix(core): start path to supporting esm modules (#15684) 2023-03-17 11:30:38 -04:00
Emily Xiong
129cbedc66
feat(core): add entry file for create-nx-workspace (#15610) 2023-03-17 11:30:06 -04:00
Jason Jean
b1be092bd4
chore(core): fix angular preset snapshots (#15730) 2023-03-17 11:29:06 -04:00
Lewis Smith
f60f8cdc53
fix(core): use relative paths for socket path (#10896)
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2023-03-17 10:50:04 -04:00
Craigory Coppola
0af052b18c
feat(core): add support for NX_DEFAULT_PROJECT env variable (#15549) 2023-03-17 10:37:15 -04:00
Caleb Ukle
1bca34777a
fix(testing): use es2016 for jest-preset-angular projects (#15646) 2023-03-17 10:32:30 -04:00
Colum Ferry
d1d69e230c
cleanup(angular): replace usage of wrapAngularDevkitSchematics for application (#15698)
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2023-03-17 08:34:15 +00:00
Jason Jean
1e27759bba
fix(core): fix NX_TASK_TARGET_CONFIGURATION being set to 'null' (#15725) 2023-03-16 22:39:44 +00:00
Jason Jean
4b9865c187
fix(react): fix next import (#15724) 2023-03-16 15:38:48 -06:00
Craigory Coppola
9791f31c34
fix(core): nx migrate should accept tags other than latest and next for community packages (#15673) 2023-03-16 16:41:21 -04:00
Jason Jean
583ee1f348
fix(react): print next prod server error in verbose mode (#15721) 2023-03-16 16:00:10 -04:00
Emily Xiong
bf88c22bd6
bugfix(react-native): fix the ios 2nd run failed (#15704) 2023-03-16 15:17:02 -04:00
Richard Versteeg
c95b27d80a
feat(core): make task runner selection configurable through env variable (#14529) 2023-03-16 14:12:46 -04:00
Colum Ferry
7812f41994
feat(angular): remove protractor (#15627) 2023-03-16 12:38:04 -04:00
Colum Ferry
942f984231
cleanup(angular): use our own pipe for scam-pipe (#15717) 2023-03-16 16:11:52 +00:00
Colum Ferry
5ac7243d4a
cleanup(angular): use our own directive for scam-directive (#15715) 2023-03-16 16:11:32 +00:00
Katerina Skroumpelou
5e88d1d7d1
docs(storybook): improve docs around migration and react/angular (#15706) 2023-03-16 17:07:40 +02:00
Miroslav Jonaš
c6904619aa
fix(angular): fix e2e tests to support pnpm v7 (#15587) 2023-03-16 12:22:22 +01:00
Miroslav Jonaš
10a69b7d0f
docs(linter): add API information for enforce-module-boundaries (#15678) 2023-03-16 09:11:00 +00:00
Craigory Coppola
cc68012978
fix(core): wildcard implicit dependency should support scoped project names (#15699) 2023-03-15 18:11:36 -04:00
Nicholas Cunningham
be81405a84
fix(nextjs): refactor how webpack config is loaded with nextjs (#15650)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-03-15 18:07:19 -04:00
Leosvel Pérez Espinosa
76ec6f9e0f
fix(angular): throw error for invalid project name in withModuleFederation helper (#15694) 2023-03-15 14:14:00 +00:00
Craigory Coppola
9897cbeb9a
fix(core): apply nxignore after gitignore (#15679) 2023-03-15 09:53:25 -04:00
Leosvel Pérez Espinosa
2e88414d87
cleanup(angular): set up projects in unit tests to avoid missing .gitignore noisy logs (#15691) 2023-03-15 11:09:45 +00:00
Leosvel Pérez Espinosa
8f2830c939
cleanup(angular): remove unused index from schema options using default source projectName (#15672) 2023-03-15 09:22:30 +00:00
Craigory Coppola
72d64b66b0
fix(core): clear line escape code shouldn't erase prefix in output (#15674) 2023-03-15 02:34:43 +00:00
Craigory Coppola
cd3d316af4
fix(core): prevent running arbitrary code when attempting to detect plugin capabilities (#15676) 2023-03-15 01:56:37 +00:00
Craigory Coppola
a950719c71
fix(core): help text shouldn't include .js file extensions on windows (#15677) 2023-03-14 16:29:50 -04:00
Katerina Skroumpelou
5e0cb7cf59
docs(storybook): include note for older name of flag (#15662) 2023-03-14 19:11:26 +00:00
tko39
87a6b3054e
fix(misc): cli - case in drive letters - windows (#15643) 2023-03-14 15:08:41 -04:00
Katerina Skroumpelou
8e838b5aac
fix(vite): configuration docs and optional chain targets (#15655) 2023-03-14 19:56:04 +02:00
Jason Jean
63eced7fca
fix(core): include target and configuration being run in env variables (#15668) 2023-03-14 13:44:33 -04:00
Colum Ferry
9cd28583f6
feat(angular): add pipe generator (#15659) 2023-03-14 17:16:32 +00:00
Leosvel Pérez Espinosa
ca8d24b3d4
fix(angular): set projectName as the default source for relevant generators (#15664) 2023-03-14 16:38:35 +00:00
Miroslav Jonaš
425c13448b
fix(core): handle missing package version on lockfile parsing (#15648) 2023-03-14 17:20:59 +01:00
Martin Kapal
a491b3522f
feat(misc): add a link to Nx Console for IntelliJ on React & Angular Nx welcome page (#15617) 2023-03-14 15:56:30 +00:00
Isaac Mann
10a7e7d3a6
docs(core): escape wildcard in shell (#15395) 2023-03-14 11:47:14 -04:00
Leosvel Pérez Espinosa
87833b913e
cleanup(misc): add known preset dependencies before generating it (#15459) 2023-03-14 11:46:45 -04:00
William Neely
46bc6af3c2
fix(misc): move generator should null-check cypress props (#15436) 2023-03-14 11:43:25 -04:00
Colum Ferry
481899ce9f
feat(angular): add directive generator (#15630) 2023-03-14 15:31:49 +00:00
Jason Jean
636a74b62a
fix(misc): handle standalone repos when removing nested projects (#15609) 2023-03-14 11:30:49 -04:00
Zachary DeRose
5add52bebf
fix(core): only perform pattern matching if file input doesn't exist (#15640) 2023-03-14 11:27:25 -04:00