Miroslav Jonaš
1f34e1b778
docs(linter): add more information to multiple tag dimensions ( #7324 )
2021-10-18 15:24:35 +02:00
Miroslav Jonaš
d9fd42eec8
chore(linter): update eslint to latest v7 version ( #7400 )
2021-10-18 15:20:51 +02:00
Colum Ferry
b0b9c8fc2e
feat(angular): allow port to be added to non-mfe app ( #7403 )
2021-10-18 14:04:38 +01:00
Leosvel Pérez Espinosa
e057892272
fix(angular): add required postcss dependencies when creating a buildable lib ( #7402 )
2021-10-18 05:44:01 -04:00
Miroslav Jonaš
267ad06470
fix(linter): handle also external nodes in find project by import ( #7401 )
2021-10-18 04:28:33 -04:00
Noriyuki Shinpuku
d4f8ba2b2d
feat(react): support css prop for emotion ( #7395 )
...
* feat(react): support css prop for emotion
* feat(react): add migration for css prop
2021-10-17 22:17:16 -04:00
Noriyuki Shinpuku
7a3c485759
feat(nextjs): add migration for css prop ( #7396 )
2021-10-17 22:16:55 -04:00
Xie Jay
3fca35ceb1
fix(web): remove default baseHref in dev-server ( #7302 )
2021-10-15 21:38:16 -04:00
Noriyuki Shinpuku
4c0c12e30f
feat(nextjs): support css prop for emotion ( #7384 )
2021-10-15 21:37:21 -04:00
Noriyuki Shinpuku
93ffd2da9e
fix(nextjs): delegate preset options ( #7385 )
2021-10-15 21:36:52 -04:00
Craigory Coppola
892dfa0bcc
chore(core): fix migration for new config locations ( #7390 )
2021-10-15 23:45:46 +00:00
Craigory Coppola
bdcbac4445
feat(core): standalone project configuration is default ( #7351 )
...
* feat(core): standalone project configuration is default
* chore(core): changes to e2e tests
* fix(core): intuit projects when inside their directories when using project.json files
* chore(core): e2e changes
* fix(core): standalone configurations work with npm-project generator
* chore(core): e2e tests should use standalone configurations
* chore(core): e2e fixes per review
2021-10-16 00:07:12 +02:00
Benjamin Cabanes
81d76eb68c
feat(dep-graph): project name sidebar rounded corners ( #7393 )
2021-10-15 13:52:16 -07:00
Jack Hsu
bedad1cc77
fix(core): patch resolve logic for tsconfig paths ( #7387 )
2021-10-15 20:47:18 +00:00
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