6116 Commits

Author SHA1 Message Date
Nicholas Cunningham
a908ef586a
fix(nextjs): Add exclude to root projects e2e tsconfig so that tests will be picked up. (#16459) 2023-04-21 11:52:52 -04:00
Leosvel Pérez Espinosa
258cda37ec
fix(angular): build plugin runtime code with ts module option set to esnext (#16448) 2023-04-21 10:55:33 -04:00
Jason Jean
ff8074bf75
chore(repo): update to nx 16.0.0-beta.5 (#16347) 2023-04-21 10:17:56 -04:00
Colum Ferry
ec3c642b29
feat(angular): add migration to remove protractor generator defaults (#16409) 2023-04-21 12:29:02 +01:00
Colum Ferry
14d9a8b034
feat(angular): add migration to remove karma generator defaults (#16400) 2023-04-21 09:56:47 +01:00
Craigory Coppola
35bda81df2
feat(nx-plugin): slim down generated code when creating a new generator (#16444) 2023-04-20 18:09:28 -04:00
Jack Hsu
8de17ab1e0
feat(web): remove deprecated executors (#16416) 2023-04-20 17:50:31 -04:00
Chris Manning
a7c14fca1e
fix(core): whitelist registries that support obtaining migration config via 'npm view' (#16423)
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2023-04-20 17:40:19 -04:00
Jack Hsu
db6e14eca5
fix(react): swapped fragments with <div> so avoid lint warnings for default (#16449) 2023-04-20 17:21:04 -04:00
Craigory Coppola
c337998eb9
fix(nx-plugin): don't add tslib if compiling with swc (#16418) 2023-04-20 17:18:38 -04:00
Craigory Coppola
61451a100b
fix(core): optional dependencies should be tracked by project graph (#16383) 2023-04-20 17:17:46 -04:00
Craigory Coppola
b44dbf9c22
fix(nx-plugin): correct importPath and import updates for migration to local plugins (#16437) 2023-04-20 17:15:48 -04:00
Jack Hsu
0a6d37675c
fix(react): use babel-loader when using styled-jsx with rspack (#16443) 2023-04-20 15:35:44 -04:00
Jack Hsu
91639605fd
feat(react): remove empty <div /> from generated app (#16439) 2023-04-20 14:44:10 -04:00
Nicholas Cunningham
5e0893a38f
fix(nextjs): styled-jsx and styled-components should have "use client directive" (#16440) 2023-04-20 12:35:25 -06:00
Jason Jean
fb54f67581
feat(nx-plugin): rename @nx/nx-plugin to @nx/plugin (#16422) 2023-04-20 14:35:04 -04:00
Jason Jean
739b4c2924
feat(linter): rename @nx/eslint-plugin-nx to @nx/eslint-plugin (#16420) 2023-04-20 13:25:56 -04:00
Colum Ferry
9f4d02d968
feat(js): update the lib version in base tsconfig to es2020 (#16429) 2023-04-20 18:10:32 +01:00
Nicholas Cunningham
86b674f61f
fix(nextjs): make lint generator rootProject aware (#16436) 2023-04-20 10:32:51 -06:00
Miroslav Jonaš
bc0bbb0b4b
feat(linter): add internal rules to prevent deep nx imports (#16430) 2023-04-20 11:42:55 -04:00
Jack Hsu
bef152d94e
feat(bundling): remove esbuild 0.16.0 support (#16435) 2023-04-20 08:14:52 -06:00
Leosvel Pérez Espinosa
752a92373b
fix(misc): handle packages rescope in nx init flows (#16404) 2023-04-20 15:50:37 +03:00
Katerina Skroumpelou
e447f2c4fa
fix(storybook): only check existence of storybook before migrating (#16431) 2023-04-20 14:39:05 +03:00
Miroslav Jonaš
a51ac58a45
fix(core): do not expect each package to have hoisted version in lockfile (#16393) 2023-04-20 09:16:45 +02:00
Miroslav Jonaš
4a4fc19055
fix(core): enforce fixed versions only for apps with createPackageJson (#16398) 2023-04-20 09:16:32 +02:00
Emily Xiong
840048480f
feat(core): update create-nx-plugin to generate cli library (#15994) 2023-04-19 20:36:11 -04:00
Craigory Coppola
16e4061b5d
feat(devkit): bump support range to be 15 <= x <= 17 (#16421) 2023-04-19 18:25:41 -04:00
Craigory Coppola
fc07794d90
feat(core): remove deprecated affected commands (#16349) 2023-04-19 18:07:56 -04:00
Craigory Coppola
a798576e0e
fix(misc): pass e2eTestRunner to child preset generator (#16414) 2023-04-19 17:02:34 -04:00
Nicholas Cunningham
338dc64d91
feat(nextjs): Add standalone Nextjs option to react selection when running CNW (#16317) 2023-04-19 15:29:31 -04:00
Emily Xiong
16e115fd7b
fix(react-native): log errors for pod install (#16386) 2023-04-19 15:03:36 -04:00
Craigory Coppola
f7ca6e6d82
chore(misc): update migration version for workspace-generator (#16417) 2023-04-19 14:21:30 -04:00
Craigory Coppola
b3ca5037e0
fix(core): hide duplicate log entry when displaying generator help (#16353) 2023-04-19 14:12:09 -04:00
Craigory Coppola
9fa6d418b9
fix(misc): mark workspace-lint as deprecated in yargs config (#16385) 2023-04-19 14:06:57 -04:00
Emily Xiong
9c9abaa098
fix(react-native): remove listDevices default value for run-android (#16410) 2023-04-19 14:03:45 -04:00
Craigory Coppola
1743ff10ed
feat(core): add migration to update workspace generators to a local plugin (#12700) 2023-04-19 14:03:00 -04:00
Jack Hsu
f04f316271
feat(react): add rspack experimental support (#16252) 2023-04-19 14:00:24 -04:00
Jason Jean
1ff450b75a
fix(core): fix devkit compatibility (#16413) 2023-04-19 13:43:44 -04:00
Leosvel Pérez Espinosa
6677a9c932
feat(misc): expose nx init command flags (#16287) 2023-04-19 18:32:51 +01:00
Leosvel Pérez Espinosa
5d7ad348e0
feat(testing): bump ts-jest to 29.1.0 to support typescript 5.x (#16401) 2023-04-19 18:22:52 +01:00
Dominik Pieper
a8e85dafaf
feat(testing): export cypressE2EConfigurationGenerator (#16394) 2023-04-19 12:01:50 -05:00
Caleb Ukle
1ad7e3de48
fix(testing): nullcheck polyfills in ng component testing (#16411) 2023-04-19 16:55:11 +00:00
Katerina Skroumpelou
c963393e53
fix(storybook): dont use swc addon on sb7 and format (#16408) 2023-04-19 12:34:38 -04:00
Miroslav Jonaš
c8960b733f
fix(linter): don't confuse buildable libs for secondary ng entry point (#16367) 2023-04-19 11:13:10 -04:00
Jason Jean
da158bc47e
feat(angular): replace usages of @nrwl with @nx (#16377)
Co-authored-by: Colum Ferry <cferry09@gmail.com>
2023-04-19 10:59:58 -04:00
Jason Jean
76dfc62412
feat(web): replace usages of @nrwl with @nx (#16376) 2023-04-19 10:59:41 -04:00
Jack Hsu
1780aac6a0
feat(react): add @nx/web as a dependency since it is needed by cypress/etc. (#16407) 2023-04-19 10:57:34 -04:00
Jason Jean
52acf07026
fix(angular): fix resolve builder in ngcli adapter (#16375) 2023-04-19 10:40:37 -04:00
Jack Hsu
ab609a26d8
fix(js): update swc options so path mappings can work in all environments (#16390) 2023-04-19 10:38:01 -04:00
Katerina Skroumpelou
157b35b5a0
fix(storybook): do not override existing v7 on init (#16405) 2023-04-19 14:33:10 +00:00