1335 Commits

Author SHA1 Message Date
Jonathan Cammisuli
3e6c43a808
fix(core): include client env when hashing tasks in the daemon (#19422) 2023-10-03 11:03:28 -04:00
James Henry
542721f548
fix(core): set prerelease on Github request for nx release changelog (#19343) 2023-10-02 14:48:25 -04:00
Craigory Coppola
a0ff89258d
cleanup(devkit): export FileMap interface (#19297) 2023-09-27 14:35:12 +00:00
Jason Jean
5cc87bfdc2
fix(misc): properly add extra dependencies to packages (#19334) 2023-09-26 00:09:29 -04:00
Tim Fisher
a49a84e753
feat(core): add NX_IGNORE_CYCLES environment variable (#18708) 2023-09-22 22:37:03 -04:00
Jonathan Cammisuli
ca85d2683e
fix(core): unregister in-process ts transpilers when projectGraph is created (#19187)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2023-09-22 09:47:27 -04:00
Leosvel Pérez Espinosa
c18c0b2eba
feat(misc): prepend cwd to directory in project generators when using as-provided format (#19227)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2023-09-22 08:28:03 -04:00
Jack Hsu
903c4fe7c8
fix(js): update generated .swcrc file to align with @swc/core@1.3.85 (#19214)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2023-09-21 23:04:30 -04:00
Mark McCulloh
91b1451743
fix(core): ensure target-only argument is rewritten correctly to be forwarded (#17971) 2023-09-21 16:26:55 -04:00
Jay Bell
5545ffbaa9
feat(core): allow multiple targets in show projects commmand (#18506) 2023-09-21 16:20:25 -04:00
Artur Androsovych
57dc1053a8
chore(core): prepare Angular specific error only before throwing it (#18904) 2023-09-21 16:19:00 -04:00
Jason Jean
d4a6d32578
feat(core): run createDependencies plugins concurrently (#19176) 2023-09-21 16:06:15 -04:00
James Henry
6327fab2e0
chore(repo): dogfood nx release commands (#19237) 2023-09-21 13:38:13 -04:00
Jason Jean
53a327715b
feat(repo): remove projectNameAndRoot nx.json option (#19218) 2023-09-21 08:15:38 -04:00
Jonathan Cammisuli
9a919a0383
fix(core): set SWC_NODE_PROJECT before registering @swc-node/register (#19239) 2023-09-20 08:59:26 -04:00
Jonathan Cammisuli
3300fbd967
fix(core): handle negative star glob better (#19241) 2023-09-20 08:58:48 -04:00
James Henry
6b16230499
fix(core): support dry-run on nx release publish (#19228) 2023-09-20 08:57:13 -04:00
James Henry
7f8368ca16
fix(core): allow parallel and output-style on publish target (#19242) 2023-09-20 09:38:27 +00:00
Craigory Coppola
f213976281
feat(core): include non-project files on fileMap and filesToProcess (#19217) 2023-09-19 21:46:01 -04:00
Jonathan Cammisuli
6ea3d3834a
fix(core): handle negative single directory globs (#19235) 2023-09-19 14:47:53 -04:00
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
Craigory Coppola
de2824a450
feat(devkit): add method for tree-aware glob search (#19128) 2023-09-13 17:39:45 -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
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
Victor Savkin
018d9972ee feat(repo): add cloud workflows 2023-09-08 12:04:36 -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
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
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
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
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
Craigory Coppola
2526967fc5
fix(core): register ts transpiler when running .ts backed plugins (#19027) 2023-09-06 14:27:01 -04: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
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
Jason Jean
a5a522e92c
fix(js): properly throw error when processing lockfile during postins… (#18968) 2023-09-01 13:10:21 -04:00
Jason Jean
610ac979f4
fix(core): re-expose strip-source-code (#18955) 2023-09-01 12:11:45 -04:00
Jason Jean
83ebf0f799
chore(core): refactor implicit dependencies code (#18825) 2023-09-01 10:51:10 -05:00
Jason Jean
7f76c2bec3
fix(js): set external nodes when lockfile is not reprocessed (#18944) 2023-08-31 17:11:01 -04:00
Craigory Coppola
353d8d089d
cleanup(core): move js lockfile parsing to v2 plugin (#18779) 2023-08-30 14:26:41 -04: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
e188775ffb
fix(core): check for lerna before parsing lockfiles to prevent errors (#18884) 2023-08-29 12:00:05 -04:00
Leosvel Pérez Espinosa
86c21c6064
fix(core): use correct break line char in deprecated generator message printed by the generate command (#18879) 2023-08-29 10:43:10 -04:00