pmariglia
b898dd58e4
docs(nx-cloud): document arm resource classes ( #23116 )
...
## Update Nx Cloud Resource Class Documentation
Documents the docker_linux_arm resource classes in
`launch-templates.md`. No changes to the images are required.
2024-05-02 11:35:19 -04:00
Johanna Pearce
9c02175098
docs(nx-cloud): warn about rate limiting with ADO integration
2024-05-02 16:05:04 +01:00
MaxKless
2002a7872f
feat(graph): log errors in console in graph watch mode ( #23136 )
2024-05-02 10:14:11 -04:00
Craigory Coppola
0fbd2f80a9
fix(core): ensure project with name undefined is not created ( #23097 )
...
* fix(core): ensure workspaces config is updated when daemon running
* fix(core): properly error when projects have no name but with a package.json
2024-05-02 10:09:25 -04:00
Jason Jean
5ded713c3c
fix(repo): set version of pnpm for docker publishes ( #23129 )
...
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
The version of pnpm changed with the docker image.
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
The version of pnpm is installed over the one in the docker image to
ensure the right version is being used.
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-05-01 18:40:53 -04:00
Nicholas Cunningham
02a8602607
docs(core): Update styles for enterprise page on small screens ( #23126 )
...
Addresses some styles for smaller screens.
Fixes #
2024-05-01 20:18:36 +00:00
Nicholas Cunningham
b0ee75e6af
docs(core): Update meterics and customer background on enterprise page ( #23123 )
2024-05-01 14:01:47 -04:00
Phillip Barta
9b12d188c2
cleanup(core): remove deprecated command-line reexports ( #19914 )
...
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-05-01 13:36:49 -04:00
Isaac Mann
9a06a76fa7
fix(nx-dev): header styles fix ( #23122 )
2024-05-01 12:33:44 -04:00
Jason Jean
a64a7e2db9
feat(core): cleanup for v19 ( #22993 )
2024-05-01 12:12:32 -04:00
Denis Bendrikov
307f8d4624
fix(core): align padding for output with failed tasks ( #23119 )
2024-05-01 12:12:06 -04:00
Isaac Mann
e38df31ee6
Revert "chore(nx-dev): fix header styles ( #23120 )" ( #23121 )
2024-05-01 11:27:06 -04:00
Isaac Mann
ba8ba3d7ea
chore(nx-dev): fix header styles ( #23120 )
2024-05-01 11:14:37 -04:00
Emily Xiong
4f4f77c68f
fix(graph): use class sticky for sticky header ( #23082 )
2024-05-01 11:10:19 -04:00
Jack Hsu
8cf7191809
feat(graph): show tooltips that were previously hidden due to upublished docs ( #23099 )
2024-05-01 10:57:18 -04:00
Chabbey François
877b37dac3
fix(core): add import for performance to increase compatibility ( #23109 )
...
Co-authored-by: U812320 <francoisjulien.chabbey@mobi.ch>
2024-05-01 10:30:39 -04:00
Benjamin Cabanes
22ef42a475
feat(nx-dev): add ui-enterprise library ( #23086 )
2024-05-01 06:45:51 -04:00
Craigory Coppola
abd80cf3f1
fix(core): local plugins should be able to use {projectRoot} in options block ( #23068 )
2024-04-30 18:41:27 -04:00
Craigory Coppola
16e3f83d46
Revert "chore(repo): enable plugin isolation for nx repo ( #22785 )" ( #23103 )
2024-04-30 16:55:43 -04:00
Craigory Coppola
c09f70f9a0
fix(js): copy assets handler should handle ignore globs on windows ( #23065 )
2024-04-30 14:14:54 -04:00
Michal Jez
8631b40d54
feat(core): validate that outputs is an array of strings ( #22371 )
2024-04-30 13:53:19 -04:00
Craigory Coppola
063a5d464f
chore(repo): enable plugin isolation for nx repo ( #22785 )
...
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2024-04-30 12:47:44 -04:00
Colum Ferry
44820f2c4b
feat(testing): add convert-to-inferred migration generator for cypress ( #22884 )
2024-04-30 12:47:12 -04:00
Leosvel Pérez Espinosa
4ef832f4d5
fix(core): do not forward --updatePackageScripts flag to init generators that are not from nx core plugins ( #23064 )
2024-04-30 11:59:54 -04:00
MaxKless
73ab6d35ff
feat(graph): enable watch mode by default ( #23092 )
2024-04-30 11:55:57 -04:00
Emily Xiong
30a3875a0d
fix(gradle): fix gradlew exec path for root project ( #23094 )
2024-04-30 11:54:50 -04:00
MaxKless
c8d44b0355
feat(graph): show partial project graph & errors in graph app ( #22838 )
2024-04-30 11:35:07 -04:00
Jason Jean
0ceea2f7da
chore(repo): update nx to 19.0.0-beta.8 ( #23087 )
2024-04-30 11:15:30 -04:00
Jack Hsu
458f2cc1e8
feat(nx-dev): add nx blog ( #22828 )
...
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
Co-authored-by: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com>
2024-04-29 17:04:37 -04:00
Nicholas Cunningham
1f6aba03a1
fix(js): Correct file path for cjs.js ( #23081 )
2024-04-29 19:54:09 +00:00
Craigory Coppola
cd7f3df3de
fix(core): ensure daemon socket dir exists when specified in env ( #23071 )
2024-04-29 13:54:09 -04:00
Jack Hsu
4fd731f508
chore(repo): update to 19.0.0-beta.7 and deep import webpack plugins ( #23074 )
2024-04-29 13:53:22 -04:00
Emily Xiong
aa82f031c3
feat(graph): add target groups and technology icon ( #22839 )
2024-04-29 13:52:07 -04:00
James Henry
addde70251
fix(js): typescript plugin target hashing ( #23073 )
2024-04-29 18:51:32 +01:00
Jack Hsu
3cf13ab864
chore(misc): update message in legacy readme files ( #22887 )
2024-04-29 13:49:02 -04:00
Jason Jean
59f7495cb5
chore(repo): update nx to 19.0.0-beta.7 ( #23070 )
2024-04-29 12:58:52 -04:00
Josh Goldberg ✨
5a8a8c0a4e
docs(core): correct Type(S|s)cript typo in ESLint guide ( #23041 )
2024-04-29 12:28:35 -04:00
Altan Stalker
9986144b60
docs(nx-cloud): mark --with-env-vars as Nx Agents only ( #23067 )
2024-04-29 12:24:58 -04:00
Nicholas Cunningham
24f6d38762
fix(nextjs): Boolean flags do not need a value ( #23072 )
2024-04-29 10:24:43 -06:00
Isaac Mann
b0a27bd986
docs(core): nx migrate search results ( #23066 )
2024-04-29 10:16:48 -04:00
Isaac Mann
c0311b8a31
docs(core): useInferencePlugins ( #23010 )
...
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2024-04-29 10:06:00 -04:00
Jason Jean
9c6532ca68
fix(repo): fix pnpm version on freebsd ( #23045 )
2024-04-29 07:50:40 -04:00
Nicholas Cunningham
f74aeabdb5
docs(core): Fix the '>' position when rendering multiline commands ( #23042 )
2024-04-26 20:58:58 -04:00
Craigory Coppola
f32f692c07
chore(misc): remove perf timings from individual createNodes files ( #23044 )
2024-04-26 19:26:08 -04:00
Craigory Coppola
c5df9902b4
fix(js): ignore yarn corepack check when updating config ( #23043 )
2024-04-26 18:57:02 -04:00
Craigory Coppola
bb2d7f39a1
fix(core): prevent device status report from being printed during pty execution ( #23039 )
2024-04-26 18:56:03 -04:00
James Henry
8a53892d45
fix(core): improve performance of pnpm lock file parsing ( #23017 )
...
Co-authored-by: Colum Ferry <cferry09@gmail.com>
2024-04-26 17:36:31 -04:00
Jason Jean
9bf197f5a1
fix(react): disable tty for next build ( #23013 )
2024-04-26 12:40:57 -04:00
Jason Jean
c36e246c6f
fix(core): affect all projects when nx.json is touched ( #23036 )
2024-04-26 12:40:40 -04:00
Jason Jean
4d3b988881
chore(repo): add package manager ( #23018 )
2024-04-26 12:40:32 -04:00