6268 Commits

Author SHA1 Message Date
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
Waldbillig Thomas
99a3563c8f
feat(angular): export test runners from package (#11613)
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Waldbillig-Thomas <waldbillig.thomas@gmail.com>
2022-08-18 09:58:16 +00:00
Victor Savkin
1a31018ea2 feat(core): add daemon to the context provided to task runners 2022-08-17 15:30:00 -04:00
David (ダビッド )
34fdbc0de2
fix(react): fix webpack node api config error serving a react app (#11580)
Webpack compiles a react app and the main.js file created contains __dirname variable. This crash
the application when it is served. The webpack node api config has been enabled.

ISSUES CLOSED: #11571
2022-08-17 13:55:32 -04:00
Emily Xiong
519451e1e2
feat(react-native): upgrade metro to 0.72.0 (#11480) 2022-08-17 13:22:58 -04:00
Jason Jean
f8085d0949 chore(misc): publish 14.5.7 2022-08-17 12:59:20 -04:00
John Schulz
ede5927051
fix(linter): replace all $ chars in path; not only the first (#11621)
refs https://github.com/nrwl/nx/pull/11009
fixes https://github.com/nrwl/nx/issues/11493
2022-08-17 12:52:30 -04:00
Altan Stalker
9f83207b5d
docs(nx-cloud): update release notes for @nrwl/nx-cloud 14.3.0 (#11407) 2022-08-17 11:39:03 -04:00
Jason Jean
7d4a5c7d3a
fix(core): fix backwards compatibility with Nx 14.1.0 (#11438) 2022-08-17 15:30:07 +00:00
Hamza Shahid
d44abe64be
docs(react-native): fix issues in react-native.md (#11525) 2022-08-17 15:25:16 +00:00
Colum Ferry
dde045afa9
cleanup(angular): add e2e test for make-angular-cli-faster on nightly (#11463)
This is a bit of a misnomer, hence it running on the nightly tests. It uses _only_ the published
versions of `@nrwl/*` packages on npmjs registry, due to a limitation with verdaccio, where it only
looks at the local registry for `@nrwl/*` packages.
2022-08-17 10:51:53 -04:00
Colum Ferry
4d25ade55f
chore(angular): turn on e2es with yarn (#11618) 2022-08-17 15:33:56 +01:00
Colum Ferry
324cafe510
chore(repo): increase memory allocation to agents (#11622) 2022-08-17 15:58:48 +02:00
Miroslav Jonaš
6a7d95bc39
chore(repo): release major version on e2e runs (#11619) 2022-08-17 12:07:40 +00:00
Equilibris
03c0109080
docs(misc): Add details for Neovim plugin (#11491) 2022-08-17 07:34:58 -04:00
Colum Ferry
7891a68715
feat(angular): add scam to standalone conversion generator (#11578) 2022-08-17 12:06:07 +01:00
Colum Ferry
da1741bf56
feat(angular): support standalone component library generation (#11608) 2022-08-17 12:05:54 +01:00
Colum Ferry
af93cfd597
feat(angular): add standalone app generation (#11592) 2022-08-17 12:03:56 +01:00
Victor Savkin
3c1d39b7c5
chore(repo): add back the access token 2022-08-16 15:16:12 -04:00
Colum Ferry
47e38d1cd2
fix(angular): use rxjs 7.5.0 for Angular 14.1 (#11586) 2022-08-16 14:41:51 -04:00
Miroslav Jonaš
3574fdc803
fix(linter): normalize rule context file name for cross OS (#11604) 2022-08-16 18:41:42 +00:00
Kris
2baa96a2cc
fix(nx-plugin): fix the file paths for newly created generators in generators.json (#11611)
issue: https://github.com/nrwl/nx/issues/11610

ISSUES CLOSED: #11610
2022-08-16 14:22:16 -04:00
Victor Savkin
2fd2f1c0de
chore(repo): set the command count to enable early agent termination 2022-08-16 13:57:16 -04:00
Jack Hsu
51da354e65
feat(nextjs): add --custom-server option to app generator (#11607) 2022-08-16 10:32:30 -04:00
Jack Hsu
6fd0da52c6
feat(react): update packages (#11606) 2022-08-16 13:49:50 +00:00
Miroslav Jonaš
244ac01b7c
fix(linter): use more performant way to check for package existance (#11603) 2022-08-16 12:47:38 +00:00
Benjamin Cabanes
dc092b531f
docs(nx-cloud): add agent definitions for DTE with Jenkins (#11597) 2022-08-15 20:17:01 +00:00
Benjamin Cabanes
46a89123df
docs(nxdev): format nx cloud release notes (#11596) 2022-08-15 20:04:06 +00:00
Caleb Ukle
3101b4d072
chore(testing): add e2e tests for cypress environment variables (#11569) 2022-08-15 15:55:12 -04:00
Craigory Coppola
0c25e57bf9
fix(angular): add namedInputs to expected angular extension properties (#11593) 2022-08-15 15:07:00 -04:00
Victor Savkin
19dfebd94f
chore(repo): update @nrwl/nx-cloud to 14.4.0 2022-08-15 13:51:50 -04:00
Jason Jean
0a64415f12
fix(repo): change e2e tests to publish 9999.0.2 (#11591) 2022-08-15 08:06:09 -07:00
Colum Ferry
f930117ed6
fix(angular): add check before attempting to collect secondary entrypoints #11437 (#11496)
* fix(angular): add check before attempting to collect secondary entry points

* fix(angular): ensure only the tsconfig aliases for the lib are used

* chore(angular): turn off canary releases to prevent overlap

* Revert "chore(angular): turn off canary releases to prevent overlap"

This reverts commit dd0ba238d8bb591b669ccc90752db83d58c09f6d.
2022-08-15 13:11:24 +01:00
Colum Ferry
6b9f44f10e
docs(angular): fix dynamic mf example #11516 (#11587) 2022-08-15 12:29:10 +01:00
Amir H. Khanjani
6f1aedb070
docs(core): remove --all from examples (#11579)
This flag is marked as deprecated [here](https://nx.dev/nx/run-many#all).
2022-08-13 23:02:30 -04:00
Victor Savkin
608141ec7c
chore(misc): publish 14.5.6 2022-08-13 22:14:09 -04:00
Victor Savkin
9d500eeeaf fix(core): restore the old behavior of output missing check 2022-08-13 22:12:50 -04:00
Victor Savkin
d9ebe0870d
chore(misc): publish 14.5.5 2022-08-12 17:24:44 -04:00
Craigory Coppola
db97728793
fix(core): list local plugins (#11410) 2022-08-12 13:43:33 -07:00
Victor Savkin
f8da1ad42b
chore(repo): update nx to 14.6.0-beta.3 2022-08-12 16:10:56 -04:00