6116 Commits

Author SHA1 Message Date
Leosvel Pérez Espinosa
c6af229a48
feat(angular): support tailwind.config.cjs as valid config file in library executors (#10531) 2022-05-31 16:01:28 +01:00
Leosvel Pérez Espinosa
20a509d6b4
fix(angular): add missing angular packages to the v14 migration (#10530) 2022-05-31 15:27:46 +01:00
Miroslav Jonaš
0844ab97e6
feat(core): deprecate affected:apps and affected:libs (#10524)
Co-authored-by: Victor Savkin <mail@vsavkin.com>
2022-05-31 11:42:44 +00:00
Leosvel Pérez Espinosa
2b1591d85a
fix(angular): fix component export logic to handle internal modules and secondary entry points (#10517) 2022-05-31 11:09:39 +01:00
Victor Savkin
3d97203b1e
chore(repo): migrate to nx@14.2.0-beta.1 2022-05-30 20:10:02 -04:00
Victor Savkin
912e81957f cleanup(core): rework task graph creation to handle edge cases better 2022-05-30 19:57:21 -04:00
Victor Savkin
37c529d3bb cleanup(core): make command formatting more consistent 2022-05-30 19:57:21 -04:00
Miroslav Jonaš
daa5cfe558
fix(core): ensure pnpm v7 install when peer deps are missing (#10522) 2022-05-30 21:27:28 +00:00
Leosvel Pérez Espinosa
62afcb79b0
feat(angular): support angular v14.0.0-rc.2 (#8883) 2022-05-30 16:09:00 -04:00
Nikola
daddcde73c
fix(web): fix dev-server deprecation warning (#10203)
This  PR will resolve deprecation warning:
(node:62713) [DEP_WEBPACK_DEV_SERVER_HTTPS] DeprecationWarning: 'https' option is deprecated. Please use the 'server' option.
2022-05-30 15:58:18 -04:00
Takashi Machinaga
85b185752c
fix(web): enable tree shaking (#8296) 2022-05-30 13:38:22 -04:00
Noriyuki Shinpuku
a2c22eb63a
fix(react): fix external option for @emotion/react (#7870) 2022-05-30 13:36:45 -04:00
Victor Savkin
7bfceb6d6d feat(core): add the flag to stop execution on first error 2022-05-27 22:22:27 -04:00
Denis Frenademetz
7ee93f03fe
fix(core): ensure createPackageJson sorts dependencies consistently (#10476) 2022-05-27 17:47:55 -04:00
Jason Jean
3bcaa185ff
feat(core): prompt for available generators (#10463) 2022-05-27 17:46:43 -04:00
Colum Ferry
affa979642
fix(core): new and migrate commands should exit with code (#10491) 2022-05-27 16:23:40 -04:00
Leosvel Pérez Espinosa
7aec02e818
feat(core): install packages after migrations have run and dependencies haven been modified (#10415) 2022-05-27 15:05:47 -04:00
Victor Savkin
9d0d0f235a feat(core): do not double prefix output when running nested commands 2022-05-27 10:42:13 -04:00
Katerina Skroumpelou
fea7e39278
docs(storybook): updating the storybook targets (#10492) 2022-05-27 13:13:34 +00:00
Katerina Skroumpelou
9199123005
feat(storybook): updating to Storybook 6.5 (#10450) 2022-05-27 12:58:24 +00:00
Colum Ferry
0c241eea9c
feat(angular): support auto-serving known dynamic remotes (#10475) 2022-05-27 11:27:07 +01:00
Craigory Coppola
c9897c61e6
fix(core): swc should be an optional peer dependency (#10461) 2022-05-26 12:09:27 -04:00
Leosvel Pérez Espinosa
33b5142969
feat(angular): add x-type to host and remote generators (#10479) 2022-05-26 16:06:00 +01:00
Victor Savkin
844679ed78 feat(core): prefix when using --output-style=stream 2022-05-25 19:44:35 -04:00
Alan Pazetto
5378a027f4
chore(misc): updated minimatch version (#10472)
Co-authored-by: Alan Pazetto <alan.pazetto@ifood.com.br>
2022-05-25 21:17:53 +00:00
Juri
620b858acc fix(nx-plugin): handle nx.json without npmScope during plugin generation 2022-05-25 23:00:25 +02:00
Phillip Barta
29e3c2d8d1
cleanup(misc): remove dependency strip-json-comments and use devkit readJsonFile (#10465) 2022-05-25 10:09:05 -04:00
Jason Jean
2814a86b4c
fix(repo): update package group during publishing (#10411) 2022-05-24 23:28:10 +00:00
Caleb Ukle
36a71447c7
fix(testing): add tsquery as a dep for jest (#10454) 2022-05-24 16:57:42 +00:00
Colum Ferry
a299469925
feat(angular): support alternate remote entry filenames #10206 (#10432) 2022-05-24 12:16:33 +01:00
Victor Savkin
e541a8adbe cleanup(core): do not use workspaceRoot when resolving local files 2022-05-23 18:58:02 -04:00
Craigory Coppola
e439718059
fix(devkit): parseTargetString should support targets with colons in the name (#10400) 2022-05-20 16:12:35 -04:00
Chau Tran
36010c1c0e
feat(js): implement a smarter compiler (tsc, swc) helper dependency d… (#10297)
* feat(js): implement a smarter compiler (tsc, swc) helper dependency detection

ISSUES CLOSED: #10270

* chore(js): add test to check for swc/helpers upon build lib
2022-05-20 14:14:30 -05:00
Victor Savkin
8fddedf44a feat(core): support customizing command header 2022-05-20 11:06:51 -04:00
Victor Savkin
271c3d4193 fix(core): do not default to white color 2022-05-20 11:06:51 -04:00
Chau Tran
124fd7d206
fix(core): ensure updateStorybook in nrwl/workspace:move handle direc… (#10399)
* fix(core): ensure updateStorybook in nrwl/workspace:move handle directories and files

* chore(core): remove console log
2022-05-20 12:58:29 +03:00
Miroslav Jonaš
c17a086390
fix(core): include types/node in deps when adding workspace-generator (#10388) 2022-05-20 09:52:52 +02:00
Jason Jean
04985be149
chore(repo): switch publishing to use lerna (#10293) 2022-05-20 00:35:47 +00:00
Katerina Skroumpelou
76b8e666c6
fix(storybook): some storybook doc and other fixes (#10387) 2022-05-19 14:11:35 +00:00
Victor Savkin
7617df8ab0 cleanup(core): nx package should not depend on rxjs 2022-05-19 09:25:33 -04:00
Katerina Skroumpelou
80b4439220
feat(storybook): change executors to use buildDev instead of standalone (#10385) 2022-05-19 13:24:10 +00:00
“JamesHenry”
399f2ab70a fix(core): bump nrwl/ci workflow versions 2022-05-19 08:48:52 -04:00
Katerina Skroumpelou
51b66d1394
feat(storybook): use native storybook/angular executor (#9332) 2022-05-19 11:25:17 +00:00
Miroslav Jonaš
4863e5124d
fix(linter): make entry point check for ts paths more specific (#10365) 2022-05-19 09:07:02 +02:00
Miroslav Jonaš
5baaab4b70
fix(linter): do not remap paths that cannot be matched on fix (#10371) 2022-05-19 09:06:49 +02:00
Emily Xiong
5192b09eec
feat(react-native): upgrade react-native to 0.68.2 (#10380) 2022-05-18 16:09:21 -04:00
Emily Xiong
714d1a9210
feat(detox): upgrade detox to 19.6.9 (#10306) 2022-05-18 18:16:00 +00:00
Emily Xiong
0bee59727e
feat(react-native): upgrade metro to 0.70.3 (#10307) 2022-05-18 18:11:42 +00:00
Victor Savkin
80259e1aa2
feat(core): make nx prefix customizable 2022-05-18 10:36:02 -04:00
Colum Ferry
9808e65646
fix(angular): throw error when npmScope is incorrect (#10366)
* fix(angular): throw error when npmScope is incorrect

* fix(angular): use 'app' as default if npmScope is not defined

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-05-18 14:11:53 +01:00