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
Victor Savkin
438e4a544e
fix(core): include config name in the cached fileset
2022-08-12 15:29:11 -04:00
Miroslav Jonaš
899625c8a3
feat(core): format additional flags values for logging ( #11564 )
...
* feat(core): format additional flags values for logging
* cleanup(core): simplify formatValues
2022-08-12 13:21:37 -05:00
Miroslav Jonaš
001fed8c3b
chore(core): release canary version for e2e tests to avoid version overlap ( #11539 )
2022-08-12 16:30:22 +02:00
Benjamin Cabanes
d13d5eb3b5
docs(nxdev): cleanup imports ( #11563 )
2022-08-12 10:24:36 -04:00
Craigory Coppola
8eb2304ecd
fix(angular): 14.5.3 migration should hit @angular/cdk ( #11560 )
2022-08-12 14:12:00 +00:00
Benjamin Cabanes
dd9554987a
docs(nxdev): cleanup imports ( #11561 )
2022-08-12 10:03:18 -04:00
Joe Prisk
9bea8490ca
docs(misc): updates Step 11 to use print-affected rather than affected ( #11554 )
2022-08-12 08:44:01 -04:00
Craigory Coppola
458fc36014
chore(misc): split create tree with empty workspace to remove parameter ( #10188 )
...
* feat(devkit): split create-empty-tree to different functions
* chore(repo): apply migration for createEmptyTree
* cleanup(misc): fix tests that migration misses
2022-08-11 19:24:04 -04:00
Craigory Coppola
42fe477bbb
fix(angular): add missing allowed extension properties ( #11547 )
2022-08-11 18:51:31 -04:00
Victor Savkin
918ddf6d4b
feat(core): hash tasks early when possible to enable optimizations ( #11533 )
2022-08-11 14:56:16 -04:00
Miroslav Jonaš
36213b71fb
feat(core): support yarn berry in CNW ( #11528 )
2022-08-11 17:37:53 +00:00
Benjamin Cabanes
164111b793
docs(nxdev): clean up link map checker script ( #11551 )
2022-08-11 17:31:29 +00:00
Colum Ferry
8645272c4c
docs(core): add table showing compat versions of nodejs and ts ( #11529 )
2022-08-11 15:28:15 +01:00
Jack Hsu
11219071f6
feat(web): update node types to 18.7.1 ( #11546 )
2022-08-11 14:23:35 +00:00
Jack Hsu
9cbfd65896
feat(node): update @types/node to 18.7.1 ( #11545 )
2022-08-11 14:15:50 +00:00
Miroslav Jonaš
f44ba27c5a
fix(linter): skip prettier config if prettier is missing ( #11542 )
2022-08-11 16:13:13 +02:00
Colum Ferry
cecc790f3c
docs(angular): add version compatibility matrix ( #11445 )
...
Co-authored-by: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com>
2022-08-11 09:58:26 -04:00
Benjamin Cabanes
af83ffb9e8
docs(nxdev): simplify link map checker script ( #11544 )
2022-08-11 13:45:02 +00:00
Chau Tran
0ce3b1a9f6
fix(express): tslib should be included if importHelpers is true ( #11419 )
...
ISSUES CLOSED : #11012
2022-08-11 20:42:29 +07:00
Miroslav Jonaš
45f4e37f2f
cleanup(core): remove unused addGlobal from package manager commands ( #11538 )
2022-08-11 11:45:44 +00:00
Miroslav Jonaš
57acec916b
fix(nxdev): preserve generated sitemap in cache ( #11540 )
2022-08-11 13:20:34 +02:00