Jason Jean
|
850cdb3d20
|
fix(core): do not prompt, only warn when projectNameAndRootLayout is … (#19037)
|
2023-09-07 09:08:08 -05:00 |
|
Jack Hsu
|
214b53134d
|
fix(node): explicitly check that project is a library before updating imports (#19040)
|
2023-09-07 10:06:35 -04:00 |
|
Josh Goldberg ✨
|
b8bc4609e1
|
docs(core): add more to repair's command-object describe (#18602)
Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
|
2023-09-07 09:04:40 -05:00 |
|
Isaac Mann
|
c2c664a055
|
docs(core): add directory flag to all project generators (#18977)
|
2023-09-07 09:36:25 -04:00 |
|
Miroslav Jonaš
|
bcb5965ec5
|
fix(angular): keep dependency-checks enabled for buildable libraries (#19047)
|
2023-09-07 15:14:45 +02:00 |
|
Katerina Skroumpelou
|
f487929a9e
|
fix(vite): check for undefined and create types array (#19045)
|
2023-09-07 08:28:09 -04:00 |
|
Miroslav Jonaš
|
aa223621f7
|
fix(linter): ensure config manipulations are run only if config is supported (#19035)
|
2023-09-07 13:17:22 +02:00 |
|
Stefano Formicola
|
e68a517a75
|
docs(react): fix schema typo to scheme in react-native run-ios schema.json (#17813)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
|
2023-09-06 22:14:11 -04:00 |
|
Jason Jean
|
4940b2b0b2
|
fix(misc): nx view-logs should open the nx-cloud link when connected … (#17808)
|
2023-09-06 17:10:02 -04:00 |
|
Adam Wootton
|
9ba98f4b25
|
fix(js): workspace lib devDependencies should not be added to package.json (#17802)
|
2023-09-06 15:13:11 -04:00 |
|
Craigory Coppola
|
2526967fc5
|
fix(core): register ts transpiler when running .ts backed plugins (#19027)
|
2023-09-06 14:27:01 -04:00 |
|
Matt Lewis
|
f30174b677
|
fix(webpack): enable in memory caching when building for node in watch mode (#18348)
|
2023-09-06 12:24:27 -06:00 |
|
Nadav Shatz
|
ac85a16a59
|
fix(react): fix createGlobPAtternsForDependencies path (#18546)
|
2023-09-06 12:18:21 -06:00 |
|
Leosvel Pérez Espinosa
|
ace8f8cf97
|
fix(misc): calculate cwd relative path correctly for generators and executors (#18933)
|
2023-09-06 14:17:35 -04:00 |
|
Jack Hsu
|
f3fb455f33
|
feat(vue): add private Vue plugin (#19009)
|
2023-09-06 20:58:38 +03:00 |
|
Jack Hsu
|
8c1f183659
|
fix(linter): handle non-JSON eslintrc files when updating overrides (#19026)
|
2023-09-06 12:20:28 -04:00 |
|
Miroslav Jonaš
|
2bc7031017
|
fix(linter): fix dep-checks projPackageJsonDeps caching for IDE (#18935)
|
2023-09-06 10:19:50 +02:00 |
|
Jack Hsu
|
ce172d8706
|
fix(js): change TS standalone preset to generate at the root (#19003)
|
2023-09-05 12:07:12 -04:00 |
|
Leosvel Pérez Espinosa
|
8564d9ba12
|
feat(misc): support new format to determine new project name and destination in move generators (#18878)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
|
2023-09-05 09:40:16 -04:00 |
|
Jason Jean
|
9fbfe4a95a
|
feat(misc): stop generating empty apps/libs/packages libs in new work… (#18979)
|
2023-09-05 08:25:50 -05:00 |
|
Jonathan Cammisuli
|
20528790bb
|
chore(core): remove chokidar as a dependency (#18914)
|
2023-09-04 01:32:10 +00:00 |
|
Jason Jean
|
bd1b0b70fd
|
feat(misc): introduce a way to set the project name/root format for all generators (#18971)
|
2023-09-01 16:58:14 -04:00 |
|
Nicholas Cunningham
|
b42be17e52
|
fix(nextjs): Ensure build-custom-server is only added once to nx.json (#18972)
|
2023-09-01 15:41:47 -04:00 |
|
Nicholas Cunningham
|
f3f12d4201
|
chore(nextjs): update nextjs plugin's unit test to use as-provided (#18969)
|
2023-09-01 13:55:15 -04:00 |
|
Jason Jean
|
a5a522e92c
|
fix(js): properly throw error when processing lockfile during postins… (#18968)
|
2023-09-01 13:10:21 -04:00 |
|
Nicholas Cunningham
|
8f1429da97
|
fix(vite): Update typings and fix when converting lib to vite (#18956)
|
2023-09-01 13:01:43 -04:00 |
|
Jason Jean
|
610ac979f4
|
fix(core): re-expose strip-source-code (#18955)
|
2023-09-01 12:11:45 -04:00 |
|
Caleb Ukle
|
193206ac86
|
feat(testing): support cypress v13 (#18899)
|
2023-09-01 11:55:13 -04:00 |
|
Jason Jean
|
83ebf0f799
|
chore(core): refactor implicit dependencies code (#18825)
|
2023-09-01 10:51:10 -05:00 |
|
Colum Ferry
|
60da7977a7
|
fix(angular): use production build for static-serve for MF (#18942)
|
2023-09-01 14:29:13 +01:00 |
|
Jason Jean
|
7f76c2bec3
|
fix(js): set external nodes when lockfile is not reprocessed (#18944)
|
2023-08-31 17:11:01 -04:00 |
|
Nicholas Cunningham
|
fef332e537
|
chore(react-native): update react-native plugin unit tests to use "as-provided" (#18945)
|
2023-08-31 11:06:11 -06:00 |
|
Katerina Skroumpelou
|
b17b30d13b
|
feat(storybook): add projectNameAndRootFormat as-provided in tests (#18936)
|
2023-08-31 18:59:54 +03:00 |
|
Leosvel Pérez Espinosa
|
a2493b92f8
|
cleanup(testing): switch cypress tests to use project name and root as-provided format by default (#18927)
|
2023-08-31 09:00:50 -05:00 |
|
Colum Ferry
|
818d04cb9a
|
fix(angular): ngrx-feature-store should respect paths in names #18905 (#18913)
|
2023-08-31 12:02:15 +01:00 |
|
Jack Hsu
|
c9ea9e076f
|
feat(core): ensure @nx/js plugin is installed for all JS workspaces (#18919)
|
2023-08-30 18:24:48 -04:00 |
|
Jack Hsu
|
99c44f9e88
|
fix(bundling): add faux-ESM files so "import" in Node works with both named and default exports (#18916)
|
2023-08-30 15:41:21 -04:00 |
|
Craigory Coppola
|
353d8d089d
|
cleanup(core): move js lockfile parsing to v2 plugin (#18779)
|
2023-08-30 14:26:41 -04:00 |
|
Nicholas Cunningham
|
b74f3671e1
|
chore(detox): update detox plugin unit tests to use "as-provided" (#18915)
|
2023-08-30 16:57:52 +00:00 |
|
Jack Hsu
|
f110d0c0e6
|
chore(react): update unit tests to use "as-provided" when generating apps/libs (#18893)
|
2023-08-30 09:13:05 -06:00 |
|
Thabo
|
70d3728457
|
fix(nx): correct the message for the removal of a project that is still a dependency of other projects. (#18903)
|
2023-08-30 10:09:13 -04:00 |
|
Jack Hsu
|
ec647e7250
|
fix(core): keep existing name when converting project to a monorepo (#18910)
|
2023-08-30 10:08:20 -04:00 |
|
Phillip Barta
|
660f0a6d60
|
feat(web): use daemon file-watcher for file-server executors (#14284)
|
2023-08-30 09:27:17 -04:00 |
|
Jack Hsu
|
f7a7690779
|
feat(linter): migrate projects using dep-check lint rule to ignore build config files (#18882)
|
2023-08-30 14:54:56 +02:00 |
|
Colum Ferry
|
5a0634323e
|
fix(angular): use the correct output path for mf ssr #18849 (#18906)
|
2023-08-30 12:53:46 +01:00 |
|
Nicholas Cunningham
|
83f2001230
|
chore(expo): update expo plugin unit tests to use "as-provided" (#18900)
|
2023-08-30 10:36:21 +03:00 |
|
Jason Jean
|
db31f3043e
|
fix(core): sort objects when hashing them instead (#18897)
|
2023-08-30 04:03:00 +00:00 |
|
Craigory Coppola
|
7e5027498d
|
fix(core): merge implicit project dependencies only if found on new and matching projects (#18896)
|
2023-08-29 22:35:06 +00:00 |
|
Jack Hsu
|
74c812e2e8
|
chore(js): update js plugin unit tests to use "as-provided" option when generating apps/libs (#18894)
|
2023-08-29 20:17:06 +00:00 |
|
Nicholas Cunningham
|
da2a08e575
|
fix(nextjs): Deprecate adding NX_ vars to Webpack Define (#18892)
|
2023-08-29 13:44:05 -06:00 |
|