9605 Commits

Author SHA1 Message Date
Miroslav Jonaš
1ca34f9669
chore(repo): split angular e2e tests into core and extensions (#6470) 2021-07-22 15:46:23 +02:00
Leosvel Pérez Espinosa
f3b5ffc165
fix(core): handle directories with lots of files when reading the workspace files (#6469) 2021-07-22 13:36:25 +01:00
Leosvel Pérez Espinosa
0af1780b81
fix(core): improve run-commands dx for ready-when (#6448) 2021-07-22 09:17:22 +01:00
Miroslav Jonaš
9326742442
fix(core): fix wrong create-nx-workspace tutorial link (#6428) 2021-07-22 09:31:10 +02:00
James Henry
91cfe5d927 chore(core): run-commands executor schema supports descriptions alongside commands 2021-07-21 20:38:12 -04:00
Craigory V Coppola
729d83997f
fix(angular): generated ngrx facade tests should pass (#6458) 2021-07-21 23:27:57 +00:00
Jason Jean
491bdd8dfb
fix(gatsby): change migration version for gatsby 3.10 (#6459) 2021-07-21 23:11:22 +00:00
Miroslav Jonaš
6d25d204c3
fix(core): move generator should respect non-relative extends parts (#6427)
* fix(core): move generator should respect non-relative extends parts

* fix(core): fix broken test
2021-07-21 18:42:50 -04:00
Colum Ferry
3e6a3158be
feat(angular): add an serve-mfe target to host app (#6444) 2021-07-21 21:58:56 +00:00
Emily Xiong
c8bd620b6d
feat(gatsby): update gatsby to version 3.10.0 (#6449)
- add webpack5 for gatsby as default init
2021-07-21 15:31:22 -04:00
Jason Jean
6f37066d3a
chore(repo): fix version field in the package.json (#6455) 2021-07-21 19:23:10 +00:00
Jason Jean
0326be4dae
fix(angular): change version of angular migrations so they run during beta (#6454) 2021-07-21 17:58:00 +00:00
Leosvel Pérez Espinosa
202c89c130
feat(core): support project and target specific env files when running a task (#6453) 2021-07-21 18:44:59 +01:00
Kirils L
d53e25a611
fix(core): caching individual files (#6445) 2021-07-21 12:15:31 -04:00
Craigory V Coppola
a1ccc87a07
docs(misc): documentation headers should include collectionName for searchability (#6451)
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
2021-07-21 11:40:59 -04:00
Leosvel Pérez Espinosa
9044a8f869
cleanup(misc): rename collection.json to generators.json (#6442) 2021-07-21 11:42:43 +01:00
Colum Ferry
f5587dc984
fix(angular): broken buildable libs importPath calculation (#6429)
Buildable libs with Angular Lib generator were broken due to additional `/` in the `importPath`.
2021-07-21 09:29:21 +01:00
Craigory V Coppola
2e36b20841
fix(node): no output for package executor watch mode (#6440)
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
2021-07-20 18:35:16 -04:00
Juri Strumpflohner
18c368173c
fix(core): path comparison across OS for getProjectNameFromDirPath (#6433)
ISSUES CLOSED: #6406
2021-07-20 22:17:16 +02:00
Benjamin Cabanes
66851cc0f1
docs(core): enable back paragraphs tags (#6435) 2021-07-20 18:07:59 +00:00
Jason Jean
2249c89c5a
chore(repo): update nx to 12.6.0-beta.10 (#6434) 2021-07-20 17:52:49 +00:00
James Henry
f76a33f5bb
chore(core): add readCachedProjectGraph and deprecate previous utility (#6385)
* chore(core): add readCachedProjectGraph and deprecate previous utility

* chore(core): whitespace

* chore(core): explicitly use type ProjectGraphCache

* chore(core): fix typo
2021-07-20 11:44:48 -04:00
Jason Jean
9c3c296d89
fix(angular): fix generating apps with protractor (#6422) 2021-07-20 11:02:31 -04:00
Jason Jean
253fd683f9
fix(core): ensure overrides are not parsed as head and base for affected (#6424) 2021-07-20 11:01:52 -04:00
Miroslav Jonaš
8c3276f3a0
docs(core): fix outdated references to ng in react and angular (#6426)
* docs(core): fix outdated references to ng in react and angular

* Update docs/angular/examples/react-and-angular.md

Co-authored-by: Brandon <robertsbt@gmail.com>

Co-authored-by: Brandon <robertsbt@gmail.com>
2021-07-20 14:25:31 +02:00
Colum Ferry
227eed9172
feat(angular): generate entry module for remote mfes (#6403) 2021-07-20 12:00:00 +01:00
Zachary DeRose
f0dbfb0e0c
fix(testing): fixing formatting on root jest.config migration (#6418)
* fix(testing): fixing formatting on root jest.config migration

* fix(test): rm console.log
2021-07-19 18:54:20 +00:00
Craigory V Coppola
a7220261c0
fix(misc): move generator should support project.json files (#6402) 2021-07-19 14:26:48 -04:00
Miroslav Jonaš
0f250ff4a9
chore(repo): remove cypress package from e2e default packages (#6416) 2021-07-19 15:56:08 +02:00
Jason Jean
fe34edfdb9
fix(react): ensure version of webpack is updated when running migrate-to-webpack-5 (#6401) 2021-07-18 15:48:06 -04:00
Jason Jean
971941d4b3
chore(repo): update nx to 12.6.0-beta.9 (#6404) 2021-07-16 21:02:24 -06:00
vsavkin
0e52c43665 feat(core): store file deps and only reanalyze changed files 2021-07-16 20:21:45 -04:00
Jason Jean
90921aabf1
fix(repo): fix running e2e tests locally with npm 7 (#6400) 2021-07-16 22:04:09 +00:00
Jason Jean
7de111c25b
feat(core): update typescript to 4.3 (#6397) 2021-07-16 17:29:03 -04:00
Jason Jean
b2c818101a
chore(repo): update nx to 12.6.0-beta.8 (#6399) 2021-07-16 17:21:38 -04:00
Colum Ferry
bea5ed458d
feat(angular): upgrade angular to ~12.1.0 (#6390) 2021-07-16 18:44:16 +00:00
Jason Jean
cd868a8a0d
fix(misc): remove import of webpack-dev-server (#6396) 2021-07-16 14:40:18 -04:00
Leosvel Pérez Espinosa
3a18c4da0a
fix(core): validate pattern if specified for a schema property (#6395) 2021-07-16 16:27:22 +01:00
Juri Strumpflohner
596cf5b4b0
fix(storybook): add cssmodule and image typings for React Storybook setup (#6363) 2021-07-16 14:43:03 +02:00
Jason Jean
59c8e186db
fix(angular): add --skip-format for convert-tslint-to-eslint (#6387) 2021-07-15 21:34:28 -04:00
Jason Jean
1ee463a9f6
chore(repo): update nx to 12.6.0-beta.7 (#6389) 2021-07-16 00:12:36 +00:00
Jason Jean
769758d9cf
fix(devkit): do not update unknown properties to workspace configuration (#6388) 2021-07-15 23:53:05 +00:00
Juri Strumpflohner
56e30d7739
docs(react): adjust Tailwind guide for React (#6386) 2021-07-15 21:27:58 +02:00
vsavkin
f86a07367a feat(core): improve project graph creation not to invalidate nxdeps when global config change 2021-07-15 14:12:38 -04:00
Leosvel Pérez Espinosa
f26eb1cffc
fix(angular): update jasmine-marbles to support jest-circus test runner (#6383) 2021-07-15 13:48:15 -04:00
Jason Jean
5ee362ad3d
fix(core): end tasks after cache is written (#6381) 2021-07-15 17:09:20 +00:00
Craigory V Coppola
d32ac2bfd8
cleanup(misc): fix missing return statement in ngcli-adapter (#6380) 2021-07-15 10:58:34 -04:00
Jason Jean
35d77a1b2a
fix(linter): check existence of eslintrc.json before running migration (#6335) 2021-07-15 10:40:54 -04:00
Craigory V Coppola
6ef8afbfd9
fix(core): wrapped angular schematics should be able to update newly created standalone projects (#6351)
* fix(core): wrapped angular schematics should be able to update newly created standalone projects

Wrapped angular schematics inside of generators should be able to update a newly created standalone
project configuration

ISSUES CLOSED: #6342

* fix(core): angular devkit schematics should normalize project paths before writing

Wrapped angular schematics inside of generators should be able to update a newly created
standalone
project configuration
ISSUES CLOSED: #6342

ISSUES CLOSED: #6353

* fix(core): wrapped angular-devkit schematics should pick up standaloneAsDefault

ISSUES CLOSED: #6354
2021-07-15 10:40:15 -04:00
Craigory V Coppola
84b40c8b85
fix(misc): @nrwl/workspace:rm generator should work with standalone configs (#6348)
* fix(devkit): removeProjectConfiguration should remove path for project.json from workspace.json

When using standalone config files, removing a project's config should also remove its entry in the
workspace file.

* fix(misc): @nrwl/workspace:rm should work with standalone config files

When using standalone config files, removing a project's config should also remove its entry in
the
workspace file.
2021-07-15 10:36:48 -04:00