6268 Commits

Author SHA1 Message Date
Emily Xiong
df613814cd
fix(react-native): rename blacklistRE to blockList in metro.config.js (#10607) 2022-06-07 10:58:27 -04:00
Emily Xiong
d038b70a87
feat(react-native): upgrade metro to 0.71.0 (#10598) 2022-06-07 10:57:58 -04:00
Victor Savkin
1c4837e3d7
chore(repo): up to use nx 14.2 2022-06-07 08:49:51 -04:00
Victor Savkin
6c3ce13b58
Revert "fix(core): store relative file name in hash details (#10166)"
This reverts commit 5c9abff3c5c6e3c2654e2b2dc1120bc143b2922b.
2022-06-07 08:36:09 -04:00
Victor Savkin
48e4ece1ca
Revert "fix(core): ensure file hasher initialized before usage (#10603)"
This reverts commit fd1194e61f26d8251fa521bcca0bb9879344be6f.
2022-06-07 08:36:09 -04:00
Leosvel Pérez Espinosa
f828da9d37
fix(angular): handle paths correctly on window when migrating angular cli workspaces to nx (#10611) 2022-06-07 13:26:36 +01:00
Craigory Coppola
838170e200
fix(linter): relative paths should be correct on windows (#10604) 2022-06-06 20:09:25 -04:00
Craigory Coppola
fd1194e61f
fix(core): ensure file hasher initialized before usage (#10603) 2022-06-06 21:20:54 +00:00
Craigory Coppola
4d7e5ba29a
chore(misc): remove defaultCollection from generators (#10601) 2022-06-06 20:03:46 +00:00
Victor Savkin
932404303a cleanup(core): use npm.json instead core.json as the preset name for npm workspaces 2022-06-06 15:10:29 -04:00
Max Kramer
a0bf1f0b12
fix(js): resolve shallow dependencies when building package.json (#10600) 2022-06-06 14:11:48 -04:00
Craigory Coppola
5c9abff3c5
fix(core): store relative file name in hash details (#10166) 2022-06-06 13:54:39 -04:00
Colum Ferry
339b12977e
fix(angular): apply default eager packages correctly #10496 (#10596) 2022-06-06 16:12:50 +01:00
Alessandro Maclaine
9b47c974c1
docs(core): fix typo (#10588) 2022-06-06 09:45:26 -04:00
James
c0a0f16913
fix(js): semver regex update (#10416) 2022-06-04 04:56:34 +00:00
Chau Tran
5daeaf8e8f
fix(js): return empty array if no helper dependencies found (#10582)
* fix(js): return empty array if no helper dependencies found

* chore(js): add test for generate package json with helper dependency
2022-06-03 23:05:38 -05:00
Jason Jean
26177d15af
fix(testing): fix ts-node migration version (#10578) 2022-06-03 21:55:07 +00:00
Craigory Coppola
7f7bc1a095
fix(core): require.resolve(m/package.json) is not guarunteed to work for modern module format (#10497)
* fix(core): require.resolve(m/package.json) is not guarunteed to work for modern module format

* chore(repo): update usage of new readModulePackageJson function
2022-06-03 20:54:15 +00:00
Phillip Barta
66f2e77c70
chore(repo): update yarn to 1.22.19 (#10501) 2022-06-03 16:15:30 -04:00
Craigory Coppola
10363e3bec
feat(nx-plugin): add plugin eslint rules (#9697)
* feat(nx-plugin): add lint rule for nx-plugin validation

* chore(repo): review feedback

Co-authored-by: Giora Guttsait <giora111@gmail.com>

* chore(repo): review feedback

Co-authored-by: Giora Guttsait <giora111@gmail.com>

* chore(nx-plugin): review comments

* chore(nx-plugin): review feedback

Co-authored-by: Giora Guttsait <giora111@gmail.com>
2022-06-03 16:03:39 -04:00
Robin Pellegrims
70efd2edd7
docs(core): fix typo in ci bitbucket link (#10576) 2022-06-03 15:36:07 -04:00
Phillip Barta
d782ab5b50
chore(repo): updated husky to 8.0.1 (#10502) 2022-06-03 15:35:41 -04:00
Jason Jean
8c1903615c
chore(repo): update nx to 14.2.0-rc.1 (#10577) 2022-06-03 15:33:04 -04:00
Leosvel Pérez Espinosa
2fb10593d1
fix(core): print normalized generator name instead of aliases (#10574) 2022-06-03 14:18:26 -04:00
Jason Jean
41882bf16f
fix(core): fix outputs migration (#10575) 2022-06-03 14:18:20 -04:00
Jason Jean
8b12832512
fix(storybook): fix migration (#10573) 2022-06-03 16:28:19 +00:00
Katerina Skroumpelou
1de896f3e8
feat(storybook): choose to generate ts config (#10572)
ISSUES CLOSED: #10394
2022-06-03 15:31:18 +00:00
Phillip Barta
d53000ae67
feat(core): migrate to prettier ^2.6.2 (#10499) 2022-06-03 11:18:28 -04:00
Leosvel Pérez Espinosa
eea2470619
feat(angular): support angular v14.0.0 (#10559) 2022-06-03 10:23:09 -04:00
Katerina Skroumpelou
56e0ec5133
Revert "cleanup(storybook): Refine change Storybook target warn message (#10495)" (#10571)
This reverts commit 70942802feb2fd462aeeb3f4da45d0c4d4c31a6a.
2022-06-03 13:56:29 +00:00
Katerina Skroumpelou
d48a709f88
fix(storybook): dont generate stories for stories (#10570)
ISSUES CLOSED: #10286
2022-06-03 13:53:40 +00:00
James Henry
62b55d4934
chore(repo): fix some typos in CONTRIBUTING.md (#10569) 2022-06-03 10:54:34 +00:00
Katerina Skroumpelou
189c036620
fix(storybook): ignore addon-notes from version update (#10568)
ISSUES CLOSED:  #10484
2022-06-03 10:29:10 +00:00
Katerina Skroumpelou
a49ee7ec5a
fix(storybook): optional chain includes (#10567)
ISSUES CLOSED: #10482
2022-06-03 10:25:40 +00:00
Victor Savkin
876d4d8a0e feat(core): outputs should be able to interpolate project properties 2022-06-02 21:10:03 -04:00
Quentin Chouleur
70942802fe
cleanup(storybook): Refine change Storybook target warn message (#10495) 2022-06-02 17:01:15 -04:00
Hamid Abdalrahman
9ad5c48183
Enabling dynamic gradle tasks on andriod-build command (#10276)
* feat(react-native): add option to override default gradle task

* feat(react-native): add option to override default gradle task

* feat(react-native): add option to override default gradle task desc

* feat(react-native): add option to override default gradle task

Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2022-06-02 19:00:57 +00:00
Noriyuki Shinpuku
bb166a5ae9
fix(storybook): allow NX_* environment variables (#10061) 2022-06-02 13:54:32 -04:00
Leosvel Pérez Espinosa
914f0ce707
feat(misc): update typescript to 4.7 (#10560) 2022-06-02 13:29:11 -04:00
Leosvel Pérez Espinosa
edea01aee6
fix(angular): update remote entry component selector to use the provided prefix (#10561) 2022-06-02 17:23:54 +01:00
Victor Savkin
7ce487e492 feat(core): ability to pass extra target deps when invoking commands 2022-06-02 12:17:27 -04:00
Guilherme Siquinelli
0407d8a515
fix(react): fixes typescript override error in the render method of a generated app (#10069) 2022-06-02 10:56:25 -04:00
James
a7e2d0c47e
fix(docs): yarn1 does not need -W flag (#10419)
I tried omitting the flag and everything seemed to work fine.
if yarn2 needs this, it should be clarified which version  that it is talking about
2022-06-02 10:28:29 -04:00
Leosvel Pérez Espinosa
4576d7432a
docs(misc): update imports to @nrwl/workspace generators to avoid requiring @angular-devkit/schematics (#10554) 2022-06-02 07:52:00 -04:00
Leosvel Pérez Espinosa
ec906251b0
fix(angular): do not configure e2e test runner when generating a library (#10553) 2022-06-02 12:51:36 +01:00
Victor Savkin
aecca6b850
chore(repo): upodate version of nx cloud 2022-06-01 20:28:01 -04:00
Nicholas Cunningham
89d9d9afd6
fix(nextjs): update e2e test case to cover env variables exported from libraries (#10532)
ISSUES CLOSED: #9633

update

Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-06-01 14:36:54 -04:00
Benjamin Cabanes
210edd731a
docs(nxdev): consolidate documentats consumption (#10546) 2022-06-01 13:56:08 -04:00
Jason Jean
925a27bf64
fix(devkit): add options allow trailing commas for parsing json (#10538) 2022-06-01 13:13:24 -04:00
Leosvel Pérez Espinosa
26edb49302
feat(angular): support angular v14.0.0-rc.3 (#10543) 2022-06-01 16:26:09 +00:00