James Henry
|
9116c29c18
|
feat(core): initial implementation of nx release (#19110)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
|
2023-09-18 15:11:44 -04:00 |
|
Colum Ferry
|
11fcb8f2d4
|
feat(react): switch default to typescript configuration for module federation (#19031)
|
2023-09-18 17:11:38 +01:00 |
|
Jason Jean
|
b2a9d4d79a
|
chore(repo): run lint,test, and build in the same command in CI (#19189)
|
2023-09-18 12:01:27 -04:00 |
|
Jack Hsu
|
56481d6976
|
fix(webpack): set module: true for swcMinify (#19213)
|
2023-09-18 09:53:32 -06:00 |
|
Miroslav Jonaš
|
cfa9a91038
|
fix(angular): dont add .angular/cache to prettier again if existing (#19183)
|
2023-09-15 17:14:13 +03:00 |
|
Jack Hsu
|
e98221e142
|
feat(vue): add setup-tailwind generator (#19147)
|
2023-09-15 09:11:35 -04:00 |
|
Miroslav Jonaš
|
d87826eea2
|
docs(linter): add missing properties to the dep-checks docs (#19125)
|
2023-09-15 11:53:31 +03:00 |
|
MaxKless
|
abf3ac6c8f
|
fix(node): set x-dropdown in app generator to enable autocomplete in console (#19105)
|
2023-09-14 14:02:45 -04:00 |
|
Nicholas Cunningham
|
0a7efc6465
|
feat(react): Add versioning for workspace libraries (#19063)
|
2023-09-14 08:08:46 -04:00 |
|
Craigory Coppola
|
de2824a450
|
feat(devkit): add method for tree-aware glob search (#19128)
|
2023-09-13 17:39:45 -04:00 |
|
Jack Hsu
|
188dc8f2f0
|
feat(core): hide vue preset options from create-nx-workspace (#19155)
|
2023-09-13 17:18:04 -04:00 |
|
Craigory Coppola
|
dc8b408b1a
|
feat(react): allow setting react preset to production when using custom BABEL_ENV (#19148)
|
2023-09-13 17:14:52 -04:00 |
|
Jack Hsu
|
769974b45a
|
feat(vue): init, app, component and lib generators (#19130)
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
|
2023-09-13 15:05:10 -04:00 |
|
Jonathan Cammisuli
|
537d7eb8be
|
feat(core): add WorkspaceContext class (#18999)
|
2023-09-13 09:56:36 -04:00 |
|
Craigory Coppola
|
ae154e777e
|
cleanup(devkit): improve error messaging when project doesnt exist for readTargetOptions (#19108)
|
2023-09-12 23:07:20 -04:00 |
|
Jack Hsu
|
17767cf769
|
fix(core): detect dependencies in .cjs and .cts files (#19127)
|
2023-09-12 13:23:18 -04:00 |
|
Jack Hsu
|
fdbf000c51
|
feat(js): warn users when additionalEntryPoints do not match any files (#19107)
|
2023-09-12 11:19:26 -04:00 |
|
Craigory Coppola
|
f2e20c81b6
|
cleanup(core): adjust create dependencies context (#19070)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
|
2023-09-12 09:01:32 -04:00 |
|
Craigory Coppola
|
228393724c
|
feat(devkit): update parseTargetString to allow referencing targets on the current project (#19109)
|
2023-09-11 16:58:03 -04:00 |
|
Simon Critchley
|
3771c325bc
|
Revert "feat(repo): enable agents" (#19112)
|
2023-09-11 15:58:09 -04:00 |
|
Jason Jean
|
660bfb3dc5
|
chore(repo): speed up build of nx project (#19066)
|
2023-09-08 13:37:02 -04:00 |
|
Jason Jean
|
41551a3197
|
feat(linter): update version of tslint-to-eslint (#19065)
|
2023-09-08 13:05:09 -04:00 |
|
Miroslav Jonaš
|
86594bd99b
|
fix(linter): add @eslint/js with correct package version (#19077)
Co-authored-by: Nacho Vazquez <nacho.vazquez.dev@gmail.com>
|
2023-09-08 12:19:19 -04:00 |
|
Victor Savkin
|
018d9972ee
|
feat(repo): add cloud workflows
|
2023-09-08 12:04:36 -04:00 |
|
Colum Ferry
|
dd5ea7a244
|
feat(webpack): move module federation utils to webpack (#18996)
|
2023-09-08 10:22:09 -04:00 |
|
Guy Senpai
|
e507ff02e2
|
fix(core): prettier 3 shouldn't cause errors due to v8 compile cache (#19075)
|
2023-09-08 09:53:07 -04:00 |
|
Craigory Coppola
|
ca3fd3cb65
|
fix(js): esbuild should not throw when a project depends on non-js dependencies (#19057)
|
2023-09-07 21:45:09 +00:00 |
|
Jonathan Cammisuli
|
7e2a19bfa1
|
chore(core): remove fast-glob from core nx (#18975)
|
2023-09-07 17:24:26 -04:00 |
|
Jason Jean
|
f71f2ac1f0
|
fix(core): do not validate remote cache validity (#19059)
|
2023-09-07 16:43:08 -04:00 |
|
Jason Jean
|
4b344ac660
|
fix(js): handle nested wildcard imports and paths that start with # (#19056)
|
2023-09-07 16:07:54 -04:00 |
|
Jason Jean
|
730d6106d6
|
feat(js): support finding imports in .vue files (#19048)
|
2023-09-07 13:14:06 -04:00 |
|
Jack Hsu
|
305b44310a
|
fix(react): set "watch: false" on module federation serve-static options (#19052)
|
2023-09-07 12:41:33 -04:00 |
|
Jason Jean
|
e8fb1f4f4b
|
fix(misc): use preset apps instead of empty (#19051)
|
2023-09-07 11:05:40 -04:00 |
|
Craigory Coppola
|
f1be92e3df
|
fix(core): prettier 3 shouldn't cause errors due to esm + compile cache (#19042)
|
2023-09-07 11:02:46 -04:00 |
|
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 |
|