936 Commits

Author SHA1 Message Date
Leosvel Pérez Espinosa
914f0ce707
feat(misc): update typescript to 4.7 (#10560) 2022-06-02 13:29:11 -04:00
Victor Savkin
aecca6b850
chore(repo): upodate version of nx cloud 2022-06-01 20:28:01 -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
Phillip Barta
1781c9443e
cleanup(repo): remove unused dep precise-commits (#10500) 2022-05-31 18:08:21 -04:00
Victor Savkin
ccbfc49235
chore(repo): update to nx@14.2.0-beta.2 2022-05-31 15:41:11 -04:00
Victor Savkin
3d97203b1e
chore(repo): migrate to nx@14.2.0-beta.1 2022-05-30 20:10:02 -04:00
Leosvel Pérez Espinosa
62afcb79b0
feat(angular): support angular v14.0.0-rc.2 (#8883) 2022-05-30 16:09:00 -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
9199123005
feat(storybook): updating to Storybook 6.5 (#10450) 2022-05-27 12:58:24 +00: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
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
Victor Savkin
d15dbf7fbf
chore(repo): update lerna to 5.0.0 2022-05-24 11:12:18 -04:00
Victor Savkin
e2a4ce8c3b
chore(repo): update nx to 14.1.8-beta.5 2022-05-24 07:52:20 -04:00
Jason Jean
99b4c60f62
chore(repo): update nx to 14.1.8-beta.2 (#10409) 2022-05-20 16:11:26 -04:00
Jason Jean
04985be149
chore(repo): switch publishing to use lerna (#10293) 2022-05-20 00:35:47 +00:00
Victor Savkin
d533b54769
chore(repo): update version of nx 2022-05-19 11:31:25 -04:00
Emily Xiong
0bee59727e
feat(react-native): upgrade metro to 0.70.3 (#10307) 2022-05-18 18:11:42 +00:00
Leosvel Pérez Espinosa
4c85e0791d
feat(angular): update postcss deps for new and existing workspaces (#10358) 2022-05-18 10:46:46 +01:00
Victor Savkin
4400942001
Release 14.1.7 2022-05-17 14:51:03 -04:00
Victor Savkin
6351413b98 fix(core): preserve dash casing when passing args to executors 2022-05-17 14:48:53 -04:00
Victor Savkin
7240846b7b
Release 14.1.6 2022-05-16 09:46:53 -04:00
Jason Jean
5251bd73ac Release 14.1.5 2022-05-11 17:46:19 -04:00
Chau Tran
512237caf7
feat(core): add nx.json, workspace.json, and project.json JSON schemas (#10228)
* feat(core): add nx.json, workspace.json, and project.json JSON schemas

ISSUES CLOSED: #8574, #2299

* fix(core): add ajv to test generated config files based on JSON schema

* fix(core): only add $schema to project.json if it is standalone and in create mode

* feat(core): add migration to add json schema to config files for 14.2.0

* fix(core): adjust schemas

* chore(core): adjust tests across repo to adhere to JSON schema if generated

* fix(core): construct the json schema object instead of using a boolean flag

* chore(core): add ajv tests for workspacejson and nxjson

* chore(core): remove unnecessary standalone check
2022-05-10 15:05:26 -05:00
Phillip Barta
0cc7042beb
chore(repo): updated dependency fs-extra to ^10.1.0 (#9985) 2022-05-06 17:56:19 -04:00
Victor Savkin
ac76a7e53a
Release 14.1.4 2022-05-05 17:23:54 -04:00
Jason Jean
c428751129 Release 14.1.3 2022-05-05 17:01:29 -04:00
Jason Jean
728cd1dd58 Release 14.1.2 2022-05-05 13:57:11 -04:00
Jason Jean
e4cccfc14d
chore(repo): update nx to 14.1.1 (#10132) 2022-05-04 15:27:43 +00:00
Jason Jean
bd53f1f261 Release 14.1.1 2022-05-04 10:43:49 -04:00
Victor Savkin
142a7c7a40
Release 14.1.0 2022-05-04 09:20:40 -04:00
Victor Savkin
821fc07723 chore(repo): format fixes 2022-05-03 14:35:18 -04:00
Victor Savkin
cb8bf523ff
chore(repo): update cloud to 1403 (#10070) 2022-04-30 13:21:55 -04:00
Jason Jean
925499803c
fix(devkit): update ejs (#10072) 2022-04-29 19:35:45 +00:00
Victor Savkin
ab738fe6de
chore(repo): update nx-cloud to 14.0.2 2022-04-29 08:45:03 -04:00
Jason Jean
3abff91800
chore(repo): update nx to 14.0.5 (#10053)
* chore(repo): update nx to 14.0.5

* chore(core): have separate unit tests for logger on CI vs non CI
2022-04-29 02:06:12 +00:00
Craigory Coppola
c3d30a4fc7
fix(nx-plugin): executors that spread async generators should work locally (#9956) 2022-04-28 12:06:48 -04:00
Victor Savkin
076ff5993e
chore(repo): update version of nx-cloud to 14.0.0 2022-04-27 13:16:48 -04:00
Emily Xiong
d439d4b20a
feat(react-native): upgrade metro version to 0.70.2 (#9961) 2022-04-26 11:54:05 -04:00
Jason Jean
ff4f924490 Release 14.0.3 2022-04-25 21:47:12 -04:00
Jason Jean
4f99b77e42
chore(repo): update nx to 14.0.2 (#9974) 2022-04-23 18:06:01 +00:00
Jason Jean
fda454cb1c Release 14.0.2 2022-04-23 00:09:57 -04:00
Jason Jean
56afad1c73
chore(repo): remove unused dependencies (#9968) 2022-04-22 22:42:59 -04:00
Jason Jean
ec47503420
fix(core): add dependency for cliui + string-width (#9967) 2022-04-22 19:13:38 -04:00
Jason Jean
ebc3e64442 Release 14.0.1 2022-04-21 19:23:28 -04:00
Jason Jean
aeece5f53c Release 14.0.0 2022-04-21 16:35:50 -04:00
Victor Savkin
920d8aa355
chore(repo): update repo to nx14 (#9908) 2022-04-20 21:40:12 -04:00
Victor Savkin
4ca470cb16
chore(repo): update repo to nx 14 2022-04-20 15:12:34 -04:00
Jack Hsu
c07784af45
chore(repo): remove bad dev dependency on nextjs (#9907) 2022-04-20 19:04:43 +00:00
Jack Hsu
8171e68da7
fix(react): handle transform properly for js/ts files in @nrwl/react/plugin/jest (#9898)
Fixes #9640
2022-04-20 16:37:10 +00:00