2442 Commits

Author SHA1 Message Date
Jason Jean
6a073d7450
fix(angular): remove peer dependencies on angular-eslint (#4266) 2020-12-11 17:29:37 -05:00
Mehrad Rafigh
b4dd8c6ffb
fix(angular): fix error when creating angular lib with eslint and karma (#4264)
ISSUES CLOSED: #4256
2020-12-11 17:29:18 -05:00
Jason Jean
f70fa2d78f
fix(angular): scope eslint migration to angular projects (#4263) 2020-12-11 16:39:20 -05:00
Younes Jaaidi
112e000445
cleanup(misc): remove debug remains (#4257) 2020-12-11 16:18:13 -05:00
Victor Savkin
f57f2b43f4 Release 11.0.0 2020-12-11 09:05:42 -05:00
Jason Jean
dae806a51d
fix(core): fix migrations for adding tao and cli (#4249) 2020-12-10 17:34:25 -05:00
Jason Jean
0ac14822ce fix(core): fix generators on windows 2020-12-10 15:45:15 -05:00
Isaac Mann
58e6e84d2f docs(misc): rename schematics to generators 2020-12-10 13:49:58 -05:00
Victor Savkin
042a51def7 fix(angular): do not generate empty root level tsconfig 2020-12-10 11:33:26 -05:00
Jason Jean
dad5a94fda fix(core): fix preset unit tests issues 2020-12-10 09:05:29 -05:00
Victor Savkin
0c8ca53c16 fix(core): fix nx 11 migration leaving empty schematics folder 2020-12-09 20:31:31 -05:00
Victor Savkin
eb0df1c151 fix(misc): d.ts files are missing 2020-12-09 15:56:36 -05:00
Victor Savkin
aa5969e946 fix(misc): reexport devkit helpers from @nrwl/workspace to minimize breaking changes in plugins 2020-12-09 15:26:59 -05:00
Victor Savkin
b791ce3a0d fix(misc): update migration to work with older versions of tao 2020-12-09 15:20:23 -05:00
Victor Savkin
6b6c251846 feat(core): update the update npm script to invoke nx migrate 2020-12-09 15:17:30 -05:00
Victor Savkin
08680b6024 feat(core): show a warning about using ng update insteda of nx migrate 2020-12-09 14:38:31 -05:00
Zachary DeRose
7fcb610631
docs(docs): adding instrustions for creating an Nx Executor (#4214) 2020-12-09 13:17:58 -05:00
Victor Savkin
be1d8adfb7 fix(angular): update angular 11 migrate to use migrate 2020-12-09 11:41:58 -05:00
Victor Savkin
b405b07361 fix(misc): fix workspace generators written using angular devkit 2020-12-09 10:31:51 -05:00
Victor Savkin
e3fdd7d24c docs(angular): update the guide on nx cli 2020-12-09 09:18:31 -05:00
Victor Savkin
bc7b500a2a chore(repo): delete invalid log file 2020-12-09 09:16:11 -05:00
Victor Savkin
0a49487aa5 docs(devkit): add guides on devkit 2020-12-09 08:43:57 -05:00
Brandon Roberts
b32686345a chore(angular): update schematics for ngrx facades usage 2020-12-09 08:43:30 -05:00
Tasos Bekos
db917a2b71 fix(nextjs): don't duplicate styles in styled components
Previously `styled-jsx` was not able to compile due to `styles` variable usage.
Also, `styleContent` were duplicated inside the styled page.
2020-12-08 20:14:35 -05:00
Brandon Roberts
8ef8acc384 docs(angular): update links for generated Angular apps 2020-12-08 20:14:10 -05:00
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