Jason Jean
a01ea8ce25
docs(devkit): initial project graph plugin guide ( #5281 )
2021-04-08 12:38:49 -04:00
Leosvel Pérez Espinosa
95cdeaed06
fix(angular): resolve @angular/cli version mismatch causing data persistence typing to be broken
2021-04-08 10:36:54 -04:00
Jack Hsu
3634283118
fix(gatsby): update our gatsby-cli to v3 ( #5276 )
2021-04-08 07:34:51 -07:00
Jack Hsu
4bcd25ec01
docs(core): cleanup nx.dev layout ( #5272 )
2021-04-08 13:07:48 +00:00
Juri Strumpflohner
c580bbec2e
fix(web): emit event to which upstream executors can listen to (e.g. Cypress) ( #5273 )
2021-04-08 08:50:00 -04:00
Jack Hsu
402129ea19
chore(repo): remove unnecessary babel packages from root package.json ( #5270 )
2021-04-08 03:25:31 +00:00
Jason Jean
a608748388
feat(core): add plugins for project-graph analysis wip ( #5255 )
2021-04-07 16:21:52 -04:00
vsavkin
aa846b8c17
fix(core): target project locator should ignore nested node modules
2021-04-07 14:12:14 -04:00
vsavkin
38c111ba06
chore(repo): update to nx 12
2021-04-07 12:31:23 -04:00
Tasos Bekos
e065a70511
feat(node): package should validate main entry option
2021-04-07 10:20:57 -04:00
Jack Hsu
a647e19303
feat(react): use "@babel/plugin-transform-runtime" so babel helpers can be reused ( #5257 )
2021-04-07 06:08:12 +00:00
Jack Hsu
20fea36058
feat(linter): use recommended react hooks eslint config ( #5258 )
2021-04-07 02:52:10 +00:00
Kirils L
ffc69d41b4
feat(nextjs): add option to disable svgr ( #5200 )
2021-04-06 22:40:52 -04:00
vsavkin
51714ee693
Release 12.0.0-rc.1
2021-04-06 20:40:10 -04:00
katerina
379d48f1f9
feat(react): remove @types/react-redux package and migrator for older projects
...
ISSUES CLOSED : #5149
2021-04-06 20:21:40 -04:00
vsavkin
b5efa6bfee
feat(core): hash only relevant parts of global config files
2021-04-06 20:20:47 -04:00
Jack Hsu
76bc890f34
feat(nextjs): update Next.js to 10.1.3 ( #5254 )
2021-04-06 14:28:39 -04:00
Jack Hsu
908b5431a2
feat(gatsby): update to Gatsby 3.2.1 ( #5253 )
2021-04-06 14:13:16 -04:00
Jason Jean
bfb194843f
feat(core): remove readFile argument from createProjectGraph ( #5206 )
...
* feat(core): deprecate creating a project graph from a host
* feat(core): remove readFile argument from createProjectGraph
2021-04-06 13:44:09 -04:00
Leosvel Pérez Espinosa
4dac0a2122
cleanup(core): copy from cache only when needed
2021-04-06 12:18:10 -04:00
Tasos Bekos
72b5e01021
cleanup(node): fix unit tests
2021-04-06 19:08:51 +03:00
Tasos Bekos
59eca00728
feat(node): support webpackConfig as array
2021-04-06 18:31:38 +03:00
katerina
2612268faa
fix(core): take into account name argument in create-nx-workspace generator
2021-04-06 10:31:50 -04:00
Tasos Bekos
9cb23ddbbd
feat(core): replace inquirer dependency with enquirer
2021-04-06 10:31:30 -04:00
Leosvel Pérez Espinosa
bba3f0ee3f
fix(angular): fix eslint component/directive selector prefix
2021-04-06 10:30:58 -04:00
Tasos Bekos
9869139294
chore(repo): pin PNPM version for e2e tests
...
PNPM@6.0.0 has been released with a few breaking changes, making our e2e tests to fail. Unitl we properly upgrade, we should use PNPM@5.
2021-04-06 13:22:22 +03:00
Leosvel Pérez Espinosa
ad5628557c
fix(angular): prevent running ngcc with incremental builds
2021-04-05 13:25:31 -04:00
James Henry
cc3e50e4d9
chore(angular): update @angular-eslint dependencies to latest
2021-04-05 13:25:20 -04:00
divlo
fdaf93beee
fix(nx-plugin): broken link to @nx-tools/nx-docker
2021-04-05 09:40:05 -04:00
Tasos Bekos
82c66bd190
chore(repo): e2e on windows use the same Node version
...
Latest `jest-worker` intalled via `next` has dropped support for old Node versions, causing our E2E on Windows to fail, with the following message:
`error jest-worker@27.0.0-next.5: The engine "node" is incompatible with this module. Expected version "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0". Got "12.11.1"`.
This commits uses NVM to align the Node version of Windows machine with the one we use in Linux.
2021-04-05 09:39:36 -04:00
vsavkin
15ccae0b58
cleanup(core): optimize hasher
2021-04-05 07:35:26 -04:00
vsavkin
1a918d7e6b
feat(misc): add a convenince command to connect to nx cloud
2021-04-04 20:14:57 -04:00
vsavkin
59e6d399ae
cleanup(misc): speed up requiring commands
2021-04-04 20:14:57 -04:00
puku0x
b1d9363bd9
fix(linter): add import source type check for literals
...
ISSUES CLOSED : #5224
2021-04-04 12:54:54 -04:00
Michael Mazzone
b676e158ba
docs(angular): mention in the docs that @nrwl/angular:webpack-browser requires nx 10.4 or later
...
mention in the docs that @nrwl/angular:webpack-browser requires nx 10.4 or later
ISSUES CLOSED : #5074
2021-04-04 12:53:05 -04:00
Jason Jean
3f4825846c
feat(core): use smart affected for new workspaces
2021-04-04 11:49:19 -04:00
vsavkin
2eadc30f21
cleanup(misc): speed up requiring devkit
2021-04-04 11:11:16 -04:00
Tasos Bekos
d5b6d62481
cleanup(misc): replace lodash with lodash.template
...
No need to import whole `lodash` in our `@nrwl/workspace` bundle, although we use only the `template` function.
2021-04-03 21:45:29 -04:00
Tasos Bekos
aaa049fb4f
chore(repo): fix e2e for npm@7
2021-04-03 21:43:21 -04:00
vsavkin
b78584325e
Revert "fix(angular): prevent running ngcc with incremental builds ( #5107 )"
...
This reverts commit 6ad7c6037cc389ac64a540ac7a96c69d25e6adad.
2021-04-03 21:19:01 -04:00
Tasos Bekos
0bccf2ced6
feat(core): enable v8 compile cache for cli
2021-04-02 11:00:40 -04:00
Jason Jean
b5594b7674
fix(devkit): fix reading partial workspace layout ( #5204 )
2021-04-01 17:51:51 -04:00
Isaac Mann
de1401965a
docs(nxdev): rewrite getting started section ( #5139 )
...
* docs(nxdev): rewrite getting started section
* docs(nxdev): revisions
* docs(nxdev): update features section
* docs(nxdev): updates
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-04-01 15:12:52 -04:00
Leosvel Pérez Espinosa
6ad7c6037c
fix(angular): prevent running ngcc with incremental builds ( #5107 )
2021-04-01 18:33:45 +02:00
Jack Hsu
c84bbb3c93
feat(react): add support for new jsx transform ( #5131 )
2021-04-01 13:46:12 +00:00
Tasos Bekos
711709059e
feat(node): add CLI wrapper option for publishable libraries
2021-04-01 16:40:59 +03:00
Manfred Steyer
9d2290fea9
feat(angular): add buildTarget to webpack-browser builder
...
Before, the webpack-browser builder always directly scheduled @angular-devkit/build-angular:browser. Now, one can configure an
optional buildTarget that is scheduled instead. If this option is not used, the former behavior -- directly scheduling
@angular-devkit/build-angular:browser -- takes place.
2021-03-31 21:11:47 -04:00
kirjai
aefdf26a03
feat(nextjs): support next 10.1.2
2021-03-31 21:09:17 -04:00
Tasos Bekos
fedc32c6bd
fix(node): apps use commonjs module
2021-03-31 21:03:52 -04:00
Sebastiandg7
f00b0db1c7
chore(core): nx plugin submission @trafilea/nx-shopify
2021-03-31 21:03:30 -04:00