3317 Commits

Author SHA1 Message Date
Victor Savkin
5ba84a13cd fix(core): add a workaround to handle a bug in node 12 2020-12-08 11:11:22 -05:00
Tasos Bekos
b70be188d4 fix(nextjs): pin css-loader version for pnpm
`@zeit/next-less` & `@zeit/next-stylus` internal configuration is working only for specific CSS loader version, causing PNPM resolution to fail.
This commits adds a `resolution` property to make it explicit.
2020-12-08 11:10:42 -05:00
Jason Jean
6992311ff6 fix(core): fix offset from root for windows 2020-12-07 20:03:50 -05:00
Tasos Bekos
25858397a7 fix(nextjs): use appropriate file extensions for Less & Stylus 2020-12-07 19:44:02 -05:00
Jonathan Cammisuli
4898450535 docs(nx-plugin): update nx plugin guide to generators and executors 2020-12-07 19:24:49 -05:00
Tasos Bekos
c62e556373
fix(core): outputs migration should handle no architect projects (#4217)
Previously, if a project didn't contain an `architect` property it would fail.
2020-12-07 17:37:16 -05:00
Jack Hsu
0a5ee20e46
chore(react): update links for generated react apps (#4213) 2020-12-07 13:34:12 -05:00
Isaac Mann
35015dd891 cleanup(docs): update terminology for docs related to nx/devkit 2020-12-06 13:52:08 -05:00
Tasos Bekos
056f4eb20e fix(core): handle commit object argument when creating workspace 2020-12-06 13:39:19 -05:00
Devin Shoemaker
a529df017f chore(core): nx plugin submission @nxtend/ionic-angular 2020-12-06 13:37:54 -05:00
Victor Savkin
8224a1029e feat(core): switch default config to v2 2020-12-06 13:29:40 -05:00
Tasos Bekos
438d26b828 cleanup(repo): add missing dependencies
Also, it will now correctly fail on CI if any dependencies are missing.
2020-12-05 13:41:26 -05:00
Jason Jean
f168af12d5 feat(angular): add migrations for angular 11 2020-12-05 13:40:47 -05:00
Jonathan Cammisuli
f35b14b97a
fix(nx-plugin): await generators in spec files (#4205) 2020-12-04 16:35:58 -05:00
Juri
541785b515 fix(web): check whether deps have been built when using incremental build 2020-12-04 14:11:07 -05:00
Juri
e1055fcca8 fix(node): check whether deps have been built when using incremental build 2020-12-04 14:11:07 -05:00
Juri
e33f035dc4 fix(angular): check whether deps have been built when using incremental build 2020-12-04 14:11:07 -05:00
Juri
fa67518892 fix(web): set buildLibsFromSource to true by default
Incremental build is for large monorepos and should be enabled manually
2020-12-04 14:10:46 -05:00
Juri
ea59892b11 fix(node): set buildLibFromSource to true by default
Incremental build is for large monorepos and should be enabled manually
2020-12-04 14:10:46 -05:00
Adam L Barrett
c062c6e657
fix(nextjs): copy the next.config.js file to the dist when building (#4179)
This is nessecary for the next server to respect config options
2020-12-04 11:04:32 -05:00
Tasos Bekos
038cef1ec9
fix(react): fix Less & Stylus (#4195) 2020-12-04 11:03:48 -05:00
Tasos Bekos
aa33625321 chore(repo): add @nrwl/devkit in report 2020-12-04 09:56:26 -05:00
victor savkin
a24fb961d8 feat(core): format workspace.json based on version field 2020-12-03 20:20:04 -05:00
Tasos Bekos
776930ce61 fix(web): add core-js as direct depndency 2020-12-03 20:06:48 -05:00
Tasos Bekos
75ec167339 fix(nx-plugin): add missing dependencies 2020-12-03 14:13:58 -05:00
victor savkin
58889470fd feat(devkit): add updateProjectConfiguration and readProjectConfiguration helpers 2020-12-03 10:54:58 -05:00
Adam L Barrett
3106a53c77
fix(nextjs): disable the default-server x-powered-by option on the express server (#4180)
This way, when disabling the same option in the next.config.js it doesn't just revert to express

ISSUES CLOSED: #3961
2020-12-03 10:48:58 -05:00
victor savkin
d42bd2d8c4 cleanup(core): remove unused project-level generator config 2020-12-02 19:59:28 -05:00
victor savkin
ae397d2d10 cleanup(core): remove all deps on angular-devkit from tao 2020-12-02 19:59:16 -05:00
Benjamin Cabanes
86c0eef9cc
docs(core): separate prompts on create app tutorial (#4188) 2020-12-02 17:30:19 -05:00
victor savkin
b984461561 fix(misc): fix migrations 2020-12-02 14:08:10 -05:00
victor savkin
68aa15a4f4 chore(repo): update to nx11 2020-12-02 14:08:10 -05:00
victor savkin
16cdba4dc9 fix(repo): fix e2e tests 2020-12-02 14:07:53 -05:00
victor savkin
93ebc835dc docs(misc): clean up api docs 2020-12-02 10:51:43 -05:00
victor savkin
baa8c23d0f feat(misc): make all generators public 2020-12-02 10:51:43 -05:00
beeman
ca5d5860df
fix(nx-plugin): rename spec file in e2e project to .spec.ts (#4178) 2020-12-02 07:32:41 -05:00
victor savkin
95c903d906 fix(core): remove positional params after converting them to named 2020-12-01 20:52:27 -05:00
victor savkin
3ec22dfc48 fix(core): fix boolean prompts 2020-12-01 16:24:45 -05:00
victor savkin
8afc5c5bce feat(core): make older builders support new config formats 2020-12-01 15:46:00 -05:00
Tasos Bekos
6c1335ac83 feat(core): interpolated outputs & cache coverage folder 2020-12-01 13:49:43 -05:00
Tasos Bekos
1c3b215a9f cleanup(repo): enable missing dependencies check 2020-12-01 14:25:13 +02:00
Tasos Bekos
c6cb176218 cleanup(core): remove duplicate code about package manager 2020-12-01 12:43:23 +02:00
Jonathan Cammisuli
2ec6848dd3 feat(node): add generatePackageJson option to build executor 2020-11-30 19:59:45 -05:00
Juri
c699f8d5c4 fix(react): dependency resolution for buildable libraries
Fixes #3994
2020-11-30 19:28:47 -05:00
Katerina Skroumpelou
0d38b8b560
fix(react): corrected style schematics for css modules (#4067) 2020-11-30 16:44:47 -05:00
Jason Jean
b9791a3108
feat(core): upgrade to angular and angular devkit 11 (#4095) 2020-11-30 14:07:27 -05:00
Juri
0679d3c90c docs(repo): adjust malformed markdown on course section of readme 2020-11-27 15:20:10 -05:00
Juri
0970d835f5 docs(docs): add link to Nx Egghead course 2020-11-27 14:40:10 -05:00
Adam L Barrett
889b648886
Emotion upgrade for React and Next plugins (#4088)
* chore(react): update emotion to new versions and new package names on react plugin

* chore(nextjs): update emotion to latest version and the new package names

* feat(misc): have react and next plugin migrations update emotion imports

 * add renamePackageImports and renameNpmPackage rules to workspace utils
 * update migrations to update emotion imports to the new name and version
2020-11-27 13:32:42 -06:00
victor savkin
81ba64ad1f fix(repo): wrong version in package.json 2020-11-27 14:03:29 -05:00