8188 Commits

Author SHA1 Message Date
Katerina Skroumpelou
3d89a02bea
fix(storybook): dont touch config if is already using new schema (#15056) 2023-02-16 17:33:25 +02:00
Leosvel Pérez Espinosa
0385682dbb
fix(angular): bump generated rxjs version (#15054) 2023-02-16 15:30:18 +00:00
Colum Ferry
40deb00035
feat(core): add interactive env var (#14994) 2023-02-16 08:54:59 -05:00
Craigory Coppola
497a90edce
fix(js): don't read dependency package.json if it doesn't exist (#15037) 2023-02-16 08:38:29 -05:00
Katerina Skroumpelou
a364dabcd3
fix(storybook): make v7 generator ignore uiFramework (#15023) 2023-02-16 11:21:03 +00:00
Phillip Barta
8748660705
cleanup(core): replace fs-extra.removeSync() with fs.rmSync() (#15007) 2023-02-16 04:31:20 -05:00
Leosvel Pérez Espinosa
cf6bd75339
chore(repo): add granular scope for angular shared docs (#14984) 2023-02-16 04:30:28 -05:00
Dmitriy Stepanenko
8ce0b3cdc7
fix(vite): explicitly export type instead of a value from d.ts files (#15029) 2023-02-16 10:25:42 +02:00
Isaac Mann
fd6f427997
docs(core): standalone tutorial cards in 3 columns (#15027) 2023-02-15 21:11:24 -05:00
FrozenPandaz
ae5d6e5c48 chore(misc): publish 15.8.0-beta.0 2023-02-15 18:30:58 -05:00
Jason Jean
48571b6443
chore(storybook): fix failing snapshot test (#15036) 2023-02-15 17:59:53 -05:00
Miroslav Jonaš
9b51f6b0aa
fix(linter): add node_modules to linter ignore patterns (#14980) 2023-02-15 17:06:18 -05:00
Craigory Coppola
56289555fc
feat(core): nx report should support encapsulated installs (#15032) 2023-02-15 16:29:31 -05:00
Josef Bredreck
b0f68aa0d7
feat(misc): package.json output cosmetics (#14938) 2023-02-15 15:34:58 -05:00
Phillip Barta
92747011ff
cleanup(core): use existing readJson function and remove extra dependency (#15006) 2023-02-15 15:33:23 -05:00
Craigory Coppola
91546e43ac
feat(core): nx migrate should support encapsulated installations (#15001) 2023-02-15 19:38:08 +00:00
William Sedlacek
f479de7d76
fix(core): support decorators in local executor and generator runs (#15025) 2023-02-15 13:42:13 -05:00
Katerina Skroumpelou
7e1ffc0d6b
fix(storybook): dont fail migration if stories array is missing (#15017) 2023-02-15 16:17:14 +00:00
Leosvel Pérez Espinosa
3bb87eac3f
fix(misc): fix moving a project into a subfolder (#14988) 2023-02-15 16:05:07 +00:00
Isaac Mann
76d9f8bdc7
docs(core): node-server standalone tutorial (#14627) 2023-02-15 10:51:05 -05:00
Colum Ferry
73cd931441
docs(angular): add a callout for usage with Tailwind with Module Federation #14970 (#15009) 2023-02-15 15:50:18 +00:00
Phillip Barta
673fff6dfb
cleanup(webpack): replace fs-extra.removeSync() with fs.rmSync() and remove dependency fs-extra (#15008) 2023-02-15 17:07:07 +02:00
William Sedlacek
8db4673a67
fix(linter): ng-package.json format (#14996) 2023-02-15 12:36:08 +01:00
Katerina Skroumpelou
1b64e17d4e
fix(storybook): v7 vite settings docs remove rootMain (#14992) 2023-02-15 13:10:28 +02:00
CallMe AsYouFeel
bd2a1aea03
feat(bundling): make rollup executor return outfile for node executor (#14989) 2023-02-15 13:08:43 +02:00
Nicholas Cunningham
ba19dc00ac
fix(js): remove plugins from esbuild will be done as a feature (#14997) 2023-02-14 18:55:30 -05:00
Craigory Coppola
46b6a710c0
feat(core): support encapsulated nx install (#14705) 2023-02-14 23:46:06 +00:00
Craigory Coppola
24e87e6cc4
feat(core): allow loading env vars by target and configuration (#14998) 2023-02-14 22:24:08 +00:00
Craigory Coppola
d7c8e03b5e
fix(core): local plugins should work under yarn workspaces (#14995) 2023-02-14 16:49:06 -05:00
Miroslav Jonaš
8165459568
feat(linter): add support for full regexes in tag matching (#14982) 2023-02-14 11:55:24 -05:00
Miroslav Jonaš
b583f89095
fix(core): skip peer deps from devDependencies on createPackageJson (#14958) 2023-02-14 11:50:09 -05:00
Colum Ferry
041121e420
docs(angular): fix the description of the standalone components option (#14950) 2023-02-14 11:16:30 -05:00
Emily Xiong
032efc2cfb
fix(angular): ensure peer deps are installed when initializing the plugin (#14906)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2023-02-14 11:07:51 -05:00
Jason Jean
3c13444aa8
chore(repo): update nx to 15.7.0-beta.6 (#14975) 2023-02-14 10:40:24 -05:00
Victor Savkin
ea440ae33a fix(core): correctly set default configuration name for dependent tasks 2023-02-14 10:17:09 -05:00
JKapitein
3032c7592b
fix(core): do not always use yarn as package manager in the gitlab ci t… (#14978) 2023-02-14 15:35:18 +01:00
Katerina Skroumpelou
bff786962b
fix(vite): set root and path on dts plugin (#14964) 2023-02-14 12:08:46 +00:00
Leosvel Pérez Espinosa
391457585f
docs(core): update nx migrate advance recipe with optional package updates handling (#14824) 2023-02-14 00:04:27 -05:00
Leosvel Pérez Espinosa
9cb6005d0a
docs(angular): update migration from angular cli docs to reflect angular 14 support on latest nx (#14774) 2023-02-14 00:04:17 -05:00
Leosvel Pérez Espinosa
f6ec64d735
docs(angular): update nx and angular versions compatibility matrix with angular v14 support in latest nx (#14734) 2023-02-14 00:04:05 -05:00
Leosvel Pérez Espinosa
3aa20d7d43
docs(core): document --interactive flag for the migrate command (#14837) 2023-02-14 00:02:28 -05:00
MaxKless
20b66fc750
fix(core): sort --help output by flag priority (#14869) 2023-02-13 23:56:23 -05:00
Isaac Mann
916b67824c
docs(core): fix broken link (#14976) 2023-02-13 22:01:56 -05:00
FrozenPandaz
385934c2a2 chore(misc): publish 15.7.0 2023-02-13 20:29:33 -05:00
FrozenPandaz
7eaaf83216 chore(misc): publish 15.7.0-beta.6 2023-02-13 19:18:38 -05:00
Jonathan Cammisuli
5261621251
fix(core): remove Windows cmd window popups (#14965)
Fixes https://github.com/nrwl/nx/issues/10822
2023-02-14 00:11:03 +00:00
Jason Jean
1aa9b17841
fix(devkit): fix support renaming directories with the tree (#14973) 2023-02-13 23:36:39 +00:00
Craigory Coppola
b2df831076
fix(core): tsconfig.base.json module setting should not break local plugins (#14610) 2023-02-13 16:28:32 -05:00
Benjamin Cabanes
2b5bdd50e4
docs(nx-cloud): make access token doc discoverable (#14972)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2023-02-13 16:27:56 -05:00
Emily Xiong
51cd35cb04
feat(expo): upgrade expo-cli to 6.3.0 (#14944) 2023-02-13 14:23:06 -05:00