Colum Ferry
a75f1bd763
fix(angular): set public host for both projects ( #8184 )
2021-12-15 10:39:31 +00:00
Noriyuki Shinpuku
e77c498f2d
feat(angular): update complier options for strict mode ( #8126 )
2021-12-14 22:32:45 -05:00
Noriyuki Shinpuku
e4f7e2e40b
feat(react): update complier options for strict mode ( #8127 )
2021-12-14 22:31:40 -05:00
Jack Hsu
6090b24c36
fix(core): properly set workspace root when using custom preset ( #8173 )
2021-12-15 01:41:35 +00:00
Kirils L
232eaafc21
fix(nextjs): incorrectly named nested page component files ( #8170 )
2021-12-14 16:00:44 -05:00
Nicholas Cunningham
18b3d61a1d
feat(core): Add support for versioning in the preset package name ( #8146 )
2021-12-14 10:07:57 -05:00
Shlomi Levi
4bb109e175
feat(angular): add scam generator for pipes and directives ( #8144 )
...
ISSUES CLOSED : #8122
2021-12-14 11:28:47 +00:00
Colum Ferry
bc8dda6c44
fix(angular): scam component default type as lowercase ( #8160 )
2021-12-14 11:09:16 +00:00
Craigory Coppola
a23284e9ce
fix(core): misc. ng cli compat layer fixes ( #8141 )
...
* fix(core): misc. ng cli compat layer fixes
* chore(core): unit test fixes
2021-12-13 18:48:11 -05:00
Jack Hsu
1f44bbeed9
fix(core): properly pass args to custom preset ( #8154 )
2021-12-13 22:26:41 +00:00
Leosvel Pérez Espinosa
364136f3f6
fix(angular): handle scam components when generating storybook stories ( #8139 )
2021-12-13 16:19:08 +00:00
Colum Ferry
5339e99d84
feat(angular): enable minimization for MFEs ( #8135 )
...
* feat(angular): enable minimization for MFEs
* fix(angular): test snapshots
2021-12-13 15:58:16 +00:00
Noriyuki Shinpuku
7ca6b29276
feat(testing): update cypress to 9.x ( #8011 )
...
ISSUES CLOSED : #7954
2021-12-13 08:22:33 -06:00
Leosvel Pérez Espinosa
4343f56da6
fix(angular): remove unnecessary extension from scam component import ( #8136 )
2021-12-13 12:53:21 +00:00
Jack Hsu
d6307181ab
fix(core): allow tsConfig without compilerOptions to work ( #8119 )
2021-12-10 21:56:17 +00:00
Craigory Coppola
b44f240785
fix(core): project inference should work if name not specified by package.json ( #8116 )
2021-12-10 21:16:27 +00:00
Jack Hsu
f8c394af46
feat(web): add swc compiler option for webpack executor ( #8114 )
2021-12-10 16:09:20 -05:00
Nicholas Cunningham
3bedfd8039
feat(core): preset now supports external generators when creating a workspace. ( #8084 )
...
When you run create-nx-workspace --preset you can now pass in an npm package name.
This package will contain a generator named preset which is run after the workspace has been generated.
2021-12-10 15:44:20 -05:00
Kirils L
68e5328de7
fix(nextjs): make flat option configurable for page generator ( #8113 )
2021-12-10 20:18:46 +00:00
Benjamin Cabanes
ea0d65b019
docs(nxdev): better api generator templates ( #8109 )
2021-12-10 12:18:46 -05:00
Leosvel Pérez Espinosa
3fa53857d7
fix(angular): fix setParserOptionsProject being ignored when generating apps ( #8105 )
2021-12-10 16:00:43 +00:00
Kyle Cannon
46cd008028
fix(core): add default export for tasksRunnerV2 ( #8088 )
...
Fixes #8085
2021-12-10 10:04:06 -05:00
Leosvel Pérez Espinosa
0ce96a47f1
fix(core): forward args to target dependencies with the same executor as the target that is being run ( #8104 )
2021-12-10 10:01:06 -05:00
Jay Bell
e2626adb68
feat(angular): allow for passing in parser options flag to lib generation ( #8082 )
2021-12-10 14:33:46 +00:00
Colum Ferry
5f537183b2
fix(angular): use path property correctly when generating scams #8083 ( #8100 )
2021-12-10 12:46:54 +00:00
Miroslav Jonaš
c5b66abb9d
fix(linter): improve error message when attempting to use deprecated tslint ( #8090 )
2021-12-10 12:27:00 +01:00
Kirils L
015f1b78f4
feat(web): support swc compiler ( #7997 )
2021-12-09 21:16:35 +00:00
Craigory Coppola
ea26751523
fix(core): remove generator should work w/o workspace.json ( #8077 )
2021-12-09 16:59:51 +00:00
Craigory Coppola
ec24422927
fix(core): package.json should not override project.json during generation of new js apps ( #8076 )
2021-12-09 11:59:05 -05:00
Craigory Coppola
4685b1ee50
cleanup(core): add tests for merging package json scripts with targets ( #8066 )
2021-12-09 10:51:40 -05:00
Dmitrii Kuzmin
5640e62c22
fix(angular): use jasmine-marbles 0.9.1 for rxjs7 ( #8062 )
...
* fix(angular): use jasmine-marbles 0.9.1 for rxjs7
* fix(angular): get dynamicly jasmine-marbles version
2021-12-09 09:08:02 -06:00
Juri
6f4226af75
feat(storybook): upgrade to Storybook 6.4
2021-12-09 10:06:10 -05:00
Victor Savkin
1e6761ebc3
fix(core): propagate errors when daemon isn't able to start
2021-12-09 09:49:46 -05:00
Leosvel Pérez Espinosa
7d13b54216
fix(core): prevent processing migrations for transitive dependencies
2021-12-09 09:46:43 -05:00
Colum Ferry
6e400322f1
fix(angular): support module syntax for mfes ( #8020 )
...
* fix(angular): support module syntax for mfes
* fix(angular): add publich host to prevent infinte reload
2021-12-09 12:49:37 +00:00
Leosvel Pérez Espinosa
d808bc206b
fix(core): forward args to target dependencies with the same target name as the target that is being run ( #8034 )
2021-12-09 09:46:00 +00:00
Noriyuki Shinpuku
fe96a33173
feat(nextjs): bump Next.js version to 12.0.7 ( #7788 )
2021-12-08 20:06:02 +00:00
Victor Savkin
3ecd1c28b7
fix(core): daemon should copy file maps
2021-12-08 14:44:12 -05:00
James Henry
406a94f237
chore(core): add foundations of ink powered life-cycle ( #8028 )
2021-12-08 19:09:51 +00:00
Leosvel Pérez Espinosa
051e7f1d10
fix(misc): fix list plugins to handle generators/executors collections that are not exported ( #8057 )
2021-12-08 16:33:12 +00:00
Victor Savkin
7885018ae9
fix(repo): handle circular deps between workspace and cli/jest
2021-12-08 10:28:26 -05:00
Leosvel Pérez Espinosa
0280e5ec7b
fix(angular): fix @nrwl/angular package build to produce the right type definitions and package entry points ( #8054 )
2021-12-08 15:22:25 +00:00
Victor Savkin
b2699df779
fix(core): correctly resolve project names when constructing deps using package.json files
2021-12-07 20:47:36 -05:00
Craigory Coppola
fce3d9be35
feat(core): merge package json scripts with targets list when building dependency graph ( #7979 )
...
* feat(core): merge package json scripts with targets list when building dependency graph
* chore(repo): add tsconfig path handling to generate CLI docs
2021-12-07 18:02:19 -05:00
Leosvel Pérez Espinosa
a11f7e739d
fix(angular): handle sass imports without tilde of node_modules packages ( #8038 )
2021-12-07 16:43:03 +00:00
Victor Savkin
ce25ef4708
fix(core): write a terminal output file when using the pipe capture method
2021-12-07 11:34:50 -05:00
Chau Tran
01417d2a9b
fix(js): recommit - expose schematics and builders for angular devkit ( #8030 )
...
ISSUES CLOSED : #8021
2021-12-07 00:50:23 -06:00
Noriyuki Shinpuku
d1666b9234
fix(core): prevent overwriting nx.json options to undefined ( #8009 )
2021-12-06 19:08:21 -06:00
Victor Savkin
8806d1f815
Revert "feat(storybook): upgrade to Storybook 6.4 ( #7917 )"
...
This reverts commit e4595867cc16cd5fe20d02e242d6ccbc727bd1f1.
2021-12-06 20:02:54 -05:00
Craigory Coppola
9fd3e248e0
fix(core): fix stack overflow when using standalone configs with 600+ projects ( #8026 )
2021-12-06 18:13:48 -05:00