Miroslav Jonaš
|
afb37c8691
|
fix(core): respect analyzePackageJson for processProjectGraph (#16220)
|
2023-04-11 11:40:07 -04:00 |
|
Craigory Coppola
|
1df2d68d6d
|
fix(core): deleted projects should not be in cached graph (#16210)
|
2023-04-11 11:38:58 -04:00 |
|
LongYinan
|
7625956b20
|
fix(core): only use native hasher if available (#16197)
|
2023-04-11 11:26:28 -04:00 |
|
sun0day
|
d0211cb102
|
chore(core): improve nx/tree unit test coverage (#14746)
|
2023-04-11 11:14:57 -04:00 |
|
Dmitry Marcautan
|
432e07440e
|
fix(misc): shared deps that rely on default configuration are filtered out (#16193)
Co-authored-by: Dmitry Marcautan <dmitry.marcautan@infopulse.com>
|
2023-04-11 13:51:13 +03:00 |
|
Victor Savkin
|
4d01b61c7b
|
fix(core): update links shown after create-nx-workspace
|
2023-04-10 15:35:51 -04:00 |
|
Caleb Ukle
|
3f4d010ac3
|
fix(node): update ts-jest config for jest 29 (#16201)
|
2023-04-10 13:51:26 -05:00 |
|
Victor Savkin
|
2bc33f14d7
|
docs(core): use -t and -p instead of --targets and --projects
|
2023-04-10 13:30:17 -04:00 |
|
Craigory Coppola
|
f2f6e356a7
|
feat(core): allow dependsOn to accept a single project dependency (#16100)
|
2023-04-10 13:12:16 -04:00 |
|
Juri
|
7989facc85
|
docs(core): what is Nx
|
2023-04-10 13:05:41 -04:00 |
|
Caleb Ukle
|
9ba8444930
|
fix(testing): merge reporter/coverage values from vite config (#16165)
|
2023-04-07 11:22:10 +03:00 |
|
Jason Jean
|
601a64dc20
|
feat(core): remove @nrwl/cli (#16129)
|
2023-04-06 16:26:16 -04:00 |
|
Jason Jean
|
99fafa5d1a
|
feat(testing): remove deperecated @nrwl/cypress/plugins/preprocessor (#16170)
|
2023-04-06 16:21:10 -04:00 |
|
Caleb Ukle
|
083f4f12c8
|
fix(testing): correctly error with jest.mock for invalid filepaths (#15445)
|
2023-04-06 15:10:47 -04:00 |
|
Florian Guitton
|
454344b1ef
|
feat(core): add support for tags with (print-)affected(:*) and run-many (#10085)
Co-authored-by: AgentEnder <craigorycoppola@gmail.com>
|
2023-04-06 14:45:09 -04:00 |
|
Rick nagual
|
7a4adf5893
|
fix(react-native): add aliasFields to handle replaced files in browser env (#16106)
|
2023-04-06 11:42:51 -04:00 |
|
Katerina Skroumpelou
|
f36d65c2ef
|
feat(storybook): make v7 default (#16159)
|
2023-04-06 11:39:03 -04:00 |
|
Craigory Coppola
|
2887596099
|
fix(core): don't show global version warning when Nx is invoked by itself (#16102)
|
2023-04-06 11:35:08 -04:00 |
|
Craigory Coppola
|
ad6ec996f4
|
feat(core): error when a project graph plugin fails (#16095)
|
2023-04-06 11:25:35 -04:00 |
|
Miroslav Jonaš
|
f34564c2f8
|
feat(core): deprecate implicitDependency in nx.json (#16084)
|
2023-04-06 10:50:24 -04:00 |
|
Miroslav Jonaš
|
b3a3f2a724
|
fix(core): ensurePackage fails on pnpm workspaces (#16002)
|
2023-04-06 10:47:15 -04:00 |
|
Miroslav Jonaš
|
443d45d74d
|
feat(core): add support for pnpm v8 (#15925)
|
2023-04-06 10:41:35 -04:00 |
|
Miroslav Jonaš
|
aaa1113ab0
|
fix(core): fix "migrate-to-inputs" migration (#16145)
|
2023-04-06 10:35:30 -04:00 |
|
Caleb Ukle
|
5afb5fc8fd
|
fix(testing): allow removing projects in standalone apps (#16093)
|
2023-04-06 10:30:09 -04:00 |
|
Leosvel Pérez Espinosa
|
e9f97f87e9
|
fix(angular): fix migrations cli type and use @angular-devkit/build-angular to determine ng devkit version (#16157)
|
2023-04-06 10:02:34 -04:00 |
|
Miroslav Jonaš
|
00ed85dc2f
|
fix(core): fix broken command-line unit test (#16152)
|
2023-04-06 08:25:59 -04:00 |
|
Mike Pham
|
f14aac629f
|
fix(core): fix parallel cli argument not default to 3 when not specified (#13837)
|
2023-04-05 17:53:24 -04:00 |
|
Nicholas Cunningham
|
18e965d2ef
|
feat(nextjs): add support for experimental appDir (#16132)
|
2023-04-05 14:07:46 -06:00 |
|
Caleb Ukle
|
8b4e5f6616
|
fix(testing): prevent loop w/ Cypress watch & Vite processor (#16099)
|
2023-04-05 12:07:04 -04:00 |
|
Jason Jean
|
775f65130d
|
fix(misc): fix docs for nx watch --includeDependentProjects (#16026)
|
2023-04-05 11:29:19 -04:00 |
|
Colum Ferry
|
44c5471dce
|
fix(angular): host and remote app generation with directory (#16113)
|
2023-04-05 14:13:07 +01:00 |
|
Leosvel Pérez Espinosa
|
a0fb3c705e
|
cleanup(angular): consolidate name and path normalization for component, directive and pipe generators (#16108)
|
2023-04-05 09:50:46 +01:00 |
|
Craigory Coppola
|
18c016bb06
|
fix(core): don't error if lock file not present when precomputing js dependencies (#16094)
|
2023-04-04 17:36:58 -04:00 |
|
Jack Hsu
|
807884c91d
|
feat(bundling): add support for esbuild.config.js file (#16092)
|
2023-04-04 19:16:32 +00:00 |
|
Nicholas Cunningham
|
c02ec9f1f7
|
fix(js): remove thirdParty default so that package.json will be generated by default (#16015)
|
2023-04-04 10:53:22 -04:00 |
|
Schmale97
|
36367569f6
|
fix(esbuild): don't set outfile or outdir if already defined (#14636)
|
2023-04-04 10:43:38 -04:00 |
|
Craigory Coppola
|
63e67bf142
|
fix(devkit): tree.children should support writes to directories that have the same name as their parent (#16074)
|
2023-04-04 09:41:31 -04:00 |
|
Leosvel Pérez Espinosa
|
341f573630
|
cleanup(angular): use generators instead of wrapped ng cli schematics (#16082)
|
2023-04-04 13:57:26 +01:00 |
|
Leosvel Pérez Espinosa
|
74633f535c
|
fix(angular): fix path handling and validate standalone option in pipe generator (#16080)
|
2023-04-04 11:28:38 +01:00 |
|
Leosvel Pérez Espinosa
|
29f5326b80
|
cleanup(angular): update component generator to be more consistent with similar generators (#16078)
|
2023-04-04 09:12:57 +00:00 |
|
Colum Ferry
|
e71d0156b1
|
feat(angular): export some utils as public api #15669 (#16056)
|
2023-04-04 09:16:57 +01:00 |
|
Jay Bell
|
6e86866867
|
feat(core): allow local execution transpiler overriding with env var (#16037)
|
2023-04-03 22:22:15 -04:00 |
|
Craigory Coppola
|
8092df31e2
|
fix(core): should not throw 'unable to resolve nx/package.json' (#16072)
|
2023-04-03 19:25:34 -04:00 |
|
Emily Xiong
|
fdbdd989b3
|
chore(expo): disable expo install e2e tests (#16073)
|
2023-04-03 20:35:42 +00:00 |
|
Miroslav Jonaš
|
89d0b8bf6f
|
fix(linter): support ESM js imports in ast utils (#16049)
|
2023-04-03 10:57:01 -04:00 |
|
Dmytro Holysh
|
c3ba5ab66f
|
fix(core): anyOf should validate if at least 1 condition passes (#14769)
Co-authored-by: AgentEnder <craigorycoppola@gmail.com>
|
2023-04-03 10:50:43 -04:00 |
|
Colum Ferry
|
ed6524cbe5
|
cleanup(js): move assets to js package (#15955)
|
2023-04-03 10:24:14 -04:00 |
|
Miroslav Jonaš
|
45a1a6e9c7
|
fix(core): fix NX_PERF_LOGGING toggles (#16054)
|
2023-04-03 10:16:11 -04:00 |
|
Colum Ferry
|
c0d95a7b01
|
fix(misc): allow npmScope to be single @ (#16053)
|
2023-04-03 10:15:10 -04:00 |
|
Leosvel Pérez Espinosa
|
675a5a9c87
|
feat(misc): bump tsquery dependency version (#16050)
|
2023-04-03 10:11:45 -04:00 |
|