7681 Commits

Author SHA1 Message Date
Austin Fahsl
cbb88f0d29
feat(release): add conventional commits configurability for version and changelog (#22004)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2024-03-13 18:19:24 -06:00
Colum Ferry
81df8485a1
fix(module-federation): ensure targetDefaults for module federation executors are setup correctly (#22282) 2024-03-12 19:33:27 +00:00
Nicholas Cunningham
b6cd1962c8
fix(vite): Storing nxjson details too early (#22285) 2024-03-12 23:22:50 +04:00
Emily Xiong
9ca400c25f
feat(core): run commands directly (#21918) 2024-03-12 15:01:52 -04:00
Miroslav Jonaš
810c5dfcc2
fix(core): fix gh group success icon (#22281) 2024-03-12 14:59:48 -04:00
Alex Swindler
0025b3c8fa
fix(core): make windows runtime input hashing windowless (#22197) 2024-03-12 11:56:22 -04:00
Nicholas Cunningham
9520aa22d4
fix(nextjs): runCLI stdio (#22267) 2024-03-11 14:07:03 -04:00
Leosvel Pérez Espinosa
4850bdb6aa fix(nx-plugin): support root tsconfig.json in nx-plugin-checks eslint rule 2024-03-11 16:43:02 +01:00
Leosvel Pérez Espinosa
e19f33bb27
fix(js): use NodeJs moduleResolution with ts-node to support CommonJS module and TS 4.x (#22258) 2024-03-11 11:21:59 -04:00
Jason Jean
c01b566728
feat(core): revert running plugins in isolation (#22246) 2024-03-09 11:30:10 -05:00
Jason Jean
235ca8cbda
fix(core): properly cleanup when the project-graph creation fails (#22243) 2024-03-08 15:29:55 -05:00
Isaac Mann
650dcf31af
docs(core): npm workspace tutorial (#22018) 2024-03-08 15:01:49 -05:00
Colum Ferry
85599939ca
fix(react): pass correct argument to rspack configuration generator (#22241) 2024-03-08 18:08:15 +00:00
Jason Jean
4a642c51c2
chore(core): fix formatting in default base migration (#22240) 2024-03-08 12:23:03 -05:00
Colum Ferry
9b81821e67
feat(remix): use Remix CLI directly with Remix Crystal Plugin (#22234) 2024-03-08 16:33:11 +00:00
Leosvel Pérez Espinosa
864e0b1709
fix(nx-plugin): do not print duplicated warning about derived format when generating plugin (#22230) 2024-03-08 10:41:47 -05:00
Jason Jean
ec12e67e10
fix(core): only start plugin workers once (#22222) 2024-03-08 10:29:37 -05:00
Leosvel Pérez Espinosa
ac949d64b6
fix(angular): install jsonc-eslint-parser only when @nx/dependency-checks is used (#22231) 2024-03-08 11:25:37 +01:00
Nicholas Cunningham
381a36d790
fix(angular): Module federation with Crystal enabled. (#22224) 2024-03-08 08:49:23 +01:00
Nicholas Cunningham
466debe869
fix(nextjs): Surface error codes when build is interrupted by signals SIGINT, SIGTERM etc... (#22190) 2024-03-07 11:46:28 -07:00
Leosvel Pérez Espinosa
8a71ef59a6
fix(angular): fix message logged for unsupported ng cache (#22211) 2024-03-07 10:12:08 -05:00
Leosvel Pérez Espinosa
106a939b6d
fix(angular): log message about unsupported ng cache command (#22154) 2024-03-07 09:59:51 -05:00
Miroslav Jonaš
002d2cec95
fix(core): fix terminal message alignment on errors (#22189) 2024-03-07 14:11:02 +01:00
Jason Jean
84d96cc5f9
fix(core): reject all promises in pool during shutdown (#22188) 2024-03-06 17:48:15 -05:00
Jason Jean
4484a91bc1
chore(repo): update nx to 18.1.0-beta.3 (#22135) 2024-03-06 12:58:29 -05:00
Emily Xiong
3260f4166a
fix(testing): fix project config might not be defined (#22174) 2024-03-06 12:53:02 -05:00
Leosvel Pérez Espinosa
1731ad890a
fix(misc): do not add includedScripts unless really needed when running nx add (#22180) 2024-03-06 18:28:52 +01:00
Emily Xiong
da5a19dfee
feat(core): forward options for run command (#22064) 2024-03-06 12:08:45 -05:00
Leosvel Pérez Espinosa
876bc94aab
fix(misc): improve package.json scripts handling when running "nx init" and "nx add" (#22168) 2024-03-06 09:39:34 -05:00
Victor Login
91944484fe
fix(linter): add v7 of typescript-eslint to peerDeps (#21853)
Co-authored-by: “JamesHenry” <james@henry.sc>
2024-03-06 14:05:37 +00:00
Alon Valadji
a09e70a291
fix(core): fix no such file or directory, open 'package-lock.json' (#21835)
Co-authored-by: Miroslav Jonaš <missing.manual@gmail.com>
2024-03-06 17:53:46 +04:00
Juri Strumpflohner
320b086290
fix(testing): minor adjustment to the config generation template (#22175) 2024-03-06 08:18:27 -05:00
Bacary Bruno Bodian
3b2e5a82f7
chore(nx): pass generic to CreateNodes (#22157) 2024-03-05 18:02:46 -05:00
Austin Fahsl
38179ad278
feat(js): replace publish script with nx release config (#21474) 2024-03-05 17:53:07 -05:00
Nicholas Cunningham
391f3ab8e6
fix(nextjs): Adding styles to nextjs cypress should not fail. (#22170) 2024-03-05 15:17:42 -07:00
Leosvel Pérez Espinosa
acf4787ab4
feat(angular): remove optional @nx/cypress and @nx/jest from dependencies (#22162) 2024-03-05 17:53:54 +01:00
Leosvel Pérez Espinosa
30040845ae
fix(testing): resolve cypress config glob pattern correctly to handle root projects (#22165) 2024-03-05 11:34:43 -05:00
Emily Xiong
22de9b5b84
fix(core): add outputs to nx.json for nx init in monorepo (#22061) 2024-03-05 00:56:32 -05:00
Juri Strumpflohner
587fe6a63b
fix(vue): small typo in CNW description (#21888) 2024-03-04 18:50:24 -05:00
Craigory Coppola
58d8f4cc13
fix(misc): add missing format files call (#22137) 2024-03-04 16:54:04 -05:00
Leosvel Pérez Espinosa
2d9ecfd1fc
fix(testing): close cypress web server correctly on windows (#22125) 2024-03-04 13:11:01 -05:00
James Henry
6957937ec4
fix(release): store rawVersionSpec on versionData (#22071) 2024-03-04 13:10:19 -05:00
Javier Abia
1961bb514e
fix(nextjs): avoid path error on dev server creation (#21998) 2024-03-04 10:56:44 -07:00
Emily Xiong
8ccdd73c8b
fix(react-native): pin ajv version to 8.12.0 (#22002) 2024-03-04 12:01:30 -05:00
Craigory Coppola
c754facb0e
fix(core): setting up .nx inside gradle shouldn't throw (#21957) 2024-03-04 11:00:42 -05:00
Leosvel Pérez Espinosa
dee40997da
fix(testing): increase the default timeout to 60s for the cypress web dev server to start (#22132) 2024-03-04 15:38:04 +01:00
Austin Fahsl
8bde48fc7a
fix(release): skip lock file update if workspaces are not enabled (#22055) 2024-03-01 10:15:55 -07:00
Austin Fahsl
7eec91289c
feat(release): interpolate workspaceRoot in changelog path (#22058) 2024-03-01 10:15:35 -07:00
Nicholas Cunningham
9f4428259f
fix(nextjs): Add spec files when creating a next app (#22079) 2024-03-01 09:28:37 -07:00
Craigory Coppola
a661354709
fix(core): target defaults should represent nx.json in source info (#22080) 2024-03-01 10:04:33 -05:00