3513 Commits

Author SHA1 Message Date
Craigory V Coppola
442e4fc6a1
chore(repo): convert to project json format (#6286) 2021-07-08 11:36:35 -04:00
Benjamin Cabanes
9b37cccf7f
docs(core): Get started flavoured videos (#6300) 2021-07-08 10:19:07 -04:00
Juri Strumpflohner
c5a881d338
fix(nextjs): wrong deprecation message for createGlobPatternsOfDependentProjects (#6299) 2021-07-08 14:04:33 +00:00
Colum Ferry
526f783130
docs(angular): fix quote mark in karma docs (#6294) 2021-07-08 11:52:42 +01:00
Miroslav Jonaš
c1e708f410
fix(repo): remove stale tags (#6291) 2021-07-08 11:53:00 +02:00
Colum Ferry
757e02d75c
docs(angular): cleanup some minor issues in docs (#6267) 2021-07-08 09:12:09 +01:00
Jason Jean
549e18b234
fix(core): fix distributed task execution hash conflicts between run and cache (#6289) 2021-07-07 20:32:10 -04:00
Jack Hsu
801dad4da9
fix(web): fix stylePreprocessorOptions option (#6265) 2021-07-07 13:29:51 -04:00
Altan Stalker
a4e0452a80
fix(core): add @nrwl/nx-cloud to report package list (#6279) 2021-07-06 19:51:48 -04:00
Leosvel Pérez Espinosa
4433e21e24
docs(misc): highlight executors and generators required options (#6231) 2021-07-06 14:29:57 -04:00
Jason Jean
4c20634937
Revert "fix(core): include dependencies of projects which do not have a target (#6245)" (#6270)
This reverts commit cbc0160953d48778e9dbfe01ef5c5f5e247d2b37.
2021-07-06 14:25:51 -04:00
Brandon
eef0db73bf
docs(core): cleanup tutorials (#6268)
* docs(core): cleanup tutorials

* chore: review fix

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2021-07-06 13:07:59 -04:00
Jack Hsu
4b859493ea
feat(web): add migration generator for webpack 5 (#6232) 2021-07-06 12:21:20 -04:00
Benjamin Cabanes
cbcf95938b
docs(core): logo image backward compatibility with older releases (#6255) 2021-07-06 11:09:25 -04:00
Jason Jean
f534d97a2b
fix(core): safely handle when tasksRunnerOptions are not defined (#6252) 2021-07-06 10:55:43 -04:00
Jonathan Cammisuli
d491b3eb66
feat(testing): add batch support for jest (#6234)
* feat(testing): add batch support for jest

* chore(testing): add missing deps

* fix(testing): properly structure the data without reduce

* fix(testing): use results.starttime instead of performance.now

* chore(testing): fix typo

* feat(testing): use overrides to pass to the jest process

* feat(testing): get all configs before building results

* feat(testing): use index to get config
2021-07-06 10:29:55 -04:00
Colum Ferry
0fd0fc4d93
feat(angular): add mfe options to app generator (#6242) 2021-07-06 10:32:45 +01:00
Miroslav Jonaš
e19fd897eb
chore(repo): run cypress tests on merge to master (#6262) 2021-07-06 11:25:42 +02:00
Miroslav Jonaš
9af4004922
fix(nx-plugin): export compatibility e2e builder in a separate file (#6246)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2021-07-06 10:54:01 +02:00
Colum Ferry
46d73f1c78
docs(angular): cleanup migrating angularjs docs (#6240) 2021-07-06 09:24:00 +01:00
Benjamin Cabanes
4098bf642d
docs(core): force url on social image (#6256) 2021-07-06 02:27:01 +01:00
Benjamin Cabanes
e4d4ecef8c
docs(core): nxdev social image resize (#6254) 2021-07-05 21:08:34 -04:00
Jason Jean
1f2a48e36d
fix(core): have batch process inherit stdio (#6250) 2021-07-05 21:43:52 +00:00
Ben Snyder
ce793144a8
Update schema.d.ts (#6222)
fix double "nn" on "boolean"
2021-07-05 16:50:07 -04:00
Kyle Bastien
9be7a101d9
chore(core): add missing dependencies to devkit and jest package.json (#6233) 2021-07-05 16:49:38 -04:00
Miroslav Jonaš
8ab463e386
cleanup(core): replace deprecated usage of appRootPath (#6241)
* cleanup(core): replace deprecated usage of appRootPath

* cleanup(core): revert migration changes
2021-07-05 15:51:19 -04:00
Jonathan Romano
7fc5d6fd8f
fix(web): add setParserOptionsProject option to web:application (#6239)
This option is available in most other generators, but was missing for @nrwl/web:application
2021-07-05 15:50:16 -04:00
Jason Jean
ae2b7ef5dd
fix(core): print count of tasks (#6248) 2021-07-05 15:48:19 -04:00
Jason Jean
cbc0160953
fix(core): include dependencies of projects which do not have a target (#6245) 2021-07-05 11:53:59 -04:00
Miroslav Jonaš
a86efe0db0
chore(repo): remove flaky headless param from e2e test (#6244) 2021-07-05 15:11:58 +02:00
vsavkin
c17fb12ee6 fix(misc): dep graph should not remove deps 2021-07-04 20:12:12 -04:00
Miroslav Jonaš
9ad0995e9c
chore(repo): trigger full check when circleci config changes (#6225) 2021-07-04 12:49:43 +02:00
vsavkin
c0d66563b4 fix(core): error messase when missing targets 2021-07-03 21:20:09 -04:00
vsavkin
148ff1c185 fix(core): fix fallback for npm scripts 2021-07-03 21:08:44 -04:00
Zachary DeRose
9acf7ecd69
docs(misc): Adding index.html interpolation to env variable guide (#6184) 2021-07-02 13:57:34 -04:00
Zachary DeRose
d8cc3d91cf
docs(misc): Adding Documentation section to CONTRIBUTING.md (#6201) 2021-07-02 13:57:09 -04:00
Leosvel Pérez Espinosa
195e6bade5
cleanup(misc): rename builders.json to executors.json (#6230) 2021-07-02 15:59:34 +01:00
Miroslav Jonaš
b5b36239ed
chore(core): remove reference to parse json with comments (#6226)
* chore(core): remove reference to parse json with comments

* chore(core): revert appRootPath
2021-07-02 16:35:39 +02:00
vsavkin
a86a6d27f0 chore(repo): update to nx 12.5.2 2021-07-02 09:49:18 -04:00
Colum Ferry
d6d142e62f
docs(angular): fix links in migrating from angular cli docs (#6228)
Fix links in docs page
2021-07-02 14:36:56 +01:00
Colum Ferry
dd51c18d12
feat(angular): init mfe generator (#6209)
Add generator to scaffold Module Federation configuration for a given Angular application
2021-07-02 13:45:36 +01:00
Victor Savkin
80d3999d42
fix(core): correct detect run commands when using project.json (#6221) 2021-07-02 08:15:57 -04:00
Kirils L
e7a1cd2c91
fix(core): make missing output check more comprehensive (#6204) 2021-07-01 16:00:24 -04:00
Zachary DeRose
59c65a9793
docs(misc): React tutorials formatting fix (#6218) 2021-07-01 11:23:31 -07:00
Zachary DeRose
5364ed5fb6
docs(misc): Formatting fix on Enterprise guide (#6217) 2021-07-01 09:07:30 -07:00
Zachary DeRose
bf38219f55
docs(misc): fixing formatting on eslint guide (#6216) 2021-07-01 09:07:03 -07:00
Zachary DeRose
3242027cef
docs(misc): CRA migration formatting fixes (#6196)
* docs(misc): CRA migration formatting fixes

* Update docs/react/migration/migration-cra.md

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

Co-authored-by: Brandon <robertsbt@gmail.com>
2021-07-01 08:48:03 -07:00
Leosvel Pérez Espinosa
5ba6d01262
cleanup(nx-plugin): migrate e2e executor to nx devkit (#6212) 2021-07-01 15:36:35 +01:00
Miroslav Jonaš
7fe757e8a8
chore(repo): fix branch comparison on circleci tag (#6210) 2021-07-01 14:12:39 +02:00
Miroslav Jonaš
3cae322c4b
fix(repo): revert tagging mechanism temporarily (#6213) 2021-07-01 13:39:26 +02:00