9605 Commits

Author SHA1 Message Date
James Henry
57ae457258
fix(core): change all default linter values from tslint to eslint (#4602) 2021-01-26 15:54:07 -05:00
Jason Jean
504298162f
fix(core): fix issues with devkit/workspace on windows (#4615) 2021-01-26 15:31:46 -05:00
Jack Hsu
51973b88e2 chore(gatsby): move gatsby plugin to main repo 2021-01-26 12:17:28 -05:00
Juri
ffe769f102 fix(angular): check whether project has architect node during migration of eslint 2021-01-26 08:54:03 -05:00
Juri
2c5134877f fix(core): make sure schematic folder migration can be run multiple times 2021-01-26 08:53:48 -05:00
Victor Savkin
1663b2f895 fix(core): add output.ts back for third-party plugins using deep imports 2021-01-25 20:55:48 -05:00
Victor Savkin
4650b68c38 Revert "chore(repo): update the version of nx"
This reverts commit afb043a96264f0abe57aa20b4ee92380c2b718a0.
2021-01-25 20:18:41 -05:00
Victor Savkin
afb043a962 chore(repo): update the version of nx 2021-01-25 20:09:53 -05:00
Jason Jean
0933bcafd8
feat(core): clean up remaining usages of angular devkit (#4610) 2021-01-25 17:21:42 -05:00
James Henry
d0d7cf4a8c
fix(core): eslint workspaces should not contain codelyzer (#4529) 2021-01-25 16:54:03 -05:00
Jason Jean
f25776d903
feat(linter): migrate eslint executor to devkit (#4607) 2021-01-25 15:00:53 -05:00
Victor Savkin
a6419463ac fix(repo): fix depcheck 2021-01-25 14:01:15 -05:00
Jesse M. Holmes
852d7391fb
fix(react): merge options.output.globals with extraGlobals (#4571)
ISSUES CLOSED: #3789
2021-01-25 13:41:00 -05:00
Victor Savkin
a25e081a84 feat(core): remove angular devkit deps 2021-01-25 12:52:30 -05:00
Victor Savkin
7dd44c1e92 chore(repo): bump up the version of nx 2021-01-23 10:09:34 -05:00
Victor Savkin
3fb9552ecb fix(core): only do type casting for string values when parsing command line args
Closes #4584
2021-01-22 21:37:57 -05:00
Isaac Mann
9d6bdd1c8a docs(nxdev): remove plugins overview 2021-01-22 20:13:46 -05:00
Isaac Mann
b6a93e19a8 docs(nxdev): flatten docs structure 2021-01-22 20:13:46 -05:00
Jason Jean
7066e8b821 feat(core): migrate preset to devkit 2021-01-22 20:13:33 -05:00
Jason Jean
00558054e0
feat(core): migrate init and run-commands to devkit (#4595) 2021-01-22 20:01:33 -05:00
Jonathan Cammisuli
1c4f23c80c
fix(node): use host.delete to delete files for the nest library schematic (#4476)
* fix(node): use `host.delete` to delete files for the nest library schematic

* fix(nest): update unit test

* chore(core): use host.delete
2021-01-22 15:59:49 -05:00
Jason Jean
d18c0b0914
fix(misc): fix removing the last project in the jest config (#4576) 2021-01-22 13:31:25 -05:00
Juri Strumpflohner
57ea3ac982
fix(storybook): check for presence of architect node on storybook migration (#4591)
ISSUES CLOSED: #3911
2021-01-22 13:30:59 -05:00
Victor Savkin
0364a4e8eb cleanup(core): update error message when failing to read nx deps 2021-01-22 12:40:41 -05:00
Victor Savkin
df9405e42f cleanup(repo): minor tweaks to the statebot rules and descriptions 2021-01-22 12:39:14 -05:00
Jason Jean
2ee7629fe9
fix(angular): fix anguar lib build (#4578)
* fix(angular): fix anguar lib build

* fix(repo): fix e2e tests
2021-01-22 12:26:33 -05:00
Benjamin Cabanes
cc2306fa97
docs(core): nx react course new image (#4586) 2021-01-21 14:50:20 -05:00
Tasos Bekos
eff20a64be feat(repo): re-enable e2e tests on Windows 2021-01-21 10:53:53 -05:00
minijus
d55d6f88e5 fix(core): wrap cache read to try/catch
Instead of failure in cache read return `false` allowing the process to proceed as if cache was not found.

Part of #4470
2021-01-21 10:51:37 -05:00
Jason Jean
3c9bc4ab91 fix(core): refactor reading schema to return impl factories 2021-01-19 19:56:33 -05:00
Benjamin Cabanes
28aa63fcec
docs(core): code syntax typescript & image dimension (#4569) 2021-01-19 18:55:39 -05:00
Jason Jean
aeec4bd4d9
feat(core): migrate move to devkit (#4558) 2021-01-19 16:45:44 -05:00
Juri
958c302c17 docs(core): add packageManager option to workspace creation help 2021-01-19 08:40:52 -05:00
umuur
c1fd7d07f3 fix(core): readme typo 2021-01-19 08:40:38 -05:00
Victor Savkin
c40ce8a539 feat(testing): update cypress use nx devkit 2021-01-18 21:46:17 -05:00
Tasos Bekos
060c451ac4 cleanup(repo): fix e2e tests for Yarn 2021-01-18 15:25:07 -05:00
Tasos Bekos
74b7b537ea feat(core): warn when using global Nx with PNPM 2021-01-18 15:24:57 -05:00
Victor Savkin
a1c4d94ea6 fix(core): support setting parallel in nx.json
Closes #4542
2021-01-17 20:00:56 -05:00
Tasos Bekos
ee0d346c4a fix(core): don't allow pnpm to install with frozen lockfile on CI
In our tool, package manager installation is usually called after "manual" update of `package.json`. In such cases, using a frozen lockfile is not desired. This commit disables PNPM's default behavior of using `--frozen-lockfile` flag when running on CI.

Closes #4495
2021-01-17 09:35:50 -05:00
Tasos Bekos
166dc7d03b feat(repo): PRs use PNPM & add scheduled matrix for e2e tests 2021-01-17 09:35:21 -05:00
Victor Savkin
1961bc97fb feat(core): support executors returning async iterators 2021-01-17 09:34:13 -05:00
Victor Savkin
a996db280a docs(misc): fix a broken link the migration guide 2021-01-16 14:49:38 -05:00
Tasos Bekos
96625c77fb fix(repo): fix dependenies/discrepancies causing e2e tests with PNPM to fail 2021-01-16 17:54:54 +02:00
Tasos Bekos
c92f4ba96b feat(repo): support dynamic package manager for e2e tests 2021-01-16 17:54:54 +02:00
Tasos Bekos
659eb12047 cleanup(repo): return project scope for e2e tests 2021-01-16 17:54:54 +02:00
Victor Savkin
d6a26c7aa6 Revert "fix(angular): Honor buildableProjectDepsInPackageJsonType in package builder"
This reverts commit b4100648bb085ad704e8ab85284a463490e3a1c5.
2021-01-15 16:12:40 -05:00
Victor Savkin
0a20e131c8 feat(misc): clarify plugin installation instructions 2021-01-15 12:24:34 -05:00
Victor Savkin
a565717728 fix(repo): fix formatting 2021-01-15 12:22:09 -05:00
Mehrad Rafigh
bce2c56754
fix(core): update jest config correctly when using move schematic (#4501)
ISSUES CLOSED: #4500
2021-01-15 10:01:55 -05:00
Victor Savkin
cd2d2c95fe fix(repo): update circle config to run e2e tests 2021-01-15 09:48:13 -05:00