8697 Commits

Author SHA1 Message Date
Leosvel Pérez Espinosa
329bb25404
feat(core): warn when deprecated options are used in generators and executors (#5845) 2021-06-01 21:45:06 -04:00
Leosvel Pérez Espinosa
87cae06392
fix(core): list files from the tree in the ngcli-adapter (#5860) 2021-06-01 18:16:44 -04:00
Jack Hsu
d01bac7440
docs(core): include fallback paths during SSG (#5850) 2021-06-01 14:16:51 -04:00
Leosvel Pérez Espinosa
a6772c4346
fix(angular): update angular deps to use the latest minor versions (#5858) 2021-06-01 17:52:38 +01:00
Miroslav Jonaš
57785b5336
feat(repo): add checks for lock files (#5854) 2021-06-01 11:56:49 +02:00
Miroslav Jonaš
f01bd0cfdc
fix(testing): fix failing storybook executor unit test (#5844)
* fix(storybook): fix failing test

* chore(testing): fix formating

* fix(testing): fix path to package.json

* fix(testing): mock statSync
2021-06-01 10:03:45 +02:00
Phillip Barta
bb8b99c313
fix(repo): remove npm lock file and merge yarnrc files (#5851) 2021-06-01 10:03:14 +02:00
Jack Hsu
4a03859de4
fix(web): update packages that have audit errors and warnings (#5847) 2021-05-31 19:55:02 +00:00
Jack Hsu
12ee3bce97
feat(web): add generateIndexHtml option to web build executor (#5843) 2021-05-31 14:33:01 +00:00
Noriyuki Shinpuku
d3c45b32b9
fix(react): fix externals for buildable libraries (#5540)
ISSUES CLOSED: #5508
2021-05-31 10:17:33 -04:00
Ben Heidemann
060660ea49
fix(web): prevent inherited target in tsconfig from being removed (#5756)
* fix(web): prevent inherited target in tsconfig from being removed

ISSUE 4115 (https://github.com/nrwl/nx/issues/4115): when a library tsconfig.json inherited a script
target, this was removed when building the library with "nx build [some lib]".

ISSUES CLOSED: #4115

* cleanup(web): format code in package.impl.ts

ISSUE 4115 (https://github.com/nrwl/nx/issues/4115): when a library tsconfig.json inherited a
script
target, this was removed when building the library with "nx build [some lib]".
ISSUES CLOSED:
#4115
2021-05-31 10:17:02 -04:00
Noriyuki Shinpuku
a14924b809
feat(react): generate library with strict mode by default (#5720) 2021-05-31 10:16:15 -04:00
Miroslav Jonaš
f92ac89cee
fix(repo): resolve xmlhttprequest-ssl to v1.6.2 (#5842) 2021-05-31 16:02:59 +02:00
Miroslav Jonaš
6abe7399f1
fix(testing): fix flaky contains check (#5839) 2021-05-31 15:26:28 +02:00
Benjamin Cabanes
3754406c71
docs(core): update flavoured screens (#5828) 2021-05-31 13:11:42 +00:00
Jack Hsu
ea9bf19cb0
docs(core): add flavor picker non-flavor specific routes (#5831) 2021-05-29 03:34:46 +00:00
Jack Hsu
e85172ed21
docs(core): add support for non-flavor-specific routes (#5826) 2021-05-29 03:11:29 +00:00
Isaac Mann
a5f9d8c485
Docs custom builders (#5583)
* docs(nxdev): use nx devkit in custom executor docs

* docs(nxdev): add missing run-many api docs

* docs(nxdev): apply suggestions from code review

Co-authored-by: Brandon <robertsbt@gmail.com>

* docs(core): move child-process section to the end

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
Co-authored-by: Brandon <robertsbt@gmail.com>
2021-05-28 19:37:53 +00:00
Nathanael
92ea179a46 fix(nextjs): change to use default next export instead of next-dev-server so prod mode is respected
ISSUES CLOSED: 5764
2021-05-28 16:36:58 +01:00
Benjamin Cabanes
3ca172a26a
docs(core): search is conditionally displayed (#5819) 2021-05-28 11:25:18 -04:00
Benjamin Cabanes
a91bac817f
docs(core): update footer links (#5824) 2021-05-28 11:25:11 -04:00
James Henry
a3c08a9153
feat(linter): do not set eslint parserOptions.project by default (#5798) 2021-05-28 13:35:34 +00:00
Leosvel Pérez Espinosa
1f93ebb47a
cleanup(angular): migrate karma-project generator to nx devkit (#5822) 2021-05-28 14:08:04 +01:00
Miroslav Jonaš
76a3092891
fix(testing): enable and fix several disabled unit and e2e tests (#5711) 2021-05-28 14:35:04 +02:00
Leosvel Pérez Espinosa
55b37ceeeb
cleanup(angular): migrate karma generator to nx devkit (#5821) 2021-05-28 11:21:16 +01:00
Benjamin Cabanes
2c8588e455
docs(core): optimize document viewer (#5818) 2021-05-27 21:29:05 -04:00
Benjamin Cabanes
b28c38c95d
docs(core): add current nx info on home screen (#5816) 2021-05-27 21:28:37 -04:00
Benjamin Cabanes
69221f3f83
docs(core): add header nx colours (#5815) 2021-05-27 17:47:49 -04:00
Benjamin Cabanes
b7d9fcf130
docs(core): add demo video home screen (#5812) 2021-05-27 15:36:13 -04:00
Benjamin Cabanes
e83db6c660
docs(core): header pulse update (#5813) 2021-05-27 15:36:07 -04:00
Benjamin Cabanes
fcb8eaf7fa
docs(core): add react flavour screen (#5809) 2021-05-27 14:52:54 -04:00
Benjamin Cabanes
ab5c516aa8
docs(core): setup community screen (#5811) 2021-05-27 14:06:30 -04:00
Phillip Barta
6c6e8b36b7 feat(devkit): refactoring for stricter types and better performance 2021-05-27 13:37:29 -04:00
Brandon Roberts
d9513d63a0 docs(misc): update consistency for root files, generators, and executors 2021-05-27 13:29:04 -04:00
Tycho Bokdam
332c191735 chore(core): nx plugin submission @nx-extend/translations 2021-05-27 13:26:42 -04:00
puku0x
9c67c69560 fix(core): update project package.json on move 2021-05-27 13:25:52 -04:00
vsavkin
d4a79db9dc Release 12.3.5 2021-05-27 11:28:43 -04:00
vsavkin
a6680cf387 docs(misc): fixed typo in workspace generator docs 2021-05-27 11:19:28 -04:00
Leosvel Pérez Espinosa
7a10cb4361
fix(angular): add workaround to prevent process from exiting early when building (#5807) 2021-05-27 16:13:30 +01:00
Benjamin Cabanes
038185ef6c
docs(core): dedicated node screen (#5746) 2021-05-27 10:23:49 -04:00
Benjamin Cabanes
42c0ed8266
docs(core): change why monorepo title (#5806) 2021-05-27 09:55:55 -04:00
Jack Hsu
aaad6f041a
cleanup(storybook): add some stricter types for the storybook executor (#5805)
Co-authored-by: Dominik Pieper <dominik@pieper.io>
2021-05-27 13:27:39 +00:00
Juri Strumpflohner
2d2880ef94
fix(core): iteration of targets should not break if targets don't exist (#5791) 2021-05-26 20:48:48 +03:00
vsavkin
ebffb44c04 chore(repo): readme tweaks 2021-05-26 13:42:25 -04:00
Fernando Montoya
b2e266ac2c Fix GitHub brand typo 2021-05-26 13:41:53 -04:00
Leosvel Pérez Espinosa
8354c54b18
fix(core): nx run should not use defaultConfiguration when configuration is passed (#5796)
ISSUES CLOSED: #5793
2021-05-26 11:35:52 +01:00
Leosvel Pérez Espinosa
0c454dd29f
cleanup(angular): migrate add-linting generator to nx devkit (#5795) 2021-05-26 11:09:42 +01:00
Miroslav Jonaš
9e47d968b9
feat(repo): fix failing yarn and pnpm (#5782) 2021-05-26 09:53:33 +02:00
vsavkin
ce6f7f209e chore(repo): readme tweaks 2021-05-25 21:01:26 -04:00
Miroslav Jonaš
4b758f842e
fix(angular): disable double module update on move (#5788)
* fix(angular): disable double module update on move

* chore(angular): rename test sections
2021-05-25 23:36:29 +01:00