6116 Commits

Author SHA1 Message Date
Leosvel Pérez Espinosa
b688412617
fix(angular): prevent init generator to bump versions and consider installed core packages versions (#14890)
Fixes https://github.com/nrwl/nx/issues/14324
2023-02-09 14:26:40 +00:00
Katerina Skroumpelou
9fb33eb73c
Revert "fix(vite): do not use merged options for preview's build target" (#14889) 2023-02-09 08:00:58 -05:00
Jack Hsu
4d21915bd1
feat(node): add default unit test for fastify framework (#14876) 2023-02-08 12:47:15 -07:00
Miroslav Jonaš
b59df8b199
cleanup(core): remove deprecated ext from node`s file (#14863) 2023-02-08 11:05:46 -05:00
Colum Ferry
829df2b9ab
fix(angular): tidy up supported options (#14793) 2023-02-08 15:05:10 +00:00
Craigory Coppola
a65ea6ed30
fix(core): reintroduce misaligned packages check (#14648) 2023-02-07 18:32:35 -05:00
Jack Hsu
fc20e693aa
fix(core): update ensurePackage util with workaround for bad module cache (#14786) 2023-02-07 15:57:02 -05:00
Katerina Skroumpelou
61cadc301c
feat(storybook): remove root config files (#14780) 2023-02-07 14:30:34 -05:00
Leosvel Pérez Espinosa
b736d1f7b7
fix(angular): set project root when reading project.json in the adapter scoped host (#14849) 2023-02-07 18:55:44 +00:00
Jason Jean
e7f5855fdc
fix(core): fix project locator for built in node modules (#14846) 2023-02-07 18:47:17 +01:00
Leosvel Pérez Espinosa
1802e67fbc
fix(misc): identify workspace schematics correctly using isSchematic option in schema (#14751)
Fixes https://github.com/nrwl/nx/issues/14641
2023-02-07 11:53:15 -05:00
Dan Roujinsky
5551fccf3e
fix(webpack): don't use deprecated config with isolatedConfig (#14802) 2023-02-07 17:50:35 +02:00
Dan Roujinsky
6748bc6192
fix(webpack): restore previous build logging (#14801) 2023-02-07 17:50:15 +02:00
Leosvel Pérez Espinosa
ad082c954c
feat(core): expand --from versions in migrate command to packages included in packageGroup (#14841) 2023-02-07 10:35:37 -05:00
Leosvel Pérez Espinosa
746272d1c8
cleanup(misc): delete ignored native binary (#14842) 2023-02-07 14:50:50 +00:00
Dmitriy Stepanenko
8d876545d7
fix(vite): do not use merged options for preview's build target (#14815) 2023-02-07 11:15:26 +02:00
Dmitriy Stepanenko
0e7e76f3e1
fix(vite): expose all executors and schemas (#14763) 2023-02-07 10:15:30 +02:00
Dmitriy Stepanenko
544e8d5b70
fix(devkit): adjust behavior of the "addDependenciesToPackageJson" function (#14682) 2023-02-06 17:45:09 -05:00
Dmitriy Stepanenko
b35187c142
fix(vite): resolve dev & preview server promises on process exit (#14812) 2023-02-06 17:35:38 -05:00
Miroslav Jonaš
06fbb4ffb6
feat(core): update version of github ci workflow to 0.11.3 (#14819) 2023-02-06 17:05:38 -05:00
Jason Jean
2058f54443
fix(core): fix issues regarding workspace.json migrations (#14833) 2023-02-06 16:53:35 -05:00
Leosvel Pérez Espinosa
751d02b983
feat(core): add prompts and requirements to nx migrations (#14420) 2023-02-06 20:57:11 +00:00
Jonathan Cammisuli
3bb624a9bb
fix(core): do not hardcode checks for npm (#14827) 2023-02-06 14:16:18 -05:00
Katerina Skroumpelou
c2419d0801
fix(storybook): typescript config ts-node (#14829) 2023-02-06 19:09:24 +00:00
Katerina Skroumpelou
24861792db
chore(storybook): update to latest beta (#14822) 2023-02-06 11:52:56 -05:00
Miroslav Jonaš
b80286191d
feat(core): refactor lock file parsing and pruning (#13864)
Co-authored-by: Jason Jean <FrozenPandaz@users.noreply.github.com>
Co-authored-by: Victor Savkin <vsavkin@users.noreply.github.com>
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-06 11:39:36 -05:00
Emily Xiong
d1933d272c
docs(expo): add deprecated text (#14727) 2023-02-06 11:32:13 -05:00
Victor Berchet
4f1387d935
cleanup(js): factor code-frames in nx (#14585) 2023-02-05 11:20:06 -05:00
Benjamin Cabanes
f38268bf53
docs(core): add view-logs description (#14775) 2023-02-03 14:40:13 -05:00
Jack Hsu
4ff59ff3cb
chore(repo): inline native module requires so jest CLI runs successfully (#14796) 2023-02-03 11:49:39 -05:00
Katerina Skroumpelou
ff3cf720af
feat(storybook): v7 mainjs new format and remove root config (#14777) 2023-02-03 10:13:59 +00:00
Jack Hsu
2d566593c0
fix(bundling): support additionalEntryPoints properly (#14773) 2023-02-02 13:20:18 -05:00
Victor Savkin
7f9eadeb3c fix(angular): fix issues in the angular cli adapter 2023-02-02 13:13:38 -05:00
Caleb Ukle
bc788ff876
fix(node): quote filepath in cli e2e sample test (#14779)
Fixes https://github.com/nrwl/nx/issues/14761
2023-02-02 17:02:06 +00:00
Chau Tran
259d4b29cf
fix(vite): fix watch schema for build executor to object or boolean i… (#14756) 2023-02-02 15:58:37 +00:00
MaxKless
f794a1f436
cleanup(core): add x-priority to properties (#14767) 2023-02-02 10:53:36 -05:00
Victor Savkin
55b0389ad5 fix(core): skip-nx-cache should not write to the cache 2023-02-02 09:09:40 -05:00
Colum Ferry
84776077b1
feat(angular): support nx init for Angular 14+ (#14658) 2023-02-02 10:32:15 +00:00
Leosvel Pérez Espinosa
17aa8950d5
fix(angular): ensure required peer deps are installed when migrating from angular cli workspaces (#14766) 2023-02-02 10:47:35 +01:00
Jason Jean
ed5ad1e367
chore(repo): fix failing eslint test (#14759) 2023-02-02 10:01:37 +01:00
Jack Hsu
2f4f0f0ab2
fix(bundling): combine user-defined external esbuild options with ours (#14755) 2023-02-01 14:29:13 -07:00
Katerina Skroumpelou
2876996a39
docs(vite): frontmatter and description to documents (#14750) 2023-02-01 21:53:19 +02:00
Jonathan Cammisuli
fecf7fb82f
feat(core): add native node bindings for hashing (#14476)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-01 14:43:40 -05:00
Miroslav Jonaš
c23b74ef89
fix(linter): use ng-packager for checking secondary entry points in linter (#14425) 2023-02-01 12:58:50 -05:00
Jack Hsu
5cfd357e8f
feat(bundling): update esbuild to 0.17.5 (#14752) 2023-02-01 10:55:55 -07:00
Colum Ferry
fe6ffa20d9
feat(angular): set angular devkit packages as peer deps (#14723) 2023-02-01 17:09:29 +00:00
Katerina Skroumpelou
b7fe0a2311
docs(storybook): add titles and descriptions to all docs (#14749) 2023-02-01 17:03:51 +00:00
Leosvel Pérez Espinosa
f02d0e4d1a
fix(angular): throw when polyfills is provided with an array for webpack-browser and angular 14 (#14742) 2023-02-01 17:34:39 +01:00
Chau Tran
5f32a9ae5c
docs(node): add prioritize flags to node (#14280) 2023-02-01 08:21:36 -06:00
Chau Tran
d0c978e898
docs(web): add prioritize flags to web packages (#14281) 2023-02-01 08:20:57 -06:00