Jack Hsu
a7d8e2a735
feat(nextjs): add incremental build support to Next.js apps ( #5360 )
2021-04-20 12:01:27 -04:00
Noriyuki Shinpuku
e656241752
fix(web): fix named exports mapping for react/jsx-runtime ( #5294 )
...
* fix(web): fix named exports mapping for react/jsx-runtime
* fix(web): add named exports mapping for react/jsx-dev-runtime
2021-04-20 10:06:54 -04:00
Juri Strumpflohner
106ff9f64b
docs(core): make install step during migrate more evident ( #5397 )
...
ISSUES CLOSED : #5318
2021-04-20 09:58:08 -04:00
vsavkin
c9a5fc05a2
Release 12.1.0-beta.2
2021-04-19 20:36:17 -04:00
Jason Jean
7358420068
feat(core): allow defining target deps ( #5376 )
...
feat(core): add an ability for targets to depend on other targets
2021-04-19 20:32:46 -04:00
Leosvel Pérez Espinosa
c4967fa462
cleanup(core): copy from cache only when needed
2021-04-19 16:14:19 -04:00
Craigory Coppola
ea2a413292
chore(core): nx plugin submission nx-dotnet
2021-04-19 15:27:33 -04:00
Phillip Barta
27df60164d
feat(misc): updated documentation generation scripts and removed shelljs ( #5381 )
...
cleanup(repo): updated documentation generation scripts and removed shelljs
2021-04-19 15:26:17 -04:00
Phillip Barta
6bd6e1485f
feat(core): added package manager union type ( #5378 )
...
cleanup(misc): add package manager union type
2021-04-19 15:24:02 -04:00
Emily Xiong
7063525851
fix(gatsby): fix the e2e for gatsby production ( #5353 )
...
fix the issue where gastby production serve does not get resolve
2021-04-19 15:07:03 -04:00
Jason Jean
fb0411ee8f
fix(core): print error if there is an issue creating the sandbox during create ( #5380 )
2021-04-19 12:00:00 -04:00
vsavkin
60de1f123d
cleanup(core): clean up topological sorting of tasks
2021-04-17 11:34:24 -04:00
Phillip Barta
647bfc9cdf
feat(core): refactored dep-graph to use latest tippy.js and cytoscape ( #5358 )
...
updated tippy.js to version 6 and migrated the TooltipService
updated cytoscape and its packages to
the latest versions
removed cytoscape-anywhere panning
2021-04-16 09:30:07 -06:00
vsavkin
ba84a17b6d
cleanup(misc): require ejs lazily to speed up load time
2021-04-16 09:25:04 -04:00
minijus
4df9b121d6
chore(angular): update jest-preset-angular to 8.4.0
...
Change import path and snapshotSerializers according to jest-preset-angular version 9 deprecations.
2021-04-16 09:13:09 -04:00
Tuan Dang
13ca51c60a
fix(storybook): generate story file in new jsx transform ( #5369 )
...
fix(storybook): generate story file in new jsx transform
2021-04-16 08:45:52 -04:00
Phillip Barta
edf0734657
chore(repo): updated dependency 'strip-json-comments'
2021-04-16 08:44:21 -04:00
Tasos Bekos
5ad1a61a7a
feat(web): support multiple rollupConfig plugins
2021-04-16 08:36:10 -04:00
Jason Jean
d007d37fb4
fix(devkit): add env variable to disable project graph cache ( #5297 )
2021-04-15 10:29:33 -04:00
Divlo
6fe7e7d385
fix(storybook): incorrect environment in dev ( #5313 )
2021-04-15 10:11:52 +02:00
Phillip Barta
48bf60c17d
cleanup(repo): removed unused dependecies from @nrwl/web migration in #2004 ( #5344 )
2021-04-15 00:14:27 -04:00
Jason Jean
949cf31ed7
fix(core): throw an error if generating a new workspace into a non-empty directory ( #5296 )
2021-04-15 00:11:03 -04:00
Tuan Dang
656d808aa3
fix(react): fix react publish library copy readme ( #5345 )
2021-04-15 00:01:03 -04:00
Phillip Barta
2dbb6ec341
cleanup(repo): updated dependency 'tmp' ( #5340 )
2021-04-14 23:57:57 -04:00
Santosh Yadav
00d712dca0
chore(angular): update ngrx to 11.1.0 while migration ( #5321 )
...
Fixes #5261
2021-04-14 21:17:07 +01:00
vsavkin
f89cf4a14b
feat(core): cache task failures
2021-04-14 14:49:46 -04:00
Jason Jean
2319dc36dc
Revert "cleanup(core): copy from cache only when needed"
...
This reverts commit 4dac0a21228977379e5d794343390181e8e84759.
2021-04-14 13:20:31 -04:00
Bruno Baia
ab13bf488a
fix(nx-plugin): fix package name when generating generators ( #5320 )
2021-04-14 11:23:19 -04:00
Juri
0f08149021
fix(devkit): devkitTreeFromAngularDevkitTree exists function should also work on dirs
...
ISSUES CLOSED : #5318
2021-04-14 08:35:22 -04:00
Jason Jean
2c76dbe5e7
fix(repo): clear output before building packages again ( #5342 )
2021-04-13 17:18:56 -04:00
John Ockenden
71b2f16bc9
docs(angular): docs(angular): specify generator collection when migrating from karma to jest ( #5291 )
...
Unless the user set their default collection to be `@nrwl/jest`, the example commands given in the
documentation won't work
Change the documentation to explicitly specify the collection. This should
make a copy/pasted command work
ISSUES CLOSED : #5286
2021-04-13 15:42:18 -04:00
Craigory V Coppola
4b61d44615
fix(core): Wrap head + base arguments in quotes in execSyn ( #5240 )
...
On windows caret symbols are removed from command line args unless wrapped in double quotes, causing an error in this case.
Closes #4828 .
2021-04-13 15:39:41 -04:00
Stuart Taylor
9180e9094c
fix(core): allow building of workspaces when hosted at / ( #5252 )
...
Building a project in the node:14-alpine docker image requires the workspace to be copied in
to directory other than /.
The proposed change allows workspaces to be hosted at / and not force the developer to create a directory inside a docker image just to build the project.
Co-authored-by: Stuart Taylor <stuart@chargifi.com>
2021-04-13 15:34:45 -04:00
Jason Jean
c464b7512a
feat(core): allow passing a path into read workspace config ( #5337 )
2021-04-13 15:11:00 -04:00
Phillip Barta
2c58e0337c
cleanup(repo): removed leftover angular dependencies ( #5326 )
...
removed tsickle, codelyzer and @ngtools/webpack
2021-04-13 13:44:36 -04:00
Jack Hsu
a51d19ff8b
fix(react): generate apps/libs using Emotion CSS with valid .babelrc files ( #5336 )
2021-04-13 12:04:31 -04:00
Kirils L
159bc9986b
fix(nextjs): remove isServer flag from web babel preset ( #5322 )
2021-04-12 15:50:46 -04:00
Phillip Barta
0e99ffca2f
cleanup(repo): replaced deprecated opn package with open ( #5236 )
2021-04-12 15:42:22 -04:00
James Henry
bff5d431c9
feat(core): add --ignoreExistingTsLintConfig option to lint conversion generators ( #5127 )
...
* feat(core): add --discardExistingLintConfig option to lint conversion generators
* fixup! feat(core): add --discardExistingLintConfig option to lint conversion generators
* chore(core): address PR feedback
* fix(linter): properly store defualts for converting tslint to eslint
* fix(linter): fix tests for set defaults
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-04-12 15:40:48 -04:00
Philip Fulcher
d8d643a1e3
fix(misc): fix grouping problem in dep-graph client ( #5279 )
2021-04-12 09:17:42 -06:00
Rares Matei
6c4155dac6
feat(storybook): configure Cypress directory ( #5314 )
2021-04-12 14:06:51 +02:00
vsavkin
34ff155872
chore(repo): update stale bot schedule
2021-04-11 13:44:34 -04:00
vsavkin
239421532f
Release 12.0.1
2021-04-10 21:31:11 -04:00
vsavkin
e3bb9eec29
chore(repo): update to nx 12
2021-04-10 21:30:27 -04:00
vsavkin
e377a41dec
fix(linter): fix enforce-module-boundaries rule to return when no project graph is present
2021-04-10 21:17:17 -04:00
vsavkin
fe546c0de7
docs(testing): fix docs on how to debug jest tests
2021-04-10 21:17:17 -04:00
vsavkin
908103e713
fix(react): fix malformed babelrc
2021-04-10 21:17:17 -04:00
Benjamin Cabanes
76723b5ce6
feat(nxdev): setup tailwindcss jit ( #5301 )
2021-04-09 20:18:21 -04:00
Jack Hsu
8ad94fa434
chore(nextjs): unskip e2e tests ( #5282 )
2021-04-08 13:23:12 -04:00
Jason Jean
4dd50d4595
Release 12.0.0
2021-04-08 12:48:12 -04:00