6845 Commits

Author SHA1 Message Date
Craigory Coppola
5fc02ca5dc
fix(misc): report should not throw when no nx.json file is present (#19333) 2023-10-03 14:37:39 -04:00
Craigory Coppola
df83e0e524
chore(repo): bump cliui (#19374) 2023-10-03 13:29:13 -04:00
Colum Ferry
a11e8f1bb2
fix(web): disable tsnode service after loading config (#19387)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2023-10-03 13:28:58 -04:00
James Henry
2d70eb048f
feat(core): switch nx release changelog to offline first with CHANGELOG.md files (#19327) 2023-10-03 11:58:42 -04:00
Jonathan Cammisuli
3e6c43a808
fix(core): include client env when hashing tasks in the daemon (#19422) 2023-10-03 11:03:28 -04:00
Leosvel Pérez Espinosa
19be5009ba
feat(angular): support incremental TypeScript semantic diagnostics in ng-packagr executors (#19405) 2023-10-03 09:29:35 +02:00
James Henry
542721f548
fix(core): set prerelease on Github request for nx release changelog (#19343) 2023-10-02 14:48:25 -04:00
Leosvel Pérez Espinosa
23c7b504f1
fix(angular): do not set less math option in ng-packagr executors (#19402) 2023-10-02 09:34:02 +00:00
Colum Ferry
a9a551db60
feat(react): add remote to tspaths for typing (#19276) 2023-09-28 10:57:12 -04:00
Leosvel Pérez Espinosa
0468627518
fix(angular): update tsconfig included and excluded files when generating a library secondary entry point (#19366) 2023-09-28 14:55:04 +02:00
James Henry
9448b68964
fix(core): generate permissions on github ci workflow (#19357) 2023-09-27 20:54:35 -04:00
Miroslav Jonaš
bf7e663168
feat(linter): add app import exception for remotes (#19301) 2023-09-28 00:25:11 +00:00
Miroslav Jonaš
e650ccff68
fix(linter): fix rule typings (#19294) 2023-09-27 15:06:15 -04:00
Craigory Coppola
a0ff89258d
cleanup(devkit): export FileMap interface (#19297) 2023-09-27 14:35:12 +00:00
Leosvel Pérez Espinosa
8d767ed17c
fix(angular): remove leftover code causing duplicated route config when generating a library (#19326) 2023-09-26 17:19:30 +02:00
Jason Jean
5cc87bfdc2
fix(misc): properly add extra dependencies to packages (#19334) 2023-09-26 00:09:29 -04:00
Leosvel Pérez Espinosa
312351b03c
fix(angular): throw an error when generating a component and the specified module can't be found (#19324) 2023-09-25 16:09:18 -04:00
Katerina Skroumpelou
295ea3fb93
feat(vue): storybook configuration generator for vue (#19141) 2023-09-25 13:23:01 -04:00
Tim Fisher
a49a84e753
feat(core): add NX_IGNORE_CYCLES environment variable (#18708) 2023-09-22 22:37:03 -04:00
Emily Xiong
2b84f10e69
bugfix(react-native): fix run-ios failed on 2nd run (#19287) 2023-09-22 16:20:29 -04:00
James Henry
295ec47f5d
fix(core): do not attempt to publish private npm packages (#19299) 2023-09-22 15:03:42 -04:00
Jack Hsu
94d8356e51
fix(vite): provide correct root directory when building a root project (#19298) 2023-09-22 13:08:34 -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
Nicholas Cunningham
78f7f9f9e5
fix(nextjs): Add missing env to base Nx Env (#19201) 2023-09-22 08:27:43 -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
Craigory Coppola
82fb209b40
fix(nx-plugin): pass full context into parseTargetString (#19154) 2023-09-21 16:14:30 -04:00
Craigory Coppola
1aef24be39
chore(angular): move parseTargetString to pass executor context (#19133) 2023-09-21 16:08:09 -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
Emily Xiong
432852684d
feat(react-native): upgrade react-native to 0.72.4 (#19160) 2023-09-20 11:40:00 -04:00
Jack Hsu
9362de0681
fix(nextjs): do not warn on NX_INVOKED_BY_RUNNER and only show warning once (#19254) 2023-09-20 11:30:13 -04:00
Craigory Coppola
3069f3e165
chore(js): pass full context to parseTargetString (#19136) 2023-09-20 09:08:10 -04:00
Leosvel Pérez Espinosa
a020f1d933
feat(misc): do not prompt for project name and root format when they produce the same result (#19221) 2023-09-20 09:07:47 -04:00
Craigory Coppola
8530b45988
chore(nextjs): pass full executor context where available to parseTargetOptions (#19138) 2023-09-20 09:07:34 -04:00
Craigory Coppola
a18dd48510
chore(react): pass full context to parseTargetString (#19156) 2023-09-20 09:07:21 -04:00
Craigory Coppola
b222933417
chore(bundling): pass full context to parseTargetString (#19157) 2023-09-20 09:07:08 -04:00
Craigory Coppola
90e5759dfa
chore(react-native): pass full context to parseTargetString (#19135) 2023-09-20 09:06:56 -04:00
Craigory Coppola
8b7b1e45a5
chore(testing): move cypress invocations of parseTargetString to pass executor context (#19134) 2023-09-20 09:06:43 -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
Nicholas Cunningham
0369224b1c
feat(react): Support loading remotes via library: var (#19192) 2023-09-19 09:10:26 -06:00