6116 Commits

Author SHA1 Message Date
Victor Savkin
56e7407ebe
feat(core): enable dynamic output by default 2022-01-20 09:45:24 -05:00
James Henry
b173b449b7
chore(core): remove indent on static command, dynamic updates (#8611) 2022-01-20 09:42:27 -05:00
Leosvel Pérez Espinosa
ad72d7a95e
fix(angular): configure tailwind content and purge properties for libraries (#8556) 2022-01-20 10:04:08 +00:00
Jason Jean
736df256b5
fix(misc): handle migrating packages with numbers in the name (#8598) 2022-01-19 17:21:24 -05:00
Victor Savkin
7c236a24e9
fix(core): move life cycle file out life-cycles to fix deep imports 2022-01-19 15:40:36 -05:00
Victor Savkin
9e75918154
feat(core): speed up file map creation (#8597) 2022-01-19 15:30:21 -05:00
James Henry
faef0d8c85
chore(core): task runner dynamic output life cycle (#8590) 2022-01-19 14:52:10 -05:00
Jason Jean
e69b893829
fix(angular): fix adding nx to angular workspace with cypress (#8550) 2022-01-19 13:52:14 -05:00
Jack Hsu
4070eaec15
feat(js): improve watch mode support for tsc and swc builds (#8502) 2022-01-19 11:37:04 -05:00
Victor Savkin
3ed436b52c
fix(core): fix perf logging 2022-01-19 10:13:49 -05:00
Phillip Barta
574160ddc4
cleanup(repo): import ignore instead of require (#8579) 2022-01-19 10:11:22 -05:00
Christian Romeyke
2cb3499b15
fix(core): fix typing of dependsOn property (#8570)
Co-authored-by: Christian Romeyke <christian.romeyke@de.ibm.com>
2022-01-19 10:07:21 -05:00
kpaxton
93095f561a
fix(testing): fix jest migrate 13.4.4 script handling missing transform property (#8595)
Fix issue for migrating jest plugin to 13.4.4 when the projects
 may have a custom preset that
excludes the transform property
 from the jest.config.js.
 Just adds an if statement around the
loop for the transform property

ISSUES CLOSED: #8566
2022-01-19 10:05:11 -05:00
Colum Ferry
86c510b76f
fix(linter): avoid secondary entrypoints flagging as circular dependencies (#8564)
* fix(linter): avoid secondary entrypoints flagging as circular dependencies

ISSUES CLOSED: #8059

* fix(linter): create util around functionality
2022-01-19 10:37:27 +00:00
Victor Savkin
ccda8cf816
fix(core): use the default configuration in dep tasks 2022-01-18 20:06:07 -05:00
Colum Ferry
dc2ed97a6f
fix(core): run command is swallowing errors from angular builders (#8571)
* fix(core): run command is swallowing errors from angular builders

* fix(core): log errors from angular builders when they exist
2022-01-18 14:48:21 -05:00
MaximSagan
31bb2f3626
feat(core): show dep types in dep graph (#2760) (#8132) 2022-01-18 10:20:09 -07:00
Katerina Skroumpelou
dcb839c49d
fix(storybook): handle defaultProject issues with projectBuildConfig flag (#8494)
* fix(storybook): better error logging for missing projectBuildConfig

* feat(storybook): migrator to add projectBuildConfig

* fix(storybook): set projectBuildConfig in storybook configuration generator

* fix(storybook): find the correct targets for build and storybook
2022-01-17 17:46:24 +02:00
Jason Jean
bf22b2be7a
fix(linter): move eslint to peer dependencies (#8552) 2022-01-17 10:42:02 -05:00
Caleb Ukle
39b134ac22
fix(core): add license field (#8542)
license field is required when linking deps in a yarn workspace, without it the nx-core guide will
break for readers
2022-01-15 01:25:03 +00:00
Jason Jean
c72520ec17
fix(angular): do not format when skipFormat is passed for generating a lib (#8549) 2022-01-14 23:51:21 +00:00
Jason Jean
452146eda1
fix(misc): fix format to not use supported file extensions (#8548) 2022-01-14 18:43:41 -05:00
Philip Fulcher
759a9c5f25
feat(dep-graph): add URL search params to dep graph (#8525) 2022-01-14 23:28:39 +00:00
Jason Jean
0c31a9902d
fix(core): allow for creating a project graph without any root tsconfig.json at all (#8545) 2022-01-14 17:32:10 -05:00
Jason Jean
65010c4e0b
fix(react): lock version of mini-css-extract-plugin (#8547) 2022-01-14 16:36:14 -05:00
Victor Savkin
330c33ddd1 fix(repo): add nx-cache to gitignore to make e2e tests pass on windows 2022-01-14 15:25:22 -05:00
Phillip Barta
4464da09f5
chore(repo): removed unused packages (#8536) 2022-01-14 13:36:55 -05:00
André Dias (he/him)
46db84ad0f
docs(core): improve workspace-lint description (#8513) 2022-01-14 17:24:42 +00:00
Linbudu
b0ffcdd0c8
cleanup(js): add missing package.json fields (#8510) 2022-01-14 11:54:53 -05:00
Jack Merrill
931ba3a115
fix(js): fix npm module resolving (#8316) (#8352)
* fix(js): fix npm module resolving (#8316)

* fix(js): add secondary npm module check

(nrwl#8316)
2022-01-14 10:33:33 -06:00
Noriyuki Shinpuku
fe2e6ee589
cleanup(nextjs): remove unnecessary type in next-env.d.ts (#8301) 2022-01-14 15:10:07 +00:00
Katerina Skroumpelou
dcf835fb9e
fix(storybook): bumped versions of Storybook packages - Angular 13 fix (#8487) 2022-01-14 14:44:35 +02:00
Emily Xiong
8120d40192
feat(react-native): add react-native-config to support environment variable (#8485) 2022-01-13 14:59:41 -05:00
Leosvel Pérez Espinosa
b5b666f03d
fix(angular): remove invalid style option from the library generator defaults (#8515) 2022-01-13 18:19:03 +00:00
Victor Savkin
6c75057556 fix(core): daemon should reinitilize hasher when doing reset 2022-01-13 11:29:10 -05:00
Jason Jean
1a82c1c018
fix(node): properly set ng-add as alias for init (#8512) 2022-01-13 16:19:20 +00:00
Hoon Oh
f30b8a318d
fix(nest): add missing resource generator option (#8310)
Co-authored-by: hoonoh <hoonoh@users.noreply.github.com>
2022-01-13 10:15:50 -05:00
Jordan
a7a7c55ff5
fix(angular): expose executors sources (#8368)
* fix(angular): expose executors sources

when having custom builder relying on yours, explicit access to executors directory is now required with ng13. Otherwise calls such as `require("@nrwl/angular/src/executors/package/package.impl");` do not work anymore

* feat(angular): expose only executor functions

Co-authored-by: Colum Ferry <cferry09@gmail.com>
2022-01-13 12:19:46 +00:00
Jason Jean
eabeebcb2d
fix(core): create new env variable for performance profile and add documentation (#8479) 2022-01-12 19:55:20 -05:00
Linbudu
8945604c87
chore(core): use extrapolated ts type in create-nx-workspace & create… (#8452)
* chore(core): use extrapolated ts type in create-nx-workspace & create-nx-plugin

* chore(core): use extrapolated ts type in create-nx-workspace & create-nx-plugin

* fix(core): adjust package manager list order
2022-01-12 15:10:41 -05:00
Emily Xiong
045d4f0d33
feat(detox): add buildTarget to test-ios and test-android for detox (#8431) 2022-01-12 14:16:51 -05:00
Emily Xiong
2a9e92e054
fix(react-native): add babel.config.json at root for react native project (#8467)
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2022-01-12 14:16:12 -05:00
Katerina Skroumpelou
883acaf4f4
fix(storybook): fixed story template for angular (#8388) 2022-01-12 20:46:21 +02:00
Victor Savkin
fd3673df7a feat(core): separate local and remote cache statuses 2022-01-12 13:18:57 -05:00
Victor Savkin
f00a0b5390 fix(core): affected logic should get file hashes from graph 2022-01-12 11:54:48 -05:00
Benjamin Cabanes
0d4b442bea
docs(core): angular package doc link fix (#8490) 2022-01-12 15:01:53 +00:00
Katerina Skroumpelou
31b8b46a18
Revert "fix(storybook): apply a webpack tweak for storybook and angular (#8392)" (#8486)
This reverts commit 77529a1770ce848c3184d0b86571e3300f585ac8.
2022-01-12 16:45:43 +02:00
Leosvel Pérez Espinosa
b989e8de19
feat(angular): simplify generated tailwind config for v3 (#8471) 2022-01-12 11:33:29 +00:00
Colum Ferry
ae0f8dc999
feat(angular): switch new workspaces to v2 config (#8473)
* feat(angular): switch new workspaces to v2 config

* fix(angular): e2e tests
2022-01-12 11:21:59 +00:00
Victor Savkin
d21047efbc cleanup(core): misc cleanup 2022-01-11 20:57:22 -05:00