1625 Commits

Author SHA1 Message Date
Jason Jean
6b928bc250
feat(js): refactor usages of npmScope (#16947) 2023-05-15 16:06:24 -04:00
Jack Hsu
7aff48d3d2
fix(core): normalize workspace name before creating directory so it matches what downstream generators expect (#17028) 2023-05-15 12:56:41 -04:00
Craigory Coppola
31010b0c37
cleanup(misc): remove console.log in workspace generator migration spec file (#17001) 2023-05-12 18:33:50 -04:00
Jack Hsu
95421c6945
feat(nextjs): update Next.js to 13.4.1 and default to App Router for new apps (#16948) 2023-05-12 16:09:20 -04:00
Miroslav Jonaš
846320a6b9
chore(repo): enable enforce-module-boundaries on nx repo (#16864) 2023-05-10 11:35:33 -04:00
Caleb Ukle
ad841c9048
docs(repo): update docs/schemas to use nx scoped packages - nx labs (#16865) 2023-05-09 08:30:52 -05:00
Leosvel Pérez Espinosa
cc9e650cd8
fix(misc): ensure workspace directory is normalized correctly (#16855) 2023-05-08 17:39:36 -04:00
Miroslav Jonaš
2163d720e6
feat(core): bump version of @nrwl/ci workflow (#16724) 2023-05-04 12:13:02 +02:00
Jason Jean
112a77ce0a
feat(core): remove tasks-runner-v2 from @nx/workspace (#16751) 2023-05-03 23:46:18 +00:00
Leosvel Pérez Espinosa
203a874ddb
feat(angular): update angular 16 packages to stable versions (#16732) 2023-05-03 16:02:42 -04:00
Leosvel Pérez Espinosa
f45aa076da
feat(angular): support angular v16 (#15592) 2023-05-03 11:02:07 -04:00
Nicholas Cunningham
8dec11ecbe
fix(node): ensure that bundlers for node is webpack/esbuild (#16702) 2023-05-02 13:43:26 -04:00
Craigory Coppola
4e97ee94e1
fix(misc): show proper messaging when generating a workspace generator (#16683) 2023-05-01 18:05:38 -04:00
Miroslav Jonaš
f004e22b7c
fix(repo): replace remaining instances of yarn with pnpm (#16571) 2023-04-27 11:16:42 -04:00
Jack Hsu
38c3221e1f
fix(misc): add a migration to update or remove references to @nrwl/web/babel (#16581) 2023-04-26 17:06:48 -04:00
daiscog
369ee09711
fix(core): fix missing top-level dependencies (#14832) 2023-04-26 15:01:50 -05:00
Nicholas Cunningham
d5062e722c
fix(node): Propagate --bundler when passed via CNW (#16580) 2023-04-26 17:10:21 +00:00
Miroslav Jonaš
262865841d
feat(repo): migrate to pnpm (#16284) 2023-04-25 17:57:36 -04:00
Craigory Coppola
c688df69b2
fix(misc): don't generate workspace-generators directory (#16525) 2023-04-24 18:56:22 -04:00
AgentEnder
be768ca19d fix(misc): cleanup migration to workspace-plugin 2023-04-21 15:19:29 -04:00
Leosvel Pérez Espinosa
a421fce019
fix(misc): set default e2e test runner when creating angular and next workspaces (#16464) 2023-04-21 19:08:46 +01:00
Jason Jean
88b9687451
fix(linter): fix legacy linter migrations (#16462) 2023-04-21 13:29:09 -04:00
Jason Jean
ff8074bf75
chore(repo): update to nx 16.0.0-beta.5 (#16347) 2023-04-21 10:17:56 -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
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
Emily Xiong
840048480f
feat(core): update create-nx-plugin to generate cli library (#15994) 2023-04-19 20:36:11 -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
Craigory Coppola
f7ca6e6d82
chore(misc): update migration version for workspace-generator (#16417) 2023-04-19 14:21:30 -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
76dfc62412
feat(web): replace usages of @nrwl with @nx (#16376) 2023-04-19 10:59:41 -04:00
Jason Jean
c6310e6231
fix(core): fix preset unit tests (#16384) 2023-04-18 19:41:51 -04:00
Miroslav Jonaš
2dd59c3b57
feat(core): extract js related code from affected and hasher (#16244) 2023-04-18 10:42:05 -04:00
Jason Jean
0d561ef90a
fix(core): fix failing unit test (#16357) 2023-04-17 22:57:08 +00:00
Jason Jean
4ee1ba56e7
fix(core): replace @nrwl with @nx in nx core packages (#16344) 2023-04-17 17:28:40 -04:00
Dmitriy Stepanenko
dc98485834
feat(core): add presetVersion flag for the create-nx-workspace (#16303)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-04-17 15:26:12 -04:00
Jason Jean
2d195007b0
feat(core): switch packages to use the @nx scope (#16069) 2023-04-14 19:56:37 -04:00
Jason Jean
95f2f80cd3
feat(core): remove @nrwl/workspace:run-commands and @nrwl/workspace:r… (#16298) 2023-04-14 18:06:47 -04:00
Craigory Coppola
2ddf806fa1
chore(repo): move our migrations to 'generators' rather than 'schematics' (#16291) 2023-04-14 15:25:58 -04:00
Caleb Ukle
85b3315b34
chore(misc): update snapshots to latest format (#16276) 2023-04-14 11:29:06 -04:00
Craigory Coppola
5080f2fc81
feat(core): remove support for targetDependencies (#16101) 2023-04-13 12:30:24 -04:00
Victor Savkin
1fb9edc460 feat(core): support both @nrwl/nx-cloud and nx-cloud 2023-04-13 10:59:31 -04:00
Colum Ferry
dc8711d817
cleanup(core): remove testing utils (#16274) 2023-04-12 21:03:10 +01:00
Miroslav Jonaš
cafb49ac84
feat(core): remove @nrwl/workspace:lib (#16122) 2023-04-12 15:28:09 -04:00
Colum Ferry
169b950fc6
cleanup(core): deprecate and remove Rules from workspace (#16112) 2023-04-12 14:54:45 -04:00
Miroslav Jonaš
cdc0906132
feat(linter): update @typescript-eslint/* to 5.58.0 (#16250) 2023-04-12 17:40:40 +02:00
Emily Xiong
3eede1c7de
feat(react): deprecate styl from react and next for 17 (#16135) 2023-04-12 08:23:13 -04:00
Jason Jean
601a64dc20
feat(core): remove @nrwl/cli (#16129) 2023-04-06 16:26:16 -04:00