MaxKless
da1808d36c
feat(core): load native files from tmp location instead of node_modules ( #22648 )
2024-04-17 11:14:28 -04:00
Leosvel Pérez Espinosa
45d89d21d4
docs(angular): improve recipe about environment variables and add information for esbuild ( #22841 )
...
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2024-04-17 15:21:21 +02:00
MaxKless
e05cb4f689
fix(core): repair sourcemap creation in createNodes ( #22851 )
2024-04-17 09:03:16 -04:00
Jason Jean
801a22b243
fix(core): fix init logging and package.json updates ( #22843 )
2024-04-16 16:48:48 -04:00
Jack Hsu
3ca5c7896c
fix(bundling): show codeframes for Rollup build errors ( #22845 )
2024-04-16 16:39:22 -04:00
Jason Jean
911f049486
chore(repo): update nx to 18.3.0-beta.3 ( #22831 )
2024-04-16 13:13:41 -04:00
MaxKless
71023c8e74
fix(core): use name instead of .prototype.name when comparing errors ( #22840 )
2024-04-16 11:45:19 -04:00
Leosvel Pérez Espinosa
714ea48185
docs(misc): add more visibility to migrating one major version at a time recommendation ( #22818 )
2024-04-16 17:42:51 +02:00
Benjamin Cabanes
6b60d21f5d
chore(nx-dev): update sales page description and wording ( #22826 )
...
The sales page description and wording have been updated in both the SEO and the UI text of the sales page.
2024-04-16 09:56:46 -04:00
Jason Jean
2ee965042d
Revert "feat(js): add swc cli options --strip-leading-paths ( #22193 )" ( #22832 )
2024-04-15 20:35:58 -04:00
Jason Jean
bf206e578e
feat(misc): non conflicting init/add flow ( #22791 )
2024-04-15 16:45:08 -04:00
Craigory Coppola
e97c5887ee
fix(core): errors thrown when creating projects should prevent running targets ( #22807 )
2024-04-15 16:44:38 -04:00
Isaac Mann
705b8e2742
feat(nx-dev): banner for webinar ( #22824 )
2024-04-15 13:20:26 -04:00
Colum Ferry
5429ba47ec
chore(remix): e2e tests should use strings to prevent issues running commands on windows ( #22820 )
2024-04-15 09:23:11 -06:00
Benjamin Cabanes
f48b305509
chore(nx-dev): update hero contact us link ( #22822 )
2024-04-15 11:02:04 -04:00
Colum Ferry
7dcd043362
fix(js): do not default to commonjs type field in package.json ( #22819 )
2024-04-15 15:55:34 +01:00
Benjamin Cabanes
50dff717df
feat(nx-dev): add contact pages ( #22815 )
...
This commit adds a new 'Contact' section to the website. It includes various subpages designed to assist and guide users looking to get in touch. Users can now seek help through a convenient form, connect with the team in multiple ways, or reach out to the sales team directly.
2024-04-15 10:18:52 -04:00
Jack Hsu
839e4b25fc
docs(core): remove deprecated docs page for Nx 14 and earlier ( #22767 )
2024-04-15 09:09:49 -04:00
Colum Ferry
455742a8d6
chore(testing): increase windows e2e test timeout ( #22821 )
2024-04-15 13:56:44 +01:00
Philip Fulcher
810a3b5259
docs(release): adjust description for preid to be more clear ( #22569 )
2024-04-14 19:26:54 +04:00
Lucca Miranda
134cbbc23c
fix(core): improve isCI to better detect other providers ( #22694 )
2024-04-12 19:04:02 -04:00
Jason Jean
54c42c1725
fix(devkit): update peer dependency on nx to include Nx 19 ( #22811 )
2024-04-12 18:32:26 -04:00
Leosvel Pérez Espinosa
36f297cf76
feat(nuxt): update @nuxt/eslint-config to a stable version ( #22804 )
2024-04-12 16:59:36 +02:00
Thomas Dekiere
637a00469e
fix(vite): pass cli arguments as options to vitest ( #22355 )
2024-04-12 10:28:08 +01:00
Jaypee Ignacio
a627ce84b1
docs(expo): fix the instructions for rejecting local cache ( #22792 )
2024-04-12 09:28:54 +02:00
Austin Fahsl
34cc2f2172
fix(release): do not try to interpolate packageRoot for root project ( #22771 )
2024-04-11 23:04:26 -04:00
Craigory Coppola
d1584f860c
feat(core): load root .env files on daemon ( #22786 )
2024-04-11 22:27:21 -04:00
Jason Jean
2cb43cac8d
chore(repo): update nx to 18.3.0-beta.1 ( #22781 )
2024-04-11 14:55:54 -04:00
Leosvel Pérez Espinosa
d7f1b3db73
fix(angular): execute wrapped schematics post tasks and log messages ( #22780 )
2024-04-11 16:57:17 +02:00
Every
f59ed58ae6
feat(js): add swc cli options --strip-leading-paths ( #22193 )
...
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2024-04-11 10:54:27 -04:00
Joe Flateau
4360a0b460
docs(expo): fix the description for the expo update republish option ( #22713 )
2024-04-11 10:51:04 -04:00
Leosvel Pérez Espinosa
a2167648f7
fix(angular): respect skipPackageJson correctly across generators ( #22777 )
2024-04-11 16:15:30 +02:00
Leosvel Pérez Espinosa
fb57667088
docs(misc): reorder sidebar menu items ( #22746 )
2024-04-11 11:40:23 +02:00
Craigory Coppola
c8f179d2d2
feat(testing): add metadata to playwright targets ( #22768 )
2024-04-10 18:12:44 -04:00
Jason Jean
fd7cf38c20
feat(testing): add ability to split jest tests ( #22662 )
2024-04-10 14:00:03 -04:00
Emily Xiong
4cd1808e48
fix(react-native): fix unable to resolve on windows ( #22759 )
2024-04-10 09:48:32 -04:00
Emily Xiong
aa6d464694
fix(react-native): should ask for app name when preset is react native ( #22761 )
2024-04-10 09:42:59 -04:00
Leosvel Pérez Espinosa
fe903504c0
cleanup(core): fix broken unit tests ( #22764 )
2024-04-10 08:14:17 -04:00
Craigory Coppola
7a7cbeca44
feat(core): re-enable running plugins in isolation ( #22527 )
2024-04-09 18:36:33 -04:00
Younes Jaaidi
caf663fd32
fix(core): fix plugin exclude option ( #22738 )
2024-04-09 23:26:39 +01:00
Colum Ferry
0548871779
fix(core): attach cli args from target options explicitly with '=' ( #22756 )
2024-04-09 23:25:19 +01:00
Jack Hsu
9f3d305557
docs(core): fix expo overview page ( #22755 )
2024-04-09 14:41:36 -06:00
Jack Hsu
22735a011e
docs(core): remove React 18 migration ( #22750 )
2024-04-09 15:52:20 -04:00
Jason Jean
afdd37ac8c
fix(core): detect imports from template literals in dynamic imports ( #22749 )
2024-04-09 15:52:04 -04:00
Emily Xiong
07ef435127
docs(gradle): add gradle overview page ( #22552 )
2024-04-09 15:51:18 -04:00
Vinit Neogi
56f16d8077
docs(core): fix typo on Nx affected page ( #22751 )
2024-04-09 14:37:47 -04:00
Jack Hsu
e5317a2eb8
docs(core): remove old Nx Console recipes ( #22747 )
2024-04-09 13:40:06 -04:00
Leosvel Pérez Espinosa
27094c5f4b
docs(angular): remove manual migration guide ( #22723 )
2024-04-09 17:40:35 +02:00
Nicholas Cunningham
c27a668530
fix(webpack): Should work when absolute paths are supplied as output ( #22736 )
2024-04-09 09:27:10 -06:00
Nicholas Cunningham
f11d7be115
fix(webpack): typo for outputPath ( #22734 )
2024-04-09 09:11:46 -06:00