6927 Commits

Author SHA1 Message Date
Craigory Coppola
bcb1c5c797
fix(core): add null check to migration for config locaton swap (#7363) 2021-10-14 14:19:33 -04:00
Jason Jean
7d4c350b78
chore(repo): update nx to 13.0.0-beta.8 (#7361) 2021-10-14 14:12:40 -04:00
Benjamin Cabanes
86e9a8474a
docs(nxdev): upgrade tailwindcss dependency (#7357) 2021-10-14 15:18:32 +00:00
Craigory Coppola
79cf69b4e4
feat(core): consolidate nx.json and workspace.json (#6642)
* feat(core): consolidate settings between workspace.json + nx.json

workspace.json (and linked project.json files) now contain all project specific settings.
nx.json now contains all settings that affect the whole workspace.

* chore(core): fix angular unit tests w/ new config

* chore(core): fix failing tests

* chore(core): fix formatting

* chore(core): fix more tests

* chore(core): normalize-nx-json feedback

* chore(core): Fix more unit tests

* chore(core): fix remaining tests in workspace

* chore(linter): fix remaining linter tests

* chore(core): fix remaining spec + build issues

* chore(core): formatting fixes

* feat(core): migration script to move config options to new locations

* chore(core): fix e2e tests

* chore(core): run format

* chore(react-native): fix failing tests

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* feat(core): move properties to new location during format step

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* feat(core): initial pass on ngcli-adapter for property consolidation

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* chore(misc): fix tests

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* docs(core): update docs with changes

* chore(misc): fix tests

* chore(core): code review changes

updateWorkspaceJson -> updateWorkspace, no longer uses updater function

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* chore(core): fix bug in ngcli impl

* fix(core): fix bug in ngcli-adapter

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* fix(core): fix ngcli-adapter

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* chore(core): fix workspace e2e

* chore(core): fix nx-plugin e2e

* fix(core): move defaultProject to nx.json

* chore(core): fix broken workspace test

* chore(core): formatting

* chore(core): fix workspace format

* chore(core): add nxJson to ExecutorContext

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* chore(core): remove all references ot `NxProjectConfiguration` from our code

* chore(core): Review Changes

* fix(core): update new config locations v13 migration
2021-10-14 10:42:47 -04:00
Benjamin Cabanes
0a9b8e5a44
docs(nxdev): community call-out inverted colors (#7356) 2021-10-14 14:09:56 +00:00
Jack Hsu
f9fe52bb18
fix(web): add support for barrel exports in web build (#7354) 2021-10-14 10:07:51 -04:00
Jack Hsu
fc3573f1ca
chore(web): remove install and build warnings (#7343) 2021-10-14 05:27:30 +02:00
Jason Jean
b611b8b4f9
chore(repo): skip fetching when publishing locally (#7350) 2021-10-13 23:54:44 +02:00
Benjamin Cabanes
41c6e95901
docs(nxdev): community nx plugin submission button (#7347) 2021-10-13 22:24:21 +02:00
Victor Savkin
bb14d82181 chore(repo): update to nx 13-beta.7 2021-10-13 16:06:31 -04:00
Benjamin Cabanes
930dff3f4b
docs(nxdev): flavored pages docs links (#7346) 2021-10-13 20:04:39 +00:00
Victor Savkin
dff26ca96c fix(core): daemon watch mode gets stuck 2021-10-13 15:52:21 -04:00
Victor Savkin
1cc1e27110 feat(core): add exponential backoff for graph recomputation 2021-10-13 15:01:17 -04:00
Miroslav Jonaš
1205d2d008
fix(core): update outdated graph version (#7334) 2021-10-13 20:48:56 +02:00
Jack Hsu
3fe973e012
chore(node): optimize node webpack build (#7337) 2021-10-13 14:13:40 -04:00
Benjamin Cabanes
6011cf6886
docs(nxdev): fix flavor selector dialog appearance (#7344) 2021-10-13 12:29:39 -04:00
Colum Ferry
20481d92e4
fix(angular): support tsconfig.json at root of workspace (#7333)
* fix(angular): support tsconfig.json at root of workspace

* fix(angular): typo in error

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

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2021-10-13 13:18:18 +01:00
Leosvel Pérez Espinosa
0a41a34013
fix(angular): handle components array as static member of the module when generating stories (#7321) 2021-10-13 09:59:57 +01:00
Jack Hsu
086f67d4bd
chore(web): remove build options deprecated since Nx 11 (#7330) 2021-10-13 05:48:31 +00:00
Jack Hsu
4d6df58ac8
chore(node): remove build options deprecated since Nx 11 (#7331) 2021-10-13 07:47:51 +02:00
Jack Hsu
724b0c0e3c
feat(core): upgrade to webpack 5 (#7283)
* feat(core): upgrade to webpack 5

* chore(core): update webpack 5 docs
2021-10-13 00:34:28 -04:00
James Henry
9d2a304b11 chore(core): updates to daemon outputs, socket location and help 2021-10-12 20:02:00 -04:00
Antoine Leblanc
a965f89d89
Update GitHub brand name usage (#7291)
* docs(misc): update github brand name usage

Relates to https://github.com/logos

* docs(nxdev): update github brand name usage

Relates to https://github.com/logos

* fix(misc): update github brand name usage

Relates to https://github.com/logos
2021-10-12 15:09:03 -04:00
Leosvel Pérez Espinosa
301e11660a
fix(core): ensure workspace version format is respected when making changes to it (#7043) 2021-10-12 15:05:16 -04:00
Victor Savkin
14f7e66f46 feat(core): remove deprected project graph version 2021-10-12 14:29:03 -04:00
Victor Savkin
5267b655ba chore(repo): update nx to 13-beta.2 2021-10-12 13:00:58 -04:00
Victor Savkin
18c8e371ad feat(core): compute all workspace files incrementally 2021-10-12 12:10:13 -04:00
Philip Fulcher
2f675f7577
fix(misc): dep-graph --file option supports absolute paths (#7206) 2021-10-12 08:10:15 -06:00
James Henry
65475fe894 chore(core): error propagation, auto-shutdown, log forwarding, etc. 2021-10-12 09:58:30 -04:00
Leosvel Pérez Espinosa
a00f8e0e5b
feat(angular): add tailwind support when building publishable libraries (#7285) 2021-10-12 12:32:43 +01:00
Victor Savkin
2dd4299056 fix(repo): temporary disable the failing tests 2021-10-11 14:58:31 -04:00
Victor Savkin
a81fbbac1b feat(core): clean up daemon server 2021-10-11 12:56:43 -04:00
Kirils L
22c22a11cc
feat(nextjs): use next 11.1.2 (#7310) 2021-10-11 17:12:05 +03:00
Juri Strumpflohner
c446aa5c1d
feat(storybook): add Webpack 5 support for React Storybook setups (#6791)
* feat(storybook): add Webpack 5 support for React Storybook setups

ISSUES CLOSED: #6703

* feat(storybook): adding storybook webpack 5 migration to web migrator

Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
2021-10-08 21:51:04 -04:00
Benjamin Cabanes
f60d533724
docs(nxdev): mobile menu accent (#7299) 2021-10-08 19:08:23 -04:00
Benjamin Cabanes
0a1c2a1e12
docs(nxdev): always ask flavor if none saved (#7298) 2021-10-08 16:50:21 -04:00
Craigory Coppola
8435bdfb6f
feat(core): shift from 'master' to 'main' as default branch and base (#7111)
* chore(core): fix some broken tests

* docs(core): update docs to represent master -> main

* chore(core): review changes

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>

* chore(core): add migration script for backwards-compat w/ main default.

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-10-08 16:48:02 -04:00
Benjamin Cabanes
ba00580bc9
docs(nxdev): show detox & react-native docs (#7297) 2021-10-08 20:31:07 +00:00
Benjamin Cabanes
59065d298c
docs(nxdev): youtube player rounded-md (#7296) 2021-10-08 20:07:12 +00:00
Benjamin Cabanes
c5cf6e61e2
docs(nxdev): add nestjs logo on node page (#7295) 2021-10-08 19:58:18 +00:00
Benjamin Cabanes
32fe47942a
docs(nxdev): internal alt img (#7294) 2021-10-08 19:35:39 +00:00
Benjamin Cabanes
dc0a5f85dc
docs(nxdev): internal paths to docs (#7292) 2021-10-08 18:38:48 +00:00
Jack Hsu
a8bcd27933
fix(react): apply postcss config from apps to their lib dependencies (#7265)
Fixes #7040
2021-10-08 14:10:25 -04:00
Victor Savkin
4b9c00ef39 feat(core): use worker threads to construct a project graph
This reverts commit caac6ee2e9c576c44a33b4f71c59abbd5ba187d7.
2021-10-08 13:45:10 -04:00
Jason Jean
5c92670678 chore(nxdev): update latest version documentation to v12.10.0 2021-10-08 13:44:13 -04:00
Jason Jean
dfee0b1293 Release 12.10.0 2021-10-08 13:17:35 -04:00
Jason Jean
4c4826667e
fix(core): fix defaulting object properties to empty {} (#7288) 2021-10-08 13:15:37 -04:00
Benjamin Cabanes
5ae45b63dd
docs(core): add categories typed comment for nxdevk (#7286) 2021-10-08 12:09:53 -04:00
Victor Savkin
de680d3ace chore(core): extract daemon client into a separate file 2021-10-07 13:12:52 -04:00
Jason Jean
caac6ee2e9 Revert "feat(core): use worker threads to construct a project graph"
This reverts commit d9175d1ac6e7fbca1229b23a6f72b520a3644322.
2021-10-07 11:25:55 -04:00