9337 Commits

Author SHA1 Message Date
Caleb Ukle
cd4e983e90
fix(testing): update jest batch mode (#12764)
Co-authored-by: Colum Ferry <cferry09@gmail.com>
2022-10-27 18:10:55 -04:00
Caleb Ukle
9096d41f05
fix(testing): cypress 10 migration supports more configuration setups (#12036) 2022-10-27 18:03:46 -04:00
Steven Rathbauer
cc55cff272
fix(testing): update tsconfig.cy.json template file for generator (#12849) 2022-10-27 17:31:30 -04:00
Jonathan Cammisuli
ee30e96dd9
fix(core): increase daemon timeout (#12861) 2022-10-27 21:14:08 +00:00
Jack Hsu
5f584eaf49
fix(js): only generate shallow dependencies when building with tsc and swc (#12857) 2022-10-27 20:07:55 +00:00
adam tombleson
6e5ebfa9f8
feat(storybook): generate typed import from storybook/react (#12743) 2022-10-27 16:04:50 -04:00
Lukasz Gawrys
594c63b498
fix(core): properly serialize override with object arg for command line (#12499)
Co-authored-by: Lukasz Gawrys <lukaszgawrys@MBP-von-Lukasz.fritz.box>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2022-10-27 15:28:01 -04:00
Isaac Mann
0f2b89b00e
docs(core): clearer update nx guide (#12855) 2022-10-27 13:35:41 -04:00
Rares Matei
dee1054b23
docs(nx-cloud): update private cloud release notes (#12854) 2022-10-27 18:22:52 +01:00
Jeff Lage
d9a2852e4a
fix(core): fix print-affected not filtering on target (#12355)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2022-10-27 13:01:49 -04:00
Miroslav Jonaš
c0e5fb6b60
fix(core): skip transitive deps on package json creation (#12851) 2022-10-27 18:59:00 +02:00
Jack Hsu
9bdc2cabf8
feat(nextjs): update to Next.js 13 (#12848) 2022-10-27 09:22:23 -04:00
Benjamin Cabanes
f9d1cdda5b
docs(nxdev): optimize svg logos (#12840) 2022-10-26 21:16:54 +00:00
Jason Jean
1d4247c2cf
fix(testing): handle trailing commas in 14.0.0 migration (#12837) 2022-10-26 18:28:34 +00:00
Benjamin Cabanes
97d1a0c399
chore(repo): update GitHub pull request template (#12835)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2022-10-26 14:05:36 -04:00
Konstantin Azizov
94edbe9f6c
fix(nextjs): specify return type in withNx plugin (#12486) 2022-10-26 14:00:17 -04:00
Benjamin Cabanes
00044f93f4
docs(nxdev): cleanup & optimize svg images (#12833) 2022-10-26 13:13:26 -04:00
Vinícius Hoyer
91e9726442
fix(misc): remove unescaped asterisks on library-types doc (#12759) 2022-10-26 12:13:55 -04:00
Nathan Walker
e1e188c84e
fix(core): ensure project configuration is saved as standalone when workspace.json isn't present(#12823)
Project configuration should be saved as standalone when addProject is called on an ng cli workspace if worksapce.json isn't present.
2022-10-26 12:10:40 -04:00
nikolaidk
6e97c6c2e5
fix(react): export remoteGenerator (#12563) 2022-10-26 12:08:18 -04:00
Katerina Skroumpelou
73153459b6
chore(repo): remove unused storybook dependencies (#12761) 2022-10-26 12:02:25 -04:00
Dmitrii Kuzmin
e584882496
fix(devkit): names fn constantName (#12683) 2022-10-26 12:01:36 -04:00
Colum Ferry
d34dff1825
fix(angular): support routes as route array type for ast parsing #12707 (#12829) 2022-10-26 10:46:57 +01:00
Ruben Casas
1992adad38
fix(react): fix minification for prod builds in with-module-federation (#12680) 2022-10-26 10:01:05 +01:00
Jason Jean
26b959fc51 chore(misc): publish 15.0.3 2022-10-25 21:21:21 -04:00
Benjamin Cabanes
2eb8652580
docs(nxdev): fix search input spacing (#12824) 2022-10-25 19:57:57 -04:00
Jason Jean
58f96de5bc
fix(misc): improve print-affected perf (#12822) 2022-10-25 23:08:42 +00:00
Benjamin Cabanes
36faa033a7
docs(repo): update links in readme (#12817) 2022-10-25 14:35:15 -04:00
Victor Savkin
d2bec05e6c fix(core): correctly dedup projects with different names 2022-10-25 14:33:31 -04:00
Benjamin Cabanes
f1eaa97310
docs(nxdev): update custom 404 action (#12814) 2022-10-25 13:47:06 -04:00
Benjamin Cabanes
e70ecaefc3
docs(nxdev): create custom event for 404s (#12813) 2022-10-25 13:37:37 -04:00
Benjamin Cabanes
e6054fb938
docs(core): cleanup & sort documentation images (#12811) 2022-10-25 13:28:09 -04:00
Victor Savkin
7d732ca59e feat(misc): select the best message to show during migrations 2022-10-25 13:09:05 -04:00
Brion Mario
36783eacf0
docs(linter): fix typo in eslint-plugin doc (#12788) 2022-10-25 13:08:09 -04:00
Benjamin Cabanes
0fe2b4605b
docs(core): add new how caching works schema (#12810) 2022-10-25 16:16:27 +00:00
Emily Xiong
386479f7a1
feat(expo): depcrecate expo-cli and use @expo/cli instead (#12799) 2022-10-25 11:37:12 -04:00
Victor Savkin
e24632f674
fix(misc): update the version check not to exclude v15 2022-10-25 11:36:25 -04:00
Benjamin Cabanes
d5d8b210dd
docs(core): fix typo on task graph execution diagram (#12798) 2022-10-24 19:10:42 -04:00
Juri
6c423fa5b7 docs(core): update task graph illustration 2022-10-25 00:50:39 +02:00
Jason Jean
6d95f0d8f6 chore(misc): publish 15.0.2 2022-10-24 18:43:20 -04:00
Benjamin Cabanes
7d2370d56d
docs(nxdev): display callout on hidden schemas (#12796) 2022-10-24 16:51:45 -04:00
Benjamin Cabanes
03fbf8e98f
docs(nxdev): optimize view model for package view (#12795) 2022-10-24 20:49:37 +00:00
Wataru
9ca75db153
fix(misc): fix broken tutorial link on npm page (#12766) 2022-10-24 16:37:30 -04:00
Benjamin Cabanes
e00c23324d
docs(nxdev): add internal schema label (#12792) 2022-10-24 16:24:41 -04:00
Benjamin Cabanes
b339aab318
chore(js): set init generator to hidden (#12794) 2022-10-24 20:00:49 +00:00
Benjamin Cabanes
ea3898fd6b
docs(nxdev): add breadcrumbs index key (#12793) 2022-10-24 19:55:07 +00:00
Victor Savkin
2ed5d57461 fix(core): globbing for project.json and package.json does not ignore dist correctly 2022-10-24 15:42:40 -04:00
Victor Savkin
b403017ea1 fix(core): inotify error does not propagate correctly 2022-10-24 15:42:40 -04:00
Zachary DeRose
5837715aee
fix(expo): fixing broken tutorial link (#12753) 2022-10-24 12:38:09 -04:00
Jonathan Cammisuli
83aec70327
docs(core): fix home page links for console (#12787) 2022-10-24 11:30:40 -04:00