6507 Commits

Author SHA1 Message Date
Miroslav Jonaš
5bb75baf60
feat(core): stop agents after build task on CI generated workflows (#11719) 2022-08-25 10:31:46 +00:00
Edd
36a72c7303
fix(react): fix(react): fix missing integrity tags in production builds (#10949)
Subresource Integrity attributes were not generated on production react builds
due to a missing
option pass through when writing the index file.
ISSUES CLOSED: #10926
2022-08-24 13:05:18 -04:00
Benjamin Cabanes
e20ff68d45
docs(nxdev): update twitter handle speakerlist (#11709) 2022-08-24 15:40:06 +00:00
Colum Ferry
3822d83200
fix(angular): remote entry component template typo (#11707)
* fix(angular): remote entry component template typo

* fix(angular): snapshot
2022-08-24 12:46:22 +01:00
Colum Ferry
6f0c22f4d9
fix(angular): remote generator should not assume a default host (#11705) 2022-08-24 11:33:42 +00:00
Mark Goho
27f9cc7e04
fix(docs): fix typo in github actions setup (#10989) 2022-08-24 11:25:06 +00:00
Miroslav Jonaš
45deeca2c4
chore(repo): disable snync for nightly audit temporarily (#11704) 2022-08-24 11:11:03 +00:00
Victor Savkin
b6c9c1210c feat(core): better formatting of project-graph related error messages 2022-08-23 15:45:33 -04:00
Juri
0d0b28a988 docs(nxdev): update speaker bio \& schedule 2022-08-23 19:06:15 +02:00
ben
d4c0134b70 docs(nxdev): add 2022 nxconf speaker list 2022-08-23 19:06:15 +02:00
ben
b0e4e0aa8c docs(nxdev): add 2022 conf schedule 2022-08-23 19:06:15 +02:00
Benjamin Cabanes
36755dfa30
docs(nxdev): add announcement banner for nx conf (#11692) 2022-08-23 15:24:56 +00:00
Benjamin Cabanes
ad0d795413
docs(nxdev): add pulse dot animation on nxconf header menu (#11691) 2022-08-23 14:46:52 +00:00
Tine Kondo
af7ebc6e98
chore(core): nx plugin submission @nxrocks/nx-micronaut (#11676) 2022-08-23 10:05:03 -04:00
Colum Ferry
a198c95808
cleanup(angular): use app generator and setup-mf for host and remote (#11682) 2022-08-23 14:37:12 +01:00
Miroslav Jonaš
ace06fbed0
chore(repo): run repo checks in parallel to lint test build (#11686) 2022-08-23 12:50:35 +00:00
Miroslav Jonaš
c8c9efab62
chore(repo): run e2e tests in parallel to lint and test (#11684) 2022-08-23 14:44:13 +02:00
Colum Ferry
e2c4c5490c
cleanup(angular): deprecate mf signature from app generator (#11680) 2022-08-23 13:12:29 +01:00
Victor Savkin
0468cf2ff6 chore(repo): bump up nx-cloud to 14.5.0-beta.2 2022-08-22 16:14:43 -04:00
Jack Hsu
77f0508dde
feat(react): update package versions (#11667) 2022-08-22 11:55:44 -04:00
Noriyuki Shinpuku
43b6e1e1f8
fix(nextjs): fix React 18 detection (#11656) 2022-08-22 11:23:06 -04:00
Nicholas Cunningham
89a401361a
fix(nextjs): fix .next folder linting (#11614)
ISSUES CLOSED: #11541

Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-08-22 11:21:55 -04:00
Jack Hsu
646b8c2cf5
feat(nextjs): upgrade to nextjs 12.2.5 (#11665) 2022-08-22 11:21:26 -04:00
Mickaël Boidin
6fdc123537 fix(devkit): convertNxExecutor() should properly emit observables
Fixes: #11653
2022-08-22 10:22:48 -04:00
Colum Ferry
5176ee917f
feat(storybook): add build-storybook to cacheable operations (#11631) 2022-08-22 13:01:08 +01:00
Mingyu Kim
a4dfbfcb63
docs(core): fix npm install command for Eleventy (#11573)
Co-authored-by: mechanic0688 <mechanic0688@MAC-MECHANIC0688.local>
2022-08-19 19:32:57 -04:00
Craigory Coppola
2d50f35d83
fix(core): Add throw of error if a dependency is not in the graph (#11652)
Co-authored-by: Andreas Richter <708186+richtera@users.noreply.github.com>
2022-08-19 21:58:40 +00:00
Benjamin Cabanes
7b5b0ba825
docs(nxdev): add transformer for code fence (#11651) 2022-08-19 21:45:05 +00:00
Caleb Ukle
6866f55c4a
chore(repo): run jest 28 migrations to fix package sync issue (#11650) 2022-08-19 20:56:52 +00:00
Giora Guttsait
7383f13612
chore(core): nx plugin submission nx-pwm (#11086)
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2022-08-19 15:43:22 -04:00
Victor Savkin
d2a829b7a6
chore(repo): update to 14.6.0-beta.7 2022-08-19 13:53:17 -04:00
Victor Savkin
c0dd2f5832 fix(core): make --verbose consistent with NX_VERBOSE_LOGGING=true 2022-08-19 13:46:19 -04:00
Craigory Coppola
6948ffdcff fix(core): project graph should be read from executor context
These changes lower the risk of reading the cache during a write operation when multiple
processes are actively writing / reading the cache.
2022-08-19 12:50:07 -04:00
Jack Hsu
c4a0d85294
fix(react): support older npm version (#11646) 2022-08-19 12:33:20 -04:00
Colum Ferry
41bd2cfe6e
chore(angular): use npm for e2e-angular-extensions (#11643) 2022-08-19 10:49:56 +01:00
Igor Katsuba
9294b64364
fix(angular): adds missing types in the schemes of remote and host generators (#11428) 2022-08-19 10:09:08 +01:00
Miroslav Jonaš
15d83258fe
feat(core): move git commit from generators to create-nx-workspace (#11633)
* fix(core): move git commit to create-nx-workspace

* fix(core): add git init to create-nx-plugin
2022-08-18 18:40:46 -04:00
Caleb Ukle
657b2bff5a
feat(testing): support jest 28 (#10857)
* feat(testing): support jest 28

WIP jest migration

* fix(testing): jest-environment-jsdom must be explicitly added now

* fix(testing): add rxjs to the transform lsit

* fix(testing): jest ts-jest updates and resolver issues

* feat(testing): remove test runner for react native jest

* feat(testing): add preprocessor for react native jest

* fix(testing): update query to handle tsx file syntax, remove rxjs transform

* chore(repo): remove file from accident commit

* chore(testing): update migration to target 14.6 for RN jest preprocessor

* fix(testing): call passed in packageFilter if preset

* docs(testing): add resolver env var to troubleshooting guide

* chore(repo): prep resolver for jest 28 migration

* fix(testing): update deps to handle esbuild-wasm service error

* fix(testing): switch to testEnvironmentOptions for cjs loading vs resolver list

* fix(testing): force babel-jest preset in transformer for project transforms

* chore(testing): address PR feedback

* fix(testing): address pr feedback, remove react-native transform

* chore(testing): update createTreeWithEmptyWorkspace calls

* chore(testing): address pr feedback

* feat(testing): add migration script for react native to rename .babelrc to babel.config.json

* chore(testing): nx format after rebase

* chore(testing): fix display name for @nrwl/js

Co-authored-by: Emily Xiong <xiongemi@gmail.com>
2022-08-18 18:40:31 -04:00
Asim Kattum Thazha
04976ca81a
docs(react): change wrong title of craco note (#11310) 2022-08-18 22:15:27 +00:00
Troy Kirinhakone
ecab590e52
docs(misc): fix typo in workspace guide (#11464) 2022-08-18 22:10:00 +00:00
Victor Savkin
8e22de4d47 chore(repo): update to 14.6.0-beta.4 2022-08-18 16:06:04 -04:00
Benjamin Cabanes
f130d38a4f
docs(nxdev): add nxcloud e2e test links (#11639) 2022-08-18 18:51:17 +00:00
Benjamin Cabanes
499ab1bacb
docs(nxdev): remove unused css wobble animation (#11638) 2022-08-18 18:51:07 +00:00
Victor Savkin
971bcbe32c feat(core): refactor daemon to support longer messages 2022-08-18 14:22:27 -04:00
Emily Xiong
670d9f1a01
fix(storybook): change the react native storybook searchDir option to array (#11628) 2022-08-18 13:18:36 -04:00
Herb
86b2015ddd
feat(node): expose webpack watchOptions to executor (#11453) 2022-08-18 12:34:33 -04:00
Colum Ferry
09112ccd24
feat(angular): support library routing setup for standalone routes (#11634) 2022-08-18 15:17:04 +01:00
Daniel
4d1acadf6e
feat(nx-plugin): thread jest options through nx-plugin:e2e executor (#11442) 2022-08-18 10:13:39 -04:00
Colum Ferry
1a5a09b790
chore(angular): add standalone router helper (#11632) 2022-08-18 14:12:06 +01:00
Miroslav Jonaš
187f5200c0
fix(linter): add jest to root .eslintrc if selected as unit test runner (#11555) 2022-08-18 14:51:09 +02:00