9605 Commits

Author SHA1 Message Date
Benjamin Cabanes
d902ffdc21
docs(nxdev): remove unused components (#7391) 2021-10-15 12:37:20 -07:00
Benjamin Cabanes
54aecd07c8
docs(nxdev): typedoc generator upgraded (#7374) 2021-10-15 11:59:27 -06:00
Kirils L
92132c6017
feat(nextjs): disable lint during build (#7379) 2021-10-15 11:05:52 -06:00
Victor Savkin
6017a05274
fix(core): print a more descriptive error message telling users invoke decorate-angular-cli.js (#7383) 2021-10-15 12:55:32 -04:00
Leosvel Pérez Espinosa
324129b88d
fix(react): fix react webpack plugin check for babel-loader (#7382) 2021-10-15 12:53:01 -04:00
Edouard Bozon
19964a62ae chore(core): disable commit gpgsign
When running tests locally, if global Git config is set to sign commit with gpg then, tests are failing with `gpg failed to sign the data`, this fixes this issue.
2021-10-15 11:02:09 -04:00
Fabian
65f6c0d562
fix(core): fix single file outputs cache regression (#7355) 2021-10-15 11:00:59 -04:00
Dominik Pieper
b3a656ec89
feat(storybook): add @storybook/svelte fot the storybook and build-storybook executors (#7352) 2021-10-15 10:58:47 -04:00
Morten Bjerg Gregersen
53b3b53696
docs(misc): fix a typo 2021-10-15 10:52:56 -04:00
Jason Neal
a4b0c80785
docs(angular): fix a typo
Co-authored-by: Jason Neal <jasonneal@rocketmortgage.com>
2021-10-15 10:51:40 -04:00
William Ghelfi
1df696840f chore(core): nx plugin submission nx-plugin-unused-deps 2021-10-15 10:46:26 -04:00
Jon Hammerskov
1b500a8b5d
fix(repo): make sure NX_WORKSPACE_ROOT_PATH exists (#7238) 2021-10-15 10:40:30 -04:00
puku0x
324738b289 feat(core): strict mode by default for workspace libraries 2021-10-15 10:35:44 -04:00
Jason Jean
3520d7fd48
fix(core): handle failures writing to the cache (#7349) 2021-10-15 10:31:45 -04:00
Miroslav Jonaš
b23f2d8b80
feat(core): extract project graph external nodes (#7340) 2021-10-15 10:08:12 -04:00
Colum Ferry
65b65bf4c5
docs(angular): provide reason for imported remote entry module (#7377) 2021-10-15 11:38:44 +01:00
Leosvel Pérez Espinosa
8973d6ba69
chore(angular): add postcss deps needed by tailwind support in publishable libraries (#7359) 2021-10-15 04:34:02 -06:00
James Henry
4ff498fb42 chore(core): lazy load commands 2021-10-14 20:10:20 -04:00
James Henry
a4e0d72edc chore(core): updates to daemon related commands and output 2021-10-14 20:10:20 -04:00
James Henry
e7d49aa55d chore(core): nx reset command, updates to cli help output and docs 2021-10-14 20:10:20 -04:00
Brandon
28f28af487
feat(angular): update NgRx to 12.5.0 (#7370) 2021-10-14 23:21:28 +00:00
Jack Hsu
ed11e6ca73 fix(web): turn off fully specified option in webpack so packages like graphql@14 will not break build 2021-10-14 17:03:35 -04:00
Benjamin Cabanes
92ebb84c24
feat(dep-graph): ui redesign (#7281)
* feat(dep-graph): ui redesign

* fix(dep-graph): small behavior changes and e2e fixes

Co-authored-by: Philip Fulcher <philip@nrwl.io>
2021-10-14 20:56:29 +00:00
Benjamin Cabanes
e3992c4c6a
docs(nxdev): community plugin btn url to doc (#7369) 2021-10-14 13:03:13 -07:00
Jack Hsu
ccf42f020a
fix(core): update webpack 5 migration smartly match expected version and packages before performing removal (#7365) 2021-10-14 19:16:19 +00:00
Victor Savkin
28c2be6b00 chore(repo): update @nrwl/nx-cloud to latest 2021-10-14 14:55:27 -04:00
Jack Hsu
8779a22be3
chore(core): move webpack utils into web and node packages (#7367) 2021-10-14 18:50:46 +00:00
Philip Fulcher
39c290d6b6
fix(misc): select correct projects on dep graph when in watch mode (#7304) 2021-10-14 12:20:20 -06:00
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