6116 Commits

Author SHA1 Message Date
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
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
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
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
Emily Xiong
51cd35cb04
feat(expo): upgrade expo-cli to 6.3.0 (#14944) 2023-02-13 14:23:06 -05:00
Dan Roujinsky
f066ff7729
fix(react): dont update lint and react-router if skipPackageJson is set (#14900) 2023-02-13 20:49:51 +02:00
Emily Xiong
b1b36e92b7
fix(expo): fix the prebuild command in expo (#14922) 2023-02-13 13:46:20 -05:00
Caleb Ukle
0b7ef8f66a
docs(bundling): add info on adding deps to package.json (#14963) 2023-02-13 11:33:44 -06:00
Miroslav Jonaš
d0ad53c669
feat(node): setting docker on app generation should set generateLockfile on target config (#14947) 2023-02-13 12:00:55 -05:00
Miroslav Jonaš
8d0c09fffa
fix(core): nesting npm lock file deps should support multi nests (#14949) 2023-02-13 11:30:40 -05:00
Miroslav Jonaš
41a80401a7
fix(core): support wildcard and latest for pruning version normalization (#14948) 2023-02-13 11:19:55 -05:00
Jason Jean
d094e3a1e1
fix(misc): throw an error when removing unsafe projects (#14927) 2023-02-13 11:03:34 -05:00
Emily Xiong
9b08a8db55
feat(react-native): upgrade react native to 0.71.2 (#14908) 2023-02-13 10:55:44 -05:00
Miroslav Jonaš
751030a761
cleanup(core): remove reference to deprecated ProjectGraphNode (#14864) 2023-02-13 13:35:43 +01:00
Dmitriy Stepanenko
2f9978f4d3
feat(vite): be able to use a custom build target for the preview server (#14951) 2023-02-13 13:44:53 +02:00
Colum Ferry
91117c9d2d
fix(angular): fallback to buildTarget.options if no configuration provided (#14952) 2023-02-13 11:29:02 +00:00
Leosvel Pérez Espinosa
c712949b7e
fix(angular): add missing ts 4.8.2+ requirement to angular v15 update (#14934) 2023-02-13 09:05:52 +00:00
Philip Fulcher
0e3d9cdd51
feat(graph): show errors from task graph generation (#14924) 2023-02-10 18:03:51 -05:00
Jack Hsu
2fbe1bdc98
fix(node): add missing .swcrc file for node libs (#14925) 2023-02-10 15:05:44 -07:00
Colum Ferry
4f09949383
feat(core): add standalone api prompt to CNW (#14886) 2023-02-10 15:06:41 -05:00
Colum Ferry
abece6a02d
feat(angular): add routing option to CNW (#14845) 2023-02-10 13:24:48 -05:00
Leosvel Pérez Espinosa
005eb5687b
fix(misc): make ts 4.8 update optional and add missing angular requirements (#14918) 2023-02-10 13:24:07 -05:00
Jack Hsu
ad8343499b
fix(webpack): filter out .hot-update.js files from index.html (#14917) 2023-02-10 18:23:41 +00:00
Nicholas Cunningham
4cb9ff849e
fix(node): Update Proxy config port number (#14919) 2023-02-10 10:21:56 -07:00
Colum Ferry
762b9f336c
feat(core): remove unused CLI option from CNW (#14865) 2023-02-10 11:35:01 -05:00
Colum Ferry
066c3b1e71
fix(angular): unit test runner none should skip tests (#14916) 2023-02-10 16:15:33 +00:00
Jack Hsu
db7ee9966e
fix(webpack): ensure NODE_ENV is defaulted to development for dev-server, and HMR works (#14915) 2023-02-10 15:26:42 +00:00
Katerina Skroumpelou
496620e60a
fix(storybook): fix the no-root migration (#14914) 2023-02-10 16:54:14 +02:00
Jack Hsu
47a4ff4bf5
fix(bundling): add a deprecation warning for users to update their project config before Nx 16 (#14913) 2023-02-10 08:46:23 -06:00
Phillip Barta
caab753580
cleanup(nx-plugin): remove dependency fs-extra from create-nx-plugin (#14909) 2023-02-10 09:36:32 -05:00
Jack Hsu
7185c5fa20
fix(webpack): pass the correct config to user when isolatedConfig=false (#14912) 2023-02-10 09:07:59 -05:00
Leosvel Pérez Espinosa
09670c7c9f
fix(angular): fix safari tp support and include last 2 chrome version in browserslist in ng-packgr executors (#14902) 2023-02-10 09:03:55 +00:00
Jason Jean
0281821fcf
chore(devkit): fix lint rule message for devkit (#14903) 2023-02-10 01:18:40 -05:00
Jason Jean
6b1d0c6934
chore(linter): fix non-deterministic snapshots for convert tslint to … (#14905) 2023-02-09 19:04:19 -05:00
Miroslav Jonaš
9294a4eeeb
feat(core): remove workspace-lint from CI generators and docs (#14895) 2023-02-09 21:38:49 +01:00
Jason Jean
1d773c0d35
fix(devkit): make devkit backwards compatible back to nx 14.1 (#14854) 2023-02-09 12:48:57 -05:00
Jack Hsu
0f8faa249b
fix(node): use correct main entry file extension based on project config (#14894) 2023-02-09 12:43:00 -05:00
Jason Jean
e48b141da3
fix(core): fix migration bugs (#14901) 2023-02-09 12:42:37 -05:00
Jason Jean
e1a5fc78ef
fix(core): use not scheduled task graph to schedule new batches (#14884) 2023-02-09 10:35:55 -05:00