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
Victor Savkin
d9175d1ac6
feat(core): use worker threads to construct a project graph
2021-10-07 11:23:44 -04:00
Colum Ferry
4d7114f634
docs(angular): better information of what the plugin is ( #7262 )
2021-10-07 10:21:42 +00:00
Jason Jean
db555b682b
chore(repo): update nx to 12.10.0-beta.5 ( #7270 )
2021-10-07 02:31:19 +00:00
James Henry
79048fdb5c
chore(core): implement file watching in the daemon ( #7232 )
2021-10-06 21:42:01 -04:00
Leosvel Pérez Espinosa
c21835d40a
fix(devkit): move files to a directory using normalized paths to handle windows correctly ( #7264 )
2021-10-06 17:42:36 +01:00
Jason Jean
3881d002fe
chore(repo): add logging to failing build during e2e tests ( #7261 )
2021-10-06 14:47:29 +00:00
Colum Ferry
654cfbf147
fix(angular): incremental builds with mfes #6923 ( #7260 )
2021-10-06 15:37:22 +01:00
Colum Ferry
2f2ede5ca5
cleanup(angular): add unit and e2e tests for extra reassurance ( #6626 )
...
* cleanup(angular): add unit and e2e tests for extra reassurance
After tests didn't fail but issues were introduced, add some extra tests to help catch breaking
changes
* chore(angular): increase timeout for e2e tests
* fix(angular): mfe not installing webpack correctly
Co-authored-by: Miroslav Jonaš <meeroslav@users.noreply.github.com>
2021-10-06 14:15:39 +01:00
Jack Hsu
0d3601e8cb
fix(react): use default module resolution ( #7254 )
...
Fixes #6662
2021-10-05 15:00:07 -04:00
Miroslav Jonaš
a01a5c9d34
chore(repo): split e2e-workspace to two applications ( #7240 )
2021-10-05 18:59:03 +02:00
Jack Hsu
508ff79296
fix(react-native): use jest-jasmine2 runner ( #7249 )
...
- Using jest-circus results in timing issues
2021-10-05 11:33:16 -04:00
Jack Hsu
6caba471f8
fix(react-native): fix svg-mock path in generated jest config ( #7248 )
2021-10-05 10:43:47 -04:00
Jack Hsu
711e80e01f
chore(react): update e2e tests to be less flaky in CI ( #7247 )
...
- the output formatting isn't consistent in CI so check file existence
instead
2021-10-05 13:28:00 +00:00
Miroslav Jonaš
d973010949
chore(repo): make local registry package publishing async ( #7200 )
2021-10-05 09:05:35 +00:00
Jason Jean
a490c5be8f
chore(repo): update nx to 12.10.0-beta.3 ( #7236 )
2021-10-04 23:48:40 +00:00
Victor Savkin
b79072a5ae
feat(core): parallelize cache restoration
2021-10-04 16:55:41 -04:00
Jack Hsu
7bef953fe6
fix(nextjs): generate nextjs app with correct pages dir for no-html-link-for-pages rule ( #7230 )
2021-10-04 15:50:55 -04:00
Miroslav Jonaš
898f56c50c
chore(repo): fix ci yarn caching ( #7227 )
2021-10-04 19:42:04 +00:00
Emily Xiong
0492ff00ce
feat(react-native): add support for svg and upgrade react-native to 0.66.0 ( #7231 )
...
* feat(react-native): add support for svg
* feat(react-native): upgrade to 0.66
2021-10-04 14:59:22 -04:00
Dan Roujinsky
268fc20305
fix(web): add postcss loader in sass, less and stylus module files ( #7141 )
2021-10-04 14:52:01 -04:00
Sushruth Shastry
11cc599463
fix(web): remove obsolete options for terser in webpack 5 mode ( #6956 )
...
* fix(web): remove chunkFilter option in webpack 5 mode
Fixes #6953
* fix(web): correct fix for the issue
2021-10-04 14:51:15 -04:00
Xie Jay
2bcc552fa0
fix(web): remove default value of baseHref ( #6994 )
...
close #5079
2021-10-04 14:50:26 -04:00
Jack Hsu
9c2a8b155c
feat(react): buildable React libraries now generate smaller ESM packages ( #7199 )
2021-10-04 14:39:20 -04:00
Santosh Yadav
364a276bc0
fix(core): fix vulnerabilities ( #7222 )
2021-10-04 16:05:55 +00:00
Philip Fulcher
1d8a8878dc
feat(misc): add --open option for dep-graph command ( #7209 )
2021-10-04 11:45:00 -04:00
James Henry
0d84a61b72
fix(core): changes to the daemon in order to support windows ( #7211 )
2021-10-04 11:42:45 -04:00
Juri Strumpflohner
83a6ffb47a
fix(nxdev): verify whether srcFolder passed to generateFiles exists ( #7219 )
2021-10-04 11:30:02 -04:00
Miroslav Jonaš
2898ccd8e2
chore(core): fix broken e2e test ( #7226 )
2021-10-04 14:45:29 +00:00
Miroslav Jonaš
4181375628
chore(repo): remove verbose logging from report ( #7215 )
2021-10-04 07:49:11 +00:00
Benjamin Cabanes
5f2df2ac50
docs(nxdev): update flavor selector behaviour ( #7116 )
2021-10-02 11:51:03 -04:00