4886 Commits

Author SHA1 Message Date
Miroslav Jonaš
c5b66abb9d
fix(linter): improve error message when attempting to use deprecated tslint (#8090) 2021-12-10 12:27:00 +01:00
Miroslav Jonaš
6245464714
fix(dep-graph): switch linter to use eslint executor (#8091) 2021-12-10 11:13:58 +01:00
Miroslav Jonaš
e3fe3ba7a5
chore(core): sync parallel flags on e2e test runs on CI (#8071) 2021-12-10 11:07:51 +01:00
Miroslav Jonaš
7b63e83132
chore(storybook): reuse workspace and project in E2E tests (#8098) 2021-12-10 10:43:28 +01:00
Miroslav Jonaš
f5d04080aa
chore(storybook): optimize E2E tests (#8097) 2021-12-10 10:21:37 +01:00
Benjamin Cabanes
a5985999a3
docs(nxdev): improve seo (#8089) 2021-12-09 19:43:32 -05:00
Benjamin Cabanes
7f3635d26a
docs(nxdev): update documentation content (#8094) 2021-12-09 23:39:36 +00:00
Benjamin Cabanes
9a1ed47bdb
docs(nxdev): dialog path cleaner update (#8092) 2021-12-09 17:53:06 -05:00
Miroslav Jonaš
5bab161650
chore(repo): disable running detox e2e on CI due to poor perf (#8070) 2021-12-09 22:36:57 +01:00
Kirils L
015f1b78f4
feat(web): support swc compiler (#7997) 2021-12-09 21:16:35 +00:00
AgentEnder
7b9975bfd7 docs(core): fix docs changes for config page 2021-12-09 15:54:40 -05:00
Victor Savkin
0352f0b99f chore(repo): update to use nx 13.3.0 2021-12-09 15:46:37 -05:00
Benjamin Cabanes
0ee99dedb4
docs(nxdev): update doc content (#8080) 2021-12-09 18:06:37 +00:00
Benjamin Cabanes
0db7aedbd9
docs(nxdev): doc-viewer props (#8079) 2021-12-09 17:59:06 +00:00
Jason Jean
b8e7e458fa Release 13.3.0 2021-12-09 12:43:47 -05: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
Victor Savkin
03aca97024 Release 13.3.0-rc.1 2021-12-09 10:11:51 -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
Miroslav Jonaš
366c2f0cdb
chore(repo): split windows e2e to a separate nightly workflow (#8069) 2021-12-09 11:50:44 +01:00
Miroslav Jonaš
4032a119ca
chore(repo): fix CI parallelization failure handling (#8068) 2021-12-09 10:34:54 +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
Craigory Coppola
28cd781b33
cleanup(testing): add e2e test for add-nx-to-monorepo (#8004) 2021-12-09 10:00:56 +01:00
AgentEnder
900c60365c docs(core): update global configuration docs 2021-12-08 21:09:39 -05:00
Benjamin Cabanes
5c55a12ea2
docs(nxdev): replay animation button (#8063) 2021-12-08 22:55:27 +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
Miroslav Jonaš
65cdcd9413
chore(repo): use bash to run tasks in parallel (#7991) 2021-12-08 00:03:21 +01: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
Miroslav Jonaš
bd5f04835f
chore(repo): extend e2e project cleanup to stop the daemon as well (#8037) 2021-12-08 00:01:03 +01: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
Juri
c06de16ae2 fix(core): log error stack trace if present 2021-12-06 11:48:36 -05:00
Juri Strumpflohner
85cde604ad
fix(linter): add missing @phenomnomnominal/tsquery dependency to package.json (#8015) 2021-12-06 19:21:17 +04:00
Colum Ferry
48712948b3
feat(angular): add scam generator (#7987)
* feat(angular): add scam generator

* feat(angular): support flat and type component flags
2021-12-06 12:59:42 +00:00
Juri Strumpflohner
e4595867cc
feat(storybook): upgrade to Storybook 6.4 (#7917) 2021-12-06 12:49:16 +02:00