3317 Commits

Author SHA1 Message Date
Benjamin Cabanes
20719ced3f
docs(core): analytics setup (#5894) 2021-06-07 09:10:04 -04:00
John Dengis
b4d27fcfd7
fix(node): don't clobber packageJson.main if it exists (#5836)
Only assign packageJson.main to OUT_FILENAME if it is nullish in generatePackageJson
2021-06-04 16:58:30 -04:00
Phillip Barta
251b417a8a
feat(nx-plugin): migrate generators to @nrwl/devkit (#5744)
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2021-06-04 16:08:53 -04:00
Benjamin Cabanes
e4f699bf29
docs(core): fix typo & update layout (#5895) 2021-06-04 14:03:53 -04:00
Leosvel Pérez Espinosa
4563386d76
fix(core): add support for formatting using all extensions prettier supports (#5890) 2021-06-04 10:46:53 -04:00
Leosvel Pérez Espinosa
43f7d753f4
fix(angular): fix typo in karma-project generator factory definition (#5888) 2021-06-04 12:04:16 +01:00
Leosvel Pérez Espinosa
06d3654c00
cleanup(angular): migrate storybook-configuration generator to nx devkit (#5875) 2021-06-04 10:44:54 +01:00
Miroslav Jonaš
223f45508b
fix(testing): fix disabled angular storybook test (#5884) 2021-06-04 11:11:25 +02:00
Benjamin Cabanes
72f765ce69
docs(core): use svg logos for nx-users (#5883) 2021-06-03 22:14:21 -04:00
Benjamin Cabanes
f7a0f8beab
docs(core): flavour & home screen updates (#5879)
* docs(core): flavour screens update

* feat(core): new layout split

* docs(core): links by current flavour and version
2021-06-03 22:13:17 -04:00
Benjamin Cabanes
b08efe991c
docs(core): dialog flavor selector update (#5881) 2021-06-03 22:10:05 -04:00
Jack Hsu
9838d2dd46
docs(core): fix internal package dependencies so nx.dev is not affected by their changes (#5878) 2021-06-03 14:13:28 -04:00
Leosvel Pérez Espinosa
d3992e9453
fix(core): override isDirectory in wrapped angular schematics host (#5869) 2021-06-03 14:00:45 +01:00
vsavkin
c8a20c6edd Release 12.3.6 2021-06-02 13:26:29 -04:00
vsavkin
9791fd4ca2 fix(core): displayed commands do not wrap strings into quotes correctly 2021-06-02 13:22:32 -04:00
kirjai
f723613929 feat(nextjs): add buildLibsFromSource option 2021-06-02 17:40:28 +01:00
vsavkin
27d8633ec8 fix(core): add nxignore and gitignore to the list of files affecting the hashing 2021-06-02 11:09:11 -04:00
Leosvel Pérez Espinosa
e8bffc0db7
fix(angular): generate the outputs property for build targets (#5867) 2021-06-02 13:26:07 +01:00
Miroslav Jonaš
efb741af79
chore(testing): update circleci node/yarn versions (#5868) 2021-06-02 14:06:44 +02:00
Phillip Barta
7c34f779e3
cleanup(core): remove unneccessary dependencies and refactored prettier path resolve (#5852)
removed depenedencies app-root-path and resolve
refactored workspace/src/command-line/format.ts to
use require.resolve
2021-06-01 21:49:15 -04:00
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