9881 Commits

Author SHA1 Message Date
Jack Hsu
b7d283bced
fix(js): skip watcher if --watch=false for node executor (#17887) 2023-06-30 15:10:24 -04:00
Emily Xiong
0608318449
fix(nx-dev): skip docs for private package (#17843) 2023-06-30 14:32:52 -04:00
Yannick
88c655f5a9
fix(nextjs): set localhost as hostname default (#17856) 2023-06-30 09:26:36 -06:00
Leosvel Pérez Espinosa
4d76d0c626
fix(js): normalize tsconfig paths used as correlation keys in batch implementation (#17888) 2023-06-30 15:57:19 +01:00
Leosvel Pérez Espinosa
fced370fe4
fix(angular): normalize path in move generator (#17877) 2023-06-30 11:08:49 +01:00
Nicholas Cunningham
3008be1e7a
fix(nextjs): Running nx build --configuration=development should not throw an error (#17866) 2023-06-29 21:18:50 -04:00
FrozenPandaz
ee9c6cbd84
chore(misc): publish 16.5.0-beta.1 2023-06-29 16:29:57 -04:00
Miroslav Jonaš
cfe1fa044f
fix(core): fix lockfile remapping for yarn berry with aliases (#17853) 2023-06-29 16:22:07 -04:00
Jonathan Cammisuli
fc4b6a8f31
fix(core): improve error message when native binaries are not found for a supported platform (#17817) 2023-06-29 16:21:27 -04:00
Jonathan Cammisuli
9579404525
fix(core): remove check for taskGraph equality (#17862) 2023-06-29 12:21:25 -04:00
Leosvel Pérez Espinosa
b70c7f4802
fix(core): pin @yarnpkg/parsers version to avoid dropping support for node.js v16 (#17860) 2023-06-29 14:47:04 +00:00
Leosvel Pérez Espinosa
08a2108e86
docs(misc): fix broken image paths (#17854) 2023-06-29 14:52:57 +01:00
MaxKless
4d4269d4c1
docs(misc): remove outdated nx console docs concerning running tasks (#17851) 2023-06-29 14:20:16 +02:00
Isaac Mann
126a19ff0b
docs(core): finish changelog (#17840) 2023-06-28 21:05:19 -04:00
Caleb Ukle
7d15e0c350
chore(repo): bump webpack version (#17836) 2023-06-28 19:54:38 +00:00
Craigory Coppola
199d6217c1
feat(core): load environment variables from configuration name (#17335) 2023-06-28 14:18:01 -04:00
Leosvel Pérez Espinosa
03ffa422be
fix(core): fix race condition in task scheduler (#17837) 2023-06-28 11:48:55 -04:00
Jason Jean
cbb2ca2819
chore(repo): update nx to 16.5.0-beta.0 (#17826) 2023-06-28 11:48:02 -04:00
Leosvel Pérez Espinosa
20d45bbdf1
fix(angular): process only angular projects in migration (#17833) 2023-06-28 16:19:49 +01:00
Austin Fahsl
5e51bf4041
chore(misc): patch lerna 6.6.2 to catch additional publish conflicts (#17809) 2023-06-28 10:27:40 -04:00
Leosvel Pérez Espinosa
7055c724dc
fix(misc): fix misc issues with move generators (#17814) 2023-06-28 10:26:45 -04:00
Jason Jean
c0508e38e3
fix(core): fix workspace validation for implicitDependencies that are… (#17825) 2023-06-28 09:29:56 -04:00
Craigory Coppola
6588ff9faf
fix(core): point to daemon logs when daemon closes unexpectedly (#17827) 2023-06-28 09:29:46 -04:00
Jens Bodal
a55c27c83f
Update how-caching-works.md: .gitignore and .nxignore affect how fileset caching works (#17831) 2023-06-28 09:09:31 -04:00
Emily Xiong
2941ddc6a2
fix(nx-plugin): pass in e2e project name create package preset (#17824) 2023-06-27 19:53:58 +00:00
Craigory Coppola
f2d7dcb331
fix(core): cli option --graph should work with scoped package names (#17820) 2023-06-27 15:53:06 -04:00
FrozenPandaz
376d656cfc
chore(misc): publish 16.5.0-beta.0 2023-06-27 15:19:15 -04:00
Caleb Ukle
8a63d38f42
feat(testing): bump cypress to latest for angular CT (#17788)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2023-06-27 14:50:21 -04:00
Nicholas Cunningham
bd7157bb83
fix(nextjs): Custom server should run on fresh apps without errors (#17806) 2023-06-27 16:33:04 +00:00
Leosvel Pérez Espinosa
d4d48fbbd4
feat(storybook): update storybook version to ^7.0.24 (#17818) 2023-06-27 16:26:34 +01:00
Colum Ferry
ec15b4e13f
docs(repo): add remix recipe (#17756) 2023-06-27 16:26:06 +01:00
Isaac Mann
c00e2f3f6e
docs(core): update deprecation messages (#17804) 2023-06-27 11:22:20 -04:00
Jonathan Cammisuli
a4c92d8fff
feat(core): set rust watcher as default (#17728) 2023-06-27 11:16:25 -04:00
Jonathan Cammisuli
d3272108c9
feat(core): use rust utilities for caching operations (#17638) 2023-06-27 11:08:22 -04:00
Jack Hsu
77ca8d7c33
feat(nextjs): allow withNx to be used with other executors such as run-commands (#17819) 2023-06-27 10:24:26 -04:00
Caleb Ukle
836cd34ce7
feat(testing): add --force-exit to jest executor (#17790) 2023-06-26 17:06:55 -05:00
Isaac Mann
37eda46460
docs(core): workspace-lint cli links to web (#17807) 2023-06-26 17:07:59 -04:00
Craigory Coppola
c6ad657c9f
fix(misc): prevent unexpected targets from root package.json when setting up root project (#17805) 2023-06-26 17:07:11 -04:00
Jason Jean
38101fdbf0
fix(core): fix globbing in rust (#17803) 2023-06-26 16:40:26 -04:00
Joe Walton
a995940b19
feat(vite): allow passing multiple test files to vite:test (#17496)
Co-authored-by: Caleb Ukle <caleb.ukle+github@pm.me>
2023-06-26 15:31:04 -05:00
Craigory Coppola
c4b7a1f9d8
docs(core): fixup outdated nx show example (#17710) 2023-06-26 16:08:38 -04:00
Isaac Mann
8f563d32ec
docs(core): workspace-lint deprecation (#17799) 2023-06-26 15:17:06 -04:00
Nicholas Cunningham
47c95ae5d4
fix(nextjs): KeepAliveTimeout arg (#17801) 2023-06-26 12:57:16 -06:00
Rivaldi Putra
71974ca135
docs(core): add pnpm command for storybook plugin (#17768) 2023-06-26 21:32:30 +03:00
Caleb Ukle
e1db93c1b8
fix(webpack): use correct version for migration (#17789) 2023-06-26 21:30:30 +03:00
Nicholas Cunningham
fc0ef3570e
docs(nextjs): Update nextjs docs since --root was removed (#17796) 2023-06-26 13:35:53 -04:00
Jack Hsu
fdf755584f
fix(nextjs): update workspace libs setup in weback config (#17795) 2023-06-26 12:26:52 -04:00
Nicholas Cunningham
cf08214889
fix(nextjs): For serve executor keepAliveTimeout should be camelCased (#17792) 2023-06-26 10:03:31 -06:00
Isaac Mann
2382c91894
docs(core): list deprecations in changelog (#17761) 2023-06-26 11:28:21 -04:00
Caleb Ukle
77430cbf4c
fix(webpack): sync webpack version to @nx/webpack (#17707) 2023-06-26 14:14:18 +00:00